From 276d19179730b978a3702a1ebaa6443d68ef1d8e Mon Sep 17 00:00:00 2001 From: Radek Pietruszewski Date: Sat, 23 Nov 2024 15:32:41 +0100 Subject: [PATCH 01/20] update .gitignores for RN0.74 --- .gitignore | 8 ++++++++ native/.gitignore | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c44798734..641f05925 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,11 @@ docs-build/ # windows msbuild.binlog + +# Yarn +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/sdks +!.yarn/versions diff --git a/native/.gitignore b/native/.gitignore index c9c665ea4..42bfe7777 100644 --- a/native/.gitignore +++ b/native/.gitignore @@ -18,7 +18,7 @@ DerivedData *.dSYM.zip *.xcuserstate project.xcworkspace -ios/.xcode.env.local +**/.xcode.env.local # CocoaPods that are too big to reasonably commit **/Pods/boost-for-react-native From a03e92e1e27cc0bc923125c3cc3a3d6c2f5d9bff Mon Sep 17 00:00:00 2001 From: Radek Pietruszewski Date: Sat, 23 Nov 2024 15:32:54 +0100 Subject: [PATCH 02/20] deps: update RN to 0.74 --- package.json | 10 +- yarn.lock | 532 ++++++++++++++++++++++++++++----------------------- 2 files changed, 301 insertions(+), 241 deletions(-) diff --git a/package.json b/package.json index dcf5bafb9..cbdf17d9d 100644 --- a/package.json +++ b/package.json @@ -160,11 +160,11 @@ "rambdax": "2.15.0", "react": "18.3.1", "react-dom": "18.3.1", - "react-native": "0.73.11", - "@react-native/metro-config": "0.73.5", - "@react-native/babel-preset": "0.73.21", - "@react-native/eslint-config": "0.73.2", - "@react-native/typescript-config": "0.73.1", + "react-native": "0.74.6", + "@react-native/metro-config": "0.74.88", + "@react-native/babel-preset": "0.74.88", + "@react-native/eslint-config": "0.74.88", + "@react-native/typescript-config": "0.74.88", "react-test-renderer": "18.3.1", "rimraf": "^4.1.2", "semver": "^7.6.2", diff --git a/yarn.lock b/yarn.lock index ad9234b3a..ddf137e14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -962,6 +962,14 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-json-strings" "^7.8.3" +"@babel/plugin-proposal-logical-assignment-operators@^7.18.0": + version "7.20.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz#dfbcaa8f7b4d37b51e8bfb46d94a5aea2bb89d83" + integrity sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug== + dependencies: + "@babel/helper-plugin-utils" "^7.20.2" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" + "@babel/plugin-proposal-nullish-coalescing-operator@^7.13.8", "@babel/plugin-proposal-nullish-coalescing-operator@^7.18.0", "@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1" @@ -1121,7 +1129,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-syntax-logical-assignment-operators@^7.8.3": +"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== @@ -1853,16 +1861,16 @@ dependencies: eslint-visitor-keys "^3.4.3" +"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1": + version "4.12.1" + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0" + integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ== + "@eslint-community/regexpp@^4.4.0": version "4.10.1" resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.1.tgz#361461e5cb3845d874e61731c11cfedd664d83a0" integrity sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA== -"@eslint-community/regexpp@^4.6.1": - version "4.12.1" - resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0" - integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ== - "@eslint/eslintrc@^2.1.4": version "2.1.4" resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad" @@ -2320,43 +2328,45 @@ jest-message-util "^24.0.0" jest-regex-util "^24.0.0" -"@react-native-community/cli-clean@12.3.7": - version "12.3.7" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-12.3.7.tgz#303ddf1c930918a8bdc4cc58fe0ac2dd05603cd5" - integrity sha512-BCYW77QqyxfhiMEBOoHyciJRNV6Rhz1RvclReIKnCA9wAwmoJBeu4Mu+AwiECA2bUITX16fvPt3NwDsSd1jwfQ== +"@react-native-community/cli-clean@13.6.9": + version "13.6.9" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-13.6.9.tgz#b6754f39c2b877c9d730feb848945150e1d52209" + integrity sha512-7Dj5+4p9JggxuVNOjPbduZBAP1SUgNhLKVw5noBUzT/3ZpUZkDM+RCSwyoyg8xKWoE4OrdUAXwAFlMcFDPKykA== dependencies: - "@react-native-community/cli-tools" "12.3.7" + "@react-native-community/cli-tools" "13.6.9" chalk "^4.1.2" execa "^5.0.0" + fast-glob "^3.3.2" -"@react-native-community/cli-config@12.3.7": - version "12.3.7" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-12.3.7.tgz#feb8b93e8ccd6116ac1df0f1d8a0f06872388e51" - integrity sha512-IU2UhO9yj1rEBNhHWGzIXpPDzha4hizLP/PUOrhR4BUf6RVPUWEp+e1PXNGR0qjIf6esu7OC7t6mLOhH0NUJEw== +"@react-native-community/cli-config@13.6.9": + version "13.6.9" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-13.6.9.tgz#d609a64d40a173c89bd7d24e31807bb7dcba69f9" + integrity sha512-rFfVBcNojcMm+KKHE/xqpqXg8HoKl4EC7bFHUrahMJ+y/tZll55+oX/PGG37rzB8QzP2UbMQ19DYQKC1G7kXeg== dependencies: - "@react-native-community/cli-tools" "12.3.7" + "@react-native-community/cli-tools" "13.6.9" chalk "^4.1.2" cosmiconfig "^5.1.0" deepmerge "^4.3.0" - glob "^7.1.3" + fast-glob "^3.3.2" joi "^17.2.1" -"@react-native-community/cli-debugger-ui@12.3.7": - version "12.3.7" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-12.3.7.tgz#522aa11c7b4ff4a2ec86492fabee0366d5428b4c" - integrity sha512-UHUFrRdcjWSCdWG9KIp2QjuRIahBQnb9epnQI7JCq6NFbFHYfEI4rI7msjMn+gG8/tSwKTV2PTPuPmZ5wWlE7Q== +"@react-native-community/cli-debugger-ui@13.6.9": + version "13.6.9" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-13.6.9.tgz#bc5727c51964206a00d417e5148b46331a81d5a5" + integrity sha512-TkN7IdFmGPPvTpAo3nCAH9uwGCPxWBEAwpqEZDrq0NWllI7Tdie8vDpGdrcuCcKalmhq6OYnkXzeBah7O1Ztpw== dependencies: serve-static "^1.13.1" -"@react-native-community/cli-doctor@12.3.7": - version "12.3.7" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-12.3.7.tgz#31e4784182d6bbfe62f2e728dca87ee23efe0564" - integrity sha512-gCamZztRoAyhciuQPqdz4Xe4t3gOdNsaADNd+rva+Rx8W2PoPeNv60i7/et06wlsn6B6Sh0/hMiAftJbiHDFkg== +"@react-native-community/cli-doctor@13.6.9": + version "13.6.9" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-13.6.9.tgz#f1d4eeff427ddc8a9d19851042621c10939c35cb" + integrity sha512-5quFaLdWFQB+677GXh5dGU9I5eg2z6Vg4jOX9vKnc9IffwyIFAyJfCZHrxLSRPDGNXD7biDQUdoezXYGwb6P/A== dependencies: - "@react-native-community/cli-config" "12.3.7" - "@react-native-community/cli-platform-android" "12.3.7" - "@react-native-community/cli-platform-ios" "12.3.7" - "@react-native-community/cli-tools" "12.3.7" + "@react-native-community/cli-config" "13.6.9" + "@react-native-community/cli-platform-android" "13.6.9" + "@react-native-community/cli-platform-apple" "13.6.9" + "@react-native-community/cli-platform-ios" "13.6.9" + "@react-native-community/cli-tools" "13.6.9" chalk "^4.1.2" command-exists "^1.2.8" deepmerge "^4.3.0" @@ -2370,67 +2380,70 @@ wcwidth "^1.0.1" yaml "^2.2.1" -"@react-native-community/cli-hermes@12.3.7": - version "12.3.7" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-12.3.7.tgz#4a284e0091469f6cce8caad2fefcf6b45c0cf229" - integrity sha512-ezzeiSKjRXK2+i1AAe7NhhN9CEHrgtRmTn2MAdBpE++N8fH5EQZgxFcGgGdwGvns2fm9ivyyeVnI5eAYwvM+jg== +"@react-native-community/cli-hermes@13.6.9": + version "13.6.9" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-13.6.9.tgz#88c8dfe936a0d4272efc54429eda9ccc3fca3ad8" + integrity sha512-GvwiwgvFw4Ws+krg2+gYj8sR3g05evmNjAHkKIKMkDTJjZ8EdyxbkifRUs1ZCq3TMZy2oeblZBXCJVOH4W7ZbA== dependencies: - "@react-native-community/cli-platform-android" "12.3.7" - "@react-native-community/cli-tools" "12.3.7" + "@react-native-community/cli-platform-android" "13.6.9" + "@react-native-community/cli-tools" "13.6.9" chalk "^4.1.2" hermes-profile-transformer "^0.0.6" -"@react-native-community/cli-platform-android@12.3.7": - version "12.3.7" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-12.3.7.tgz#4826f5126f950e29d7ef1ac779c4eed56d251f98" - integrity sha512-mOltF3cpjNdJb3WSFwEHc1GH4ibCcnOvQ34OdWyblKy9ijuvG5SjNTlYR/UW/CURaDi3OUKAhxQMTY5d27bzGQ== +"@react-native-community/cli-platform-android@13.6.9": + version "13.6.9" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-13.6.9.tgz#b175b9b11334fc90da3f395432678bd53c30fae4" + integrity sha512-9KsYGdr08QhdvT3Ht7e8phQB3gDX9Fs427NJe0xnoBh+PDPTI2BD5ks5ttsH8CzEw8/P6H8tJCHq6hf2nxd9cw== dependencies: - "@react-native-community/cli-tools" "12.3.7" + "@react-native-community/cli-tools" "13.6.9" chalk "^4.1.2" execa "^5.0.0" + fast-glob "^3.3.2" fast-xml-parser "^4.2.4" - glob "^7.1.3" logkitty "^0.7.1" -"@react-native-community/cli-platform-ios@12.3.7": - version "12.3.7" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-12.3.7.tgz#ef90e5c4d9ff5f15071b18179b17cf16699a70e5" - integrity sha512-2WnVsMH4ORZIhBm/5nCms1NeeKG4KarNC7PMLmrXWXB/bibDcaNsjrJiqnmCUcpTEvTQTokRfoO7Aj6NM0Cqow== +"@react-native-community/cli-platform-apple@13.6.9": + version "13.6.9" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-apple/-/cli-platform-apple-13.6.9.tgz#02fb5dc47d62acd85f4d7a852e93216927a772fa" + integrity sha512-KoeIHfhxMhKXZPXmhQdl6EE+jGKWwoO9jUVWgBvibpVmsNjo7woaG/tfJMEWfWF3najX1EkQAoJWpCDBMYWtlA== dependencies: - "@react-native-community/cli-tools" "12.3.7" + "@react-native-community/cli-tools" "13.6.9" chalk "^4.1.2" execa "^5.0.0" + fast-glob "^3.3.2" fast-xml-parser "^4.0.12" - glob "^7.1.3" ora "^5.4.1" -"@react-native-community/cli-plugin-metro@12.3.7": - version "12.3.7" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-12.3.7.tgz#f9be724721a52d800a20f641a2241a7b4e6a9477" - integrity sha512-ahEw0Vfnv2Nv/jdZ2QDuGjQ9l2SczO4lXjb3ubu5vEYNLyTw3jYsLMK6iES7YQ/ApQmKdG476HU1O9uZdpaYPg== +"@react-native-community/cli-platform-ios@13.6.9": + version "13.6.9" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-13.6.9.tgz#f37ceab41c2302e8f0d4bcbd3bf58b3353db4306" + integrity sha512-CiUcHlGs8vE0CAB4oi1f+dzniqfGuhWPNrDvae2nm8dewlahTBwIcK5CawyGezjcJoeQhjBflh9vloska+nlnw== + dependencies: + "@react-native-community/cli-platform-apple" "13.6.9" -"@react-native-community/cli-server-api@12.3.7": - version "12.3.7" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-12.3.7.tgz#81e2a067c120391242740598010abb8d5d36a739" - integrity sha512-LYETs3CCjrLn1ZU0kYv44TywiIl5IPFHZGeXhAh2TtgOk4mo3kvXxECDil9CdO3bmDra6qyiG61KHvzr8IrHdg== +"@react-native-community/cli-server-api@13.6.9": + version "13.6.9" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-13.6.9.tgz#269e666bc26e9d0b2f42c7f6099559b5f9259e9d" + integrity sha512-W8FSlCPWymO+tlQfM3E0JmM8Oei5HZsIk5S0COOl0MRi8h0NmHI4WSTF2GCfbFZkcr2VI/fRsocoN8Au4EZAug== dependencies: - "@react-native-community/cli-debugger-ui" "12.3.7" - "@react-native-community/cli-tools" "12.3.7" + "@react-native-community/cli-debugger-ui" "13.6.9" + "@react-native-community/cli-tools" "13.6.9" compression "^1.7.1" connect "^3.6.5" errorhandler "^1.5.1" nocache "^3.0.1" pretty-format "^26.6.2" serve-static "^1.13.1" - ws "^7.5.1" + ws "^6.2.2" -"@react-native-community/cli-tools@12.3.7": - version "12.3.7" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-12.3.7.tgz#65cf1c81d13662a1b0396c753e6ff916e3e92083" - integrity sha512-7NL/1/i+wzd4fBr/FSr3ypR05tiU/Kv9l/M1sL1c6jfcDtWXAL90R161gQkQFK7shIQ8Idp0dQX1rq49tSyfQw== +"@react-native-community/cli-tools@13.6.9": + version "13.6.9" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-13.6.9.tgz#2baee279358ba1a863e737b2fa9f45659ad91929" + integrity sha512-OXaSjoN0mZVw3nrAwcY1PC0uMfyTd9fz7Cy06dh+EJc+h0wikABsVRzV8cIOPrVV+PPEEXE0DBrH20T2puZzgQ== dependencies: appdirsjs "^1.2.4" chalk "^4.1.2" + execa "^5.0.0" find-up "^5.0.0" mime "^2.4.1" node-fetch "^2.6.0" @@ -2440,27 +2453,26 @@ shell-quote "^1.7.3" sudo-prompt "^9.0.0" -"@react-native-community/cli-types@12.3.7": - version "12.3.7" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-12.3.7.tgz#6f55becdc41bb5ebf1a8f6fd27ad0d198831169d" - integrity sha512-NFtUMyIrNfi3A5C1cjVKDVvYHvvOF7MnOMwdD8jm2NQKewQJrehKBh1eMuykKdqhWyZmuemD4KKhL8f4FxgG0w== +"@react-native-community/cli-types@13.6.9": + version "13.6.9" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-13.6.9.tgz#08bfb796eacf0daeb31e2de516e81e78a36a1a55" + integrity sha512-RLxDppvRxXfs3hxceW/mShi+6o5yS+kFPnPqZTaMKKR5aSg7LwDpLQW4K2D22irEG8e6RKDkZUeH9aL3vO2O0w== dependencies: joi "^17.2.1" -"@react-native-community/cli@12.3.7": - version "12.3.7" - resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-12.3.7.tgz#8f53ec9310367a0204d859005e9cd137f9888382" - integrity sha512-7+mOhk+3+X3BjSJZZvYrDJynA00gPYTlvT28ZjiLlbuVGfqfNiBKaxuF7rty+gjjpch4iKGvLhIhSN5cuOsdHQ== - dependencies: - "@react-native-community/cli-clean" "12.3.7" - "@react-native-community/cli-config" "12.3.7" - "@react-native-community/cli-debugger-ui" "12.3.7" - "@react-native-community/cli-doctor" "12.3.7" - "@react-native-community/cli-hermes" "12.3.7" - "@react-native-community/cli-plugin-metro" "12.3.7" - "@react-native-community/cli-server-api" "12.3.7" - "@react-native-community/cli-tools" "12.3.7" - "@react-native-community/cli-types" "12.3.7" +"@react-native-community/cli@13.6.9": + version "13.6.9" + resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-13.6.9.tgz#ba6360b94e0aba9c4001bda256cf7e57e2ecb02c" + integrity sha512-hFJL4cgLPxncJJd/epQ4dHnMg5Jy/7Q56jFvA3MHViuKpzzfTCJCB+pGY54maZbtym53UJON9WTGpM3S81UfjQ== + dependencies: + "@react-native-community/cli-clean" "13.6.9" + "@react-native-community/cli-config" "13.6.9" + "@react-native-community/cli-debugger-ui" "13.6.9" + "@react-native-community/cli-doctor" "13.6.9" + "@react-native-community/cli-hermes" "13.6.9" + "@react-native-community/cli-server-api" "13.6.9" + "@react-native-community/cli-tools" "13.6.9" + "@react-native-community/cli-types" "13.6.9" chalk "^4.1.2" commander "^9.4.1" deepmerge "^4.3.0" @@ -2471,27 +2483,28 @@ prompts "^2.4.2" semver "^7.5.2" -"@react-native/assets-registry@0.73.1": - version "0.73.1" - resolved "https://registry.yarnpkg.com/@react-native/assets-registry/-/assets-registry-0.73.1.tgz#e2a6b73b16c183a270f338dc69c36039b3946e85" - integrity sha512-2FgAbU7uKM5SbbW9QptPPZx8N9Ke2L7bsHb+EhAanZjFZunA9PaYtyjUQ1s7HD+zDVqOQIvjkpXSv7Kejd2tqg== +"@react-native/assets-registry@0.74.88": + version "0.74.88" + resolved "https://registry.yarnpkg.com/@react-native/assets-registry/-/assets-registry-0.74.88.tgz#fb812d88b173c01ae885c7795f2e11cceada4f3b" + integrity sha512-tOvA+ikxa0Yxk3gLWR4+Pp4Y6Se+JEs6XXabX4/jgxIDnDfhT/czFNhqH/hdk4uOT8uVJGnilvevsia2TCFMiw== -"@react-native/babel-plugin-codegen@0.73.4": - version "0.73.4" - resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.73.4.tgz#8a2037d5585b41877611498ae66adbf1dddfec1b" - integrity sha512-XzRd8MJGo4Zc5KsphDHBYJzS1ryOHg8I2gOZDAUCGcwLFhdyGu1zBNDJYH2GFyDrInn9TzAbRIf3d4O+eltXQQ== +"@react-native/babel-plugin-codegen@0.74.88": + version "0.74.88" + resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.74.88.tgz#09e16493954b2dd4f582cf57e40d4f141f026432" + integrity sha512-hul4gPU09q7K0amhzhZnG3EVxeCXjP2l1x/zdgtliRRB8Nq7Za8YkM7dy84X+Vv4UC9G1nzxIbibsKeLsY1N4A== dependencies: - "@react-native/codegen" "0.73.3" + "@react-native/codegen" "0.74.88" -"@react-native/babel-preset@0.73.21": - version "0.73.21" - resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.73.21.tgz#174c16493fa4e311b2f5f0c58d4f3c6a5a68bbea" - integrity sha512-WlFttNnySKQMeujN09fRmrdWqh46QyJluM5jdtDNrkl/2Hx6N4XeDUGhABvConeK95OidVO7sFFf7sNebVXogA== +"@react-native/babel-preset@0.74.88": + version "0.74.88" + resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.74.88.tgz#e7ecfe47e5a097f27c176c8e32627e722341db3c" + integrity sha512-SQODiFGlyblFTvdvePUDrQ+qlSzhcOm7It/yW2CVKxw5zRUf50+Cj3DBkRFhQDqF3ri2EnWsLnJ3oNE7hqDUxg== dependencies: "@babel/core" "^7.20.0" "@babel/plugin-proposal-async-generator-functions" "^7.0.0" "@babel/plugin-proposal-class-properties" "^7.18.0" "@babel/plugin-proposal-export-default-from" "^7.0.0" + "@babel/plugin-proposal-logical-assignment-operators" "^7.18.0" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.0" "@babel/plugin-proposal-numeric-separator" "^7.0.0" "@babel/plugin-proposal-object-rest-spread" "^7.20.0" @@ -2527,134 +2540,150 @@ "@babel/plugin-transform-typescript" "^7.5.0" "@babel/plugin-transform-unicode-regex" "^7.0.0" "@babel/template" "^7.0.0" - "@react-native/babel-plugin-codegen" "0.73.4" + "@react-native/babel-plugin-codegen" "0.74.88" babel-plugin-transform-flow-enums "^0.0.2" react-refresh "^0.14.0" -"@react-native/codegen@0.73.3": - version "0.73.3" - resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.73.3.tgz#cc984a8b17334d986cc600254a0d4b7fa7d68a94" - integrity sha512-sxslCAAb8kM06vGy9Jyh4TtvjhcP36k/rvj2QE2Jdhdm61KvfafCATSIsOfc0QvnduWFcpXUPvAVyYwuv7PYDg== +"@react-native/codegen@0.74.88": + version "0.74.88" + resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.74.88.tgz#7f6601e4870d2e321f70ddae63e82b4110d6ce91" + integrity sha512-HMk/LCrSdUof9DZFaB2bK0soKyAF6XiCg2LG7WFjEkUDXayeiB4p7IsHISJWY4bYg7cMPZ0fiZMRaBP2vXJxgg== dependencies: "@babel/parser" "^7.20.0" - flow-parser "^0.206.0" glob "^7.1.1" + hermes-parser "0.19.1" invariant "^2.2.4" jscodeshift "^0.14.0" mkdirp "^0.5.1" nullthrows "^1.1.1" + yargs "^17.6.2" -"@react-native/community-cli-plugin@0.73.18": - version "0.73.18" - resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.73.18.tgz#ba2a0933fad574684534eea29f1c5d2cab494854" - integrity sha512-RN8piDh/eF+QT6YYmrj3Zd9uiaDsRY/kMT0FYR42j8/M/boE4hs4Xn0u91XzT8CAkU9q/ilyo3wJsXIJo2teww== +"@react-native/community-cli-plugin@0.74.88": + version "0.74.88" + resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.74.88.tgz#7bea489aa2d37201054519e6b2c9f3902b0fbf88" + integrity sha512-O8zz784kksa36nBNiULHh0rYFGr4mwtBB95YvvBOEYiYnMjFkEOUe7BPKvYmX8W29MgskXcIGNrNvfre59o4xw== dependencies: - "@react-native-community/cli-server-api" "12.3.7" - "@react-native-community/cli-tools" "12.3.7" - "@react-native/dev-middleware" "0.73.8" - "@react-native/metro-babel-transformer" "0.73.15" + "@react-native-community/cli-server-api" "13.6.9" + "@react-native-community/cli-tools" "13.6.9" + "@react-native/dev-middleware" "0.74.88" + "@react-native/metro-babel-transformer" "0.74.88" chalk "^4.0.0" execa "^5.1.1" metro "^0.80.3" metro-config "^0.80.3" metro-core "^0.80.3" node-fetch "^2.2.0" + querystring "^0.2.1" readline "^1.3.0" -"@react-native/debugger-frontend@0.73.3": - version "0.73.3" - resolved "https://registry.yarnpkg.com/@react-native/debugger-frontend/-/debugger-frontend-0.73.3.tgz#033757614d2ada994c68a1deae78c1dd2ad33c2b" - integrity sha512-RgEKnWuoo54dh7gQhV7kvzKhXZEhpF9LlMdZolyhGxHsBqZ2gXdibfDlfcARFFifPIiaZ3lXuOVVa4ei+uPgTw== +"@react-native/debugger-frontend@0.74.88": + version "0.74.88" + resolved "https://registry.yarnpkg.com/@react-native/debugger-frontend/-/debugger-frontend-0.74.88.tgz#17b4a36f768d822cdc1e05495f3073c583d26583" + integrity sha512-3xUR/uJza241ya0UFxxaxQiB/gkUx1gynMxhlgc6zFxz/zSrLG1/AcA6hpua2ZvmOMabpo09XOOR1Hqvf2qPEQ== -"@react-native/dev-middleware@0.73.8": - version "0.73.8" - resolved "https://registry.yarnpkg.com/@react-native/dev-middleware/-/dev-middleware-0.73.8.tgz#2e43722a00c7b8db753f747f40267cbad6caba4d" - integrity sha512-oph4NamCIxkMfUL/fYtSsE+JbGOnrlawfQ0kKtDQ5xbOjPKotKoXqrs1eGwozNKv7FfQ393stk1by9a6DyASSg== +"@react-native/dev-middleware@0.74.88": + version "0.74.88" + resolved "https://registry.yarnpkg.com/@react-native/dev-middleware/-/dev-middleware-0.74.88.tgz#2089ced6f6e50af0c9bb3bdc4fb17fe5ee824e19" + integrity sha512-RYaQ72j9ggeGI712UlAfWtuY0rD4WllArlYtEybT0x1zmUtLgq5lgJcSkwg501yfG/g10XB69Q2MM8gCWK8NAw== dependencies: "@isaacs/ttlcache" "^1.4.1" - "@react-native/debugger-frontend" "0.73.3" + "@react-native/debugger-frontend" "0.74.88" + "@rnx-kit/chromium-edge-launcher" "^1.0.0" chrome-launcher "^0.15.2" - chromium-edge-launcher "^1.0.0" connect "^3.6.5" debug "^2.2.0" node-fetch "^2.2.0" + nullthrows "^1.1.1" open "^7.0.3" + selfsigned "^2.4.1" serve-static "^1.13.1" temp-dir "^2.0.0" ws "^6.2.2" -"@react-native/eslint-config@0.73.2": - version "0.73.2" - resolved "https://registry.yarnpkg.com/@react-native/eslint-config/-/eslint-config-0.73.2.tgz#40b2cd8ce245e90c885b8ab15fae1219a946bfac" - integrity sha512-YzMfes19loTfbrkbYNAfHBDXX4oRBzc5wnvHs4h2GIHUj6YKs5ZK5lldqSrBJCdZAI3nuaO9Qj+t5JRwou571w== +"@react-native/eslint-config@0.74.88": + version "0.74.88" + resolved "https://registry.yarnpkg.com/@react-native/eslint-config/-/eslint-config-0.74.88.tgz#93c4493d19c0710cbc8a5d3145f2adce0c92036c" + integrity sha512-a747LJ1uoXQzGnjN2YRo2yearBZUn6iG0eRn3Dco/j5Jm0IdaiQsgeBq3NzLCvHWdkWkyHmRbGiD5VlfD6dQQg== dependencies: "@babel/core" "^7.20.0" "@babel/eslint-parser" "^7.20.0" - "@react-native/eslint-plugin" "0.73.1" - "@typescript-eslint/eslint-plugin" "^5.57.1" - "@typescript-eslint/parser" "^5.57.1" + "@react-native/eslint-plugin" "0.74.88" + "@typescript-eslint/eslint-plugin" "^7.1.1" + "@typescript-eslint/parser" "^7.1.1" eslint-config-prettier "^8.5.0" eslint-plugin-eslint-comments "^3.2.0" eslint-plugin-ft-flow "^2.0.1" - eslint-plugin-jest "^26.5.3" + eslint-plugin-jest "^27.9.0" eslint-plugin-prettier "^4.2.1" eslint-plugin-react "^7.30.1" eslint-plugin-react-hooks "^4.6.0" eslint-plugin-react-native "^4.0.0" -"@react-native/eslint-plugin@0.73.1": - version "0.73.1" - resolved "https://registry.yarnpkg.com/@react-native/eslint-plugin/-/eslint-plugin-0.73.1.tgz#79d2c4d90c80bfad8900db335bfbaf1ca599abdc" - integrity sha512-8BNMFE8CAI7JLWLOs3u33wcwcJ821LYs5g53Xyx9GhSg0h8AygTwDrwmYb/pp04FkCNCPjKPBoaYRthQZmxgwA== +"@react-native/eslint-plugin@0.74.88": + version "0.74.88" + resolved "https://registry.yarnpkg.com/@react-native/eslint-plugin/-/eslint-plugin-0.74.88.tgz#0e705d8a2f2aa7f555fe39d38f2ce08a9fdb94bc" + integrity sha512-YO6glRK93tOvcBxxz9+yz2JdPV8FbH8KtY72jz5WyXBjGvjmFMVbUGBbT06jbaCC6ZffI4UZoFJnfGSZc4gZYw== -"@react-native/gradle-plugin@0.73.5": - version "0.73.5" - resolved "https://registry.yarnpkg.com/@react-native/gradle-plugin/-/gradle-plugin-0.73.5.tgz#900126b4e5737eaac22a0fddb2fc5b4cc20da41c" - integrity sha512-Orrn8J/kqzEuXudl96XcZk84ZcdIpn1ojjwGSuaSQSXNcCYbOXyt0RwtW5kjCqjgSzGnOMsJNZc5FDXHVq/WzA== +"@react-native/gradle-plugin@0.74.88": + version "0.74.88" + resolved "https://registry.yarnpkg.com/@react-native/gradle-plugin/-/gradle-plugin-0.74.88.tgz#e433f8e2a7777eaa942fb11fc53f80dbe9e0bc63" + integrity sha512-cUu4gVLFTkHe0e5/IxSycRfbBhZs/5QF8AqYcoUBsZ5o+22Im9+M4DuGFv4U5Sa2NTy2VXOCpbBTepzKsdXlgw== -"@react-native/js-polyfills@0.73.1": - version "0.73.1" - resolved "https://registry.yarnpkg.com/@react-native/js-polyfills/-/js-polyfills-0.73.1.tgz#730b0a7aaab947ae6f8e5aa9d995e788977191ed" - integrity sha512-ewMwGcumrilnF87H4jjrnvGZEaPFCAC4ebraEK+CurDDmwST/bIicI4hrOAv+0Z0F7DEK4O4H7r8q9vH7IbN4g== +"@react-native/js-polyfills@0.74.88": + version "0.74.88" + resolved "https://registry.yarnpkg.com/@react-native/js-polyfills/-/js-polyfills-0.74.88.tgz#84409c6868d06dd17a76cc0ab7cfa0e58bcd11ad" + integrity sha512-6KljxfNKAz2b2uXqxagKbytb3MvUujAmfvuubKOoCLAiLbs8CYKW0OV1FqVLYUEXXw5GEDhXcVzQxxFuDlMafQ== -"@react-native/metro-babel-transformer@0.73.15": - version "0.73.15" - resolved "https://registry.yarnpkg.com/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.73.15.tgz#c516584dde62d65a46668074084359c03e6a50f1" - integrity sha512-LlkSGaXCz+xdxc9819plmpsl4P4gZndoFtpjN3GMBIu6f7TBV0GVbyJAU4GE8fuAWPVSVL5ArOcdkWKSbI1klw== +"@react-native/metro-babel-transformer@0.74.88": + version "0.74.88" + resolved "https://registry.yarnpkg.com/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.74.88.tgz#778c639cf3f17a3dc31acbfe31d0ec77ed59004a" + integrity sha512-r7Er162iLpQce3ODQzNVS+PnjglJoHZ4l0NeaVMB4w45DIgKM4hC2vI6a/fzyFm9C6N+QY4P2i2RSkwjXVuBlQ== dependencies: "@babel/core" "^7.20.0" - "@react-native/babel-preset" "0.73.21" - hermes-parser "0.15.0" + "@react-native/babel-preset" "0.74.88" + hermes-parser "0.19.1" nullthrows "^1.1.1" -"@react-native/metro-config@0.73.5": - version "0.73.5" - resolved "https://registry.yarnpkg.com/@react-native/metro-config/-/metro-config-0.73.5.tgz#791242ca93057d7299ce18379ea11d3bdb368ea9" - integrity sha512-3bNWoHzOzP/+qoLJtRhOVXrnxKmSY3i4y5PXyMQlIvvOI/GQbXulPpEZxK/yUrf1MmeXHLLFufFbQWlfDEDoxA== +"@react-native/metro-config@0.74.88": + version "0.74.88" + resolved "https://registry.yarnpkg.com/@react-native/metro-config/-/metro-config-0.74.88.tgz#0a6cb4a605622b5b302e538a25d9f136d296288c" + integrity sha512-GYBVb+987onsGcycad7jW7P4lBpeuj2TIhuOcKJcvRSID59w3OPb54hi8P04Cn9fMWGunWDxb8IvpkAbffzlCw== dependencies: - "@react-native/js-polyfills" "0.73.1" - "@react-native/metro-babel-transformer" "0.73.15" + "@react-native/js-polyfills" "0.74.88" + "@react-native/metro-babel-transformer" "0.74.88" metro-config "^0.80.3" metro-runtime "^0.80.3" -"@react-native/normalize-colors@0.73.2", "@react-native/normalize-colors@^0.73.0": - version "0.73.2" - resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.73.2.tgz#cc8e48fbae2bbfff53e12f209369e8d2e4cf34ec" - integrity sha512-bRBcb2T+I88aG74LMVHaKms2p/T8aQd8+BZ7LuuzXlRfog1bMWWn/C5i0HVuvW4RPtXQYgIlGiXVDy9Ir1So/w== +"@react-native/normalize-colors@0.74.88": + version "0.74.88" + resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.74.88.tgz#46f4c7270c8e6853281d7dd966e0eb362068e41a" + integrity sha512-He5oTwPBxvXrxJ91dZzpxR7P+VYmc9IkJfhuH8zUiU50ckrt+xWNjtVugPdUv4LuVjmZ36Vk2EX8bl1gVn2dVA== -"@react-native/typescript-config@0.73.1": - version "0.73.1" - resolved "https://registry.yarnpkg.com/@react-native/typescript-config/-/typescript-config-0.73.1.tgz#c97a42f5cd264069bfe86b737c531ed2f042ae6d" - integrity sha512-7Wrmdp972ZO7xvDid+xRGtvX6xz47cpGj7Y7VKlUhSVFFqbOGfB5WCpY1vMr6R/fjl+Og2fRw+TETN2+JnJi0w== +"@react-native/typescript-config@0.74.88": + version "0.74.88" + resolved "https://registry.yarnpkg.com/@react-native/typescript-config/-/typescript-config-0.74.88.tgz#e7ebb7128c8f85fdc3872b51dcff1e125c955b05" + integrity sha512-Rn8PxcpE/BXKIgRJ2M4APFpKJatgYXyRg9wEl87PjJIH36AQkpFgbqWMwtM0m0Rsof4PWRzKt7GlzPtUS8/fyA== -"@react-native/virtualized-lists@0.73.4": - version "0.73.4" - resolved "https://registry.yarnpkg.com/@react-native/virtualized-lists/-/virtualized-lists-0.73.4.tgz#640e594775806f63685435b5d9c3d05c378ccd8c" - integrity sha512-HpmLg1FrEiDtrtAbXiwCgXFYyloK/dOIPIuWW3fsqukwJEWAiTzm1nXGJ7xPU5XTHiWZ4sKup5Ebaj8z7iyWog== +"@react-native/virtualized-lists@0.74.88": + version "0.74.88" + resolved "https://registry.yarnpkg.com/@react-native/virtualized-lists/-/virtualized-lists-0.74.88.tgz#59df4e9ce3d82b4efc3374eb4d85dd91d243bf62" + integrity sha512-nZn4X9zuyinRJoE/WcgB1e/X6b3J3QPRSsNC0LOjHzP97tvW6xvBacjbCAJAaZQwD9KaqZyK86eCi61ksr350g== dependencies: invariant "^2.2.4" nullthrows "^1.1.1" +"@rnx-kit/chromium-edge-launcher@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@rnx-kit/chromium-edge-launcher/-/chromium-edge-launcher-1.0.0.tgz#c0df8ea00a902c7a417cd9655aab06de398b939c" + integrity sha512-lzD84av1ZQhYUS+jsGqJiCMaJO2dn9u+RTT9n9q6D3SaKVwWqv+7AoRKqBu19bkwyE+iFRl1ymr40QS90jVFYg== + dependencies: + "@types/node" "^18.0.0" + escape-string-regexp "^4.0.0" + is-wsl "^2.2.0" + lighthouse-logger "^1.0.0" + mkdirp "^1.0.4" + rimraf "^3.0.2" + "@rtsao/scc@^1.1.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8" @@ -2796,11 +2825,25 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== +"@types/node-forge@^1.3.0": + version "1.3.11" + resolved "https://registry.yarnpkg.com/@types/node-forge/-/node-forge-1.3.11.tgz#0972ea538ddb0f4d9c2fa0ec5db5724773a604da" + integrity sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ== + dependencies: + "@types/node" "*" + "@types/node@*": version "14.14.35" resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.35.tgz#42c953a4e2b18ab931f72477e7012172f4ffa313" integrity sha512-Lt+wj8NVPx0zUmUwumiVXapmaLUcAk3yPuHCFVXras9k5VT9TdhJqKqGVUQCD60OTMCl0qxJ57OiTL0Mic3Iag== +"@types/node@^18.0.0": + version "18.19.64" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.64.tgz#122897fb79f2a9ec9c979bded01c11461b2b1478" + integrity sha512-955mDqvO2vFf/oL7V3WiUtiz+BugyX8uVbaT2H8oj3+8dRyH2FLiNdowe7eNqRM7IOIZvzDH76EoAT+gwm6aIQ== + dependencies: + undici-types "~5.26.4" + "@types/prop-types@*": version "15.7.0" resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.0.tgz#4c48fed958d6dcf9487195a0ef6456d5f6e0163a" @@ -2855,7 +2898,7 @@ dependencies: "@types/yargs-parser" "*" -"@typescript-eslint/eslint-plugin@^5.53.0", "@typescript-eslint/eslint-plugin@^5.57.1": +"@typescript-eslint/eslint-plugin@^5.53.0": version "5.62.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db" integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag== @@ -2871,17 +2914,22 @@ semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/parser@^5.57.1": - version "5.62.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7" - integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA== +"@typescript-eslint/eslint-plugin@^7.1.1": + version "7.18.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3" + integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw== dependencies: - "@typescript-eslint/scope-manager" "5.62.0" - "@typescript-eslint/types" "5.62.0" - "@typescript-eslint/typescript-estree" "5.62.0" - debug "^4.3.4" + "@eslint-community/regexpp" "^4.10.0" + "@typescript-eslint/scope-manager" "7.18.0" + "@typescript-eslint/type-utils" "7.18.0" + "@typescript-eslint/utils" "7.18.0" + "@typescript-eslint/visitor-keys" "7.18.0" + graphemer "^1.4.0" + ignore "^5.3.1" + natural-compare "^1.4.0" + ts-api-utils "^1.3.0" -"@typescript-eslint/parser@^7.13.0": +"@typescript-eslint/parser@^7.1.1", "@typescript-eslint/parser@^7.13.0": version "7.18.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0" integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg== @@ -2926,6 +2974,16 @@ debug "^4.3.4" tsutils "^3.21.0" +"@typescript-eslint/type-utils@7.18.0": + version "7.18.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b" + integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA== + dependencies: + "@typescript-eslint/typescript-estree" "7.18.0" + "@typescript-eslint/utils" "7.18.0" + debug "^4.3.4" + ts-api-utils "^1.3.0" + "@typescript-eslint/types@5.62.0": version "5.62.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f" @@ -2996,6 +3054,16 @@ eslint-scope "^5.1.1" semver "^7.3.7" +"@typescript-eslint/utils@7.18.0": + version "7.18.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f" + integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw== + dependencies: + "@eslint-community/eslint-utils" "^4.4.0" + "@typescript-eslint/scope-manager" "7.18.0" + "@typescript-eslint/types" "7.18.0" + "@typescript-eslint/typescript-estree" "7.18.0" + "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0": version "8.15.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.15.0.tgz#ac04679ad19252776b38b81954b8e5a65567cef6" @@ -3871,18 +3939,6 @@ chrome-launcher@^0.15.2: is-wsl "^2.2.0" lighthouse-logger "^1.0.0" -chromium-edge-launcher@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/chromium-edge-launcher/-/chromium-edge-launcher-1.0.0.tgz#0443083074715a13c669530b35df7bfea33b1509" - integrity sha512-pgtgjNKZ7i5U++1g1PWv75umkHvhVTDOQIZ+sjeUX9483S7Y6MUvO0lrd7ShGlQlFHMN4SwKTCq/X8hWrbv2KA== - dependencies: - "@types/node" "*" - escape-string-regexp "^4.0.0" - is-wsl "^2.2.0" - lighthouse-logger "^1.0.0" - mkdirp "^1.0.4" - rimraf "^3.0.2" - ci-info@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" @@ -4378,15 +4434,6 @@ depd@~1.1.2: resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= -deprecated-react-native-prop-types@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-5.0.0.tgz#02a12f090da7bd9e8c3ac53c31cf786a1315d302" - integrity sha512-cIK8KYiiGVOFsKdPMmm1L3tA/Gl+JopXL6F5+C7x39MyPsQYnP57Im/D6bNUzcborD7fcMwiwZqcBdBXXZucYQ== - dependencies: - "@react-native/normalize-colors" "^0.73.0" - invariant "^2.2.4" - prop-types "^15.8.1" - destroy@~1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" @@ -4734,10 +4781,10 @@ eslint-plugin-import@^2.29.1: string.prototype.trimend "^1.0.8" tsconfig-paths "^3.15.0" -eslint-plugin-jest@^26.5.3: - version "26.9.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.9.0.tgz#7931c31000b1c19e57dbfb71bbf71b817d1bf949" - integrity sha512-TWJxWGp1J628gxh2KhaH1H1paEdgE2J61BBF1I59c6xWeL5+D1BzMxGDN/nXAfX+aSkR5u80K+XhskK6Gwq9ng== +eslint-plugin-jest@^27.9.0: + version "27.9.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.9.0.tgz#7c98a33605e1d8b8442ace092b60e9919730000b" + integrity sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug== dependencies: "@typescript-eslint/utils" "^5.10.0" @@ -5241,11 +5288,6 @@ flow-parser@0.*: resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.198.1.tgz#56a77de3637c0f39284d4a112868f0cbfaa72012" integrity sha512-WgmXdj+QWApMqtnMTeG7bF6tpX/+jsH5r/i61ukFCSXVgsaldLa/KOy+hcwQ3dbxsMGYM5iLQme6Z0/s0z2OkQ== -flow-parser@^0.206.0: - version "0.206.0" - resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.206.0.tgz#f4f794f8026535278393308e01ea72f31000bfef" - integrity sha512-HVzoK3r6Vsg+lKvlIZzaWNBVai+FXTX1wdYhz/wVlH13tb/gOdLXmlTqy6odmTBhT5UoWUbq0k8263Qhr9d88w== - for-each@^0.3.3: version "0.3.3" resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e" @@ -5594,22 +5636,22 @@ hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2: dependencies: function-bind "^1.1.2" -hermes-estree@0.15.0: - version "0.15.0" - resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.15.0.tgz#e32f6210ab18c7b705bdcb375f7700f2db15d6ba" - integrity sha512-lLYvAd+6BnOqWdnNbP/Q8xfl8LOGw4wVjfrNd9Gt8eoFzhNBRVD95n4l2ksfMVOoxuVyegs85g83KS9QOsxbVQ== +hermes-estree@0.19.1: + version "0.19.1" + resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.19.1.tgz#d5924f5fac2bf0532547ae9f506d6db8f3c96392" + integrity sha512-daLGV3Q2MKk8w4evNMKwS8zBE/rcpA800nu1Q5kM08IKijoSnPe9Uo1iIxzPKRkn95IxxsgBMPeYHt3VG4ej2g== hermes-estree@0.23.0: version "0.23.0" resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.23.0.tgz#89c5419877b9d6bce4bb616821f496f5c5daddbc" integrity sha512-Rkp0PNLGpORw4ktsttkVbpYJbrYKS3hAnkxu8D9nvQi6LvSbuPa+tYw/t2u3Gjc35lYd/k95YkjqyTcN4zspag== -hermes-parser@0.15.0: - version "0.15.0" - resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.15.0.tgz#f611a297c2a2dbbfbce8af8543242254f604c382" - integrity sha512-Q1uks5rjZlE9RjMMjSUCkGrEIPI5pKJILeCtK1VmTj7U4pf3wVPoo+cxfu+s4cBAPy2JzikIIdCZgBoR6x7U1Q== +hermes-parser@0.19.1: + version "0.19.1" + resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.19.1.tgz#1044348097165b7c93dc198a80b04ed5130d6b1a" + integrity sha512-Vp+bXzxYJWrpEuJ/vXxUsLnt0+y4q9zyi4zUlkLqD8FKv4LjIfOvP69R/9Lty3dCyKh0E2BU7Eypqr63/rKT/A== dependencies: - hermes-estree "0.15.0" + hermes-estree "0.19.1" hermes-parser@0.23.0: version "0.23.0" @@ -5674,7 +5716,7 @@ ieee754@^1.1.13: resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== -ignore@^5.0.5, ignore@^5.2.0: +ignore@^5.0.5, ignore@^5.2.0, ignore@^5.3.1: version "5.3.2" resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5" integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== @@ -7608,6 +7650,11 @@ node-fetch@^2.6.0: resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== +node-forge@^1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3" + integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== + node-int64@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" @@ -8190,6 +8237,11 @@ pure-rand@^6.0.0: resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-6.1.0.tgz#d173cf23258231976ccbdb05247c9787957604f2" integrity sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA== +querystring@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.1.tgz#40d77615bb09d16902a85c3e38aa8b5ed761c2dd" + integrity sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg== + queue-microtask@^1.2.2: version "1.2.3" resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" @@ -8222,10 +8274,10 @@ rc@^1.2.7: minimist "^1.2.0" strip-json-comments "~2.0.1" -react-devtools-core@^4.27.7: - version "4.28.5" - resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.28.5.tgz#c8442b91f068cdf0c899c543907f7f27d79c2508" - integrity sha512-cq/o30z9W2Wb4rzBefjv5fBalHU0rJGZCHAkf/RHSBWSSYwh8PlQTqqOJmgIIbBtpj27T6FIPXeomIjZtCNVqA== +react-devtools-core@^5.0.0: + version "5.3.2" + resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-5.3.2.tgz#d5df92f8ef2a587986d094ef2c47d84cf4ae46ec" + integrity sha512-crr9HkVrDiJ0A4zot89oS0Cgv0Oa4OG1Em4jit3P3ZxZSKPMYyMjfwMqgcJna9o625g8oN87rBm8SWWrSTBZxg== dependencies: shell-quote "^1.6.1" ws "^7" @@ -8265,30 +8317,30 @@ react-is@^18.3.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e" integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg== -react-native@0.73.11: - version "0.73.11" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.73.11.tgz#4661532efd146e1eab2abb69c252218795837ce5" - integrity sha512-yvQIX+ZXOHMFnhmwZ1fBpRI/53k+iLN8DxVf24Fx4ABU63RGAYfyCZC0/3W+5OUVx4KSIZUv4Tv+/NGIieBOwg== +react-native@0.74.6: + version "0.74.6" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.74.6.tgz#5337faa77dd7c65a864e1218f282a39a8e85b607" + integrity sha512-TZ8uLf+dH+nO5nFwjhMd4PqtraeNT5cXQ0ySAhq7qqbTBgalxO3UklsLFW3cTSedC+eLw6J3P3H62e3/MjpWNw== dependencies: "@jest/create-cache-key-function" "^29.6.3" - "@react-native-community/cli" "12.3.7" - "@react-native-community/cli-platform-android" "12.3.7" - "@react-native-community/cli-platform-ios" "12.3.7" - "@react-native/assets-registry" "0.73.1" - "@react-native/codegen" "0.73.3" - "@react-native/community-cli-plugin" "0.73.18" - "@react-native/gradle-plugin" "0.73.5" - "@react-native/js-polyfills" "0.73.1" - "@react-native/normalize-colors" "0.73.2" - "@react-native/virtualized-lists" "0.73.4" + "@react-native-community/cli" "13.6.9" + "@react-native-community/cli-platform-android" "13.6.9" + "@react-native-community/cli-platform-ios" "13.6.9" + "@react-native/assets-registry" "0.74.88" + "@react-native/codegen" "0.74.88" + "@react-native/community-cli-plugin" "0.74.88" + "@react-native/gradle-plugin" "0.74.88" + "@react-native/js-polyfills" "0.74.88" + "@react-native/normalize-colors" "0.74.88" + "@react-native/virtualized-lists" "0.74.88" abort-controller "^3.0.0" anser "^1.4.9" ansi-regex "^5.0.0" base64-js "^1.5.1" chalk "^4.0.0" - deprecated-react-native-prop-types "^5.0.0" event-target-shim "^5.0.1" flow-enums-runtime "^0.0.6" + glob "^7.1.1" invariant "^2.2.4" jest-environment-node "^29.6.3" jsc-android "^250231.0.0" @@ -8299,7 +8351,7 @@ react-native@0.73.11: nullthrows "^1.1.1" pretty-format "^26.5.2" promise "^8.3.0" - react-devtools-core "^4.27.7" + react-devtools-core "^5.0.0" react-refresh "^0.14.0" react-shallow-renderer "^16.15.0" regenerator-runtime "^0.13.2" @@ -8774,6 +8826,14 @@ scheduler@^0.23.2: dependencies: loose-envify "^1.1.0" +selfsigned@^2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-2.4.1.tgz#560d90565442a3ed35b674034cec4e95dceb4ae0" + integrity sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q== + dependencies: + "@types/node-forge" "^1.3.0" + node-forge "^1" + semver@^5.3.0, semver@^5.6.0: version "5.7.2" resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" @@ -9659,6 +9719,11 @@ unbox-primitive@^1.0.2: has-symbols "^1.0.3" which-boxed-primitive "^1.0.2" +undici-types@~5.26.4: + version "5.26.5" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" + integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== + unicode-canonical-property-names-ecmascript@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818" @@ -9969,11 +10034,6 @@ ws@^7: resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.4.tgz#383bc9742cb202292c9077ceab6f6047b17f2d59" integrity sha512-Qm8k8ojNQIMx7S+Zp8u/uHOx7Qazv3Yv4q68MiWWWOJhiwG5W3x7iqmRtJo8xxrciZUY4vRxUTJCKuRnF28ZZw== -ws@^7.5.1: - version "7.5.9" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591" - integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q== - ws@^7.5.10: version "7.5.10" resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9" From ec74c669c92e30f59fb8757d15f9902f0105d57d Mon Sep 17 00:00:00 2001 From: Radek Pietruszewski Date: Sat, 23 Nov 2024 15:34:14 +0100 Subject: [PATCH 03/20] deps: update Pods for RN0.74 --- native/iosTest/Podfile.lock | 880 +- .../RCT-Folly/folly/ConstructorCallback.h | 1 - .../RCT-Folly/folly/ConstructorCallbackList.h | 1 + .../Private/RCT-Folly/folly/MaybeManagedPtr.h | 1 + .../Headers/Private/RCT-Folly/folly/base64.h | 1 + .../Private/RCT-Folly/folly/chrono/Hardware.h | 1 - .../folly/concurrency/AtomicSharedPtr.h | 1 - .../folly/concurrency/ConcurrentHashMap.h | 1 - .../folly/concurrency/CoreCachedSharedPtr.h | 1 - .../folly/concurrency/DeadlockDetector.h | 1 - .../folly/concurrency/DynamicBoundedQueue.h | 1 - .../concurrency/PriorityUnboundedQueueSet.h | 1 - .../concurrency/ThreadCachedSynchronized.h | 1 - .../folly/concurrency/UnboundedQueue.h | 1 - .../RCT-Folly/folly/container/IntrusiveHeap.h | 1 + .../container/WeightedEvictingCacheMap.h | 1 + .../RCT-Folly/folly/detail/PerfScoped.h | 1 + .../RCT-Folly/folly/detail/SimdAnyOf.h | 1 + .../RCT-Folly/folly/detail/SimdCharPlatform.h | 1 + .../RCT-Folly/folly/detail/SimdForEach.h | 1 + .../folly/detail/SimpleSimdStringUtils.h | 1 + .../folly/detail/SimpleSimdStringUtilsImpl.h | 1 + .../RCT-Folly/folly/detail/SplitStringSimd.h | 1 + .../folly/detail/SplitStringSimdImpl.h | 1 + .../RCT-Folly/folly/detail/UnrollUtils.h | 1 + .../Private/RCT-Folly/folly/executors/Async.h | 1 - .../folly/executors/CPUThreadPoolExecutor.h | 1 - .../Private/RCT-Folly/folly/executors/Codel.h | 1 - .../folly/executors/DrivableExecutor.h | 1 - .../folly/executors/EDFThreadPoolExecutor.h | 1 - .../executors/ExecutorWithPriority-inl.h | 1 - .../folly/executors/ExecutorWithPriority.h | 1 - .../folly/executors/FiberIOExecutor.h | 1 - .../folly/executors/FutureExecutor.h | 1 - .../folly/executors/GlobalExecutor.h | 1 - .../folly/executors/GlobalThreadPoolList.h | 1 - .../RCT-Folly/folly/executors/IOExecutor.h | 1 - .../RCT-Folly/folly/executors/IOObjectCache.h | 1 - .../IOThreadPoolDeadlockDetectorObserver.h | 1 - .../folly/executors/IOThreadPoolExecutor.h | 1 - .../folly/executors/InlineExecutor.h | 1 - .../folly/executors/ManualExecutor.h | 1 - .../folly/executors/MeteredExecutor.h | 1 - .../RCT-Folly/folly/executors/QueueObserver.h | 1 - .../folly/executors/QueuedImmediateExecutor.h | 1 - .../folly/executors/ScheduledExecutor.h | 1 - .../folly/executors/SequencedExecutor.h | 1 - .../folly/executors/SerialExecutor.h | 1 - .../folly/executors/SoftRealTimeExecutor.h | 1 - .../folly/executors/StrandExecutor.h | 1 - .../folly/executors/ThreadPoolExecutor.h | 1 - .../folly/executors/ThreadedExecutor.h | 1 - .../folly/executors/TimedDrivableExecutor.h | 1 - .../executors/TimekeeperScheduledExecutor.h | 1 - .../executors/task_queue/BlockingQueue.h | 1 - .../executors/task_queue/LifoSemMPMCQueue.h | 1 - .../task_queue/PriorityLifoSemMPMCQueue.h | 1 - .../PriorityUnboundedBlockingQueue.h | 1 - .../task_queue/UnboundedBlockingQueue.h | 1 - .../thread_factory/NamedThreadFactory.h | 1 - .../executors/thread_factory/ThreadFactory.h | 1 - .../experimental/AtomicReadMostlyMainPtr.h | 1 - .../RCT-Folly/folly/experimental/AutoTimer.h | 1 - .../folly/experimental/BitVectorCoding.h | 1 - .../RCT-Folly/folly/experimental/Bits.h | 1 - .../RCT-Folly/folly/experimental/Cleanup.h | 1 - .../folly/experimental/CodingDetail.h | 1 - .../RCT-Folly/folly/experimental/Coinflip.h | 1 - .../folly/experimental/DynamicParser-inl.h | 1 - .../folly/experimental/DynamicParser.h | 1 - .../folly/experimental/EliasFanoCoding.h | 1 - .../RCT-Folly/folly/experimental/EnvUtil.h | 1 - .../RCT-Folly/folly/experimental/EventCount.h | 1 - .../folly/experimental/ExecutionObserver.h | 1 - .../experimental/FlatCombiningPriorityQueue.h | 1 - .../folly/experimental/FunctionScheduler.h | 1 - .../RCT-Folly/folly/experimental/FutureDAG.h | 1 - .../folly/experimental/Instructions.h | 1 - .../RCT-Folly/folly/experimental/JSONSchema.h | 1 - .../experimental/JemallocHugePageAllocator.h | 1 - .../experimental/JemallocNodumpAllocator.h | 1 - .../folly/experimental/LockFreeRingBuffer.h | 1 - .../folly/experimental/NestedCommandLineApp.h | 1 - .../RCT-Folly/folly/experimental/PrimaryPtr.h | 1 - .../folly/experimental/ProgramOptions.h | 1 - .../folly/experimental/QuotientMultiSet-inl.h | 1 - .../folly/experimental/QuotientMultiSet.h | 1 - .../folly/experimental/ReadMostlySharedPtr.h | 1 - .../RelaxedConcurrentPriorityQueue.h | 1 - .../experimental/STTimerFDTimeoutManager.h | 1 - .../RCT-Folly/folly/experimental/Select64.h | 1 - .../experimental/SingleWriterFixedHashMap.h | 1 - .../experimental/SingletonRelaxedCounter.h | 1 - .../RCT-Folly/folly/experimental/StampedPtr.h | 1 - .../folly/experimental/StringKeyedCommon.h | 1 - .../folly/experimental/StringKeyedMap.h | 1 - .../folly/experimental/StringKeyedSet.h | 1 - .../experimental/StringKeyedUnorderedMap.h | 1 - .../experimental/StringKeyedUnorderedSet.h | 1 - .../RCT-Folly/folly/experimental/TLRefCount.h | 1 - .../RCT-Folly/folly/experimental/TestUtil.h | 1 - .../ThreadWheelTimekeeperHighRes.h | 1 - .../ThreadedRepeatingFunctionRunner.h | 1 - .../RCT-Folly/folly/experimental/TimerFD.h | 1 - .../experimental/TimerFDTimeoutManager.h | 1 - .../RCT-Folly/folly/experimental/TupleOps.h | 1 - .../RCT-Folly/folly/experimental/bser/Bser.h | 1 - .../folly/experimental/channels/Channel-fwd.h | 1 - .../folly/experimental/channels/Channel-inl.h | 1 - .../folly/experimental/channels/Channel.h | 1 - .../channels/ChannelCallbackHandle.h | 1 - .../channels/ChannelProcessor-inl.h | 1 - .../experimental/channels/ChannelProcessor.h | 1 - .../channels/ConsumeChannel-inl.h | 1 - .../experimental/channels/ConsumeChannel.h | 1 - .../experimental/channels/FanoutChannel-inl.h | 1 - .../experimental/channels/FanoutChannel.h | 1 - .../experimental/channels/FanoutSender-inl.h | 1 - .../experimental/channels/FanoutSender.h | 1 - .../folly/experimental/channels/Merge-inl.h | 1 - .../folly/experimental/channels/Merge.h | 1 - .../experimental/channels/MergeChannel-inl.h | 1 - .../experimental/channels/MergeChannel.h | 1 - .../channels/MultiplexChannel-inl.h | 1 - .../experimental/channels/MultiplexChannel.h | 1 - .../experimental/channels/OnClosedException.h | 1 - .../experimental/channels/Producer-inl.h | 1 - .../folly/experimental/channels/Producer.h | 1 - .../folly/experimental/channels/RateLimiter.h | 1 - .../experimental/channels/Transform-inl.h | 1 - .../folly/experimental/channels/Transform.h | 1 - .../channels/detail/AtomicQueue.h | 1 - .../channels/detail/ChannelBridge.h | 1 - .../channels/detail/FunctionTraits.h | 1 - .../channels/detail/IntrusivePtr.h | 1 - .../channels/detail/MultiplexerTraits.h | 1 - .../channels/detail/PointerVariant.h | 1 - .../experimental/channels/detail/Utility.h | 1 - .../channels/test/ChannelTestUtil.h | 1 - .../folly/experimental/coro/Accumulate-inl.h | 1 - .../folly/experimental/coro/Accumulate.h | 1 - .../folly/experimental/coro/AsyncGenerator.h | 1 - .../folly/experimental/coro/AsyncPipe.h | 1 - .../folly/experimental/coro/AsyncScope.h | 1 - .../folly/experimental/coro/AsyncStack.h | 1 - .../RCT-Folly/folly/experimental/coro/Baton.h | 1 - .../folly/experimental/coro/BlockingWait.h | 1 - .../folly/experimental/coro/BoundedQueue.h | 1 - .../folly/experimental/coro/Collect-inl.h | 1 - .../folly/experimental/coro/Collect.h | 1 - .../folly/experimental/coro/Concat-inl.h | 1 - .../folly/experimental/coro/Concat.h | 1 - .../folly/experimental/coro/Coroutine.h | 1 - .../folly/experimental/coro/CurrentExecutor.h | 1 - .../folly/experimental/coro/DetachOnCancel.h | 1 - .../folly/experimental/coro/Filter-inl.h | 1 - .../folly/experimental/coro/Filter.h | 1 - .../folly/experimental/coro/FutureUtil.h | 1 - .../folly/experimental/coro/Generator.h | 1 - .../folly/experimental/coro/GmockHelpers.h | 1 - .../folly/experimental/coro/GtestHelpers.h | 1 - .../folly/experimental/coro/Invoke.h | 1 - .../folly/experimental/coro/Merge-inl.h | 1 - .../RCT-Folly/folly/experimental/coro/Merge.h | 1 - .../RCT-Folly/folly/experimental/coro/Mutex.h | 1 - .../folly/experimental/coro/Promise.h | 1 - .../folly/experimental/coro/Result.h | 1 - .../RCT-Folly/folly/experimental/coro/Retry.h | 1 - .../folly/experimental/coro/RustAdaptors.h | 1 - .../folly/experimental/coro/ScopeExit.h | 1 - .../folly/experimental/coro/SharedLock.h | 1 - .../folly/experimental/coro/SharedMutex.h | 1 - .../folly/experimental/coro/Sleep-inl.h | 1 - .../RCT-Folly/folly/experimental/coro/Sleep.h | 1 - .../experimental/coro/SmallUnboundedQueue.h | 1 - .../RCT-Folly/folly/experimental/coro/Task.h | 1 - .../folly/experimental/coro/TimedWait.h | 1 - .../folly/experimental/coro/Timeout-inl.h | 1 - .../folly/experimental/coro/Timeout.h | 1 - .../folly/experimental/coro/Traits.h | 1 - .../folly/experimental/coro/Transform-inl.h | 1 - .../folly/experimental/coro/Transform.h | 1 - .../folly/experimental/coro/UnboundedQueue.h | 1 - .../folly/experimental/coro/ViaIfAsync.h | 1 - .../folly/experimental/coro/WithAsyncStack.h | 1 - .../experimental/coro/WithCancellation.h | 1 - .../folly/experimental/coro/detail/Barrier.h | 1 - .../experimental/coro/detail/BarrierTask.h | 1 - .../coro/detail/CurrentAsyncFrame.h | 1 - .../folly/experimental/coro/detail/Helpers.h | 1 - .../experimental/coro/detail/InlineTask.h | 1 - .../folly/experimental/coro/detail/Malloc.h | 1 - .../experimental/coro/detail/ManualLifetime.h | 1 - .../folly/experimental/coro/detail/Traits.h | 1 - .../folly/experimental/crypto/Blake2xb.h | 1 - .../folly/experimental/crypto/LtHash-inl.h | 1 - .../folly/experimental/crypto/LtHash.h | 1 - .../crypto/detail/LtHashInternal.h | 1 - .../exception_tracer/ExceptionAbi.h | 1 - .../exception_tracer/ExceptionCounterLib.h | 1 - .../exception_tracer/ExceptionTracer.h | 1 - .../exception_tracer/ExceptionTracerLib.h | 1 - .../exception_tracer/SmartExceptionTracer.h | 1 - .../SmartExceptionTracerSingleton.h | 1 - .../exception_tracer/StackTrace.h | 1 - .../flat_combining/FlatCombining.h | 1 - .../test/FlatCombiningExamples.h | 1 - .../test/FlatCombiningTestHelpers.h | 1 - .../folly/experimental/io/AsyncBase.h | 1 - .../RCT-Folly/folly/experimental/io/AsyncIO.h | 1 - .../RCT-Folly/folly/experimental/io/FsUtil.h | 1 - .../folly/experimental/io/HugePages.h | 1 - .../RCT-Folly/folly/experimental/io/IoUring.h | 1 - .../folly/experimental/io/IoUringBackend.h | 1 - .../folly/experimental/io/SimpleAsyncIO.h | 1 - .../experimental/io/test/AsyncBaseTestLib.h | 1 - .../experimental/io/test/IoTestTempFileUtil.h | 1 - .../experimental/observer/Observable-inl.h | 1 - .../folly/experimental/observer/Observable.h | 1 - .../experimental/observer/Observer-inl.h | 1 - .../experimental/observer/Observer-pre.h | 1 - .../folly/experimental/observer/Observer.h | 1 - .../observer/SimpleObservable-inl.h | 1 - .../experimental/observer/SimpleObservable.h | 1 - .../experimental/observer/WithJitter-inl.h | 1 - .../folly/experimental/observer/WithJitter.h | 1 - .../folly/experimental/observer/detail/Core.h | 1 - .../observer/detail/GraphCycleDetector.h | 1 - .../observer/detail/ObserverManager.h | 1 - .../folly/experimental/settings/Settings.h | 1 - .../experimental/settings/SettingsMetadata.h | 1 - .../settings/detail/SettingsImpl.h | 1 - .../folly/experimental/settings/test/a.h | 1 - .../folly/experimental/settings/test/b.h | 1 - .../folly/experimental/symbolizer/Dwarf.h | 1 - .../folly/experimental/symbolizer/DwarfImpl.h | 1 - .../symbolizer/DwarfLineNumberVM.h | 1 - .../experimental/symbolizer/DwarfSection.h | 1 - .../folly/experimental/symbolizer/DwarfUtil.h | 1 - .../folly/experimental/symbolizer/Elf-inl.h | 1 - .../folly/experimental/symbolizer/Elf.h | 1 - .../folly/experimental/symbolizer/ElfCache.h | 1 - .../experimental/symbolizer/LineReader.h | 1 - .../experimental/symbolizer/SignalHandler.h | 1 - .../experimental/symbolizer/StackTrace.h | 1 - .../symbolizer/SymbolizePrinter.h | 1 - .../experimental/symbolizer/SymbolizedFrame.h | 1 - .../experimental/symbolizer/Symbolizer.h | 1 - .../experimental/symbolizer/detail/Debug.h | 1 - .../symbolizer/test/SignalHandlerTest.h | 1 - .../symbolizer/test/SymbolizerTestUtils-inl.h | 1 - .../symbolizer/test/SymbolizerTestUtils.h | 1 - .../folly/experimental/test/CodingTestUtils.h | 1 - .../RCT-Folly/folly/fibers/AddTasks-inl.h | 1 - .../Private/RCT-Folly/folly/fibers/AddTasks.h | 1 - .../folly/fibers/AtomicBatchDispatcher-inl.h | 1 - .../folly/fibers/AtomicBatchDispatcher.h | 1 - .../RCT-Folly/folly/fibers/BatchDispatcher.h | 1 - .../RCT-Folly/folly/fibers/BatchSemaphore.h | 1 - .../RCT-Folly/folly/fibers/Baton-inl.h | 1 - .../Private/RCT-Folly/folly/fibers/Baton.h | 1 - .../folly/fibers/BoostContextCompatibility.h | 1 - .../Private/RCT-Folly/folly/fibers/CallOnce.h | 1 - .../fibers/EventBaseLoopController-inl.h | 1 - .../folly/fibers/EventBaseLoopController.h | 1 - .../fibers/ExecutorBasedLoopController.h | 1 - .../folly/fibers/ExecutorLoopController-inl.h | 1 - .../folly/fibers/ExecutorLoopController.h | 1 - .../RCT-Folly/folly/fibers/Fiber-inl.h | 1 - .../Private/RCT-Folly/folly/fibers/Fiber.h | 1 - .../RCT-Folly/folly/fibers/FiberManager-inl.h | 1 - .../RCT-Folly/folly/fibers/FiberManager.h | 1 - .../folly/fibers/FiberManagerInternal-inl.h | 1 - .../folly/fibers/FiberManagerInternal.h | 1 - .../folly/fibers/FiberManagerMap-inl.h | 1 - .../RCT-Folly/folly/fibers/FiberManagerMap.h | 1 - .../RCT-Folly/folly/fibers/ForEach-inl.h | 1 - .../Private/RCT-Folly/folly/fibers/ForEach.h | 1 - .../RCT-Folly/folly/fibers/GenericBaton.h | 1 - .../folly/fibers/GuardPageAllocator.h | 1 - .../RCT-Folly/folly/fibers/LoopController.h | 1 - .../RCT-Folly/folly/fibers/Promise-inl.h | 1 - .../Private/RCT-Folly/folly/fibers/Promise.h | 1 - .../RCT-Folly/folly/fibers/Semaphore.h | 1 - .../RCT-Folly/folly/fibers/SemaphoreBase.h | 1 - .../folly/fibers/SimpleLoopController.h | 1 - .../RCT-Folly/folly/fibers/TimedMutex-inl.h | 1 - .../RCT-Folly/folly/fibers/TimedMutex.h | 1 - .../RCT-Folly/folly/fibers/WhenN-inl.h | 1 - .../Private/RCT-Folly/folly/fibers/WhenN.h | 1 - .../Private/RCT-Folly/folly/fibers/traits.h | 1 - .../RCT-Folly/folly/functional/protocol.h | 1 + .../RCT-Folly/folly/functional/traits.h | 1 + .../Private/RCT-Folly/folly/futures/Barrier.h | 1 - .../RCT-Folly/folly/futures/Future-inl.h | 1 - .../RCT-Folly/folly/futures/Future-pre.h | 1 - .../Private/RCT-Folly/folly/futures/Future.h | 1 - .../RCT-Folly/folly/futures/FutureSplitter.h | 1 - .../folly/futures/ManualTimekeeper.h | 1 - .../RCT-Folly/folly/futures/Portability.h | 1 - .../RCT-Folly/folly/futures/Promise-inl.h | 1 - .../Private/RCT-Folly/folly/futures/Promise.h | 1 - .../RCT-Folly/folly/futures/Retrying.h | 1 - .../folly/futures/SharedPromise-inl.h | 1 - .../RCT-Folly/folly/futures/SharedPromise.h | 1 - .../folly/futures/ThreadWheelTimekeeper.h | 1 - .../RCT-Folly/folly/futures/WTCallback.h | 1 - .../RCT-Folly/folly/futures/detail/Core.h | 1 - .../RCT-Folly/folly/futures/detail/Types.h | 1 - .../Private/RCT-Folly/folly/io/Cursor-inl.h | 1 - .../Private/RCT-Folly/folly/io/Cursor.h | 1 - .../Private/RCT-Folly/folly/io/IOBuf.h | 1 - .../Private/RCT-Folly/folly/io/IOBufQueue.h | 1 - .../RCT-Folly/folly/io/async/AsyncTimeout.h | 1 - .../io/async/AtomicNotificationQueue-inl.h | 1 - .../folly/io/async/AtomicNotificationQueue.h | 1 - .../folly/io/async/DelayedDestruction.h | 1 - .../folly/io/async/DelayedDestructionBase.h | 1 - .../RCT-Folly/folly/io/async/EventBase.h | 1 - .../EventBaseAtomicNotificationQueue-inl.h | 1 - .../async/EventBaseAtomicNotificationQueue.h | 1 - .../folly/io/async/EventBaseBackendBase.h | 1 - .../RCT-Folly/folly/io/async/EventBaseLocal.h | 1 - .../folly/io/async/EventBaseManager.h | 1 - .../RCT-Folly/folly/io/async/EventHandler.h | 1 - .../RCT-Folly/folly/io/async/EventUtil.h | 1 - .../folly/io/async/HHWheelTimer-fwd.h | 1 - .../RCT-Folly/folly/io/async/HHWheelTimer.h | 1 - .../folly/io/async/NotificationQueue.h | 1 - .../RCT-Folly/folly/io/async/Request.h | 1 - .../RCT-Folly/folly/io/async/TimeoutManager.h | 1 - .../folly/io/async/VirtualEventBase.h | 1 - .../Private/RCT-Folly/folly/lang/Builtin.h | 1 + .../folly/portability/SourceLocation.h | 1 + .../folly/synchronization/ThrottledLifoSem.h | 1 + .../synchronization/detail/AtomicUtils.h | 1 - .../folly/synchronization/detail/Hardware.h | 1 - .../synchronization/detail/HazptrUtils.h | 1 - .../detail/InlineFunctionRef.h | 1 - .../folly/synchronization/detail/Sleeper.h | 1 - .../folly/synchronization/detail/Spin.h | 1 - .../detail/ThreadCachedLists.h | 1 - .../detail/ThreadCachedReaders.h | 1 - .../synchronization/detail/ThreadCachedTag.h | 1 - .../RCT-Folly/folly/system/MemoryMapping.h | 1 + .../Private/RCT-Folly/folly/system/Shell.h | 1 + .../RCT-Folly/folly/tracing/AsyncStack-inl.h | 1 - .../RCT-Folly/folly/tracing/AsyncStack.h | 1 - .../folly/tracing/StaticTracepoint.h | 1 - .../Private/RCTDeprecation/RCTDeprecation.h | 1 + .../RCTRequired/RCTRequired/RCTRequired.h | 2 +- .../React-Codegen/FBReactNativeSpecJSI.h | 1 + .../RCTModulesConformingToProtocolsProvider.h | 1 + .../React-Core/React/RCTBridge+Inspector.h | 1 + .../React-Core/React/RCTBridgeProxy+Cxx.h | 1 + .../Private/React-Core/React/RCTCursor.h | 1 + .../React/RCTCxxInspectorPackagerConnection.h | 1 + ...CTCxxInspectorPackagerConnectionDelegate.h | 1 + .../React/RCTCxxInspectorWebSocketAdapter.h | 1 + .../React-Core/React/RCTDebuggingOverlay.h | 1 + .../React/RCTDebuggingOverlayManager.h | 1 + .../React/RCTRuntimeExecutorModule.h | 1 + .../React-Core/React/RCTTransformOrigin.h | 1 - .../NativeComponentRegistryBinding.h | 1 - .../TextInputComponentDescriptor.h | 2 +- .../iostextinput/TextInputEventEmitter.h | 2 +- .../components/iostextinput/TextInputProps.h | 2 +- .../iostextinput/TextInputShadowNode.h | 2 +- .../components/iostextinput/TextInputState.h | 2 +- .../components/iostextinput/conversions.h | 2 +- .../components/iostextinput/primitives.h | 2 +- .../iostextinput/propsConversions.h | 2 +- ...yViewManagerAutomaticComponentDescriptor.h | 1 + ...ableLegacyViewManagerAutomaticShadowNode.h | 1 + .../components/view/viewPropConversions.h | 1 - .../react/renderer/core/EventHandler.h | 1 - .../react/renderer/core/TraitCast.h | 1 - .../templateprocessor/UITemplateProcessor.h | 1 - .../NSTextStorage+FontScaling.h | 1 - .../textlayoutmanager/TextLayoutContext.h | 1 + .../renderer/uimanager/PointerHoverTracker.h | 1 + .../ReactCommon/RCTBlockGuard.h | 1 - .../ReactCommon/RCTRuntimeExecutor.h | 1 + .../RCTAppDelegate+Protected.h | 1 + .../RCTLegacyInteropComponents.h | 1 - .../React-RCTAppDelegate/RCTRootViewFactory.h | 1 + .../React/RCTDebuggingOverlayComponentView.h | 1 + .../ReactCommon/ObjCTimerRegistry.h | 1 + .../ReactCommon/RCTContextContainerHandling.h | 1 + .../ReactCommon/RCTHermesInstance.h | 1 + .../ReactCommon/RCTHost+Internal.h | 1 + .../React-RuntimeApple/ReactCommon/RCTHost.h | 1 + .../ReactCommon/RCTInstance.h | 1 + .../ReactCommon/RCTJSThreadManager.h | 1 + .../RCTLegacyUIManagerConstantsProvider.h | 1 + .../ReactCommon/RCTPerformanceLoggerUtils.h | 1 + .../react/runtime/BindingsInstaller.h | 1 + .../react/runtime/BridgelessJSCallInvoker.h | 1 + .../BridgelessNativeMethodCallInvoker.h | 1 + .../react/runtime/BufferedRuntimeExecutor.h | 1 + .../react/runtime/JSRuntimeFactory.h | 1 + .../LegacyUIManagerConstantsProviderBinding.h | 1 + .../react/runtime/PlatformTimerRegistry.h | 1 + .../react/runtime/ReactInstance.h | 1 + .../react/runtime/TimerManager.h | 1 + .../react/runtime/hermes/HermesInstance.h | 1 + .../React-cxxreact/cxxreact/MoveWrapper.h | 1 + .../featureflags/ReactNativeFeatureFlags.h | 1 + .../ReactNativeFeatureFlagsAccessor.h | 1 + .../ReactNativeFeatureFlagsDefaults.h | 1 + .../ReactNativeFeatureFlagsProvider.h | 1 + .../renderer/graphics/fromRawValueShared.h | 1 + .../reacthermes/AsyncPauseState.h | 1 - .../reacthermes/CallbackOStream.h | 1 - .../React-hermes/reacthermes/Connection.h | 1 - .../React-hermes/reacthermes/Exceptions.h | 1 - .../reacthermes/HermesRuntimeAgentDelegate.h | 1 + .../React-hermes/reacthermes/Inspector.h | 1 - .../React-hermes/reacthermes/InspectorState.h | 1 - .../React-hermes/reacthermes/JSITracing.h | 1 - .../reacthermes/MessageConverters.h | 1 - .../reacthermes/MessageInterfaces.h | 1 - .../React-hermes/reacthermes/MessageTypes.h | 1 - .../reacthermes/MessageTypesInlines.h | 1 - .../reacthermes/RemoteObjectsTable.h | 1 - .../React-hermes/reacthermes/RuntimeAdapter.h | 1 - .../React-hermes/reacthermes/SerialExecutor.h | 1 - .../Private/React-hermes/reacthermes/Thread.h | 1 - .../jsinspector-modern/ExecutionContext.h | 1 + .../ExecutionContextManager.h | 1 + .../FallbackRuntimeAgentDelegate.h | 1 + .../jsinspector-modern/InspectorFlags.h | 1 + .../InspectorInterfaces.h | 0 .../InspectorPackagerConnection.h | 1 + .../InspectorPackagerConnectionImpl.h | 1 + .../jsinspector-modern/InspectorUtilities.h | 1 + .../jsinspector-modern/InstanceAgent.h | 1 + .../jsinspector-modern/InstanceTarget.h | 1 + .../jsinspector-modern/PageAgent.h | 1 + .../jsinspector-modern/PageTarget.h | 1 + .../jsinspector-modern/Parsing.h | 1 + .../jsinspector-modern/ReactCdp.h | 1 + .../jsinspector-modern/RuntimeAgent.h | 1 + .../jsinspector-modern/RuntimeAgentDelegate.h | 1 + .../jsinspector-modern/RuntimeTarget.h | 1 + .../jsinspector-modern/ScopedExecutor.h | 1 + .../jsinspector-modern/SessionState.h | 1 + .../jsinspector-modern/UniqueMonostate.h | 1 + .../jsinspector-modern/WeakList.h | 1 + .../jsinspector-modern/WebSocketInterfaces.h | 1 + .../renderer/runtimescheduler/ErrorUtils.h | 1 - .../RuntimeScheduler_Legacy.h | 1 + .../RuntimeScheduler_Modern.h | 1 + .../utils/CalledOnceMovableOnlyFunction.h | 1 - .../React-utils/react/utils/PackTraits.h | 1 + .../Private/React-utils/react/utils/fnv1a.h | 1 + .../Private/React-utils/react/utils/jsi.h | 1 + .../React-utils/react/utils/to_underlying.h | 1 + .../ReactCommon/CxxTurboModuleUtils.h | 1 + .../Pods/Headers/Private/Yoga/yoga/YGConfig.h | 1 + .../Pods/Headers/Private/Yoga/yoga/YGNode.h | 1 + .../Headers/Private/Yoga/yoga/YGNodeLayout.h | 1 + .../Headers/Private/Yoga/yoga/YGNodeStyle.h | 1 + .../Headers/Private/Yoga/yoga/YGPixelGrid.h | 1 + .../Headers/Private/Yoga/yoga/Yoga-internal.h | 1 - .../Yoga/yoga/algorithm/AbsoluteLayout.h | 1 + .../Yoga/yoga/algorithm/ResolveValue.h | 1 - .../Private/Yoga/yoga/algorithm/SizingMode.h | 1 + .../Yoga/yoga/algorithm/TrailingPosition.h | 1 + .../Headers/Private/Yoga/yoga/bits/BitCast.h | 1 - .../Private/Yoga/yoga/bits/NumericBitfield.h | 1 - .../Private/Yoga/yoga/debug/NodeToString.h | 1 - .../Private/Yoga/yoga/enums/PhysicalEdge.h | 1 + .../Private/Yoga/yoga/enums/PrintOptions.h | 1 - .../Private/Yoga/yoga/style/CompactValue.h | 1 - .../Yoga/yoga/style/SmallValueBuffer.h | 1 + .../Private/Yoga/yoga/style/StyleLength.h | 1 + .../Yoga/yoga/style/StyleValueHandle.h | 1 + .../Private/Yoga/yoga/style/StyleValuePool.h | 1 + .../Pods/Headers/Private/fmt/fmt/args.h | 1 + .../Pods/Headers/Private/fmt/fmt/locale.h | 1 - .../Pods/Headers/Private/fmt/fmt/posix.h | 1 - .../Pods/Headers/Private/fmt/fmt/std.h | 1 + .../Pods/Headers/Private/fmt/fmt/xchar.h | 1 + .../hermes-engine/hermes/AsyncDebuggerAPI.h | 1 + .../hermes-engine/hermes/RuntimeTaskRunner.h | 1 + .../hermes/ThreadSafetyAnalysis.h | 1 + .../hermes/inspector/AsyncPauseState.h | 1 - .../hermes/inspector/Exceptions.h | 1 - .../inspector/chrome/RemoteObjectsTable.h | 1 - .../inspector/chrome/ThreadSafetyAnalysis.h | 1 - .../Private/libevent/bufferevent-internal.h | 1 - .../Private/libevent/changelist-internal.h | 1 - .../Headers/Private/libevent/defer-internal.h | 1 - .../Private/libevent/epolltable-internal.h | 1 - .../Private/libevent/evbuffer-internal.h | 1 - .../Private/libevent/evconfig-private.h | 1 - .../Pods/Headers/Private/libevent/evdns.h | 1 - .../Headers/Private/libevent/event-internal.h | 1 - .../Pods/Headers/Private/libevent/event.h | 1 - .../Pods/Headers/Private/libevent/evhttp.h | 1 - .../Headers/Private/libevent/evmap-internal.h | 1 - .../Headers/Private/libevent/evrpc-internal.h | 1 - .../Pods/Headers/Private/libevent/evrpc.h | 1 - .../Private/libevent/evsignal-internal.h | 1 - .../Private/libevent/evthread-internal.h | 1 - .../Pods/Headers/Private/libevent/evutil.h | 1 - .../Headers/Private/libevent/ht-internal.h | 1 - .../Headers/Private/libevent/http-internal.h | 1 - .../Headers/Private/libevent/iocp-internal.h | 1 - .../Headers/Private/libevent/ipv6-internal.h | 1 - .../Private/libevent/kqueue-internal.h | 1 - .../Headers/Private/libevent/log-internal.h | 1 - .../Private/libevent/minheap-internal.h | 1 - .../Headers/Private/libevent/mm-internal.h | 1 - .../Private/libevent/ratelim-internal.h | 1 - .../Private/libevent/strlcpy-internal.h | 1 - .../Headers/Private/libevent/time-internal.h | 1 - .../Headers/Private/libevent/util-internal.h | 1 - .../DoubleConversion-umbrella.h | 1 + .../DoubleConversion.modulemap | 1 + .../RCT-Folly/folly/ConstructorCallback.h | 1 - .../RCT-Folly/folly/ConstructorCallbackList.h | 1 + .../Public/RCT-Folly/folly/MaybeManagedPtr.h | 1 + .../Headers/Public/RCT-Folly/folly/base64.h | 1 + .../Public/RCT-Folly/folly/chrono/Hardware.h | 1 - .../folly/concurrency/AtomicSharedPtr.h | 1 - .../folly/concurrency/ConcurrentHashMap.h | 1 - .../folly/concurrency/CoreCachedSharedPtr.h | 1 - .../folly/concurrency/DeadlockDetector.h | 1 - .../folly/concurrency/DynamicBoundedQueue.h | 1 - .../concurrency/PriorityUnboundedQueueSet.h | 1 - .../concurrency/ThreadCachedSynchronized.h | 1 - .../folly/concurrency/UnboundedQueue.h | 1 - .../RCT-Folly/folly/container/IntrusiveHeap.h | 1 + .../container/WeightedEvictingCacheMap.h | 1 + .../RCT-Folly/folly/detail/PerfScoped.h | 1 + .../Public/RCT-Folly/folly/detail/SimdAnyOf.h | 1 + .../RCT-Folly/folly/detail/SimdCharPlatform.h | 1 + .../RCT-Folly/folly/detail/SimdForEach.h | 1 + .../folly/detail/SimpleSimdStringUtils.h | 1 + .../folly/detail/SimpleSimdStringUtilsImpl.h | 1 + .../RCT-Folly/folly/detail/SplitStringSimd.h | 1 + .../folly/detail/SplitStringSimdImpl.h | 1 + .../RCT-Folly/folly/detail/UnrollUtils.h | 1 + .../Public/RCT-Folly/folly/executors/Async.h | 1 - .../folly/executors/CPUThreadPoolExecutor.h | 1 - .../Public/RCT-Folly/folly/executors/Codel.h | 1 - .../folly/executors/DrivableExecutor.h | 1 - .../folly/executors/EDFThreadPoolExecutor.h | 1 - .../executors/ExecutorWithPriority-inl.h | 1 - .../folly/executors/ExecutorWithPriority.h | 1 - .../folly/executors/FiberIOExecutor.h | 1 - .../folly/executors/FutureExecutor.h | 1 - .../folly/executors/GlobalExecutor.h | 1 - .../folly/executors/GlobalThreadPoolList.h | 1 - .../RCT-Folly/folly/executors/IOExecutor.h | 1 - .../RCT-Folly/folly/executors/IOObjectCache.h | 1 - .../IOThreadPoolDeadlockDetectorObserver.h | 1 - .../folly/executors/IOThreadPoolExecutor.h | 1 - .../folly/executors/InlineExecutor.h | 1 - .../folly/executors/ManualExecutor.h | 1 - .../folly/executors/MeteredExecutor.h | 1 - .../RCT-Folly/folly/executors/QueueObserver.h | 1 - .../folly/executors/QueuedImmediateExecutor.h | 1 - .../folly/executors/ScheduledExecutor.h | 1 - .../folly/executors/SequencedExecutor.h | 1 - .../folly/executors/SerialExecutor.h | 1 - .../folly/executors/SoftRealTimeExecutor.h | 1 - .../folly/executors/StrandExecutor.h | 1 - .../folly/executors/ThreadPoolExecutor.h | 1 - .../folly/executors/ThreadedExecutor.h | 1 - .../folly/executors/TimedDrivableExecutor.h | 1 - .../executors/TimekeeperScheduledExecutor.h | 1 - .../executors/task_queue/BlockingQueue.h | 1 - .../executors/task_queue/LifoSemMPMCQueue.h | 1 - .../task_queue/PriorityLifoSemMPMCQueue.h | 1 - .../PriorityUnboundedBlockingQueue.h | 1 - .../task_queue/UnboundedBlockingQueue.h | 1 - .../thread_factory/NamedThreadFactory.h | 1 - .../executors/thread_factory/ThreadFactory.h | 1 - .../experimental/AtomicReadMostlyMainPtr.h | 1 - .../RCT-Folly/folly/experimental/AutoTimer.h | 1 - .../folly/experimental/BitVectorCoding.h | 1 - .../RCT-Folly/folly/experimental/Bits.h | 1 - .../RCT-Folly/folly/experimental/Cleanup.h | 1 - .../folly/experimental/CodingDetail.h | 1 - .../RCT-Folly/folly/experimental/Coinflip.h | 1 - .../folly/experimental/DynamicParser-inl.h | 1 - .../folly/experimental/DynamicParser.h | 1 - .../folly/experimental/EliasFanoCoding.h | 1 - .../RCT-Folly/folly/experimental/EnvUtil.h | 1 - .../RCT-Folly/folly/experimental/EventCount.h | 1 - .../folly/experimental/ExecutionObserver.h | 1 - .../experimental/FlatCombiningPriorityQueue.h | 1 - .../folly/experimental/FunctionScheduler.h | 1 - .../RCT-Folly/folly/experimental/FutureDAG.h | 1 - .../folly/experimental/Instructions.h | 1 - .../RCT-Folly/folly/experimental/JSONSchema.h | 1 - .../experimental/JemallocHugePageAllocator.h | 1 - .../experimental/JemallocNodumpAllocator.h | 1 - .../folly/experimental/LockFreeRingBuffer.h | 1 - .../folly/experimental/NestedCommandLineApp.h | 1 - .../RCT-Folly/folly/experimental/PrimaryPtr.h | 1 - .../folly/experimental/ProgramOptions.h | 1 - .../folly/experimental/QuotientMultiSet-inl.h | 1 - .../folly/experimental/QuotientMultiSet.h | 1 - .../folly/experimental/ReadMostlySharedPtr.h | 1 - .../RelaxedConcurrentPriorityQueue.h | 1 - .../experimental/STTimerFDTimeoutManager.h | 1 - .../RCT-Folly/folly/experimental/Select64.h | 1 - .../experimental/SingleWriterFixedHashMap.h | 1 - .../experimental/SingletonRelaxedCounter.h | 1 - .../RCT-Folly/folly/experimental/StampedPtr.h | 1 - .../folly/experimental/StringKeyedCommon.h | 1 - .../folly/experimental/StringKeyedMap.h | 1 - .../folly/experimental/StringKeyedSet.h | 1 - .../experimental/StringKeyedUnorderedMap.h | 1 - .../experimental/StringKeyedUnorderedSet.h | 1 - .../RCT-Folly/folly/experimental/TLRefCount.h | 1 - .../RCT-Folly/folly/experimental/TestUtil.h | 1 - .../ThreadWheelTimekeeperHighRes.h | 1 - .../ThreadedRepeatingFunctionRunner.h | 1 - .../RCT-Folly/folly/experimental/TimerFD.h | 1 - .../experimental/TimerFDTimeoutManager.h | 1 - .../RCT-Folly/folly/experimental/TupleOps.h | 1 - .../RCT-Folly/folly/experimental/bser/Bser.h | 1 - .../folly/experimental/channels/Channel-fwd.h | 1 - .../folly/experimental/channels/Channel-inl.h | 1 - .../folly/experimental/channels/Channel.h | 1 - .../channels/ChannelCallbackHandle.h | 1 - .../channels/ChannelProcessor-inl.h | 1 - .../experimental/channels/ChannelProcessor.h | 1 - .../channels/ConsumeChannel-inl.h | 1 - .../experimental/channels/ConsumeChannel.h | 1 - .../experimental/channels/FanoutChannel-inl.h | 1 - .../experimental/channels/FanoutChannel.h | 1 - .../experimental/channels/FanoutSender-inl.h | 1 - .../experimental/channels/FanoutSender.h | 1 - .../folly/experimental/channels/Merge-inl.h | 1 - .../folly/experimental/channels/Merge.h | 1 - .../experimental/channels/MergeChannel-inl.h | 1 - .../experimental/channels/MergeChannel.h | 1 - .../channels/MultiplexChannel-inl.h | 1 - .../experimental/channels/MultiplexChannel.h | 1 - .../experimental/channels/OnClosedException.h | 1 - .../experimental/channels/Producer-inl.h | 1 - .../folly/experimental/channels/Producer.h | 1 - .../folly/experimental/channels/RateLimiter.h | 1 - .../experimental/channels/Transform-inl.h | 1 - .../folly/experimental/channels/Transform.h | 1 - .../channels/detail/AtomicQueue.h | 1 - .../channels/detail/ChannelBridge.h | 1 - .../channels/detail/FunctionTraits.h | 1 - .../channels/detail/IntrusivePtr.h | 1 - .../channels/detail/MultiplexerTraits.h | 1 - .../channels/detail/PointerVariant.h | 1 - .../experimental/channels/detail/Utility.h | 1 - .../channels/test/ChannelTestUtil.h | 1 - .../folly/experimental/coro/Accumulate-inl.h | 1 - .../folly/experimental/coro/Accumulate.h | 1 - .../folly/experimental/coro/AsyncGenerator.h | 1 - .../folly/experimental/coro/AsyncPipe.h | 1 - .../folly/experimental/coro/AsyncScope.h | 1 - .../folly/experimental/coro/AsyncStack.h | 1 - .../RCT-Folly/folly/experimental/coro/Baton.h | 1 - .../folly/experimental/coro/BlockingWait.h | 1 - .../folly/experimental/coro/BoundedQueue.h | 1 - .../folly/experimental/coro/Collect-inl.h | 1 - .../folly/experimental/coro/Collect.h | 1 - .../folly/experimental/coro/Concat-inl.h | 1 - .../folly/experimental/coro/Concat.h | 1 - .../folly/experimental/coro/Coroutine.h | 1 - .../folly/experimental/coro/CurrentExecutor.h | 1 - .../folly/experimental/coro/DetachOnCancel.h | 1 - .../folly/experimental/coro/Filter-inl.h | 1 - .../folly/experimental/coro/Filter.h | 1 - .../folly/experimental/coro/FutureUtil.h | 1 - .../folly/experimental/coro/Generator.h | 1 - .../folly/experimental/coro/GmockHelpers.h | 1 - .../folly/experimental/coro/GtestHelpers.h | 1 - .../folly/experimental/coro/Invoke.h | 1 - .../folly/experimental/coro/Merge-inl.h | 1 - .../RCT-Folly/folly/experimental/coro/Merge.h | 1 - .../RCT-Folly/folly/experimental/coro/Mutex.h | 1 - .../folly/experimental/coro/Promise.h | 1 - .../folly/experimental/coro/Result.h | 1 - .../RCT-Folly/folly/experimental/coro/Retry.h | 1 - .../folly/experimental/coro/RustAdaptors.h | 1 - .../folly/experimental/coro/ScopeExit.h | 1 - .../folly/experimental/coro/SharedLock.h | 1 - .../folly/experimental/coro/SharedMutex.h | 1 - .../folly/experimental/coro/Sleep-inl.h | 1 - .../RCT-Folly/folly/experimental/coro/Sleep.h | 1 - .../experimental/coro/SmallUnboundedQueue.h | 1 - .../RCT-Folly/folly/experimental/coro/Task.h | 1 - .../folly/experimental/coro/TimedWait.h | 1 - .../folly/experimental/coro/Timeout-inl.h | 1 - .../folly/experimental/coro/Timeout.h | 1 - .../folly/experimental/coro/Traits.h | 1 - .../folly/experimental/coro/Transform-inl.h | 1 - .../folly/experimental/coro/Transform.h | 1 - .../folly/experimental/coro/UnboundedQueue.h | 1 - .../folly/experimental/coro/ViaIfAsync.h | 1 - .../folly/experimental/coro/WithAsyncStack.h | 1 - .../experimental/coro/WithCancellation.h | 1 - .../folly/experimental/coro/detail/Barrier.h | 1 - .../experimental/coro/detail/BarrierTask.h | 1 - .../coro/detail/CurrentAsyncFrame.h | 1 - .../folly/experimental/coro/detail/Helpers.h | 1 - .../experimental/coro/detail/InlineTask.h | 1 - .../folly/experimental/coro/detail/Malloc.h | 1 - .../experimental/coro/detail/ManualLifetime.h | 1 - .../folly/experimental/coro/detail/Traits.h | 1 - .../folly/experimental/crypto/Blake2xb.h | 1 - .../folly/experimental/crypto/LtHash-inl.h | 1 - .../folly/experimental/crypto/LtHash.h | 1 - .../crypto/detail/LtHashInternal.h | 1 - .../exception_tracer/ExceptionAbi.h | 1 - .../exception_tracer/ExceptionCounterLib.h | 1 - .../exception_tracer/ExceptionTracer.h | 1 - .../exception_tracer/ExceptionTracerLib.h | 1 - .../exception_tracer/SmartExceptionTracer.h | 1 - .../SmartExceptionTracerSingleton.h | 1 - .../exception_tracer/StackTrace.h | 1 - .../flat_combining/FlatCombining.h | 1 - .../test/FlatCombiningExamples.h | 1 - .../test/FlatCombiningTestHelpers.h | 1 - .../folly/experimental/io/AsyncBase.h | 1 - .../RCT-Folly/folly/experimental/io/AsyncIO.h | 1 - .../RCT-Folly/folly/experimental/io/FsUtil.h | 1 - .../folly/experimental/io/HugePages.h | 1 - .../RCT-Folly/folly/experimental/io/IoUring.h | 1 - .../folly/experimental/io/IoUringBackend.h | 1 - .../folly/experimental/io/SimpleAsyncIO.h | 1 - .../experimental/io/test/AsyncBaseTestLib.h | 1 - .../experimental/io/test/IoTestTempFileUtil.h | 1 - .../experimental/observer/Observable-inl.h | 1 - .../folly/experimental/observer/Observable.h | 1 - .../experimental/observer/Observer-inl.h | 1 - .../experimental/observer/Observer-pre.h | 1 - .../folly/experimental/observer/Observer.h | 1 - .../observer/SimpleObservable-inl.h | 1 - .../experimental/observer/SimpleObservable.h | 1 - .../experimental/observer/WithJitter-inl.h | 1 - .../folly/experimental/observer/WithJitter.h | 1 - .../folly/experimental/observer/detail/Core.h | 1 - .../observer/detail/GraphCycleDetector.h | 1 - .../observer/detail/ObserverManager.h | 1 - .../folly/experimental/settings/Settings.h | 1 - .../experimental/settings/SettingsMetadata.h | 1 - .../settings/detail/SettingsImpl.h | 1 - .../folly/experimental/settings/test/a.h | 1 - .../folly/experimental/settings/test/b.h | 1 - .../folly/experimental/symbolizer/Dwarf.h | 1 - .../folly/experimental/symbolizer/DwarfImpl.h | 1 - .../symbolizer/DwarfLineNumberVM.h | 1 - .../experimental/symbolizer/DwarfSection.h | 1 - .../folly/experimental/symbolizer/DwarfUtil.h | 1 - .../folly/experimental/symbolizer/Elf-inl.h | 1 - .../folly/experimental/symbolizer/Elf.h | 1 - .../folly/experimental/symbolizer/ElfCache.h | 1 - .../experimental/symbolizer/LineReader.h | 1 - .../experimental/symbolizer/SignalHandler.h | 1 - .../experimental/symbolizer/StackTrace.h | 1 - .../symbolizer/SymbolizePrinter.h | 1 - .../experimental/symbolizer/SymbolizedFrame.h | 1 - .../experimental/symbolizer/Symbolizer.h | 1 - .../experimental/symbolizer/detail/Debug.h | 1 - .../symbolizer/test/SignalHandlerTest.h | 1 - .../symbolizer/test/SymbolizerTestUtils-inl.h | 1 - .../symbolizer/test/SymbolizerTestUtils.h | 1 - .../folly/experimental/test/CodingTestUtils.h | 1 - .../RCT-Folly/folly/fibers/AddTasks-inl.h | 1 - .../Public/RCT-Folly/folly/fibers/AddTasks.h | 1 - .../folly/fibers/AtomicBatchDispatcher-inl.h | 1 - .../folly/fibers/AtomicBatchDispatcher.h | 1 - .../RCT-Folly/folly/fibers/BatchDispatcher.h | 1 - .../RCT-Folly/folly/fibers/BatchSemaphore.h | 1 - .../Public/RCT-Folly/folly/fibers/Baton-inl.h | 1 - .../Public/RCT-Folly/folly/fibers/Baton.h | 1 - .../folly/fibers/BoostContextCompatibility.h | 1 - .../Public/RCT-Folly/folly/fibers/CallOnce.h | 1 - .../fibers/EventBaseLoopController-inl.h | 1 - .../folly/fibers/EventBaseLoopController.h | 1 - .../fibers/ExecutorBasedLoopController.h | 1 - .../folly/fibers/ExecutorLoopController-inl.h | 1 - .../folly/fibers/ExecutorLoopController.h | 1 - .../Public/RCT-Folly/folly/fibers/Fiber-inl.h | 1 - .../Public/RCT-Folly/folly/fibers/Fiber.h | 1 - .../RCT-Folly/folly/fibers/FiberManager-inl.h | 1 - .../RCT-Folly/folly/fibers/FiberManager.h | 1 - .../folly/fibers/FiberManagerInternal-inl.h | 1 - .../folly/fibers/FiberManagerInternal.h | 1 - .../folly/fibers/FiberManagerMap-inl.h | 1 - .../RCT-Folly/folly/fibers/FiberManagerMap.h | 1 - .../RCT-Folly/folly/fibers/ForEach-inl.h | 1 - .../Public/RCT-Folly/folly/fibers/ForEach.h | 1 - .../RCT-Folly/folly/fibers/GenericBaton.h | 1 - .../folly/fibers/GuardPageAllocator.h | 1 - .../RCT-Folly/folly/fibers/LoopController.h | 1 - .../RCT-Folly/folly/fibers/Promise-inl.h | 1 - .../Public/RCT-Folly/folly/fibers/Promise.h | 1 - .../Public/RCT-Folly/folly/fibers/Semaphore.h | 1 - .../RCT-Folly/folly/fibers/SemaphoreBase.h | 1 - .../folly/fibers/SimpleLoopController.h | 1 - .../RCT-Folly/folly/fibers/TimedMutex-inl.h | 1 - .../RCT-Folly/folly/fibers/TimedMutex.h | 1 - .../Public/RCT-Folly/folly/fibers/WhenN-inl.h | 1 - .../Public/RCT-Folly/folly/fibers/WhenN.h | 1 - .../Public/RCT-Folly/folly/fibers/traits.h | 1 - .../RCT-Folly/folly/functional/protocol.h | 1 + .../RCT-Folly/folly/functional/traits.h | 1 + .../Public/RCT-Folly/folly/futures/Barrier.h | 1 - .../RCT-Folly/folly/futures/Future-inl.h | 1 - .../RCT-Folly/folly/futures/Future-pre.h | 1 - .../Public/RCT-Folly/folly/futures/Future.h | 1 - .../RCT-Folly/folly/futures/FutureSplitter.h | 1 - .../folly/futures/ManualTimekeeper.h | 1 - .../RCT-Folly/folly/futures/Portability.h | 1 - .../RCT-Folly/folly/futures/Promise-inl.h | 1 - .../Public/RCT-Folly/folly/futures/Promise.h | 1 - .../Public/RCT-Folly/folly/futures/Retrying.h | 1 - .../folly/futures/SharedPromise-inl.h | 1 - .../RCT-Folly/folly/futures/SharedPromise.h | 1 - .../folly/futures/ThreadWheelTimekeeper.h | 1 - .../RCT-Folly/folly/futures/WTCallback.h | 1 - .../RCT-Folly/folly/futures/detail/Core.h | 1 - .../RCT-Folly/folly/futures/detail/Types.h | 1 - .../Public/RCT-Folly/folly/io/Cursor-inl.h | 1 - .../Public/RCT-Folly/folly/io/Cursor.h | 1 - .../Headers/Public/RCT-Folly/folly/io/IOBuf.h | 1 - .../Public/RCT-Folly/folly/io/IOBufQueue.h | 1 - .../RCT-Folly/folly/io/async/AsyncTimeout.h | 1 - .../io/async/AtomicNotificationQueue-inl.h | 1 - .../folly/io/async/AtomicNotificationQueue.h | 1 - .../folly/io/async/DelayedDestruction.h | 1 - .../folly/io/async/DelayedDestructionBase.h | 1 - .../RCT-Folly/folly/io/async/EventBase.h | 1 - .../EventBaseAtomicNotificationQueue-inl.h | 1 - .../async/EventBaseAtomicNotificationQueue.h | 1 - .../folly/io/async/EventBaseBackendBase.h | 1 - .../RCT-Folly/folly/io/async/EventBaseLocal.h | 1 - .../folly/io/async/EventBaseManager.h | 1 - .../RCT-Folly/folly/io/async/EventHandler.h | 1 - .../RCT-Folly/folly/io/async/EventUtil.h | 1 - .../folly/io/async/HHWheelTimer-fwd.h | 1 - .../RCT-Folly/folly/io/async/HHWheelTimer.h | 1 - .../folly/io/async/NotificationQueue.h | 1 - .../Public/RCT-Folly/folly/io/async/Request.h | 1 - .../RCT-Folly/folly/io/async/TimeoutManager.h | 1 - .../folly/io/async/VirtualEventBase.h | 1 - .../Public/RCT-Folly/folly/lang/Builtin.h | 1 + .../folly/portability/SourceLocation.h | 1 + .../folly/synchronization/ThrottledLifoSem.h | 1 + .../synchronization/detail/AtomicUtils.h | 1 - .../folly/synchronization/detail/Hardware.h | 1 - .../synchronization/detail/HazptrUtils.h | 1 - .../detail/InlineFunctionRef.h | 1 - .../folly/synchronization/detail/Sleeper.h | 1 - .../folly/synchronization/detail/Spin.h | 1 - .../detail/ThreadCachedLists.h | 1 - .../detail/ThreadCachedReaders.h | 1 - .../synchronization/detail/ThreadCachedTag.h | 1 - .../RCT-Folly/folly/system/MemoryMapping.h | 1 + .../Public/RCT-Folly/folly/system/Shell.h | 1 + .../RCT-Folly/folly/tracing/AsyncStack-inl.h | 1 - .../RCT-Folly/folly/tracing/AsyncStack.h | 1 - .../folly/tracing/StaticTracepoint.h | 1 - .../RCTDeprecation/RCTDeprecation-umbrella.h | 1 + .../Public/RCTDeprecation/RCTDeprecation.h | 1 + .../RCTDeprecation/RCTDeprecation.modulemap | 1 + .../RCTRequired/RCTRequired/RCTRequired.h | 2 +- .../React-Codegen/FBReactNativeSpecJSI.h | 1 + .../RCTModulesConformingToProtocolsProvider.h | 1 + .../React-Core/React/RCTBridge+Inspector.h | 1 + .../React-Core/React/RCTBridgeProxy+Cxx.h | 1 + .../Public/React-Core/React/RCTCursor.h | 1 + .../React-Core/React/RCTDebuggingOverlay.h | 1 + .../React/RCTDebuggingOverlayManager.h | 1 + .../React/RCTRuntimeExecutorModule.h | 1 + .../React-Core/React/RCTTransformOrigin.h | 1 - .../NativeComponentRegistryBinding.h | 1 - .../TextInputComponentDescriptor.h | 2 +- .../iostextinput/TextInputEventEmitter.h | 2 +- .../components/iostextinput/TextInputProps.h | 2 +- .../iostextinput/TextInputShadowNode.h | 2 +- .../components/iostextinput/TextInputState.h | 2 +- .../components/iostextinput/conversions.h | 2 +- .../components/iostextinput/primitives.h | 2 +- .../iostextinput/propsConversions.h | 2 +- ...yViewManagerAutomaticComponentDescriptor.h | 1 + ...ableLegacyViewManagerAutomaticShadowNode.h | 1 + .../components/view/viewPropConversions.h | 1 - .../react/renderer/core/EventHandler.h | 1 - .../react/renderer/core/TraitCast.h | 1 - .../templateprocessor/UITemplateProcessor.h | 1 - .../NSTextStorage+FontScaling.h | 1 - .../textlayoutmanager/TextLayoutContext.h | 1 + .../renderer/uimanager/PointerHoverTracker.h | 1 + .../ReactCommon/RCTBlockGuard.h | 1 - .../ReactCommon/RCTRuntimeExecutor.h | 1 + .../RCTAppDelegate+Protected.h | 1 + .../RCTLegacyInteropComponents.h | 1 - .../React-RCTAppDelegate/RCTRootViewFactory.h | 1 + .../React/RCTDebuggingOverlayComponentView.h | 1 + .../ReactCommon/ObjCTimerRegistry.h | 1 + .../ReactCommon/RCTContextContainerHandling.h | 1 + .../ReactCommon/RCTHermesInstance.h | 1 + .../ReactCommon/RCTHost+Internal.h | 1 + .../React-RuntimeApple/ReactCommon/RCTHost.h | 1 + .../ReactCommon/RCTInstance.h | 1 + .../ReactCommon/RCTJSThreadManager.h | 1 + .../RCTLegacyUIManagerConstantsProvider.h | 1 + .../ReactCommon/RCTPerformanceLoggerUtils.h | 1 + .../react/runtime/BindingsInstaller.h | 1 + .../react/runtime/BridgelessJSCallInvoker.h | 1 + .../BridgelessNativeMethodCallInvoker.h | 1 + .../react/runtime/BufferedRuntimeExecutor.h | 1 + .../react/runtime/JSRuntimeFactory.h | 1 + .../LegacyUIManagerConstantsProviderBinding.h | 1 + .../react/runtime/PlatformTimerRegistry.h | 1 + .../react/runtime/ReactInstance.h | 1 + .../react/runtime/TimerManager.h | 1 + .../react/runtime/hermes/HermesInstance.h | 1 + .../React-cxxreact/cxxreact/MoveWrapper.h | 1 + .../featureflags/ReactNativeFeatureFlags.h | 1 + .../ReactNativeFeatureFlagsAccessor.h | 1 + .../ReactNativeFeatureFlagsDefaults.h | 1 + .../ReactNativeFeatureFlagsProvider.h | 1 + .../renderer/graphics/fromRawValueShared.h | 1 + .../jsinspector-modern/ExecutionContext.h | 1 + .../ExecutionContextManager.h | 1 + .../FallbackRuntimeAgentDelegate.h | 1 + .../jsinspector-modern/InspectorFlags.h | 1 + .../InspectorInterfaces.h | 0 .../InspectorPackagerConnection.h | 1 + .../InspectorPackagerConnectionImpl.h | 1 + .../jsinspector-modern/InspectorUtilities.h | 1 + .../jsinspector-modern/InstanceAgent.h | 1 + .../jsinspector-modern/InstanceTarget.h | 1 + .../jsinspector-modern/PageAgent.h | 1 + .../jsinspector-modern/PageTarget.h | 1 + .../jsinspector-modern/Parsing.h | 1 + .../jsinspector-modern/ReactCdp.h | 1 + .../jsinspector-modern/RuntimeAgent.h | 1 + .../jsinspector-modern/RuntimeAgentDelegate.h | 1 + .../jsinspector-modern/RuntimeTarget.h | 1 + .../jsinspector-modern/ScopedExecutor.h | 1 + .../jsinspector-modern/SessionState.h | 1 + .../jsinspector-modern/UniqueMonostate.h | 1 + .../jsinspector-modern/WeakList.h | 1 + .../jsinspector-modern/WebSocketInterfaces.h | 1 + .../renderer/runtimescheduler/ErrorUtils.h | 1 - .../RuntimeScheduler_Legacy.h | 1 + .../RuntimeScheduler_Modern.h | 1 + .../utils/CalledOnceMovableOnlyFunction.h | 1 - .../React-utils/react/utils/PackTraits.h | 1 + .../Public/React-utils/react/utils/fnv1a.h | 1 + .../Public/React-utils/react/utils/jsi.h | 1 + .../React-utils/react/utils/to_underlying.h | 1 + .../ReactCommon/CxxTurboModuleUtils.h | 1 + .../Pods/Headers/Public/Yoga/yoga/YGConfig.h | 1 + .../Pods/Headers/Public/Yoga/yoga/YGNode.h | 1 + .../Headers/Public/Yoga/yoga/YGNodeLayout.h | 1 + .../Headers/Public/Yoga/yoga/YGNodeStyle.h | 1 + .../Headers/Public/Yoga/yoga/YGPixelGrid.h | 1 + .../Pods/Headers/Public/fmt/fmt/args.h | 1 + .../Pods/Headers/Public/fmt/fmt/locale.h | 1 - .../Pods/Headers/Public/fmt/fmt/posix.h | 1 - .../iosTest/Pods/Headers/Public/fmt/fmt/std.h | 1 + .../Pods/Headers/Public/fmt/fmt/xchar.h | 1 + .../hermes-engine/hermes/AsyncDebuggerAPI.h | 1 + .../hermes-engine/hermes/RuntimeTaskRunner.h | 1 + .../hermes/ThreadSafetyAnalysis.h | 1 + .../hermes/inspector/AsyncPauseState.h | 1 - .../hermes/inspector/Exceptions.h | 1 - .../inspector/chrome/RemoteObjectsTable.h | 1 - .../inspector/chrome/ThreadSafetyAnalysis.h | 1 - .../React-jsinspector-umbrella.h | 1 + .../React-jsinspector.modulemap | 1 + .../Pods/Headers/Public/libevent/evdns.h | 1 - .../Pods/Headers/Public/libevent/event.h | 1 - .../Pods/Headers/Public/libevent/evhttp.h | 1 - .../Pods/Headers/Public/libevent/evrpc.h | 1 - .../Pods/Headers/Public/libevent/evutil.h | 1 - .../React-featureflags-umbrella.h | 1 + .../React-featureflags.modulemap | 1 + .../DoubleConversion.podspec.json | 3 + .../Local Podspecs/FBLazyVector.podspec.json | 4 +- .../FBReactNativeSpec.podspec.json | 129 - .../Local Podspecs/RCT-Folly.podspec.json | 64 +- .../RCTDeprecation.podspec.json | 28 + .../Local Podspecs/RCTRequired.podspec.json | 4 +- .../Local Podspecs/RCTTypeSafety.podspec.json | 10 +- .../Local Podspecs/React-Codegen.podspec.json | 37 +- .../Local Podspecs/React-Core.podspec.json | 43 +- .../React-CoreModules.podspec.json | 29 +- .../Local Podspecs/React-Fabric.podspec.json | 116 +- .../React-FabricImage.podspec.json | 16 +- .../React-ImageManager.podspec.json | 6 +- .../React-Mapbuffer.podspec.json | 4 +- .../React-NativeModulesApple.podspec.json | 11 +- .../React-RCTActionSheet.podspec.json | 6 +- .../React-RCTAnimation.podspec.json | 8 +- .../React-RCTAppDelegate.podspec.json | 42 +- .../Local Podspecs/React-RCTBlob.podspec.json | 19 +- .../React-RCTFabric.podspec.json | 20 +- .../React-RCTImage.podspec.json | 8 +- .../React-RCTLinking.podspec.json | 12 +- .../React-RCTNetwork.podspec.json | 8 +- .../React-RCTSettings.podspec.json | 8 +- .../Local Podspecs/React-RCTText.podspec.json | 6 +- .../React-RCTVibration.podspec.json | 8 +- .../React-RuntimeApple.podspec.json | 83 + .../React-RuntimeCore.podspec.json | 69 + .../React-RuntimeHermes.podspec.json | 56 + .../React-callinvoker.podspec.json | 4 +- .../React-cxxreact.podspec.json | 26 +- .../Local Podspecs/React-debug.podspec.json | 4 +- .../React-featureflags.podspec.json | 22 + .../React-graphics.podspec.json | 24 +- .../Local Podspecs/React-hermes.podspec.json | 29 +- .../React-jserrorhandler.podspec.json | 8 +- .../Local Podspecs/React-jsi.podspec.json | 10 +- .../React-jsiexecutor.podspec.json | 21 +- .../React-jsinspector.podspec.json | 34 +- .../React-jsitracing.podspec.json | 28 + .../Local Podspecs/React-logger.podspec.json | 7 +- .../React-nativeconfig.podspec.json | 4 +- .../React-perflogger.podspec.json | 4 +- .../React-rendererdebug.podspec.json | 10 +- .../Local Podspecs/React-rncore.podspec.json | 53 +- .../React-runtimeexecutor.podspec.json | 6 +- .../React-runtimescheduler.podspec.json | 11 +- .../Local Podspecs/React-utils.podspec.json | 14 +- .../Pods/Local Podspecs/React.podspec.json | 28 +- .../Local Podspecs/ReactCommon.podspec.json | 42 +- .../Pods/Local Podspecs/Yoga.podspec.json | 27 +- .../Pods/Local Podspecs/fmt.podspec.json | 27 + .../Pods/Local Podspecs/glog.podspec.json | 2 +- .../Local Podspecs/hermes-engine.podspec.json | 12 +- native/iosTest/Pods/Manifest.lock | 880 +- .../Pods/Pods.xcodeproj/project.pbxproj | 31314 ++++++++-------- .../Internal/IOConsumer/SRIOConsumerPool.m | 4 +- .../Internal/Proxy/SRProxyConnect.m | 2 +- .../Internal/RunLoop/SRRunLoopThread.m | 3 +- .../Security/SRPinningSecurityPolicy.h | 2 +- .../Security/SRPinningSecurityPolicy.m | 2 - .../Internal/Utilities/SRHTTPConnectMessage.h | 1 + .../Internal/Utilities/SRHTTPConnectMessage.m | 8 +- .../Internal/Utilities/SRRandom.m | 8 +- .../Internal/Utilities/SRURLUtilities.m | 2 + .../SocketRocket/NSRunLoop+SRWebSocket.m | 2 +- .../SocketRocket/NSURLRequest+SRWebSocket.m | 2 +- .../SocketRocket/SocketRocket/SRWebSocket.m | 123 +- .../DoubleConversion-umbrella.h | 26 + .../DoubleConversion.debug.xcconfig | 1 + .../DoubleConversion.modulemap | 6 + .../DoubleConversion.release.xcconfig | 1 + .../FBReactNativeSpec.debug.xcconfig | 17 - .../FBReactNativeSpec.release.xcconfig | 17 - ...melonTesterTests-acknowledgements.markdown | 103 - ...termelonTesterTests-acknowledgements.plist | 109 - ...ester-WatermelonTesterTests.debug.xcconfig | 11 +- ...ter-WatermelonTesterTests.release.xcconfig | 11 +- ...WatermelonTester-acknowledgements.markdown | 103 - ...ds-WatermelonTester-acknowledgements.plist | 109 - .../Pods-WatermelonTester.debug.xcconfig | 11 +- .../Pods-WatermelonTester.release.xcconfig | 11 +- .../RCT-Folly/RCT-Folly-umbrella.h | 412 +- .../RCT-Folly/RCT-Folly.debug.xcconfig | 5 +- .../RCT-Folly/RCT-Folly.release.xcconfig | 5 +- .../RCTDeprecation/RCTDeprecation-dummy.m | 5 + .../RCTDeprecation-prefix.pch} | 0 .../RCTDeprecation/RCTDeprecation-umbrella.h | 17 + .../RCTDeprecation.debug.xcconfig} | 8 +- .../RCTDeprecation/RCTDeprecation.modulemap | 6 + .../RCTDeprecation.release.xcconfig} | 8 +- .../RCTRequired/RCTRequired.debug.xcconfig | 2 +- .../RCTRequired/RCTRequired.release.xcconfig | 2 +- .../RCTTypeSafety.debug.xcconfig | 4 +- .../RCTTypeSafety.release.xcconfig | 4 +- .../React-Codegen/React-Codegen-umbrella.h | 2 + .../React-Codegen.debug.xcconfig | 4 +- .../React-Codegen.release.xcconfig | 4 +- .../React-Core/React-Core-umbrella.h | 7 +- .../React-Core/React-Core.debug.xcconfig | 4 +- .../React-Core/React-Core.release.xcconfig | 4 +- ...undle-RCTI18nStrings-React-Core-Info.plist | 2 +- .../React-CoreModules.debug.xcconfig | 4 +- .../React-CoreModules.release.xcconfig | 4 +- .../React-Fabric/React-Fabric-umbrella.h | 10 +- .../React-Fabric/React-Fabric.debug.xcconfig | 4 +- .../React-Fabric.release.xcconfig | 4 +- .../React-FabricImage.debug.xcconfig | 4 +- .../React-FabricImage.release.xcconfig | 4 +- .../React-ImageManager.debug.xcconfig | 4 +- .../React-ImageManager.release.xcconfig | 4 +- .../React-NativeModulesApple-umbrella.h | 2 +- .../React-NativeModulesApple.debug.xcconfig | 4 +- .../React-NativeModulesApple.release.xcconfig | 4 +- .../React-RCTActionSheet.debug.xcconfig | 4 +- .../React-RCTActionSheet.release.xcconfig | 4 +- .../React-RCTAnimation.debug.xcconfig | 4 +- .../React-RCTAnimation.release.xcconfig | 4 +- .../React-RCTAppDelegate-umbrella.h | 3 +- .../React-RCTAppDelegate.debug.xcconfig | 6 +- .../React-RCTAppDelegate.release.xcconfig | 6 +- .../React-RCTBlob.debug.xcconfig | 4 +- .../React-RCTBlob.release.xcconfig | 4 +- .../React-RCTFabric-umbrella.h | 1 + .../React-RCTFabric.debug.xcconfig | 4 +- .../React-RCTFabric.release.xcconfig | 4 +- .../React-RCTImage.debug.xcconfig | 4 +- .../React-RCTImage.release.xcconfig | 4 +- .../React-RCTLinking.debug.xcconfig | 4 +- .../React-RCTLinking.release.xcconfig | 4 +- .../React-RCTNetwork.debug.xcconfig | 4 +- .../React-RCTNetwork.release.xcconfig | 4 +- .../React-RCTSettings.debug.xcconfig | 4 +- .../React-RCTSettings.release.xcconfig | 4 +- .../React-RCTText.debug.xcconfig | 4 +- .../React-RCTText.release.xcconfig | 4 +- .../React-RCTVibration.debug.xcconfig | 4 +- .../React-RCTVibration.release.xcconfig | 4 +- .../React-RuntimeApple-dummy.m | 5 + .../React-RuntimeApple-prefix.pch | 12 + .../React-RuntimeApple.debug.xcconfig | 18 + .../React-RuntimeApple.release.xcconfig | 18 + .../React-RuntimeCore-dummy.m | 5 + .../React-RuntimeCore-prefix.pch | 12 + .../React-RuntimeCore.debug.xcconfig | 18 + .../React-RuntimeCore.release.xcconfig | 18 + .../React-RuntimeHermes-dummy.m | 5 + .../React-RuntimeHermes-prefix.pch | 12 + .../React-RuntimeHermes.debug.xcconfig | 18 + .../React-RuntimeHermes.release.xcconfig | 18 + .../React-cxxreact.debug.xcconfig | 4 +- .../React-cxxreact.release.xcconfig | 4 +- .../React-featureflags-dummy.m | 5 + .../React-featureflags-prefix.pch | 12 + .../React-featureflags-umbrella.h | 20 + .../React-featureflags.debug.xcconfig | 15 + .../React-featureflags.modulemap | 6 + .../React-featureflags.release.xcconfig | 15 + .../React-graphics/React-graphics-umbrella.h | 1 + .../React-graphics.debug.xcconfig | 4 +- .../React-graphics.release.xcconfig | 4 +- .../React-hermes/React-hermes.debug.xcconfig | 4 +- .../React-hermes.release.xcconfig | 4 +- .../React-jserrorhandler.debug.xcconfig | 4 +- .../React-jserrorhandler.release.xcconfig | 4 +- .../React-jsi/React-jsi.debug.xcconfig | 2 +- .../React-jsi/React-jsi.release.xcconfig | 2 +- .../React-jsiexecutor.debug.xcconfig | 4 +- .../React-jsiexecutor.release.xcconfig | 4 +- .../React-jsinspector-umbrella.h | 38 + .../React-jsinspector.debug.xcconfig | 5 +- .../React-jsinspector.modulemap | 6 + .../React-jsinspector.release.xcconfig | 5 +- .../React-jsitracing.debug.xcconfig | 18 + .../React-jsitracing.release.xcconfig | 18 + .../React-rendererdebug.debug.xcconfig | 2 +- .../React-rendererdebug.release.xcconfig | 2 +- .../React-runtimeexecutor.debug.xcconfig | 4 +- .../React-runtimeexecutor.release.xcconfig | 4 +- .../React-runtimescheduler.debug.xcconfig | 4 +- .../React-runtimescheduler.release.xcconfig | 4 +- .../React-utils/React-utils-umbrella.h | 5 +- .../React-utils/React-utils.debug.xcconfig | 5 +- .../React-utils/React-utils.release.xcconfig | 5 +- .../React/React.debug.xcconfig | 4 +- .../React/React.release.xcconfig | 4 +- .../ReactCommon/ReactCommon-umbrella.h | 1 + .../ReactCommon/ReactCommon.debug.xcconfig | 5 +- .../ReactCommon/ReactCommon.release.xcconfig | 5 +- .../WatermelonDB/WatermelonDB.debug.xcconfig | 4 +- .../WatermelonDB.release.xcconfig | 4 +- .../Target Support Files/Yoga/Yoga-umbrella.h | 5 + .../fmt/fmt.debug.xcconfig | 6 +- .../fmt/fmt.release.xcconfig | 6 +- .../hermes-engine-xcframeworks.sh | 12 + .../libevent/libevent-dummy.m | 5 - native/iosTest/Pods/fmt/README.rst | 436 +- native/iosTest/Pods/fmt/include/fmt/args.h | 234 + native/iosTest/Pods/fmt/include/fmt/chrono.h | 1514 +- native/iosTest/Pods/fmt/include/fmt/color.h | 347 +- native/iosTest/Pods/fmt/include/fmt/compile.h | 822 +- native/iosTest/Pods/fmt/include/fmt/core.h | 3459 +- .../iosTest/Pods/fmt/include/fmt/format-inl.h | 2686 +- native/iosTest/Pods/fmt/include/fmt/format.h | 6045 +-- native/iosTest/Pods/fmt/include/fmt/locale.h | 78 - native/iosTest/Pods/fmt/include/fmt/os.h | 342 +- native/iosTest/Pods/fmt/include/fmt/ostream.h | 247 +- native/iosTest/Pods/fmt/include/fmt/posix.h | 2 - native/iosTest/Pods/fmt/include/fmt/printf.h | 538 +- native/iosTest/Pods/fmt/include/fmt/ranges.h | 687 +- native/iosTest/Pods/fmt/include/fmt/std.h | 171 + native/iosTest/Pods/fmt/include/fmt/xchar.h | 229 + native/iosTest/Pods/fmt/src/format.cc | 173 +- 1201 files changed, 29976 insertions(+), 25236 deletions(-) delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/ConstructorCallback.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/ConstructorCallbackList.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/MaybeManagedPtr.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/base64.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/chrono/Hardware.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/AtomicSharedPtr.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/ConcurrentHashMap.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/CoreCachedSharedPtr.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/DeadlockDetector.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/DynamicBoundedQueue.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/PriorityUnboundedQueueSet.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/ThreadCachedSynchronized.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/UnboundedQueue.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/container/IntrusiveHeap.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/container/WeightedEvictingCacheMap.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/PerfScoped.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimdAnyOf.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimdCharPlatform.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimdForEach.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimpleSimdStringUtils.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimpleSimdStringUtilsImpl.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SplitStringSimd.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SplitStringSimdImpl.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/UnrollUtils.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/Async.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/CPUThreadPoolExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/Codel.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/DrivableExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/EDFThreadPoolExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ExecutorWithPriority-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ExecutorWithPriority.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/FiberIOExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/FutureExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/GlobalExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/GlobalThreadPoolList.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/IOExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/IOObjectCache.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/IOThreadPoolDeadlockDetectorObserver.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/IOThreadPoolExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/InlineExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ManualExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/MeteredExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/QueueObserver.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/QueuedImmediateExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ScheduledExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/SequencedExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/SerialExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/SoftRealTimeExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/StrandExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ThreadPoolExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ThreadedExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/TimedDrivableExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/TimekeeperScheduledExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/BlockingQueue.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/LifoSemMPMCQueue.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/PriorityLifoSemMPMCQueue.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/PriorityUnboundedBlockingQueue.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/UnboundedBlockingQueue.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/thread_factory/NamedThreadFactory.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/thread_factory/ThreadFactory.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/AtomicReadMostlyMainPtr.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/AutoTimer.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/BitVectorCoding.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Bits.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Cleanup.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/CodingDetail.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Coinflip.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/DynamicParser-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/DynamicParser.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/EliasFanoCoding.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/EnvUtil.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/EventCount.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ExecutionObserver.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/FlatCombiningPriorityQueue.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/FunctionScheduler.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/FutureDAG.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Instructions.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/JSONSchema.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/JemallocHugePageAllocator.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/JemallocNodumpAllocator.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/LockFreeRingBuffer.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/NestedCommandLineApp.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/PrimaryPtr.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ProgramOptions.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/QuotientMultiSet-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/QuotientMultiSet.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ReadMostlySharedPtr.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/RelaxedConcurrentPriorityQueue.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/STTimerFDTimeoutManager.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Select64.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/SingleWriterFixedHashMap.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/SingletonRelaxedCounter.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StampedPtr.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedCommon.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedMap.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedSet.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedUnorderedMap.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedUnorderedSet.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TLRefCount.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TestUtil.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ThreadWheelTimekeeperHighRes.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ThreadedRepeatingFunctionRunner.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TimerFD.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TimerFDTimeoutManager.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TupleOps.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/bser/Bser.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Channel-fwd.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Channel-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Channel.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ChannelCallbackHandle.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ChannelProcessor-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ChannelProcessor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ConsumeChannel-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ConsumeChannel.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/FanoutChannel-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/FanoutChannel.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/FanoutSender-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/FanoutSender.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Merge-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Merge.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/MergeChannel-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/MergeChannel.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/MultiplexChannel-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/MultiplexChannel.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/OnClosedException.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Producer-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Producer.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/RateLimiter.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Transform-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Transform.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/AtomicQueue.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/ChannelBridge.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/FunctionTraits.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/IntrusivePtr.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/MultiplexerTraits.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/PointerVariant.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/Utility.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/test/ChannelTestUtil.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Accumulate-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Accumulate.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/AsyncGenerator.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/AsyncPipe.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/AsyncScope.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/AsyncStack.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Baton.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/BlockingWait.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/BoundedQueue.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Collect-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Collect.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Concat-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Concat.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Coroutine.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/CurrentExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/DetachOnCancel.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Filter-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Filter.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/FutureUtil.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Generator.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/GmockHelpers.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/GtestHelpers.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Invoke.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Merge-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Merge.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Mutex.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Promise.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Result.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Retry.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/RustAdaptors.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/ScopeExit.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/SharedLock.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/SharedMutex.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Sleep-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Sleep.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/SmallUnboundedQueue.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Task.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/TimedWait.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Timeout-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Timeout.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Traits.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Transform-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Transform.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/UnboundedQueue.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/ViaIfAsync.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/WithAsyncStack.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/WithCancellation.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/Barrier.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/BarrierTask.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/CurrentAsyncFrame.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/Helpers.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/InlineTask.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/Malloc.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/ManualLifetime.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/Traits.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/crypto/Blake2xb.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/crypto/LtHash-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/crypto/LtHash.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/crypto/detail/LtHashInternal.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/ExceptionAbi.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/ExceptionCounterLib.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/ExceptionTracer.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/ExceptionTracerLib.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracer.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracerSingleton.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/StackTrace.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/flat_combining/FlatCombining.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningExamples.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningTestHelpers.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/AsyncBase.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/AsyncIO.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/FsUtil.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/HugePages.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/IoUring.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/IoUringBackend.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/SimpleAsyncIO.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/test/AsyncBaseTestLib.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/test/IoTestTempFileUtil.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observable-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observable.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observer-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observer-pre.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observer.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/SimpleObservable-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/SimpleObservable.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/WithJitter-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/WithJitter.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/detail/Core.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/detail/GraphCycleDetector.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/detail/ObserverManager.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/Settings.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/SettingsMetadata.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/detail/SettingsImpl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/test/a.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/test/b.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/Dwarf.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/DwarfImpl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/DwarfLineNumberVM.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/DwarfSection.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/DwarfUtil.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/Elf-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/Elf.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/ElfCache.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/LineReader.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/SignalHandler.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/StackTrace.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/SymbolizePrinter.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/SymbolizedFrame.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/Symbolizer.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/detail/Debug.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/test/SignalHandlerTest.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/test/CodingTestUtils.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/AddTasks-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/AddTasks.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/AtomicBatchDispatcher-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/AtomicBatchDispatcher.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/BatchDispatcher.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/BatchSemaphore.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Baton-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Baton.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/BoostContextCompatibility.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/CallOnce.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/EventBaseLoopController-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/EventBaseLoopController.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ExecutorBasedLoopController.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ExecutorLoopController-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ExecutorLoopController.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Fiber-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Fiber.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManager-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManager.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManagerInternal-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManagerInternal.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManagerMap-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManagerMap.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ForEach-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ForEach.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/GenericBaton.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/GuardPageAllocator.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/LoopController.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Promise-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Promise.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Semaphore.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/SemaphoreBase.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/SimpleLoopController.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/TimedMutex-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/TimedMutex.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/WhenN-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/WhenN.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/traits.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/functional/protocol.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/functional/traits.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Barrier.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Future-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Future-pre.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Future.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/FutureSplitter.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/ManualTimekeeper.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Portability.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Promise-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Promise.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Retrying.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/SharedPromise-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/SharedPromise.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/ThreadWheelTimekeeper.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/WTCallback.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/detail/Core.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/detail/Types.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/Cursor-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/Cursor.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/IOBuf.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/IOBufQueue.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/AsyncTimeout.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/AtomicNotificationQueue-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/AtomicNotificationQueue.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/DelayedDestruction.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/DelayedDestructionBase.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBase.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseBackendBase.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseLocal.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseManager.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventHandler.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventUtil.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/HHWheelTimer-fwd.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/HHWheelTimer.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/NotificationQueue.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/Request.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/TimeoutManager.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/VirtualEventBase.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/lang/Builtin.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/portability/SourceLocation.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/ThrottledLifoSem.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/AtomicUtils.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/Hardware.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/HazptrUtils.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/InlineFunctionRef.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/Sleeper.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/Spin.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/ThreadCachedLists.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/ThreadCachedReaders.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/ThreadCachedTag.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/system/MemoryMapping.h create mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/system/Shell.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/tracing/AsyncStack-inl.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/tracing/AsyncStack.h delete mode 120000 native/iosTest/Pods/Headers/Private/RCT-Folly/folly/tracing/StaticTracepoint.h create mode 120000 native/iosTest/Pods/Headers/Private/RCTDeprecation/RCTDeprecation.h create mode 120000 native/iosTest/Pods/Headers/Private/React-Codegen/FBReactNativeSpecJSI.h create mode 120000 native/iosTest/Pods/Headers/Private/React-Codegen/RCTModulesConformingToProtocolsProvider.h create mode 120000 native/iosTest/Pods/Headers/Private/React-Core/React/RCTBridge+Inspector.h create mode 120000 native/iosTest/Pods/Headers/Private/React-Core/React/RCTBridgeProxy+Cxx.h create mode 120000 native/iosTest/Pods/Headers/Private/React-Core/React/RCTCursor.h create mode 120000 native/iosTest/Pods/Headers/Private/React-Core/React/RCTCxxInspectorPackagerConnection.h create mode 120000 native/iosTest/Pods/Headers/Private/React-Core/React/RCTCxxInspectorPackagerConnectionDelegate.h create mode 120000 native/iosTest/Pods/Headers/Private/React-Core/React/RCTCxxInspectorWebSocketAdapter.h create mode 120000 native/iosTest/Pods/Headers/Private/React-Core/React/RCTDebuggingOverlay.h create mode 120000 native/iosTest/Pods/Headers/Private/React-Core/React/RCTDebuggingOverlayManager.h create mode 120000 native/iosTest/Pods/Headers/Private/React-Core/React/RCTRuntimeExecutorModule.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-Core/React/RCTTransformOrigin.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/componentregistry/NativeComponentRegistryBinding.h create mode 120000 native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticComponentDescriptor.h create mode 120000 native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticShadowNode.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/view/viewPropConversions.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/core/EventHandler.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/core/TraitCast.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/templateprocessor/UITemplateProcessor.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/textlayoutmanager/NSTextStorage+FontScaling.h create mode 120000 native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/textlayoutmanager/TextLayoutContext.h create mode 120000 native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/uimanager/PointerHoverTracker.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-NativeModulesApple/ReactCommon/RCTBlockGuard.h create mode 120000 native/iosTest/Pods/Headers/Private/React-NativeModulesApple/ReactCommon/RCTRuntimeExecutor.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RCTAppDelegate/RCTAppDelegate+Protected.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-RCTAppDelegate/RCTLegacyInteropComponents.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RCTAppDelegate/RCTRootViewFactory.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RCTFabric/React/RCTDebuggingOverlayComponentView.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/ObjCTimerRegistry.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTContextContainerHandling.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTHermesInstance.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTHost+Internal.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTHost.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTInstance.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTJSThreadManager.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTLegacyUIManagerConstantsProvider.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTPerformanceLoggerUtils.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/BindingsInstaller.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/BridgelessJSCallInvoker.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/BridgelessNativeMethodCallInvoker.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/BufferedRuntimeExecutor.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/JSRuntimeFactory.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/LegacyUIManagerConstantsProviderBinding.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/PlatformTimerRegistry.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/ReactInstance.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/TimerManager.h create mode 120000 native/iosTest/Pods/Headers/Private/React-RuntimeHermes/react/runtime/hermes/HermesInstance.h create mode 120000 native/iosTest/Pods/Headers/Private/React-cxxreact/cxxreact/MoveWrapper.h create mode 120000 native/iosTest/Pods/Headers/Private/React-featureflags/react/featureflags/ReactNativeFeatureFlags.h create mode 120000 native/iosTest/Pods/Headers/Private/React-featureflags/react/featureflags/ReactNativeFeatureFlagsAccessor.h create mode 120000 native/iosTest/Pods/Headers/Private/React-featureflags/react/featureflags/ReactNativeFeatureFlagsDefaults.h create mode 120000 native/iosTest/Pods/Headers/Private/React-featureflags/react/featureflags/ReactNativeFeatureFlagsProvider.h create mode 120000 native/iosTest/Pods/Headers/Private/React-graphics/react/renderer/graphics/fromRawValueShared.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/AsyncPauseState.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/CallbackOStream.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/Connection.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/Exceptions.h create mode 120000 native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/HermesRuntimeAgentDelegate.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/Inspector.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/InspectorState.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/JSITracing.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/MessageConverters.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/MessageInterfaces.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/MessageTypes.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/MessageTypesInlines.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/RemoteObjectsTable.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/RuntimeAdapter.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/SerialExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/Thread.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/ExecutionContext.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/ExecutionContextManager.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/FallbackRuntimeAgentDelegate.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InspectorFlags.h rename native/iosTest/Pods/Headers/Private/React-jsinspector/{jsinspector => jsinspector-modern}/InspectorInterfaces.h (100%) create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InspectorPackagerConnection.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InspectorPackagerConnectionImpl.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InspectorUtilities.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InstanceAgent.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InstanceTarget.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/PageAgent.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/PageTarget.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/Parsing.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/ReactCdp.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/RuntimeAgent.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/RuntimeAgentDelegate.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/RuntimeTarget.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/ScopedExecutor.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/SessionState.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/UniqueMonostate.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/WeakList.h create mode 120000 native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/WebSocketInterfaces.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-runtimescheduler/react/renderer/runtimescheduler/ErrorUtils.h create mode 120000 native/iosTest/Pods/Headers/Private/React-runtimescheduler/react/renderer/runtimescheduler/RuntimeScheduler_Legacy.h create mode 120000 native/iosTest/Pods/Headers/Private/React-runtimescheduler/react/renderer/runtimescheduler/RuntimeScheduler_Modern.h delete mode 120000 native/iosTest/Pods/Headers/Private/React-utils/react/utils/CalledOnceMovableOnlyFunction.h create mode 120000 native/iosTest/Pods/Headers/Private/React-utils/react/utils/PackTraits.h create mode 120000 native/iosTest/Pods/Headers/Private/React-utils/react/utils/fnv1a.h create mode 120000 native/iosTest/Pods/Headers/Private/React-utils/react/utils/jsi.h create mode 120000 native/iosTest/Pods/Headers/Private/React-utils/react/utils/to_underlying.h create mode 120000 native/iosTest/Pods/Headers/Private/ReactCommon/ReactCommon/CxxTurboModuleUtils.h create mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/YGConfig.h create mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/YGNode.h create mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/YGNodeLayout.h create mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/YGNodeStyle.h create mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/YGPixelGrid.h delete mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/Yoga-internal.h create mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/algorithm/AbsoluteLayout.h delete mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/algorithm/ResolveValue.h create mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/algorithm/SizingMode.h create mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/algorithm/TrailingPosition.h delete mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/bits/BitCast.h delete mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/bits/NumericBitfield.h delete mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/debug/NodeToString.h create mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/enums/PhysicalEdge.h delete mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/enums/PrintOptions.h delete mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/style/CompactValue.h create mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/style/SmallValueBuffer.h create mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/style/StyleLength.h create mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/style/StyleValueHandle.h create mode 120000 native/iosTest/Pods/Headers/Private/Yoga/yoga/style/StyleValuePool.h create mode 120000 native/iosTest/Pods/Headers/Private/fmt/fmt/args.h delete mode 120000 native/iosTest/Pods/Headers/Private/fmt/fmt/locale.h delete mode 120000 native/iosTest/Pods/Headers/Private/fmt/fmt/posix.h create mode 120000 native/iosTest/Pods/Headers/Private/fmt/fmt/std.h create mode 120000 native/iosTest/Pods/Headers/Private/fmt/fmt/xchar.h create mode 120000 native/iosTest/Pods/Headers/Private/hermes-engine/hermes/AsyncDebuggerAPI.h create mode 120000 native/iosTest/Pods/Headers/Private/hermes-engine/hermes/RuntimeTaskRunner.h create mode 120000 native/iosTest/Pods/Headers/Private/hermes-engine/hermes/ThreadSafetyAnalysis.h delete mode 120000 native/iosTest/Pods/Headers/Private/hermes-engine/hermes/inspector/AsyncPauseState.h delete mode 120000 native/iosTest/Pods/Headers/Private/hermes-engine/hermes/inspector/Exceptions.h delete mode 120000 native/iosTest/Pods/Headers/Private/hermes-engine/hermes/inspector/chrome/RemoteObjectsTable.h delete mode 120000 native/iosTest/Pods/Headers/Private/hermes-engine/hermes/inspector/chrome/ThreadSafetyAnalysis.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/bufferevent-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/changelist-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/defer-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/epolltable-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/evbuffer-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/evconfig-private.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/evdns.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/event-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/event.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/evhttp.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/evmap-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/evrpc-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/evrpc.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/evsignal-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/evthread-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/evutil.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/ht-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/http-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/iocp-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/ipv6-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/kqueue-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/log-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/minheap-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/mm-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/ratelim-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/strlcpy-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/time-internal.h delete mode 120000 native/iosTest/Pods/Headers/Private/libevent/util-internal.h create mode 120000 native/iosTest/Pods/Headers/Public/DoubleConversion/DoubleConversion-umbrella.h create mode 120000 native/iosTest/Pods/Headers/Public/DoubleConversion/DoubleConversion.modulemap delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/ConstructorCallback.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/ConstructorCallbackList.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/MaybeManagedPtr.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/base64.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/chrono/Hardware.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/AtomicSharedPtr.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/ConcurrentHashMap.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/CoreCachedSharedPtr.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/DeadlockDetector.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/DynamicBoundedQueue.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/PriorityUnboundedQueueSet.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/ThreadCachedSynchronized.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/UnboundedQueue.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/container/IntrusiveHeap.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/container/WeightedEvictingCacheMap.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/PerfScoped.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimdAnyOf.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimdCharPlatform.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimdForEach.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimpleSimdStringUtils.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimpleSimdStringUtilsImpl.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SplitStringSimd.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SplitStringSimdImpl.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/UnrollUtils.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/Async.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/CPUThreadPoolExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/Codel.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/DrivableExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/EDFThreadPoolExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ExecutorWithPriority-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ExecutorWithPriority.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/FiberIOExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/FutureExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/GlobalExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/GlobalThreadPoolList.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/IOExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/IOObjectCache.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/IOThreadPoolDeadlockDetectorObserver.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/IOThreadPoolExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/InlineExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ManualExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/MeteredExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/QueueObserver.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/QueuedImmediateExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ScheduledExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/SequencedExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/SerialExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/SoftRealTimeExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/StrandExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ThreadPoolExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ThreadedExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/TimedDrivableExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/TimekeeperScheduledExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/BlockingQueue.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/LifoSemMPMCQueue.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/PriorityLifoSemMPMCQueue.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/PriorityUnboundedBlockingQueue.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/UnboundedBlockingQueue.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/thread_factory/NamedThreadFactory.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/thread_factory/ThreadFactory.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/AtomicReadMostlyMainPtr.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/AutoTimer.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/BitVectorCoding.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Bits.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Cleanup.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/CodingDetail.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Coinflip.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/DynamicParser-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/DynamicParser.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/EliasFanoCoding.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/EnvUtil.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/EventCount.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ExecutionObserver.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/FlatCombiningPriorityQueue.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/FunctionScheduler.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/FutureDAG.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Instructions.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/JSONSchema.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/JemallocHugePageAllocator.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/JemallocNodumpAllocator.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/LockFreeRingBuffer.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/NestedCommandLineApp.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/PrimaryPtr.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ProgramOptions.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/QuotientMultiSet-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/QuotientMultiSet.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ReadMostlySharedPtr.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/RelaxedConcurrentPriorityQueue.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/STTimerFDTimeoutManager.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Select64.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/SingleWriterFixedHashMap.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/SingletonRelaxedCounter.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StampedPtr.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedCommon.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedMap.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedSet.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedUnorderedMap.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedUnorderedSet.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TLRefCount.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TestUtil.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ThreadWheelTimekeeperHighRes.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ThreadedRepeatingFunctionRunner.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TimerFD.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TimerFDTimeoutManager.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TupleOps.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/bser/Bser.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Channel-fwd.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Channel-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Channel.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ChannelCallbackHandle.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ChannelProcessor-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ChannelProcessor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ConsumeChannel-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ConsumeChannel.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/FanoutChannel-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/FanoutChannel.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/FanoutSender-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/FanoutSender.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Merge-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Merge.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/MergeChannel-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/MergeChannel.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/MultiplexChannel-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/MultiplexChannel.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/OnClosedException.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Producer-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Producer.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/RateLimiter.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Transform-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Transform.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/AtomicQueue.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/ChannelBridge.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/FunctionTraits.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/IntrusivePtr.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/MultiplexerTraits.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/PointerVariant.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/Utility.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/test/ChannelTestUtil.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Accumulate-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Accumulate.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/AsyncGenerator.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/AsyncPipe.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/AsyncScope.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/AsyncStack.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Baton.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/BlockingWait.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/BoundedQueue.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Collect-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Collect.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Concat-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Concat.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Coroutine.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/CurrentExecutor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/DetachOnCancel.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Filter-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Filter.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/FutureUtil.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Generator.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/GmockHelpers.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/GtestHelpers.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Invoke.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Merge-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Merge.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Mutex.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Promise.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Result.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Retry.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/RustAdaptors.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/ScopeExit.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/SharedLock.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/SharedMutex.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Sleep-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Sleep.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/SmallUnboundedQueue.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Task.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/TimedWait.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Timeout-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Timeout.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Traits.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Transform-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Transform.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/UnboundedQueue.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/ViaIfAsync.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/WithAsyncStack.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/WithCancellation.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/Barrier.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/BarrierTask.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/CurrentAsyncFrame.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/Helpers.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/InlineTask.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/Malloc.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/ManualLifetime.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/Traits.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/crypto/Blake2xb.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/crypto/LtHash-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/crypto/LtHash.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/crypto/detail/LtHashInternal.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/ExceptionAbi.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/ExceptionCounterLib.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/ExceptionTracer.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/ExceptionTracerLib.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracer.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracerSingleton.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/StackTrace.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/flat_combining/FlatCombining.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningExamples.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningTestHelpers.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/AsyncBase.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/AsyncIO.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/FsUtil.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/HugePages.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/IoUring.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/IoUringBackend.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/SimpleAsyncIO.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/test/AsyncBaseTestLib.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/test/IoTestTempFileUtil.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observable-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observable.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observer-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observer-pre.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observer.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/SimpleObservable-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/SimpleObservable.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/WithJitter-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/WithJitter.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/detail/Core.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/detail/GraphCycleDetector.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/detail/ObserverManager.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/Settings.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/SettingsMetadata.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/detail/SettingsImpl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/test/a.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/test/b.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/Dwarf.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/DwarfImpl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/DwarfLineNumberVM.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/DwarfSection.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/DwarfUtil.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/Elf-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/Elf.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/ElfCache.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/LineReader.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/SignalHandler.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/StackTrace.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/SymbolizePrinter.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/SymbolizedFrame.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/Symbolizer.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/detail/Debug.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/test/SignalHandlerTest.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/test/CodingTestUtils.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/AddTasks-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/AddTasks.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/AtomicBatchDispatcher-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/AtomicBatchDispatcher.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/BatchDispatcher.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/BatchSemaphore.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Baton-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Baton.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/BoostContextCompatibility.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/CallOnce.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/EventBaseLoopController-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/EventBaseLoopController.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ExecutorBasedLoopController.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ExecutorLoopController-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ExecutorLoopController.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Fiber-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Fiber.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManager-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManager.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManagerInternal-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManagerInternal.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManagerMap-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManagerMap.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ForEach-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ForEach.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/GenericBaton.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/GuardPageAllocator.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/LoopController.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Promise-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Promise.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Semaphore.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/SemaphoreBase.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/SimpleLoopController.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/TimedMutex-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/TimedMutex.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/WhenN-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/WhenN.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/traits.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/functional/protocol.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/functional/traits.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Barrier.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Future-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Future-pre.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Future.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/FutureSplitter.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/ManualTimekeeper.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Portability.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Promise-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Promise.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Retrying.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/SharedPromise-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/SharedPromise.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/ThreadWheelTimekeeper.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/WTCallback.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/detail/Core.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/detail/Types.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/Cursor-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/Cursor.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/IOBuf.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/IOBufQueue.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/AsyncTimeout.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/AtomicNotificationQueue-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/AtomicNotificationQueue.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/DelayedDestruction.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/DelayedDestructionBase.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBase.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseBackendBase.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseLocal.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseManager.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventHandler.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventUtil.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/HHWheelTimer-fwd.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/HHWheelTimer.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/NotificationQueue.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/Request.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/TimeoutManager.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/VirtualEventBase.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/lang/Builtin.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/portability/SourceLocation.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/ThrottledLifoSem.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/AtomicUtils.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/Hardware.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/HazptrUtils.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/InlineFunctionRef.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/Sleeper.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/Spin.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/ThreadCachedLists.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/ThreadCachedReaders.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/ThreadCachedTag.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/system/MemoryMapping.h create mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/system/Shell.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/tracing/AsyncStack-inl.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/tracing/AsyncStack.h delete mode 120000 native/iosTest/Pods/Headers/Public/RCT-Folly/folly/tracing/StaticTracepoint.h create mode 120000 native/iosTest/Pods/Headers/Public/RCTDeprecation/RCTDeprecation-umbrella.h create mode 120000 native/iosTest/Pods/Headers/Public/RCTDeprecation/RCTDeprecation.h create mode 120000 native/iosTest/Pods/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap create mode 120000 native/iosTest/Pods/Headers/Public/React-Codegen/FBReactNativeSpecJSI.h create mode 120000 native/iosTest/Pods/Headers/Public/React-Codegen/RCTModulesConformingToProtocolsProvider.h create mode 120000 native/iosTest/Pods/Headers/Public/React-Core/React/RCTBridge+Inspector.h create mode 120000 native/iosTest/Pods/Headers/Public/React-Core/React/RCTBridgeProxy+Cxx.h create mode 120000 native/iosTest/Pods/Headers/Public/React-Core/React/RCTCursor.h create mode 120000 native/iosTest/Pods/Headers/Public/React-Core/React/RCTDebuggingOverlay.h create mode 120000 native/iosTest/Pods/Headers/Public/React-Core/React/RCTDebuggingOverlayManager.h create mode 120000 native/iosTest/Pods/Headers/Public/React-Core/React/RCTRuntimeExecutorModule.h delete mode 120000 native/iosTest/Pods/Headers/Public/React-Core/React/RCTTransformOrigin.h delete mode 120000 native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/componentregistry/NativeComponentRegistryBinding.h create mode 120000 native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticComponentDescriptor.h create mode 120000 native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticShadowNode.h delete mode 120000 native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/view/viewPropConversions.h delete mode 120000 native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/core/EventHandler.h delete mode 120000 native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/core/TraitCast.h delete mode 120000 native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/templateprocessor/UITemplateProcessor.h delete mode 120000 native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/textlayoutmanager/NSTextStorage+FontScaling.h create mode 120000 native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/textlayoutmanager/TextLayoutContext.h create mode 120000 native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/uimanager/PointerHoverTracker.h delete mode 120000 native/iosTest/Pods/Headers/Public/React-NativeModulesApple/ReactCommon/RCTBlockGuard.h create mode 120000 native/iosTest/Pods/Headers/Public/React-NativeModulesApple/ReactCommon/RCTRuntimeExecutor.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RCTAppDelegate/RCTAppDelegate+Protected.h delete mode 120000 native/iosTest/Pods/Headers/Public/React-RCTAppDelegate/RCTLegacyInteropComponents.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RCTAppDelegate/RCTRootViewFactory.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RCTFabric/React/RCTDebuggingOverlayComponentView.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/ObjCTimerRegistry.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTContextContainerHandling.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTHermesInstance.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTHost+Internal.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTHost.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTInstance.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTJSThreadManager.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTLegacyUIManagerConstantsProvider.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTPerformanceLoggerUtils.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/BindingsInstaller.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/BridgelessJSCallInvoker.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/BridgelessNativeMethodCallInvoker.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/BufferedRuntimeExecutor.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/JSRuntimeFactory.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/LegacyUIManagerConstantsProviderBinding.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/PlatformTimerRegistry.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/ReactInstance.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/TimerManager.h create mode 120000 native/iosTest/Pods/Headers/Public/React-RuntimeHermes/react/runtime/hermes/HermesInstance.h create mode 120000 native/iosTest/Pods/Headers/Public/React-cxxreact/cxxreact/MoveWrapper.h create mode 120000 native/iosTest/Pods/Headers/Public/React-featureflags/react/featureflags/ReactNativeFeatureFlags.h create mode 120000 native/iosTest/Pods/Headers/Public/React-featureflags/react/featureflags/ReactNativeFeatureFlagsAccessor.h create mode 120000 native/iosTest/Pods/Headers/Public/React-featureflags/react/featureflags/ReactNativeFeatureFlagsDefaults.h create mode 120000 native/iosTest/Pods/Headers/Public/React-featureflags/react/featureflags/ReactNativeFeatureFlagsProvider.h create mode 120000 native/iosTest/Pods/Headers/Public/React-graphics/react/renderer/graphics/fromRawValueShared.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/ExecutionContext.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/ExecutionContextManager.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/FallbackRuntimeAgentDelegate.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InspectorFlags.h rename native/iosTest/Pods/Headers/Public/React-jsinspector/{jsinspector => jsinspector-modern}/InspectorInterfaces.h (100%) create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InspectorPackagerConnection.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InspectorPackagerConnectionImpl.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InspectorUtilities.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InstanceAgent.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InstanceTarget.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/PageAgent.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/PageTarget.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/Parsing.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/ReactCdp.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/RuntimeAgent.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/RuntimeAgentDelegate.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/RuntimeTarget.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/ScopedExecutor.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/SessionState.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/UniqueMonostate.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/WeakList.h create mode 120000 native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/WebSocketInterfaces.h delete mode 120000 native/iosTest/Pods/Headers/Public/React-runtimescheduler/react/renderer/runtimescheduler/ErrorUtils.h create mode 120000 native/iosTest/Pods/Headers/Public/React-runtimescheduler/react/renderer/runtimescheduler/RuntimeScheduler_Legacy.h create mode 120000 native/iosTest/Pods/Headers/Public/React-runtimescheduler/react/renderer/runtimescheduler/RuntimeScheduler_Modern.h delete mode 120000 native/iosTest/Pods/Headers/Public/React-utils/react/utils/CalledOnceMovableOnlyFunction.h create mode 120000 native/iosTest/Pods/Headers/Public/React-utils/react/utils/PackTraits.h create mode 120000 native/iosTest/Pods/Headers/Public/React-utils/react/utils/fnv1a.h create mode 120000 native/iosTest/Pods/Headers/Public/React-utils/react/utils/jsi.h create mode 120000 native/iosTest/Pods/Headers/Public/React-utils/react/utils/to_underlying.h create mode 120000 native/iosTest/Pods/Headers/Public/ReactCommon/ReactCommon/CxxTurboModuleUtils.h create mode 120000 native/iosTest/Pods/Headers/Public/Yoga/yoga/YGConfig.h create mode 120000 native/iosTest/Pods/Headers/Public/Yoga/yoga/YGNode.h create mode 120000 native/iosTest/Pods/Headers/Public/Yoga/yoga/YGNodeLayout.h create mode 120000 native/iosTest/Pods/Headers/Public/Yoga/yoga/YGNodeStyle.h create mode 120000 native/iosTest/Pods/Headers/Public/Yoga/yoga/YGPixelGrid.h create mode 120000 native/iosTest/Pods/Headers/Public/fmt/fmt/args.h delete mode 120000 native/iosTest/Pods/Headers/Public/fmt/fmt/locale.h delete mode 120000 native/iosTest/Pods/Headers/Public/fmt/fmt/posix.h create mode 120000 native/iosTest/Pods/Headers/Public/fmt/fmt/std.h create mode 120000 native/iosTest/Pods/Headers/Public/fmt/fmt/xchar.h create mode 120000 native/iosTest/Pods/Headers/Public/hermes-engine/hermes/AsyncDebuggerAPI.h create mode 120000 native/iosTest/Pods/Headers/Public/hermes-engine/hermes/RuntimeTaskRunner.h create mode 120000 native/iosTest/Pods/Headers/Public/hermes-engine/hermes/ThreadSafetyAnalysis.h delete mode 120000 native/iosTest/Pods/Headers/Public/hermes-engine/hermes/inspector/AsyncPauseState.h delete mode 120000 native/iosTest/Pods/Headers/Public/hermes-engine/hermes/inspector/Exceptions.h delete mode 120000 native/iosTest/Pods/Headers/Public/hermes-engine/hermes/inspector/chrome/RemoteObjectsTable.h delete mode 120000 native/iosTest/Pods/Headers/Public/hermes-engine/hermes/inspector/chrome/ThreadSafetyAnalysis.h create mode 120000 native/iosTest/Pods/Headers/Public/jsinspector_modern/React-jsinspector-umbrella.h create mode 120000 native/iosTest/Pods/Headers/Public/jsinspector_modern/React-jsinspector.modulemap delete mode 120000 native/iosTest/Pods/Headers/Public/libevent/evdns.h delete mode 120000 native/iosTest/Pods/Headers/Public/libevent/event.h delete mode 120000 native/iosTest/Pods/Headers/Public/libevent/evhttp.h delete mode 120000 native/iosTest/Pods/Headers/Public/libevent/evrpc.h delete mode 120000 native/iosTest/Pods/Headers/Public/libevent/evutil.h create mode 120000 native/iosTest/Pods/Headers/Public/react_featureflags/React-featureflags-umbrella.h create mode 120000 native/iosTest/Pods/Headers/Public/react_featureflags/React-featureflags.modulemap delete mode 100644 native/iosTest/Pods/Local Podspecs/FBReactNativeSpec.podspec.json create mode 100644 native/iosTest/Pods/Local Podspecs/RCTDeprecation.podspec.json create mode 100644 native/iosTest/Pods/Local Podspecs/React-RuntimeApple.podspec.json create mode 100644 native/iosTest/Pods/Local Podspecs/React-RuntimeCore.podspec.json create mode 100644 native/iosTest/Pods/Local Podspecs/React-RuntimeHermes.podspec.json create mode 100644 native/iosTest/Pods/Local Podspecs/React-featureflags.podspec.json create mode 100644 native/iosTest/Pods/Local Podspecs/React-jsitracing.podspec.json create mode 100644 native/iosTest/Pods/Local Podspecs/fmt.podspec.json create mode 100644 native/iosTest/Pods/Target Support Files/DoubleConversion/DoubleConversion-umbrella.h create mode 100644 native/iosTest/Pods/Target Support Files/DoubleConversion/DoubleConversion.modulemap delete mode 100644 native/iosTest/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.debug.xcconfig delete mode 100644 native/iosTest/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.release.xcconfig create mode 100644 native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation-dummy.m rename native/iosTest/Pods/Target Support Files/{libevent/libevent-prefix.pch => RCTDeprecation/RCTDeprecation-prefix.pch} (100%) create mode 100644 native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation-umbrella.h rename native/iosTest/Pods/Target Support Files/{libevent/libevent.debug.xcconfig => RCTDeprecation/RCTDeprecation.debug.xcconfig} (64%) create mode 100644 native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation.modulemap rename native/iosTest/Pods/Target Support Files/{libevent/libevent.release.xcconfig => RCTDeprecation/RCTDeprecation.release.xcconfig} (64%) create mode 100644 native/iosTest/Pods/Target Support Files/React-RuntimeApple/React-RuntimeApple-dummy.m create mode 100644 native/iosTest/Pods/Target Support Files/React-RuntimeApple/React-RuntimeApple-prefix.pch create mode 100644 native/iosTest/Pods/Target Support Files/React-RuntimeApple/React-RuntimeApple.debug.xcconfig create mode 100644 native/iosTest/Pods/Target Support Files/React-RuntimeApple/React-RuntimeApple.release.xcconfig create mode 100644 native/iosTest/Pods/Target Support Files/React-RuntimeCore/React-RuntimeCore-dummy.m create mode 100644 native/iosTest/Pods/Target Support Files/React-RuntimeCore/React-RuntimeCore-prefix.pch create mode 100644 native/iosTest/Pods/Target Support Files/React-RuntimeCore/React-RuntimeCore.debug.xcconfig create mode 100644 native/iosTest/Pods/Target Support Files/React-RuntimeCore/React-RuntimeCore.release.xcconfig create mode 100644 native/iosTest/Pods/Target Support Files/React-RuntimeHermes/React-RuntimeHermes-dummy.m create mode 100644 native/iosTest/Pods/Target Support Files/React-RuntimeHermes/React-RuntimeHermes-prefix.pch create mode 100644 native/iosTest/Pods/Target Support Files/React-RuntimeHermes/React-RuntimeHermes.debug.xcconfig create mode 100644 native/iosTest/Pods/Target Support Files/React-RuntimeHermes/React-RuntimeHermes.release.xcconfig create mode 100644 native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags-dummy.m create mode 100644 native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags-prefix.pch create mode 100644 native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags-umbrella.h create mode 100644 native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags.debug.xcconfig create mode 100644 native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags.modulemap create mode 100644 native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags.release.xcconfig create mode 100644 native/iosTest/Pods/Target Support Files/React-jsinspector/React-jsinspector-umbrella.h create mode 100644 native/iosTest/Pods/Target Support Files/React-jsinspector/React-jsinspector.modulemap create mode 100644 native/iosTest/Pods/Target Support Files/React-jsitracing/React-jsitracing.debug.xcconfig create mode 100644 native/iosTest/Pods/Target Support Files/React-jsitracing/React-jsitracing.release.xcconfig delete mode 100644 native/iosTest/Pods/Target Support Files/libevent/libevent-dummy.m create mode 100644 native/iosTest/Pods/fmt/include/fmt/args.h delete mode 100644 native/iosTest/Pods/fmt/include/fmt/locale.h delete mode 100644 native/iosTest/Pods/fmt/include/fmt/posix.h create mode 100644 native/iosTest/Pods/fmt/include/fmt/std.h create mode 100644 native/iosTest/Pods/fmt/include/fmt/xchar.h diff --git a/native/iosTest/Podfile.lock b/native/iosTest/Podfile.lock index 5d99f7211..40caca9b9 100644 --- a/native/iosTest/Podfile.lock +++ b/native/iosTest/Podfile.lock @@ -1,324 +1,360 @@ PODS: - boost (1.83.0) - DoubleConversion (1.1.6) - - FBLazyVector (0.73.11) - - FBReactNativeSpec (0.73.11): - - RCT-Folly (= 2022.05.16.00) - - RCTRequired (= 0.73.11) - - RCTTypeSafety (= 0.73.11) - - React-Core (= 0.73.11) - - React-jsi (= 0.73.11) - - ReactCommon/turbomodule/core (= 0.73.11) - - fmt (6.2.1) + - FBLazyVector (0.74.6) + - fmt (9.1.0) - glog (0.3.5) - - hermes-engine (0.73.11): - - hermes-engine/Pre-built (= 0.73.11) - - hermes-engine/Pre-built (0.73.11) - - libevent (2.1.12) - - RCT-Folly (2022.05.16.00): + - hermes-engine (0.74.6): + - hermes-engine/Pre-built (= 0.74.6) + - hermes-engine/Pre-built (0.74.6) + - RCT-Folly (2024.01.01.00): - boost - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - - RCT-Folly/Default (= 2022.05.16.00) - - RCT-Folly/Default (2022.05.16.00): + - RCT-Folly/Default (= 2024.01.01.00) + - RCT-Folly/Default (2024.01.01.00): - boost - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - - RCT-Folly/Fabric (2022.05.16.00): + - RCT-Folly/Fabric (2024.01.01.00): - boost - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - - RCT-Folly/Futures (2022.05.16.00): - - boost - - DoubleConversion - - fmt (~> 6.2.1) - - glog - - libevent - - RCTRequired (0.73.11) - - RCTTypeSafety (0.73.11): - - FBLazyVector (= 0.73.11) - - RCTRequired (= 0.73.11) - - React-Core (= 0.73.11) - - React (0.73.11): - - React-Core (= 0.73.11) - - React-Core/DevSupport (= 0.73.11) - - React-Core/RCTWebSocket (= 0.73.11) - - React-RCTActionSheet (= 0.73.11) - - React-RCTAnimation (= 0.73.11) - - React-RCTBlob (= 0.73.11) - - React-RCTImage (= 0.73.11) - - React-RCTLinking (= 0.73.11) - - React-RCTNetwork (= 0.73.11) - - React-RCTSettings (= 0.73.11) - - React-RCTText (= 0.73.11) - - React-RCTVibration (= 0.73.11) - - React-callinvoker (0.73.11) - - React-Codegen (0.73.11): + - RCTDeprecation (0.74.6) + - RCTRequired (0.74.6) + - RCTTypeSafety (0.74.6): + - FBLazyVector (= 0.74.6) + - RCTRequired (= 0.74.6) + - React-Core (= 0.74.6) + - React (0.74.6): + - React-Core (= 0.74.6) + - React-Core/DevSupport (= 0.74.6) + - React-Core/RCTWebSocket (= 0.74.6) + - React-RCTActionSheet (= 0.74.6) + - React-RCTAnimation (= 0.74.6) + - React-RCTBlob (= 0.74.6) + - React-RCTImage (= 0.74.6) + - React-RCTLinking (= 0.74.6) + - React-RCTNetwork (= 0.74.6) + - React-RCTSettings (= 0.74.6) + - React-RCTText (= 0.74.6) + - React-RCTVibration (= 0.74.6) + - React-callinvoker (0.74.6) + - React-Codegen (0.74.6): - DoubleConversion - - FBReactNativeSpec - glog - hermes-engine - RCT-Folly - RCTRequired - RCTTypeSafety - React-Core + - React-debug + - React-Fabric + - React-FabricImage + - React-featureflags + - React-graphics - React-jsi - React-jsiexecutor - React-NativeModulesApple - - React-rncore + - React-rendererdebug + - React-utils - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-Core (0.73.11): + - React-Core (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - React-Core/Default (= 0.73.11) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation + - React-Core/Default (= 0.74.6) - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/CoreModulesHeaders (0.73.11): + - React-Core/CoreModulesHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/Default (0.73.11): + - React-Core/Default (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/DevSupport (0.73.11): + - React-Core/DevSupport (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - React-Core/Default (= 0.73.11) - - React-Core/RCTWebSocket (= 0.73.11) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation + - React-Core/Default (= 0.74.6) + - React-Core/RCTWebSocket (= 0.74.6) - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor - - React-jsinspector (= 0.73.11) + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTActionSheetHeaders (0.73.11): + - React-Core/RCTActionSheetHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTAnimationHeaders (0.73.11): + - React-Core/RCTAnimationHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTBlobHeaders (0.73.11): + - React-Core/RCTBlobHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTImageHeaders (0.73.11): + - React-Core/RCTImageHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTLinkingHeaders (0.73.11): + - React-Core/RCTLinkingHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTNetworkHeaders (0.73.11): + - React-Core/RCTNetworkHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTSettingsHeaders (0.73.11): + - React-Core/RCTSettingsHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTTextHeaders (0.73.11): + - React-Core/RCTTextHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTVibrationHeaders (0.73.11): + - React-Core/RCTVibrationHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTWebSocket (0.73.11): + - React-Core/RCTWebSocket (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - React-Core/Default (= 0.73.11) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation + - React-Core/Default (= 0.74.6) - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-CoreModules (0.73.11): - - RCT-Folly (= 2022.05.16.00) - - RCTTypeSafety (= 0.73.11) + - React-CoreModules (0.74.6): + - DoubleConversion + - fmt (= 9.1.0) + - RCT-Folly (= 2024.01.01.00) + - RCTTypeSafety (= 0.74.6) - React-Codegen - - React-Core/CoreModulesHeaders (= 0.73.11) - - React-jsi (= 0.73.11) + - React-Core/CoreModulesHeaders (= 0.74.6) + - React-jsi (= 0.74.6) + - React-jsinspector - React-NativeModulesApple - React-RCTBlob - - React-RCTImage (= 0.73.11) + - React-RCTImage (= 0.74.6) - ReactCommon - - SocketRocket (= 0.6.1) - - React-cxxreact (0.73.11): + - SocketRocket (= 0.7.0) + - React-cxxreact (0.74.6): - boost (= 1.83.0) - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - React-callinvoker (= 0.73.11) - - React-debug (= 0.73.11) - - React-jsi (= 0.73.11) - - React-jsinspector (= 0.73.11) - - React-logger (= 0.73.11) - - React-perflogger (= 0.73.11) - - React-runtimeexecutor (= 0.73.11) - - React-debug (0.73.11) - - React-Fabric (0.73.11): + - RCT-Folly (= 2024.01.01.00) + - React-callinvoker (= 0.74.6) + - React-debug (= 0.74.6) + - React-jsi (= 0.74.6) + - React-jsinspector + - React-logger (= 0.74.6) + - React-perflogger (= 0.74.6) + - React-runtimeexecutor (= 0.74.6) + - React-debug (0.74.6) + - React-Fabric (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core - React-cxxreact - React-debug - - React-Fabric/animations (= 0.73.11) - - React-Fabric/attributedstring (= 0.73.11) - - React-Fabric/componentregistry (= 0.73.11) - - React-Fabric/componentregistrynative (= 0.73.11) - - React-Fabric/components (= 0.73.11) - - React-Fabric/core (= 0.73.11) - - React-Fabric/imagemanager (= 0.73.11) - - React-Fabric/leakchecker (= 0.73.11) - - React-Fabric/mounting (= 0.73.11) - - React-Fabric/scheduler (= 0.73.11) - - React-Fabric/telemetry (= 0.73.11) - - React-Fabric/templateprocessor (= 0.73.11) - - React-Fabric/textlayoutmanager (= 0.73.11) - - React-Fabric/uimanager (= 0.73.11) + - React-Fabric/animations (= 0.74.6) + - React-Fabric/attributedstring (= 0.74.6) + - React-Fabric/componentregistry (= 0.74.6) + - React-Fabric/componentregistrynative (= 0.74.6) + - React-Fabric/components (= 0.74.6) + - React-Fabric/core (= 0.74.6) + - React-Fabric/imagemanager (= 0.74.6) + - React-Fabric/leakchecker (= 0.74.6) + - React-Fabric/mounting (= 0.74.6) + - React-Fabric/scheduler (= 0.74.6) + - React-Fabric/telemetry (= 0.74.6) + - React-Fabric/templateprocessor (= 0.74.6) + - React-Fabric/textlayoutmanager (= 0.74.6) + - React-Fabric/uimanager (= 0.74.6) - React-graphics - React-jsi - React-jsiexecutor @@ -327,12 +363,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/animations (0.73.11): + - React-Fabric/animations (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -346,12 +382,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/attributedstring (0.73.11): + - React-Fabric/attributedstring (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -365,12 +401,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/componentregistry (0.73.11): + - React-Fabric/componentregistry (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -384,12 +420,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/componentregistrynative (0.73.11): + - React-Fabric/componentregistrynative (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -403,28 +439,28 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components (0.73.11): + - React-Fabric/components (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core - React-cxxreact - React-debug - - React-Fabric/components/inputaccessory (= 0.73.11) - - React-Fabric/components/legacyviewmanagerinterop (= 0.73.11) - - React-Fabric/components/modal (= 0.73.11) - - React-Fabric/components/rncore (= 0.73.11) - - React-Fabric/components/root (= 0.73.11) - - React-Fabric/components/safeareaview (= 0.73.11) - - React-Fabric/components/scrollview (= 0.73.11) - - React-Fabric/components/text (= 0.73.11) - - React-Fabric/components/textinput (= 0.73.11) - - React-Fabric/components/unimplementedview (= 0.73.11) - - React-Fabric/components/view (= 0.73.11) + - React-Fabric/components/inputaccessory (= 0.74.6) + - React-Fabric/components/legacyviewmanagerinterop (= 0.74.6) + - React-Fabric/components/modal (= 0.74.6) + - React-Fabric/components/rncore (= 0.74.6) + - React-Fabric/components/root (= 0.74.6) + - React-Fabric/components/safeareaview (= 0.74.6) + - React-Fabric/components/scrollview (= 0.74.6) + - React-Fabric/components/text (= 0.74.6) + - React-Fabric/components/textinput (= 0.74.6) + - React-Fabric/components/unimplementedview (= 0.74.6) + - React-Fabric/components/view (= 0.74.6) - React-graphics - React-jsi - React-jsiexecutor @@ -433,12 +469,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/inputaccessory (0.73.11): + - React-Fabric/components/inputaccessory (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -452,12 +488,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/legacyviewmanagerinterop (0.73.11): + - React-Fabric/components/legacyviewmanagerinterop (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -471,12 +507,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/modal (0.73.11): + - React-Fabric/components/modal (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -490,12 +526,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/rncore (0.73.11): + - React-Fabric/components/rncore (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -509,12 +545,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/root (0.73.11): + - React-Fabric/components/root (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -528,12 +564,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/safeareaview (0.73.11): + - React-Fabric/components/safeareaview (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -547,12 +583,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/scrollview (0.73.11): + - React-Fabric/components/scrollview (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -566,12 +602,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/text (0.73.11): + - React-Fabric/components/text (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -585,12 +621,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/textinput (0.73.11): + - React-Fabric/components/textinput (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -604,12 +640,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/unimplementedview (0.73.11): + - React-Fabric/components/unimplementedview (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -623,12 +659,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/view (0.73.11): + - React-Fabric/components/view (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -643,12 +679,12 @@ PODS: - React-utils - ReactCommon/turbomodule/core - Yoga - - React-Fabric/core (0.73.11): + - React-Fabric/core (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -662,12 +698,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/imagemanager (0.73.11): + - React-Fabric/imagemanager (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -681,12 +717,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/leakchecker (0.73.11): + - React-Fabric/leakchecker (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -700,12 +736,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/mounting (0.73.11): + - React-Fabric/mounting (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -719,12 +755,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/scheduler (0.73.11): + - React-Fabric/scheduler (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -738,12 +774,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/telemetry (0.73.11): + - React-Fabric/telemetry (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -757,12 +793,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/templateprocessor (0.73.11): + - React-Fabric/templateprocessor (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -776,12 +812,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/textlayoutmanager (0.73.11): + - React-Fabric/textlayoutmanager (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -796,12 +832,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/uimanager (0.73.11): + - React-Fabric/uimanager (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -815,42 +851,45 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-FabricImage (0.73.11): + - React-FabricImage (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) - - RCTRequired (= 0.73.11) - - RCTTypeSafety (= 0.73.11) + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired (= 0.74.6) + - RCTTypeSafety (= 0.74.6) - React-Fabric - React-graphics - React-ImageManager - React-jsi - - React-jsiexecutor (= 0.73.11) + - React-jsiexecutor (= 0.74.6) - React-logger - React-rendererdebug - React-utils - ReactCommon - Yoga - - React-graphics (0.73.11): + - React-featureflags (0.74.6) + - React-graphics (0.74.6): + - DoubleConversion + - fmt (= 9.1.0) - glog - - RCT-Folly/Fabric (= 2022.05.16.00) - - React-Core/Default (= 0.73.11) + - RCT-Folly/Fabric (= 2024.01.01.00) + - React-Core/Default (= 0.74.6) - React-utils - - React-hermes (0.73.11): + - React-hermes (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - RCT-Folly/Futures (= 2022.05.16.00) - - React-cxxreact (= 0.73.11) + - RCT-Folly (= 2024.01.01.00) + - React-cxxreact (= 0.74.6) - React-jsi - - React-jsiexecutor (= 0.73.11) - - React-jsinspector (= 0.73.11) - - React-perflogger (= 0.73.11) - - React-ImageManager (0.73.11): + - React-jsiexecutor (= 0.74.6) + - React-jsinspector + - React-perflogger (= 0.74.6) + - React-runtimeexecutor + - React-ImageManager (0.74.6): - glog - RCT-Folly/Fabric - React-Core/Default @@ -859,90 +898,116 @@ PODS: - React-graphics - React-rendererdebug - React-utils - - React-jserrorhandler (0.73.11): - - RCT-Folly/Fabric (= 2022.05.16.00) + - React-jserrorhandler (0.74.6): + - RCT-Folly/Fabric (= 2024.01.01.00) - React-debug - React-jsi - React-Mapbuffer - - React-jsi (0.73.11): + - React-jsi (0.74.6): - boost (= 1.83.0) - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-jsiexecutor (0.74.6): + - DoubleConversion + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - React-jsiexecutor (0.73.11): + - RCT-Folly (= 2024.01.01.00) + - React-cxxreact (= 0.74.6) + - React-jsi (= 0.74.6) + - React-jsinspector + - React-perflogger (= 0.74.6) + - React-jsinspector (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - React-cxxreact (= 0.73.11) - - React-jsi (= 0.73.11) - - React-perflogger (= 0.73.11) - - React-jsinspector (0.73.11) - - React-logger (0.73.11): + - RCT-Folly (= 2024.01.01.00) + - React-featureflags + - React-jsi + - React-runtimeexecutor (= 0.74.6) + - React-jsitracing (0.74.6): + - React-jsi + - React-logger (0.74.6): - glog - - React-Mapbuffer (0.73.11): + - React-Mapbuffer (0.74.6): - glog - React-debug - - React-nativeconfig (0.73.11) - - React-NativeModulesApple (0.73.11): + - React-nativeconfig (0.74.6) + - React-NativeModulesApple (0.74.6): - glog - hermes-engine - React-callinvoker - React-Core - React-cxxreact - React-jsi + - React-jsinspector - React-runtimeexecutor - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-perflogger (0.73.11) - - React-RCTActionSheet (0.73.11): - - React-Core/RCTActionSheetHeaders (= 0.73.11) - - React-RCTAnimation (0.73.11): - - RCT-Folly (= 2022.05.16.00) + - React-perflogger (0.74.6) + - React-RCTActionSheet (0.74.6): + - React-Core/RCTActionSheetHeaders (= 0.74.6) + - React-RCTAnimation (0.74.6): + - RCT-Folly (= 2024.01.01.00) - RCTTypeSafety - React-Codegen - React-Core/RCTAnimationHeaders - React-jsi - React-NativeModulesApple - ReactCommon - - React-RCTAppDelegate (0.73.11): - - RCT-Folly + - React-RCTAppDelegate (0.74.6): + - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety + - React-Codegen - React-Core - React-CoreModules + - React-debug + - React-Fabric + - React-featureflags + - React-graphics - React-hermes - React-nativeconfig - React-NativeModulesApple - React-RCTFabric - React-RCTImage - React-RCTNetwork + - React-rendererdebug + - React-RuntimeApple + - React-RuntimeCore + - React-RuntimeHermes - React-runtimescheduler + - React-utils - ReactCommon - - React-RCTBlob (0.73.11): + - React-RCTBlob (0.74.6): + - DoubleConversion + - fmt (= 9.1.0) - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) - React-Codegen - React-Core/RCTBlobHeaders - React-Core/RCTWebSocket - React-jsi + - React-jsinspector - React-NativeModulesApple - React-RCTNetwork - ReactCommon - - React-RCTFabric (0.73.11): + - React-RCTFabric (0.74.6): - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - React-Core - React-debug - React-Fabric - React-FabricImage + - React-featureflags - React-graphics - React-ImageManager - React-jsi + - React-jsinspector - React-nativeconfig - React-RCTImage - React-RCTText @@ -950,8 +1015,8 @@ PODS: - React-runtimescheduler - React-utils - Yoga - - React-RCTImage (0.73.11): - - RCT-Folly (= 2022.05.16.00) + - React-RCTImage (0.74.6): + - RCT-Folly (= 2024.01.01.00) - RCTTypeSafety - React-Codegen - React-Core/RCTImageHeaders @@ -959,118 +1024,164 @@ PODS: - React-NativeModulesApple - React-RCTNetwork - ReactCommon - - React-RCTLinking (0.73.11): + - React-RCTLinking (0.74.6): - React-Codegen - - React-Core/RCTLinkingHeaders (= 0.73.11) - - React-jsi (= 0.73.11) + - React-Core/RCTLinkingHeaders (= 0.74.6) + - React-jsi (= 0.74.6) - React-NativeModulesApple - ReactCommon - - ReactCommon/turbomodule/core (= 0.73.11) - - React-RCTNetwork (0.73.11): - - RCT-Folly (= 2022.05.16.00) + - ReactCommon/turbomodule/core (= 0.74.6) + - React-RCTNetwork (0.74.6): + - RCT-Folly (= 2024.01.01.00) - RCTTypeSafety - React-Codegen - React-Core/RCTNetworkHeaders - React-jsi - React-NativeModulesApple - ReactCommon - - React-RCTSettings (0.73.11): - - RCT-Folly (= 2022.05.16.00) + - React-RCTSettings (0.74.6): + - RCT-Folly (= 2024.01.01.00) - RCTTypeSafety - React-Codegen - React-Core/RCTSettingsHeaders - React-jsi - React-NativeModulesApple - ReactCommon - - React-RCTText (0.73.11): - - React-Core/RCTTextHeaders (= 0.73.11) + - React-RCTText (0.74.6): + - React-Core/RCTTextHeaders (= 0.74.6) - Yoga - - React-RCTVibration (0.73.11): - - RCT-Folly (= 2022.05.16.00) + - React-RCTVibration (0.74.6): + - RCT-Folly (= 2024.01.01.00) - React-Codegen - React-Core/RCTVibrationHeaders - React-jsi - React-NativeModulesApple - ReactCommon - - React-rendererdebug (0.73.11): + - React-rendererdebug (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) - - RCT-Folly (= 2022.05.16.00) + - fmt (= 9.1.0) + - RCT-Folly (= 2024.01.01.00) - React-debug - - React-rncore (0.73.11) - - React-runtimeexecutor (0.73.11): - - React-jsi (= 0.73.11) - - React-runtimescheduler (0.73.11): + - React-rncore (0.74.6) + - React-RuntimeApple (0.74.6): + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - React-callinvoker + - React-Core/Default + - React-CoreModules + - React-cxxreact + - React-jserrorhandler + - React-jsi + - React-jsiexecutor + - React-jsinspector + - React-Mapbuffer + - React-NativeModulesApple + - React-RCTFabric + - React-RuntimeCore + - React-runtimeexecutor + - React-RuntimeHermes + - React-utils + - React-RuntimeCore (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) + - React-cxxreact + - React-featureflags + - React-jserrorhandler + - React-jsi + - React-jsiexecutor + - React-jsinspector + - React-runtimeexecutor + - React-runtimescheduler + - React-utils + - React-runtimeexecutor (0.74.6): + - React-jsi (= 0.74.6) + - React-RuntimeHermes (0.74.6): + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - React-featureflags + - React-hermes + - React-jsi + - React-jsinspector + - React-jsitracing + - React-nativeconfig + - React-RuntimeCore + - React-utils + - React-runtimescheduler (0.74.6): + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) - React-callinvoker - React-cxxreact - React-debug + - React-featureflags - React-jsi - React-rendererdebug - React-runtimeexecutor - React-utils - - React-utils (0.73.11): + - React-utils (0.74.6): - glog - - RCT-Folly (= 2022.05.16.00) + - hermes-engine + - RCT-Folly (= 2024.01.01.00) - React-debug - - ReactCommon (0.73.11): - - React-logger (= 0.73.11) - - ReactCommon/turbomodule (= 0.73.11) - - ReactCommon/turbomodule (0.73.11): + - React-jsi (= 0.74.6) + - ReactCommon (0.74.6): + - ReactCommon/turbomodule (= 0.74.6) + - ReactCommon/turbomodule (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - React-callinvoker (= 0.73.11) - - React-cxxreact (= 0.73.11) - - React-jsi (= 0.73.11) - - React-logger (= 0.73.11) - - React-perflogger (= 0.73.11) - - ReactCommon/turbomodule/bridging (= 0.73.11) - - ReactCommon/turbomodule/core (= 0.73.11) - - ReactCommon/turbomodule/bridging (0.73.11): + - RCT-Folly (= 2024.01.01.00) + - React-callinvoker (= 0.74.6) + - React-cxxreact (= 0.74.6) + - React-jsi (= 0.74.6) + - React-logger (= 0.74.6) + - React-perflogger (= 0.74.6) + - ReactCommon/turbomodule/bridging (= 0.74.6) + - ReactCommon/turbomodule/core (= 0.74.6) + - ReactCommon/turbomodule/bridging (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - React-callinvoker (= 0.73.11) - - React-cxxreact (= 0.73.11) - - React-jsi (= 0.73.11) - - React-logger (= 0.73.11) - - React-perflogger (= 0.73.11) - - ReactCommon/turbomodule/core (0.73.11): + - RCT-Folly (= 2024.01.01.00) + - React-callinvoker (= 0.74.6) + - React-cxxreact (= 0.74.6) + - React-jsi (= 0.74.6) + - React-logger (= 0.74.6) + - React-perflogger (= 0.74.6) + - ReactCommon/turbomodule/core (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - React-callinvoker (= 0.73.11) - - React-cxxreact (= 0.73.11) - - React-jsi (= 0.73.11) - - React-logger (= 0.73.11) - - React-perflogger (= 0.73.11) + - RCT-Folly (= 2024.01.01.00) + - React-callinvoker (= 0.74.6) + - React-cxxreact (= 0.74.6) + - React-debug (= 0.74.6) + - React-jsi (= 0.74.6) + - React-logger (= 0.74.6) + - React-perflogger (= 0.74.6) + - React-utils (= 0.74.6) - simdjson (3.9.4) - - SocketRocket (0.6.1) + - SocketRocket (0.7.0) - WatermelonDB (0.28.0-0): - React - simdjson - - Yoga (1.14.0) + - Yoga (0.0.0) DEPENDENCIES: - boost (from `../../node_modules/react-native/third-party-podspecs/boost.podspec`) - DoubleConversion (from `../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - FBLazyVector (from `../../node_modules/react-native/Libraries/FBLazyVector`) - - FBReactNativeSpec (from `../../node_modules/react-native/React/FBReactNativeSpec`) + - fmt (from `../../node_modules/react-native/third-party-podspecs/fmt.podspec`) - glog (from `../../node_modules/react-native/third-party-podspecs/glog.podspec`) - hermes-engine (from `../../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`) - - libevent (~> 2.1.12) - RCT-Folly (from `../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) - RCT-Folly/Fabric (from `../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) - - RCTRequired (from `../../node_modules/react-native/Libraries/RCTRequired`) + - RCTDeprecation (from `../../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation`) + - RCTRequired (from `../../node_modules/react-native/Libraries/Required`) - RCTTypeSafety (from `../../node_modules/react-native/Libraries/TypeSafety`) - React (from `../../node_modules/react-native/`) - React-callinvoker (from `../../node_modules/react-native/ReactCommon/callinvoker`) @@ -1082,6 +1193,7 @@ DEPENDENCIES: - React-debug (from `../../node_modules/react-native/ReactCommon/react/debug`) - React-Fabric (from `../../node_modules/react-native/ReactCommon`) - React-FabricImage (from `../../node_modules/react-native/ReactCommon`) + - React-featureflags (from `../../node_modules/react-native/ReactCommon/react/featureflags`) - React-graphics (from `../../node_modules/react-native/ReactCommon/react/renderer/graphics`) - React-hermes (from `../../node_modules/react-native/ReactCommon/hermes`) - React-ImageManager (from `../../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios`) @@ -1089,6 +1201,7 @@ DEPENDENCIES: - React-jsi (from `../../node_modules/react-native/ReactCommon/jsi`) - React-jsiexecutor (from `../../node_modules/react-native/ReactCommon/jsiexecutor`) - React-jsinspector (from `../../node_modules/react-native/ReactCommon/jsinspector-modern`) + - React-jsitracing (from `../../node_modules/react-native/ReactCommon/hermes/executor/`) - React-logger (from `../../node_modules/react-native/ReactCommon/logger`) - React-Mapbuffer (from `../../node_modules/react-native/ReactCommon`) - React-nativeconfig (from `../../node_modules/react-native/ReactCommon`) @@ -1107,7 +1220,10 @@ DEPENDENCIES: - React-RCTVibration (from `../../node_modules/react-native/Libraries/Vibration`) - React-rendererdebug (from `../../node_modules/react-native/ReactCommon/react/renderer/debug`) - React-rncore (from `../../node_modules/react-native/ReactCommon`) + - React-RuntimeApple (from `../../node_modules/react-native/ReactCommon/react/runtime/platform/ios`) + - React-RuntimeCore (from `../../node_modules/react-native/ReactCommon/react/runtime`) - React-runtimeexecutor (from `../../node_modules/react-native/ReactCommon/runtimeexecutor`) + - React-RuntimeHermes (from `../../node_modules/react-native/ReactCommon/react/runtime`) - React-runtimescheduler (from `../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`) - React-utils (from `../../node_modules/react-native/ReactCommon/react/utils`) - ReactCommon/turbomodule/core (from `../../node_modules/react-native/ReactCommon`) @@ -1117,8 +1233,6 @@ DEPENDENCIES: SPEC REPOS: trunk: - - fmt - - libevent - SocketRocket EXTERNAL SOURCES: @@ -1128,17 +1242,19 @@ EXTERNAL SOURCES: :podspec: "../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec" FBLazyVector: :path: "../../node_modules/react-native/Libraries/FBLazyVector" - FBReactNativeSpec: - :path: "../../node_modules/react-native/React/FBReactNativeSpec" + fmt: + :podspec: "../../node_modules/react-native/third-party-podspecs/fmt.podspec" glog: :podspec: "../../node_modules/react-native/third-party-podspecs/glog.podspec" hermes-engine: :podspec: "../../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec" - :tag: hermes-2024-04-29-RNv0.73.8-644c8be78af1eae7c138fa4093fb87f0f4f8db85 + :tag: hermes-2024-09-30-RNv0.74.6-6f503f52cbf98b2b37c4d3900e7f1193d6512548 RCT-Folly: :podspec: "../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec" + RCTDeprecation: + :path: "../../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation" RCTRequired: - :path: "../../node_modules/react-native/Libraries/RCTRequired" + :path: "../../node_modules/react-native/Libraries/Required" RCTTypeSafety: :path: "../../node_modules/react-native/Libraries/TypeSafety" React: @@ -1159,6 +1275,8 @@ EXTERNAL SOURCES: :path: "../../node_modules/react-native/ReactCommon" React-FabricImage: :path: "../../node_modules/react-native/ReactCommon" + React-featureflags: + :path: "../../node_modules/react-native/ReactCommon/react/featureflags" React-graphics: :path: "../../node_modules/react-native/ReactCommon/react/renderer/graphics" React-hermes: @@ -1173,6 +1291,8 @@ EXTERNAL SOURCES: :path: "../../node_modules/react-native/ReactCommon/jsiexecutor" React-jsinspector: :path: "../../node_modules/react-native/ReactCommon/jsinspector-modern" + React-jsitracing: + :path: "../../node_modules/react-native/ReactCommon/hermes/executor/" React-logger: :path: "../../node_modules/react-native/ReactCommon/logger" React-Mapbuffer: @@ -1209,8 +1329,14 @@ EXTERNAL SOURCES: :path: "../../node_modules/react-native/ReactCommon/react/renderer/debug" React-rncore: :path: "../../node_modules/react-native/ReactCommon" + React-RuntimeApple: + :path: "../../node_modules/react-native/ReactCommon/react/runtime/platform/ios" + React-RuntimeCore: + :path: "../../node_modules/react-native/ReactCommon/react/runtime" React-runtimeexecutor: :path: "../../node_modules/react-native/ReactCommon/runtimeexecutor" + React-RuntimeHermes: + :path: "../../node_modules/react-native/ReactCommon/react/runtime" React-runtimescheduler: :path: "../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler" React-utils: @@ -1226,58 +1352,62 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: boost: d3f49c53809116a5d38da093a8aa78bf551aed09 - DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953 - FBLazyVector: b46891061bfe0a9b07f601813114c8653a72a45c - FBReactNativeSpec: d03238c1acaf30a16b45173edf1ba786c27ad0ea - fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 - glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2 - hermes-engine: d992945b77c506e5164e6a9a77510c9d57472c59 - libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 - RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0 - RCTRequired: 415e56f7c33799a6483e41e4dce607f3daf1e69b - RCTTypeSafety: e984a88e713281c2d8c2309a1a6d2775af0107ae - React: ab885684e73c5f659bad63446a977312fd3d1ecb - React-callinvoker: 50a2d1ce3594637c700401ba306373321231eb71 - React-Codegen: 0b62f5a15aac03c4e04e7d62ebee702071d93660 - React-Core: 9d66a8a953d975aee4989abccf4602e7ba7c65fa - React-CoreModules: e93a24aaae933d496329112cec78b681c76cdc53 - React-cxxreact: 8f6abe06e11f79f2292c7939dc6390027e53e5ba - React-debug: cbc88cbcffdca42184a32d073ceb7d9b11122b8d - React-Fabric: f22d9c367ae9536650d06d7c338383abf41daa73 - React-FabricImage: d5b397555e58147bfbcd24c9d2cd10e566ea29ee - React-graphics: eb385065f994ca67550ae69df58dcbc27fdf1b07 - React-hermes: c2877efac91c02266c66cd62ccef3fa7c36d8604 - React-ImageManager: 99ffa733ce3406463da89bf74fd55a12c5aeb053 - React-jserrorhandler: 5a90e88499755b6cfe263c01c208ac3782f535ad - React-jsi: 5da729c3787b5d58b8612fcd4308290e88af9dde - React-jsiexecutor: 911f565c4dcb2faf750e274a18012c88355fc33c - React-jsinspector: a98428936fb888cc15d857226a26d9ac0a668a0e - React-logger: 6c1170f7bc315878ef4bd3b918e09130cf632798 - React-Mapbuffer: 41c166b84fc479afc78097cd51404109ec9edf68 - React-nativeconfig: 8fd29a35a3e4e8c37682d976667663d834ba6165 - React-NativeModulesApple: 68eb729eaf628ba066bca5308dd4ccacaaacba97 - React-perflogger: 3887a05940ccd34a83457fd153fdeda509b31737 - React-RCTActionSheet: 2f42b4797374b53e93b65c79eaa8a0d292e255ac - React-RCTAnimation: 8d855a38975b065bab2528ccf158734044bcec59 - React-RCTAppDelegate: bddf79fb86d03810269d1af5d6ad06a654479a16 - React-RCTBlob: f4bad11cecd4ed488dcbbda1581ff8fe92746107 - React-RCTFabric: 05fd71882ffd9733433ad4816d899f397ffd496c - React-RCTImage: 187d39d7f82dbddaee1c00fe5beb3fb4cd16eee2 - React-RCTLinking: 22568a7c6d2ee51ef4d5c36e9e4d9720f74e9aed - React-RCTNetwork: 6453b643f665273e31fdfe21cfa5a32666d61685 - React-RCTSettings: 237e7aa727543b5df2e0eecbfc49fc1bf21482b5 - React-RCTText: 9a775859da5b6a1a2e4bebcd358909a77072f7c8 - React-RCTVibration: 0167279571af233088b53ca3c67606b2a355a0f2 - React-rendererdebug: 4023a996275f40116d7c88ae5be0b5882ca3eeb7 - React-rncore: b6967c52eff4a85adffd6e4cb48a3c9cbb6a1e51 - React-runtimeexecutor: 2fd27b921f664e66d903ee274dcda55cc0b2cb2e - React-runtimescheduler: a36193fd33a0187852d54d402e170510f1300952 - React-utils: eaaed6083fccd050a594baf1d72db5f949a3b9bb - ReactCommon: 1a93f1ef5c6e33bf14b9563cdb8e7621a893aa37 + DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5 + FBLazyVector: 4b1589d37c9ff4dba11a63083fe7515fad3ac111 + fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120 + glog: fdfdfe5479092de0c4bdbebedd9056951f092c4f + hermes-engine: 2102c92e54a031a270fd1fe84169ec8a0901b7bd + RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47 + RCTDeprecation: 5f1d7e1f8ef6c53f0207e3ac0d0ca23575e8a6ab + RCTRequired: dcfd24ece09940bbf24b7c2974f4eb68a9baee55 + RCTTypeSafety: 3d65944055cc73f3bb28c3f05c7eaff2bb7ceb83 + React: c5e9f3c07a890a7e2a1ec9b79faa5c53dd7aee01 + React-callinvoker: 9ac986dbbd0e1b3463cb740b12c0b37dbcd15fed + React-Codegen: e9d0fd607356108f892094898279c99c536d4076 + React-Core: e8de3613460de4f02cdf6a0d726526fe273766b4 + React-CoreModules: 704fd52f83780e1870a946d5c3ea6ea1175aa523 + React-cxxreact: 75572783e7feae5a9f67157ea13968bf5ab274a3 + React-debug: 180e1bf4a97fa4404ee7fb68952cace122aa9d73 + React-Fabric: 1118712bb2dfae21b7d03d5daf419018e867f8e9 + React-FabricImage: 3878f51fa0ac860fb733f0a3c958442a7b5ec587 + React-featureflags: 05fabc5e165fa3864c879556e83a455b8a0573fa + React-graphics: 77bb68d9d913682a23c621df01ab61b2e58a5c70 + React-hermes: e4c48dab6830b282e1b41023cdae9b5c1f7ae075 + React-ImageManager: 6dbe9e5578c03d48b25e646ee65faa63b10e9544 + React-jserrorhandler: 16f7ef986fd20a2d342e5430c9dd0502a4136320 + React-jsi: b34c85593159261ce19f9c5fd0a627b3dc1483c6 + React-jsiexecutor: dcf7df38a296d104b196c193a0111d3f8a46da0b + React-jsinspector: 7dfaff7a0f57d23eeab023fe6a243f7707a14f6d + React-jsitracing: df84cc252a1f4bb0970f7fe13c470451b18c2cbb + React-logger: de9b65c8c7b71a663e6e99d347b1c445f5190c39 + React-Mapbuffer: 766bb4d8f655d816913325b353d800debbde7209 + React-nativeconfig: c36a079fa219a9911070cc0058b746407e1ef47d + React-NativeModulesApple: eab84dd7bda0650f3ce41c53f76ffd49d689763f + React-perflogger: 9f21c9e3d8d220833e649a141fed8e5ca08977d9 + React-RCTActionSheet: 4c1f0dc56952f21a904e9f3bf74253eebee1d1d9 + React-RCTAnimation: 2c0b963d4fd978ce35daa330986a8bc442c7517a + React-RCTAppDelegate: bfb8293aa467aae8a28050e4095b0ceff284cbd5 + React-RCTBlob: a440574d805536c58c0c409cb5058334c8d2886c + React-RCTFabric: 6ea72ddf222ea1e373d0cbac88a1c62355701995 + React-RCTImage: e63bc8abbad2c5a4eda53ff35282d83bc9df7559 + React-RCTLinking: 12c6962253fd2f2494231eb8ae2fecae71e54e2f + React-RCTNetwork: 46df47440bd2bf63b0ca0a3c640471243ed2922a + React-RCTSettings: 5e1dfa02ae2d6cf54b3fdfebaa80837540c50847 + React-RCTText: 1c045a74e4fda674523c932f53bdd15b2a3ba085 + React-RCTVibration: 2ba9de92ae71526b3e02b8b8b2fce5cbf47c393f + React-rendererdebug: acb324f4975412bb14d55b29dd5ca6961b5fa06a + React-rncore: 63db76511a92db6cf9649c9d6567e014b7eeb6f5 + React-RuntimeApple: 6ecb0a470d1ef989895a4e5d31980004378ebf71 + React-RuntimeCore: 2794fdb42f7d37f3c877f614e12a0a240b594815 + React-runtimeexecutor: bf091a7f5f5130daab6d8216aaa290374b214cb8 + React-RuntimeHermes: 73249fcc108708a137119de18c3d40ac5ab90160 + React-runtimescheduler: b63ebebd3e000e0ba4ac19ca69bdac071559ad57 + React-utils: 2955bdc1b2ed495f14dc7d3bfbbb7e3624cfc0fc + ReactCommon: 5c504a77030c7ab89eee75b1725b80d8cee7f5d7 simdjson: 7bb9e33d87737cec966e7b427773c67baa4458fe - SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 + SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d WatermelonDB: 9d081fc01426c62a852de3d25385493e95625e7c - Yoga: 1f93d5925ea12fb0880b21efe3566677337cf2ed + Yoga: 2655d94606b547901976080f15cdc6408575f699 PODFILE CHECKSUM: e01e61fe51db443bd6e19b33eb82b8bc0bff155a diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/ConstructorCallback.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/ConstructorCallback.h deleted file mode 120000 index d72e3a77c..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/ConstructorCallback.h +++ /dev/null @@ -1 +0,0 @@ -../../../../RCT-Folly/folly/ConstructorCallback.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/ConstructorCallbackList.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/ConstructorCallbackList.h new file mode 120000 index 000000000..4d58f77b1 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/ConstructorCallbackList.h @@ -0,0 +1 @@ +../../../../RCT-Folly/folly/ConstructorCallbackList.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/MaybeManagedPtr.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/MaybeManagedPtr.h new file mode 120000 index 000000000..e0de099a3 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/MaybeManagedPtr.h @@ -0,0 +1 @@ +../../../../RCT-Folly/folly/MaybeManagedPtr.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/base64.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/base64.h new file mode 120000 index 000000000..6a3e24d73 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/base64.h @@ -0,0 +1 @@ +../../../../RCT-Folly/folly/base64.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/chrono/Hardware.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/chrono/Hardware.h deleted file mode 120000 index 69bc87c68..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/chrono/Hardware.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/chrono/Hardware.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/AtomicSharedPtr.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/AtomicSharedPtr.h deleted file mode 120000 index 2a216f679..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/AtomicSharedPtr.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/concurrency/AtomicSharedPtr.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/ConcurrentHashMap.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/ConcurrentHashMap.h deleted file mode 120000 index 9fffac647..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/ConcurrentHashMap.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/concurrency/ConcurrentHashMap.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/CoreCachedSharedPtr.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/CoreCachedSharedPtr.h deleted file mode 120000 index f6fa56f9a..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/CoreCachedSharedPtr.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/concurrency/CoreCachedSharedPtr.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/DeadlockDetector.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/DeadlockDetector.h deleted file mode 120000 index 544057303..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/DeadlockDetector.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/concurrency/DeadlockDetector.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/DynamicBoundedQueue.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/DynamicBoundedQueue.h deleted file mode 120000 index bf423d098..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/DynamicBoundedQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/concurrency/DynamicBoundedQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/PriorityUnboundedQueueSet.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/PriorityUnboundedQueueSet.h deleted file mode 120000 index fc68d8702..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/PriorityUnboundedQueueSet.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/concurrency/PriorityUnboundedQueueSet.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/ThreadCachedSynchronized.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/ThreadCachedSynchronized.h deleted file mode 120000 index 03c55f48c..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/ThreadCachedSynchronized.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/concurrency/ThreadCachedSynchronized.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/UnboundedQueue.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/UnboundedQueue.h deleted file mode 120000 index 0f34ff5d1..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/concurrency/UnboundedQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/concurrency/UnboundedQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/container/IntrusiveHeap.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/container/IntrusiveHeap.h new file mode 120000 index 000000000..a7386a81a --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/container/IntrusiveHeap.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/container/IntrusiveHeap.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/container/WeightedEvictingCacheMap.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/container/WeightedEvictingCacheMap.h new file mode 120000 index 000000000..0ccbad2ff --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/container/WeightedEvictingCacheMap.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/container/WeightedEvictingCacheMap.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/PerfScoped.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/PerfScoped.h new file mode 120000 index 000000000..56a530698 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/PerfScoped.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/detail/PerfScoped.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimdAnyOf.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimdAnyOf.h new file mode 120000 index 000000000..82ab9f389 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimdAnyOf.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/detail/SimdAnyOf.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimdCharPlatform.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimdCharPlatform.h new file mode 120000 index 000000000..67e630c2e --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimdCharPlatform.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/detail/SimdCharPlatform.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimdForEach.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimdForEach.h new file mode 120000 index 000000000..dfc3a786c --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimdForEach.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/detail/SimdForEach.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimpleSimdStringUtils.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimpleSimdStringUtils.h new file mode 120000 index 000000000..ebbca490c --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimpleSimdStringUtils.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/detail/SimpleSimdStringUtils.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimpleSimdStringUtilsImpl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimpleSimdStringUtilsImpl.h new file mode 120000 index 000000000..88dc6ebd6 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SimpleSimdStringUtilsImpl.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/detail/SimpleSimdStringUtilsImpl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SplitStringSimd.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SplitStringSimd.h new file mode 120000 index 000000000..fe703617f --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SplitStringSimd.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/detail/SplitStringSimd.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SplitStringSimdImpl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SplitStringSimdImpl.h new file mode 120000 index 000000000..def6f3bd7 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/SplitStringSimdImpl.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/detail/SplitStringSimdImpl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/UnrollUtils.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/UnrollUtils.h new file mode 120000 index 000000000..fa16aa4d9 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/detail/UnrollUtils.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/detail/UnrollUtils.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/Async.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/Async.h deleted file mode 120000 index ede53db54..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/Async.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/Async.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/CPUThreadPoolExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/CPUThreadPoolExecutor.h deleted file mode 120000 index 561e88a3c..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/CPUThreadPoolExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/CPUThreadPoolExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/Codel.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/Codel.h deleted file mode 120000 index df1488e6d..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/Codel.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/Codel.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/DrivableExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/DrivableExecutor.h deleted file mode 120000 index 933191320..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/DrivableExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/DrivableExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/EDFThreadPoolExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/EDFThreadPoolExecutor.h deleted file mode 120000 index 86a9bb47f..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/EDFThreadPoolExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/EDFThreadPoolExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ExecutorWithPriority-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ExecutorWithPriority-inl.h deleted file mode 120000 index 178b70643..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ExecutorWithPriority-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/ExecutorWithPriority-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ExecutorWithPriority.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ExecutorWithPriority.h deleted file mode 120000 index 7a37c1678..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ExecutorWithPriority.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/ExecutorWithPriority.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/FiberIOExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/FiberIOExecutor.h deleted file mode 120000 index a4628a485..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/FiberIOExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/FiberIOExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/FutureExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/FutureExecutor.h deleted file mode 120000 index 89da05e55..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/FutureExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/FutureExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/GlobalExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/GlobalExecutor.h deleted file mode 120000 index 315ecff3d..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/GlobalExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/GlobalExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/GlobalThreadPoolList.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/GlobalThreadPoolList.h deleted file mode 120000 index 398ecc89a..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/GlobalThreadPoolList.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/GlobalThreadPoolList.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/IOExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/IOExecutor.h deleted file mode 120000 index ed3deed06..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/IOExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/IOExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/IOObjectCache.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/IOObjectCache.h deleted file mode 120000 index ae7371a92..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/IOObjectCache.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/IOObjectCache.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/IOThreadPoolDeadlockDetectorObserver.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/IOThreadPoolDeadlockDetectorObserver.h deleted file mode 120000 index 0be741846..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/IOThreadPoolDeadlockDetectorObserver.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/IOThreadPoolDeadlockDetectorObserver.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/IOThreadPoolExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/IOThreadPoolExecutor.h deleted file mode 120000 index ac02a1bcb..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/IOThreadPoolExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/IOThreadPoolExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/InlineExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/InlineExecutor.h deleted file mode 120000 index 1971559e0..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/InlineExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/InlineExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ManualExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ManualExecutor.h deleted file mode 120000 index 1b93ae2ba..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ManualExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/ManualExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/MeteredExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/MeteredExecutor.h deleted file mode 120000 index d07f3fca9..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/MeteredExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/MeteredExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/QueueObserver.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/QueueObserver.h deleted file mode 120000 index d2a7af67b..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/QueueObserver.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/QueueObserver.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/QueuedImmediateExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/QueuedImmediateExecutor.h deleted file mode 120000 index dbfd20d63..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/QueuedImmediateExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/QueuedImmediateExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ScheduledExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ScheduledExecutor.h deleted file mode 120000 index 2333cc4c9..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ScheduledExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/ScheduledExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/SequencedExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/SequencedExecutor.h deleted file mode 120000 index bdf0168a8..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/SequencedExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/SequencedExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/SerialExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/SerialExecutor.h deleted file mode 120000 index e041394ff..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/SerialExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/SerialExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/SoftRealTimeExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/SoftRealTimeExecutor.h deleted file mode 120000 index fbefc6a66..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/SoftRealTimeExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/SoftRealTimeExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/StrandExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/StrandExecutor.h deleted file mode 120000 index 8e6c5e435..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/StrandExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/StrandExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ThreadPoolExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ThreadPoolExecutor.h deleted file mode 120000 index 171e6815b..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ThreadPoolExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/ThreadPoolExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ThreadedExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ThreadedExecutor.h deleted file mode 120000 index cb73c3859..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/ThreadedExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/ThreadedExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/TimedDrivableExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/TimedDrivableExecutor.h deleted file mode 120000 index 36b2ff2f2..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/TimedDrivableExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/TimedDrivableExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/TimekeeperScheduledExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/TimekeeperScheduledExecutor.h deleted file mode 120000 index 8217f2ce0..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/TimekeeperScheduledExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/TimekeeperScheduledExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/BlockingQueue.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/BlockingQueue.h deleted file mode 120000 index ec434d4f9..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/BlockingQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/executors/task_queue/BlockingQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/LifoSemMPMCQueue.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/LifoSemMPMCQueue.h deleted file mode 120000 index b91e3a5da..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/LifoSemMPMCQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/executors/task_queue/LifoSemMPMCQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/PriorityLifoSemMPMCQueue.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/PriorityLifoSemMPMCQueue.h deleted file mode 120000 index c8ac97c50..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/PriorityLifoSemMPMCQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/executors/task_queue/PriorityLifoSemMPMCQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/PriorityUnboundedBlockingQueue.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/PriorityUnboundedBlockingQueue.h deleted file mode 120000 index f24bc2e3f..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/PriorityUnboundedBlockingQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/executors/task_queue/PriorityUnboundedBlockingQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/UnboundedBlockingQueue.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/UnboundedBlockingQueue.h deleted file mode 120000 index 494461bca..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/task_queue/UnboundedBlockingQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/executors/task_queue/UnboundedBlockingQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/thread_factory/NamedThreadFactory.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/thread_factory/NamedThreadFactory.h deleted file mode 120000 index 1ed8c3685..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/thread_factory/NamedThreadFactory.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/executors/thread_factory/NamedThreadFactory.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/thread_factory/ThreadFactory.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/thread_factory/ThreadFactory.h deleted file mode 120000 index 0bbc25f68..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/executors/thread_factory/ThreadFactory.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/executors/thread_factory/ThreadFactory.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/AtomicReadMostlyMainPtr.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/AtomicReadMostlyMainPtr.h deleted file mode 120000 index ef4397939..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/AtomicReadMostlyMainPtr.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/AtomicReadMostlyMainPtr.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/AutoTimer.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/AutoTimer.h deleted file mode 120000 index f2e38787e..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/AutoTimer.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/AutoTimer.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/BitVectorCoding.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/BitVectorCoding.h deleted file mode 120000 index 34af8da6c..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/BitVectorCoding.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/BitVectorCoding.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Bits.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Bits.h deleted file mode 120000 index d8a108b3b..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Bits.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/Bits.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Cleanup.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Cleanup.h deleted file mode 120000 index 5e5cfbed9..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Cleanup.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/Cleanup.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/CodingDetail.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/CodingDetail.h deleted file mode 120000 index d690ace2a..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/CodingDetail.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/CodingDetail.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Coinflip.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Coinflip.h deleted file mode 120000 index b8cd4c60e..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Coinflip.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/Coinflip.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/DynamicParser-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/DynamicParser-inl.h deleted file mode 120000 index ffc2bf90d..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/DynamicParser-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/DynamicParser-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/DynamicParser.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/DynamicParser.h deleted file mode 120000 index 9d9ed13c6..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/DynamicParser.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/DynamicParser.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/EliasFanoCoding.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/EliasFanoCoding.h deleted file mode 120000 index e31ae33e0..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/EliasFanoCoding.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/EliasFanoCoding.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/EnvUtil.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/EnvUtil.h deleted file mode 120000 index 9731c3212..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/EnvUtil.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/EnvUtil.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/EventCount.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/EventCount.h deleted file mode 120000 index 800a29b41..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/EventCount.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/EventCount.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ExecutionObserver.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ExecutionObserver.h deleted file mode 120000 index c6bb72d2a..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ExecutionObserver.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/ExecutionObserver.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/FlatCombiningPriorityQueue.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/FlatCombiningPriorityQueue.h deleted file mode 120000 index f5c729493..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/FlatCombiningPriorityQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/FlatCombiningPriorityQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/FunctionScheduler.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/FunctionScheduler.h deleted file mode 120000 index fefb6bafa..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/FunctionScheduler.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/FunctionScheduler.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/FutureDAG.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/FutureDAG.h deleted file mode 120000 index 44acb1dde..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/FutureDAG.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/FutureDAG.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Instructions.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Instructions.h deleted file mode 120000 index 478c70d62..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Instructions.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/Instructions.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/JSONSchema.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/JSONSchema.h deleted file mode 120000 index 539396d5a..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/JSONSchema.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/JSONSchema.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/JemallocHugePageAllocator.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/JemallocHugePageAllocator.h deleted file mode 120000 index dd35e46e8..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/JemallocHugePageAllocator.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/JemallocHugePageAllocator.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/JemallocNodumpAllocator.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/JemallocNodumpAllocator.h deleted file mode 120000 index 17af5f925..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/JemallocNodumpAllocator.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/JemallocNodumpAllocator.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/LockFreeRingBuffer.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/LockFreeRingBuffer.h deleted file mode 120000 index d7cc2fdc3..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/LockFreeRingBuffer.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/LockFreeRingBuffer.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/NestedCommandLineApp.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/NestedCommandLineApp.h deleted file mode 120000 index 494bcf7df..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/NestedCommandLineApp.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/NestedCommandLineApp.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/PrimaryPtr.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/PrimaryPtr.h deleted file mode 120000 index e2c8d8709..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/PrimaryPtr.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/PrimaryPtr.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ProgramOptions.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ProgramOptions.h deleted file mode 120000 index 6926e761d..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ProgramOptions.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/ProgramOptions.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/QuotientMultiSet-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/QuotientMultiSet-inl.h deleted file mode 120000 index 782cb5291..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/QuotientMultiSet-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/QuotientMultiSet-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/QuotientMultiSet.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/QuotientMultiSet.h deleted file mode 120000 index f7edcd9b2..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/QuotientMultiSet.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/QuotientMultiSet.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ReadMostlySharedPtr.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ReadMostlySharedPtr.h deleted file mode 120000 index 7cf295598..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ReadMostlySharedPtr.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/ReadMostlySharedPtr.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/RelaxedConcurrentPriorityQueue.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/RelaxedConcurrentPriorityQueue.h deleted file mode 120000 index 5415a2278..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/RelaxedConcurrentPriorityQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/RelaxedConcurrentPriorityQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/STTimerFDTimeoutManager.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/STTimerFDTimeoutManager.h deleted file mode 120000 index 428db962f..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/STTimerFDTimeoutManager.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/STTimerFDTimeoutManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Select64.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Select64.h deleted file mode 120000 index fbfb8a83b..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/Select64.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/Select64.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/SingleWriterFixedHashMap.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/SingleWriterFixedHashMap.h deleted file mode 120000 index a5889865d..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/SingleWriterFixedHashMap.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/SingleWriterFixedHashMap.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/SingletonRelaxedCounter.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/SingletonRelaxedCounter.h deleted file mode 120000 index c24329e87..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/SingletonRelaxedCounter.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/SingletonRelaxedCounter.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StampedPtr.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StampedPtr.h deleted file mode 120000 index ba2894017..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StampedPtr.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/StampedPtr.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedCommon.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedCommon.h deleted file mode 120000 index be82023b6..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedCommon.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/StringKeyedCommon.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedMap.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedMap.h deleted file mode 120000 index abb41c4af..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedMap.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/StringKeyedMap.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedSet.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedSet.h deleted file mode 120000 index 5b187590f..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedSet.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/StringKeyedSet.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedUnorderedMap.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedUnorderedMap.h deleted file mode 120000 index fbb435d13..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedUnorderedMap.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/StringKeyedUnorderedMap.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedUnorderedSet.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedUnorderedSet.h deleted file mode 120000 index c4f091572..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/StringKeyedUnorderedSet.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/StringKeyedUnorderedSet.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TLRefCount.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TLRefCount.h deleted file mode 120000 index ddaee6fac..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TLRefCount.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/TLRefCount.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TestUtil.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TestUtil.h deleted file mode 120000 index 815cb3b9e..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TestUtil.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/TestUtil.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ThreadWheelTimekeeperHighRes.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ThreadWheelTimekeeperHighRes.h deleted file mode 120000 index b5f51bcea..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ThreadWheelTimekeeperHighRes.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/ThreadWheelTimekeeperHighRes.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ThreadedRepeatingFunctionRunner.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ThreadedRepeatingFunctionRunner.h deleted file mode 120000 index 9662906d3..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/ThreadedRepeatingFunctionRunner.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/ThreadedRepeatingFunctionRunner.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TimerFD.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TimerFD.h deleted file mode 120000 index f2c1b5b34..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TimerFD.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/TimerFD.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TimerFDTimeoutManager.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TimerFDTimeoutManager.h deleted file mode 120000 index 66366afda..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TimerFDTimeoutManager.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/TimerFDTimeoutManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TupleOps.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TupleOps.h deleted file mode 120000 index d70d38aef..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/TupleOps.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/TupleOps.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/bser/Bser.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/bser/Bser.h deleted file mode 120000 index fb27feb9a..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/bser/Bser.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/bser/Bser.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Channel-fwd.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Channel-fwd.h deleted file mode 120000 index ec3995748..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Channel-fwd.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/Channel-fwd.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Channel-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Channel-inl.h deleted file mode 120000 index 754284279..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Channel-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/Channel-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Channel.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Channel.h deleted file mode 120000 index f335eaf0c..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Channel.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/Channel.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ChannelCallbackHandle.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ChannelCallbackHandle.h deleted file mode 120000 index 670f148a9..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ChannelCallbackHandle.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/ChannelCallbackHandle.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ChannelProcessor-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ChannelProcessor-inl.h deleted file mode 120000 index 00e7f0589..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ChannelProcessor-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/ChannelProcessor-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ChannelProcessor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ChannelProcessor.h deleted file mode 120000 index 694fa9ab1..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ChannelProcessor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/ChannelProcessor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ConsumeChannel-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ConsumeChannel-inl.h deleted file mode 120000 index 65d53783e..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ConsumeChannel-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/ConsumeChannel-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ConsumeChannel.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ConsumeChannel.h deleted file mode 120000 index 384f936f1..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/ConsumeChannel.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/ConsumeChannel.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/FanoutChannel-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/FanoutChannel-inl.h deleted file mode 120000 index bc0ed5a68..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/FanoutChannel-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/FanoutChannel-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/FanoutChannel.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/FanoutChannel.h deleted file mode 120000 index d65cd1dec..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/FanoutChannel.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/FanoutChannel.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/FanoutSender-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/FanoutSender-inl.h deleted file mode 120000 index e3b28e08a..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/FanoutSender-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/FanoutSender-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/FanoutSender.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/FanoutSender.h deleted file mode 120000 index 073dd866b..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/FanoutSender.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/FanoutSender.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Merge-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Merge-inl.h deleted file mode 120000 index 9133fca57..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Merge-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/Merge-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Merge.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Merge.h deleted file mode 120000 index f306a18c2..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Merge.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/Merge.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/MergeChannel-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/MergeChannel-inl.h deleted file mode 120000 index 15c6c4a77..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/MergeChannel-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/MergeChannel-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/MergeChannel.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/MergeChannel.h deleted file mode 120000 index d4eea19aa..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/MergeChannel.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/MergeChannel.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/MultiplexChannel-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/MultiplexChannel-inl.h deleted file mode 120000 index 62dc073ff..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/MultiplexChannel-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/MultiplexChannel-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/MultiplexChannel.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/MultiplexChannel.h deleted file mode 120000 index fc03e4bfe..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/MultiplexChannel.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/MultiplexChannel.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/OnClosedException.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/OnClosedException.h deleted file mode 120000 index 5b9c576bf..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/OnClosedException.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/OnClosedException.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Producer-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Producer-inl.h deleted file mode 120000 index dc3262929..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Producer-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/Producer-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Producer.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Producer.h deleted file mode 120000 index ef7be9b84..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Producer.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/Producer.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/RateLimiter.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/RateLimiter.h deleted file mode 120000 index d51879548..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/RateLimiter.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/RateLimiter.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Transform-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Transform-inl.h deleted file mode 120000 index 0e8689f93..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Transform-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/Transform-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Transform.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Transform.h deleted file mode 120000 index 16f5a5914..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/Transform.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/Transform.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/AtomicQueue.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/AtomicQueue.h deleted file mode 120000 index f8a9dba30..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/AtomicQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/channels/detail/AtomicQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/ChannelBridge.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/ChannelBridge.h deleted file mode 120000 index dc72f5eec..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/ChannelBridge.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/channels/detail/ChannelBridge.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/FunctionTraits.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/FunctionTraits.h deleted file mode 120000 index 163e0c46a..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/FunctionTraits.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/channels/detail/FunctionTraits.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/IntrusivePtr.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/IntrusivePtr.h deleted file mode 120000 index aba9b2700..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/IntrusivePtr.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/channels/detail/IntrusivePtr.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/MultiplexerTraits.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/MultiplexerTraits.h deleted file mode 120000 index c74a2295a..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/MultiplexerTraits.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/channels/detail/MultiplexerTraits.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/PointerVariant.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/PointerVariant.h deleted file mode 120000 index f752946b7..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/PointerVariant.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/channels/detail/PointerVariant.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/Utility.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/Utility.h deleted file mode 120000 index bbb3255a7..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/detail/Utility.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/channels/detail/Utility.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/test/ChannelTestUtil.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/test/ChannelTestUtil.h deleted file mode 120000 index f959335e8..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/channels/test/ChannelTestUtil.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/channels/test/ChannelTestUtil.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Accumulate-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Accumulate-inl.h deleted file mode 120000 index 0352e4b59..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Accumulate-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Accumulate-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Accumulate.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Accumulate.h deleted file mode 120000 index e496b01d5..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Accumulate.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Accumulate.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/AsyncGenerator.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/AsyncGenerator.h deleted file mode 120000 index b0ec98ee0..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/AsyncGenerator.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/AsyncGenerator.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/AsyncPipe.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/AsyncPipe.h deleted file mode 120000 index 2c8dbef16..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/AsyncPipe.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/AsyncPipe.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/AsyncScope.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/AsyncScope.h deleted file mode 120000 index 0022afa04..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/AsyncScope.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/AsyncScope.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/AsyncStack.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/AsyncStack.h deleted file mode 120000 index 6c52e1fa7..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/AsyncStack.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/AsyncStack.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Baton.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Baton.h deleted file mode 120000 index 2ee2bd1b8..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Baton.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Baton.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/BlockingWait.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/BlockingWait.h deleted file mode 120000 index c7e9c4272..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/BlockingWait.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/BlockingWait.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/BoundedQueue.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/BoundedQueue.h deleted file mode 120000 index bd81c998d..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/BoundedQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/BoundedQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Collect-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Collect-inl.h deleted file mode 120000 index 87c3f1f15..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Collect-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Collect-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Collect.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Collect.h deleted file mode 120000 index a2cfb3c78..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Collect.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Collect.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Concat-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Concat-inl.h deleted file mode 120000 index 565c8284d..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Concat-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Concat-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Concat.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Concat.h deleted file mode 120000 index c757a2fea..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Concat.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Concat.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Coroutine.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Coroutine.h deleted file mode 120000 index f675500ec..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Coroutine.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Coroutine.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/CurrentExecutor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/CurrentExecutor.h deleted file mode 120000 index d70f5f24f..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/CurrentExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/CurrentExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/DetachOnCancel.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/DetachOnCancel.h deleted file mode 120000 index 398735472..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/DetachOnCancel.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/DetachOnCancel.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Filter-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Filter-inl.h deleted file mode 120000 index c372469bf..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Filter-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Filter-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Filter.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Filter.h deleted file mode 120000 index 6da870d5a..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Filter.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Filter.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/FutureUtil.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/FutureUtil.h deleted file mode 120000 index fea726a25..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/FutureUtil.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/FutureUtil.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Generator.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Generator.h deleted file mode 120000 index 8a2dcaaca..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Generator.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Generator.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/GmockHelpers.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/GmockHelpers.h deleted file mode 120000 index 4372bbad6..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/GmockHelpers.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/GmockHelpers.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/GtestHelpers.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/GtestHelpers.h deleted file mode 120000 index 01910652f..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/GtestHelpers.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/GtestHelpers.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Invoke.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Invoke.h deleted file mode 120000 index 100912504..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Invoke.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Invoke.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Merge-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Merge-inl.h deleted file mode 120000 index c01fc1502..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Merge-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Merge-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Merge.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Merge.h deleted file mode 120000 index b5fdcad4f..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Merge.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Merge.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Mutex.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Mutex.h deleted file mode 120000 index c9e7cc66b..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Mutex.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Mutex.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Promise.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Promise.h deleted file mode 120000 index 088db88e8..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Promise.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Promise.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Result.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Result.h deleted file mode 120000 index 9a8b50d4f..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Result.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Result.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Retry.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Retry.h deleted file mode 120000 index e2a0305d4..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Retry.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Retry.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/RustAdaptors.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/RustAdaptors.h deleted file mode 120000 index bab59d6ab..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/RustAdaptors.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/RustAdaptors.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/ScopeExit.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/ScopeExit.h deleted file mode 120000 index d3835b20f..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/ScopeExit.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/ScopeExit.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/SharedLock.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/SharedLock.h deleted file mode 120000 index 39c9415ca..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/SharedLock.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/SharedLock.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/SharedMutex.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/SharedMutex.h deleted file mode 120000 index 233c26699..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/SharedMutex.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/SharedMutex.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Sleep-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Sleep-inl.h deleted file mode 120000 index 51e32b4a8..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Sleep-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Sleep-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Sleep.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Sleep.h deleted file mode 120000 index 5c9668491..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Sleep.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Sleep.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/SmallUnboundedQueue.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/SmallUnboundedQueue.h deleted file mode 120000 index c8a2eabb6..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/SmallUnboundedQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/SmallUnboundedQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Task.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Task.h deleted file mode 120000 index 94082f0bc..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Task.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Task.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/TimedWait.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/TimedWait.h deleted file mode 120000 index 814246261..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/TimedWait.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/TimedWait.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Timeout-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Timeout-inl.h deleted file mode 120000 index 32a26815e..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Timeout-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Timeout-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Timeout.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Timeout.h deleted file mode 120000 index c6311af53..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Timeout.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Timeout.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Traits.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Traits.h deleted file mode 120000 index 5099ceb1a..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Traits.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Traits.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Transform-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Transform-inl.h deleted file mode 120000 index 91b1f96e6..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Transform-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Transform-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Transform.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Transform.h deleted file mode 120000 index a9be0599c..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/Transform.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Transform.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/UnboundedQueue.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/UnboundedQueue.h deleted file mode 120000 index 1cea5b7fe..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/UnboundedQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/UnboundedQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/ViaIfAsync.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/ViaIfAsync.h deleted file mode 120000 index 7ba097e9b..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/ViaIfAsync.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/ViaIfAsync.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/WithAsyncStack.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/WithAsyncStack.h deleted file mode 120000 index 9ecc83f23..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/WithAsyncStack.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/WithAsyncStack.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/WithCancellation.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/WithCancellation.h deleted file mode 120000 index 7f5705c17..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/WithCancellation.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/WithCancellation.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/Barrier.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/Barrier.h deleted file mode 120000 index df3c4acb2..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/Barrier.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/coro/detail/Barrier.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/BarrierTask.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/BarrierTask.h deleted file mode 120000 index 08b58529d..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/BarrierTask.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/coro/detail/BarrierTask.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/CurrentAsyncFrame.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/CurrentAsyncFrame.h deleted file mode 120000 index 4c0c7bea9..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/CurrentAsyncFrame.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/coro/detail/CurrentAsyncFrame.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/Helpers.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/Helpers.h deleted file mode 120000 index ad86c847f..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/Helpers.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/coro/detail/Helpers.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/InlineTask.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/InlineTask.h deleted file mode 120000 index b021083f8..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/InlineTask.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/coro/detail/InlineTask.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/Malloc.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/Malloc.h deleted file mode 120000 index a7ec1ea2e..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/Malloc.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/coro/detail/Malloc.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/ManualLifetime.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/ManualLifetime.h deleted file mode 120000 index 7b8c6c6d2..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/ManualLifetime.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/coro/detail/ManualLifetime.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/Traits.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/Traits.h deleted file mode 120000 index e906218a8..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/coro/detail/Traits.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/coro/detail/Traits.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/crypto/Blake2xb.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/crypto/Blake2xb.h deleted file mode 120000 index 72939e272..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/crypto/Blake2xb.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/crypto/Blake2xb.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/crypto/LtHash-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/crypto/LtHash-inl.h deleted file mode 120000 index b014ee210..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/crypto/LtHash-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/crypto/LtHash-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/crypto/LtHash.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/crypto/LtHash.h deleted file mode 120000 index 06f4fc94c..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/crypto/LtHash.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/crypto/LtHash.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/crypto/detail/LtHashInternal.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/crypto/detail/LtHashInternal.h deleted file mode 120000 index 28ac8bc7a..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/crypto/detail/LtHashInternal.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/crypto/detail/LtHashInternal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/ExceptionAbi.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/ExceptionAbi.h deleted file mode 120000 index 68e332059..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/ExceptionAbi.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/exception_tracer/ExceptionAbi.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/ExceptionCounterLib.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/ExceptionCounterLib.h deleted file mode 120000 index b4f5f1376..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/ExceptionCounterLib.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/exception_tracer/ExceptionCounterLib.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/ExceptionTracer.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/ExceptionTracer.h deleted file mode 120000 index 6e5227da1..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/ExceptionTracer.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/exception_tracer/ExceptionTracer.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/ExceptionTracerLib.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/ExceptionTracerLib.h deleted file mode 120000 index b1ae9334e..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/ExceptionTracerLib.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/exception_tracer/ExceptionTracerLib.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracer.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracer.h deleted file mode 120000 index 9f401258f..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracer.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracer.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracerSingleton.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracerSingleton.h deleted file mode 120000 index 2c14f6732..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracerSingleton.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracerSingleton.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/StackTrace.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/StackTrace.h deleted file mode 120000 index 34cd347b2..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/exception_tracer/StackTrace.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/exception_tracer/StackTrace.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/flat_combining/FlatCombining.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/flat_combining/FlatCombining.h deleted file mode 120000 index 32b07147b..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/flat_combining/FlatCombining.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/flat_combining/FlatCombining.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningExamples.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningExamples.h deleted file mode 120000 index 3f904a50a..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningExamples.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningExamples.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningTestHelpers.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningTestHelpers.h deleted file mode 120000 index 88fcc8b0e..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningTestHelpers.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningTestHelpers.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/AsyncBase.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/AsyncBase.h deleted file mode 120000 index 4a0394a78..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/AsyncBase.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/io/AsyncBase.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/AsyncIO.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/AsyncIO.h deleted file mode 120000 index ec086ae31..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/AsyncIO.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/io/AsyncIO.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/FsUtil.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/FsUtil.h deleted file mode 120000 index ebf5a2a49..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/FsUtil.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/io/FsUtil.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/HugePages.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/HugePages.h deleted file mode 120000 index 1f3808a65..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/HugePages.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/io/HugePages.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/IoUring.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/IoUring.h deleted file mode 120000 index 6bed2dbb2..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/IoUring.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/io/IoUring.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/IoUringBackend.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/IoUringBackend.h deleted file mode 120000 index f54ac8764..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/IoUringBackend.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/io/IoUringBackend.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/SimpleAsyncIO.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/SimpleAsyncIO.h deleted file mode 120000 index 2e31167df..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/SimpleAsyncIO.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/io/SimpleAsyncIO.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/test/AsyncBaseTestLib.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/test/AsyncBaseTestLib.h deleted file mode 120000 index ff58f9672..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/test/AsyncBaseTestLib.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/io/test/AsyncBaseTestLib.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/test/IoTestTempFileUtil.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/test/IoTestTempFileUtil.h deleted file mode 120000 index 624f78da4..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/io/test/IoTestTempFileUtil.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/io/test/IoTestTempFileUtil.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observable-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observable-inl.h deleted file mode 120000 index 79a51bcaa..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observable-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/observer/Observable-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observable.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observable.h deleted file mode 120000 index acc70a7ad..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observable.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/observer/Observable.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observer-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observer-inl.h deleted file mode 120000 index 82c88aeaf..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observer-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/observer/Observer-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observer-pre.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observer-pre.h deleted file mode 120000 index 221b0c5c9..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observer-pre.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/observer/Observer-pre.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observer.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observer.h deleted file mode 120000 index 31875c5e3..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/Observer.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/observer/Observer.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/SimpleObservable-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/SimpleObservable-inl.h deleted file mode 120000 index 0cb9841e6..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/SimpleObservable-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/observer/SimpleObservable-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/SimpleObservable.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/SimpleObservable.h deleted file mode 120000 index 8a4aa63cb..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/SimpleObservable.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/observer/SimpleObservable.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/WithJitter-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/WithJitter-inl.h deleted file mode 120000 index d69f1563d..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/WithJitter-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/observer/WithJitter-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/WithJitter.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/WithJitter.h deleted file mode 120000 index c38e864fd..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/WithJitter.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/observer/WithJitter.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/detail/Core.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/detail/Core.h deleted file mode 120000 index 992533091..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/detail/Core.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/observer/detail/Core.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/detail/GraphCycleDetector.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/detail/GraphCycleDetector.h deleted file mode 120000 index 188da5f5c..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/detail/GraphCycleDetector.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/observer/detail/GraphCycleDetector.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/detail/ObserverManager.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/detail/ObserverManager.h deleted file mode 120000 index df5f7338c..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/observer/detail/ObserverManager.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/observer/detail/ObserverManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/Settings.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/Settings.h deleted file mode 120000 index d6cc30a32..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/Settings.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/settings/Settings.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/SettingsMetadata.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/SettingsMetadata.h deleted file mode 120000 index ff08a9567..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/SettingsMetadata.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/settings/SettingsMetadata.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/detail/SettingsImpl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/detail/SettingsImpl.h deleted file mode 120000 index ef4154321..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/detail/SettingsImpl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/settings/detail/SettingsImpl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/test/a.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/test/a.h deleted file mode 120000 index b64937117..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/test/a.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/settings/test/a.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/test/b.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/test/b.h deleted file mode 120000 index 3a1f04b31..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/settings/test/b.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/settings/test/b.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/Dwarf.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/Dwarf.h deleted file mode 120000 index 0351eeb4e..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/Dwarf.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/Dwarf.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/DwarfImpl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/DwarfImpl.h deleted file mode 120000 index ad23e31e9..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/DwarfImpl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/DwarfImpl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/DwarfLineNumberVM.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/DwarfLineNumberVM.h deleted file mode 120000 index fbe8a9596..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/DwarfLineNumberVM.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/DwarfLineNumberVM.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/DwarfSection.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/DwarfSection.h deleted file mode 120000 index 6f79f223d..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/DwarfSection.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/DwarfSection.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/DwarfUtil.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/DwarfUtil.h deleted file mode 120000 index b398636d1..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/DwarfUtil.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/DwarfUtil.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/Elf-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/Elf-inl.h deleted file mode 120000 index 0b4e98110..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/Elf-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/Elf-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/Elf.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/Elf.h deleted file mode 120000 index 1565dbd1e..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/Elf.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/Elf.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/ElfCache.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/ElfCache.h deleted file mode 120000 index 66a286d63..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/ElfCache.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/ElfCache.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/LineReader.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/LineReader.h deleted file mode 120000 index b4819f22d..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/LineReader.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/LineReader.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/SignalHandler.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/SignalHandler.h deleted file mode 120000 index aaa3ed048..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/SignalHandler.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/SignalHandler.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/StackTrace.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/StackTrace.h deleted file mode 120000 index 058316857..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/StackTrace.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/StackTrace.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/SymbolizePrinter.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/SymbolizePrinter.h deleted file mode 120000 index 58dca8b46..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/SymbolizePrinter.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/SymbolizePrinter.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/SymbolizedFrame.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/SymbolizedFrame.h deleted file mode 120000 index a73b2acd6..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/SymbolizedFrame.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/SymbolizedFrame.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/Symbolizer.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/Symbolizer.h deleted file mode 120000 index 35596e529..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/Symbolizer.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/Symbolizer.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/detail/Debug.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/detail/Debug.h deleted file mode 120000 index 55f97dc3d..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/detail/Debug.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/symbolizer/detail/Debug.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/test/SignalHandlerTest.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/test/SignalHandlerTest.h deleted file mode 120000 index 791e4c787..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/test/SignalHandlerTest.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/symbolizer/test/SignalHandlerTest.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils-inl.h deleted file mode 120000 index 45e572468..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils.h deleted file mode 120000 index c04440b15..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/test/CodingTestUtils.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/test/CodingTestUtils.h deleted file mode 120000 index e45e715d8..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/experimental/test/CodingTestUtils.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/test/CodingTestUtils.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/AddTasks-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/AddTasks-inl.h deleted file mode 120000 index d46163705..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/AddTasks-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/AddTasks-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/AddTasks.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/AddTasks.h deleted file mode 120000 index ccabb9aba..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/AddTasks.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/AddTasks.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/AtomicBatchDispatcher-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/AtomicBatchDispatcher-inl.h deleted file mode 120000 index 22af48176..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/AtomicBatchDispatcher-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/AtomicBatchDispatcher-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/AtomicBatchDispatcher.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/AtomicBatchDispatcher.h deleted file mode 120000 index ddb182755..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/AtomicBatchDispatcher.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/AtomicBatchDispatcher.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/BatchDispatcher.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/BatchDispatcher.h deleted file mode 120000 index f2c645952..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/BatchDispatcher.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/BatchDispatcher.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/BatchSemaphore.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/BatchSemaphore.h deleted file mode 120000 index 86d29686b..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/BatchSemaphore.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/BatchSemaphore.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Baton-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Baton-inl.h deleted file mode 120000 index a8d520f49..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Baton-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/Baton-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Baton.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Baton.h deleted file mode 120000 index 3f60fbe32..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Baton.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/Baton.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/BoostContextCompatibility.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/BoostContextCompatibility.h deleted file mode 120000 index aafd635f9..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/BoostContextCompatibility.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/BoostContextCompatibility.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/CallOnce.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/CallOnce.h deleted file mode 120000 index 6be613cd0..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/CallOnce.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/CallOnce.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/EventBaseLoopController-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/EventBaseLoopController-inl.h deleted file mode 120000 index d916ef1c6..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/EventBaseLoopController-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/EventBaseLoopController-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/EventBaseLoopController.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/EventBaseLoopController.h deleted file mode 120000 index 1a6c35ae3..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/EventBaseLoopController.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/EventBaseLoopController.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ExecutorBasedLoopController.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ExecutorBasedLoopController.h deleted file mode 120000 index 1c5dff171..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ExecutorBasedLoopController.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/ExecutorBasedLoopController.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ExecutorLoopController-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ExecutorLoopController-inl.h deleted file mode 120000 index b72468a3e..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ExecutorLoopController-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/ExecutorLoopController-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ExecutorLoopController.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ExecutorLoopController.h deleted file mode 120000 index e62e47d8e..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ExecutorLoopController.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/ExecutorLoopController.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Fiber-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Fiber-inl.h deleted file mode 120000 index 999b730ed..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Fiber-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/Fiber-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Fiber.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Fiber.h deleted file mode 120000 index 5f80b35e4..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Fiber.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/Fiber.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManager-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManager-inl.h deleted file mode 120000 index 9ca2d6309..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManager-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/FiberManager-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManager.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManager.h deleted file mode 120000 index 903fc1142..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManager.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/FiberManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManagerInternal-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManagerInternal-inl.h deleted file mode 120000 index 04e322bb4..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManagerInternal-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/FiberManagerInternal-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManagerInternal.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManagerInternal.h deleted file mode 120000 index bdf27ef1f..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManagerInternal.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/FiberManagerInternal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManagerMap-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManagerMap-inl.h deleted file mode 120000 index cb886b446..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManagerMap-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/FiberManagerMap-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManagerMap.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManagerMap.h deleted file mode 120000 index 11d650395..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/FiberManagerMap.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/FiberManagerMap.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ForEach-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ForEach-inl.h deleted file mode 120000 index 9e6d2d527..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ForEach-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/ForEach-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ForEach.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ForEach.h deleted file mode 120000 index 69bf25d68..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/ForEach.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/ForEach.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/GenericBaton.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/GenericBaton.h deleted file mode 120000 index da75de91f..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/GenericBaton.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/GenericBaton.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/GuardPageAllocator.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/GuardPageAllocator.h deleted file mode 120000 index ffd298eee..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/GuardPageAllocator.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/GuardPageAllocator.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/LoopController.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/LoopController.h deleted file mode 120000 index 239964b32..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/LoopController.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/LoopController.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Promise-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Promise-inl.h deleted file mode 120000 index 43d7d05da..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Promise-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/Promise-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Promise.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Promise.h deleted file mode 120000 index 513dbac7a..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Promise.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/Promise.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Semaphore.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Semaphore.h deleted file mode 120000 index 639c8bda8..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/Semaphore.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/Semaphore.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/SemaphoreBase.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/SemaphoreBase.h deleted file mode 120000 index 3dbac3f7c..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/SemaphoreBase.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/SemaphoreBase.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/SimpleLoopController.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/SimpleLoopController.h deleted file mode 120000 index 5c9a07414..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/SimpleLoopController.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/SimpleLoopController.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/TimedMutex-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/TimedMutex-inl.h deleted file mode 120000 index 342da9f53..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/TimedMutex-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/TimedMutex-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/TimedMutex.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/TimedMutex.h deleted file mode 120000 index 7eac82055..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/TimedMutex.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/TimedMutex.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/WhenN-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/WhenN-inl.h deleted file mode 120000 index d2ce3f527..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/WhenN-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/WhenN-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/WhenN.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/WhenN.h deleted file mode 120000 index 3a7ebdd27..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/WhenN.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/WhenN.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/traits.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/traits.h deleted file mode 120000 index 74a3be64a..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/fibers/traits.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/traits.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/functional/protocol.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/functional/protocol.h new file mode 120000 index 000000000..86ef3e068 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/functional/protocol.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/functional/protocol.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/functional/traits.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/functional/traits.h new file mode 120000 index 000000000..8f23c1434 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/functional/traits.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/functional/traits.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Barrier.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Barrier.h deleted file mode 120000 index 9177ac2f0..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Barrier.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/Barrier.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Future-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Future-inl.h deleted file mode 120000 index 21bf42f60..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Future-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/Future-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Future-pre.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Future-pre.h deleted file mode 120000 index 0636860d6..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Future-pre.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/Future-pre.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Future.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Future.h deleted file mode 120000 index b67b5cf0a..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Future.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/Future.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/FutureSplitter.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/FutureSplitter.h deleted file mode 120000 index cb4060107..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/FutureSplitter.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/FutureSplitter.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/ManualTimekeeper.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/ManualTimekeeper.h deleted file mode 120000 index 215775883..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/ManualTimekeeper.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/ManualTimekeeper.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Portability.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Portability.h deleted file mode 120000 index c5f9c4c65..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Portability.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/Portability.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Promise-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Promise-inl.h deleted file mode 120000 index bf1277d77..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Promise-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/Promise-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Promise.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Promise.h deleted file mode 120000 index 1075921e0..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Promise.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/Promise.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Retrying.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Retrying.h deleted file mode 120000 index 25377345a..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/Retrying.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/Retrying.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/SharedPromise-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/SharedPromise-inl.h deleted file mode 120000 index 5b471cdd0..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/SharedPromise-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/SharedPromise-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/SharedPromise.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/SharedPromise.h deleted file mode 120000 index 37cc5759d..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/SharedPromise.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/SharedPromise.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/ThreadWheelTimekeeper.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/ThreadWheelTimekeeper.h deleted file mode 120000 index 0cf9b0341..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/ThreadWheelTimekeeper.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/ThreadWheelTimekeeper.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/WTCallback.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/WTCallback.h deleted file mode 120000 index 45fab5c51..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/WTCallback.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/WTCallback.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/detail/Core.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/detail/Core.h deleted file mode 120000 index 7b9528b45..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/detail/Core.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/futures/detail/Core.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/detail/Types.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/detail/Types.h deleted file mode 120000 index 4689bbcec..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/futures/detail/Types.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/futures/detail/Types.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/Cursor-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/Cursor-inl.h deleted file mode 120000 index 4bb4f5cd7..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/Cursor-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/io/Cursor-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/Cursor.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/Cursor.h deleted file mode 120000 index 31a180f14..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/Cursor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/io/Cursor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/IOBuf.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/IOBuf.h deleted file mode 120000 index 31b6fb1b0..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/IOBuf.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/io/IOBuf.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/IOBufQueue.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/IOBufQueue.h deleted file mode 120000 index 232d7c5fc..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/IOBufQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/io/IOBufQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/AsyncTimeout.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/AsyncTimeout.h deleted file mode 120000 index 4c3fa4816..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/AsyncTimeout.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/AsyncTimeout.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/AtomicNotificationQueue-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/AtomicNotificationQueue-inl.h deleted file mode 120000 index e67a311ac..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/AtomicNotificationQueue-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/AtomicNotificationQueue-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/AtomicNotificationQueue.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/AtomicNotificationQueue.h deleted file mode 120000 index 603c5bb64..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/AtomicNotificationQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/AtomicNotificationQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/DelayedDestruction.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/DelayedDestruction.h deleted file mode 120000 index 5ac7a9fd7..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/DelayedDestruction.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/DelayedDestruction.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/DelayedDestructionBase.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/DelayedDestructionBase.h deleted file mode 120000 index 3e62e29b7..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/DelayedDestructionBase.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/DelayedDestructionBase.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBase.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBase.h deleted file mode 120000 index de9af6461..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBase.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/EventBase.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue-inl.h deleted file mode 120000 index ad5b6d776..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue.h deleted file mode 120000 index f787c8e9b..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseBackendBase.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseBackendBase.h deleted file mode 120000 index 504f7bbdb..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseBackendBase.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/EventBaseBackendBase.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseLocal.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseLocal.h deleted file mode 120000 index 8edf20241..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseLocal.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/EventBaseLocal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseManager.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseManager.h deleted file mode 120000 index a2512cdbd..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventBaseManager.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/EventBaseManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventHandler.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventHandler.h deleted file mode 120000 index 7381ff4e3..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventHandler.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/EventHandler.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventUtil.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventUtil.h deleted file mode 120000 index 6fdb1f51b..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/EventUtil.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/EventUtil.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/HHWheelTimer-fwd.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/HHWheelTimer-fwd.h deleted file mode 120000 index e62248bb2..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/HHWheelTimer-fwd.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/HHWheelTimer-fwd.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/HHWheelTimer.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/HHWheelTimer.h deleted file mode 120000 index a9644faf3..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/HHWheelTimer.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/HHWheelTimer.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/NotificationQueue.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/NotificationQueue.h deleted file mode 120000 index cd54512c0..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/NotificationQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/NotificationQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/Request.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/Request.h deleted file mode 120000 index 5113067e3..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/Request.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/Request.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/TimeoutManager.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/TimeoutManager.h deleted file mode 120000 index 9191c0b6d..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/TimeoutManager.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/TimeoutManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/VirtualEventBase.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/VirtualEventBase.h deleted file mode 120000 index 73c4ae35d..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/io/async/VirtualEventBase.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/VirtualEventBase.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/lang/Builtin.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/lang/Builtin.h new file mode 120000 index 000000000..269dd7e7b --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/lang/Builtin.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/lang/Builtin.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/portability/SourceLocation.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/portability/SourceLocation.h new file mode 120000 index 000000000..9d9554b74 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/portability/SourceLocation.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/portability/SourceLocation.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/ThrottledLifoSem.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/ThrottledLifoSem.h new file mode 120000 index 000000000..3b88028e5 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/ThrottledLifoSem.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/synchronization/ThrottledLifoSem.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/AtomicUtils.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/AtomicUtils.h deleted file mode 120000 index 168e20b77..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/AtomicUtils.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/synchronization/detail/AtomicUtils.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/Hardware.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/Hardware.h deleted file mode 120000 index aa6cf8ba5..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/Hardware.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/synchronization/detail/Hardware.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/HazptrUtils.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/HazptrUtils.h deleted file mode 120000 index f32a6c4a4..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/HazptrUtils.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/synchronization/detail/HazptrUtils.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/InlineFunctionRef.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/InlineFunctionRef.h deleted file mode 120000 index 1d99e6fa6..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/InlineFunctionRef.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/synchronization/detail/InlineFunctionRef.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/Sleeper.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/Sleeper.h deleted file mode 120000 index 16be25b62..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/Sleeper.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/synchronization/detail/Sleeper.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/Spin.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/Spin.h deleted file mode 120000 index 954c6f2c7..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/Spin.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/synchronization/detail/Spin.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/ThreadCachedLists.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/ThreadCachedLists.h deleted file mode 120000 index 7d51ad45e..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/ThreadCachedLists.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/synchronization/detail/ThreadCachedLists.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/ThreadCachedReaders.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/ThreadCachedReaders.h deleted file mode 120000 index b30982670..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/ThreadCachedReaders.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/synchronization/detail/ThreadCachedReaders.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/ThreadCachedTag.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/ThreadCachedTag.h deleted file mode 120000 index 1c7d7f763..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/synchronization/detail/ThreadCachedTag.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/synchronization/detail/ThreadCachedTag.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/system/MemoryMapping.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/system/MemoryMapping.h new file mode 120000 index 000000000..92020e721 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/system/MemoryMapping.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/system/MemoryMapping.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/system/Shell.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/system/Shell.h new file mode 120000 index 000000000..65dc5a123 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/system/Shell.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/system/Shell.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/tracing/AsyncStack-inl.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/tracing/AsyncStack-inl.h deleted file mode 120000 index d7c5fb45c..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/tracing/AsyncStack-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/tracing/AsyncStack-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/tracing/AsyncStack.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/tracing/AsyncStack.h deleted file mode 120000 index b89c221b6..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/tracing/AsyncStack.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/tracing/AsyncStack.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/tracing/StaticTracepoint.h b/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/tracing/StaticTracepoint.h deleted file mode 120000 index ba868db0f..000000000 --- a/native/iosTest/Pods/Headers/Private/RCT-Folly/folly/tracing/StaticTracepoint.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/tracing/StaticTracepoint.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCTDeprecation/RCTDeprecation.h b/native/iosTest/Pods/Headers/Private/RCTDeprecation/RCTDeprecation.h new file mode 120000 index 000000000..37416e637 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/RCTDeprecation/RCTDeprecation.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation/Exported/RCTDeprecation.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/RCTRequired/RCTRequired/RCTRequired.h b/native/iosTest/Pods/Headers/Private/RCTRequired/RCTRequired/RCTRequired.h index e0615efe3..fc44fb1ac 120000 --- a/native/iosTest/Pods/Headers/Private/RCTRequired/RCTRequired/RCTRequired.h +++ b/native/iosTest/Pods/Headers/Private/RCTRequired/RCTRequired/RCTRequired.h @@ -1 +1 @@ -../../../../../../../node_modules/react-native/Libraries/RCTRequired/RCTRequired/RCTRequired.h \ No newline at end of file +../../../../../../../node_modules/react-native/Libraries/Required/RCTRequired.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Codegen/FBReactNativeSpecJSI.h b/native/iosTest/Pods/Headers/Private/React-Codegen/FBReactNativeSpecJSI.h new file mode 120000 index 000000000..9562a7d79 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-Codegen/FBReactNativeSpecJSI.h @@ -0,0 +1 @@ +../../../../build/generated/ios/FBReactNativeSpecJSI.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Codegen/RCTModulesConformingToProtocolsProvider.h b/native/iosTest/Pods/Headers/Private/React-Codegen/RCTModulesConformingToProtocolsProvider.h new file mode 120000 index 000000000..0979e8b8e --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-Codegen/RCTModulesConformingToProtocolsProvider.h @@ -0,0 +1 @@ +../../../../build/generated/ios/RCTModulesConformingToProtocolsProvider.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Core/React/RCTBridge+Inspector.h b/native/iosTest/Pods/Headers/Private/React-Core/React/RCTBridge+Inspector.h new file mode 120000 index 000000000..71f544675 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-Core/React/RCTBridge+Inspector.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/React/Base/RCTBridge+Inspector.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Core/React/RCTBridgeProxy+Cxx.h b/native/iosTest/Pods/Headers/Private/React-Core/React/RCTBridgeProxy+Cxx.h new file mode 120000 index 000000000..11f521676 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-Core/React/RCTBridgeProxy+Cxx.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/React/Base/RCTBridgeProxy+Cxx.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Core/React/RCTCursor.h b/native/iosTest/Pods/Headers/Private/React-Core/React/RCTCursor.h new file mode 120000 index 000000000..0baf0237e --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-Core/React/RCTCursor.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/React/Views/RCTCursor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Core/React/RCTCxxInspectorPackagerConnection.h b/native/iosTest/Pods/Headers/Private/React-Core/React/RCTCxxInspectorPackagerConnection.h new file mode 120000 index 000000000..794a95a09 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-Core/React/RCTCxxInspectorPackagerConnection.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/React/Inspector/RCTCxxInspectorPackagerConnection.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Core/React/RCTCxxInspectorPackagerConnectionDelegate.h b/native/iosTest/Pods/Headers/Private/React-Core/React/RCTCxxInspectorPackagerConnectionDelegate.h new file mode 120000 index 000000000..2c7e3e50f --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-Core/React/RCTCxxInspectorPackagerConnectionDelegate.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/React/Inspector/RCTCxxInspectorPackagerConnectionDelegate.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Core/React/RCTCxxInspectorWebSocketAdapter.h b/native/iosTest/Pods/Headers/Private/React-Core/React/RCTCxxInspectorWebSocketAdapter.h new file mode 120000 index 000000000..37d19a971 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-Core/React/RCTCxxInspectorWebSocketAdapter.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/React/Inspector/RCTCxxInspectorWebSocketAdapter.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Core/React/RCTDebuggingOverlay.h b/native/iosTest/Pods/Headers/Private/React-Core/React/RCTDebuggingOverlay.h new file mode 120000 index 000000000..81a2d7cd0 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-Core/React/RCTDebuggingOverlay.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/React/Views/RCTDebuggingOverlay.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Core/React/RCTDebuggingOverlayManager.h b/native/iosTest/Pods/Headers/Private/React-Core/React/RCTDebuggingOverlayManager.h new file mode 120000 index 000000000..30e1d1ca0 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-Core/React/RCTDebuggingOverlayManager.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/React/Views/RCTDebuggingOverlayManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Core/React/RCTRuntimeExecutorModule.h b/native/iosTest/Pods/Headers/Private/React-Core/React/RCTRuntimeExecutorModule.h new file mode 120000 index 000000000..371e7fc4d --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-Core/React/RCTRuntimeExecutorModule.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/React/Base/RCTRuntimeExecutorModule.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Core/React/RCTTransformOrigin.h b/native/iosTest/Pods/Headers/Private/React-Core/React/RCTTransformOrigin.h deleted file mode 120000 index ac6fee9b0..000000000 --- a/native/iosTest/Pods/Headers/Private/React-Core/React/RCTTransformOrigin.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/React/Views/RCTTransformOrigin.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/componentregistry/NativeComponentRegistryBinding.h b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/componentregistry/NativeComponentRegistryBinding.h deleted file mode 120000 index abfb7428c..000000000 --- a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/componentregistry/NativeComponentRegistryBinding.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/componentregistry/native/NativeComponentRegistryBinding.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputComponentDescriptor.h b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputComponentDescriptor.h index 2cd547952..6448adbb9 120000 --- a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputComponentDescriptor.h +++ b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputComponentDescriptor.h @@ -1 +1 @@ -../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputComponentDescriptor.h \ No newline at end of file +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/TextInputComponentDescriptor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputEventEmitter.h b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputEventEmitter.h index a706657ac..ed2e4ccb8 120000 --- a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputEventEmitter.h +++ b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputEventEmitter.h @@ -1 +1 @@ -../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputEventEmitter.h \ No newline at end of file +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/TextInputEventEmitter.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputProps.h b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputProps.h index a0ddbd8ff..6adf9fab1 120000 --- a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputProps.h +++ b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputProps.h @@ -1 +1 @@ -../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputProps.h \ No newline at end of file +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/TextInputProps.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputShadowNode.h b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputShadowNode.h index e86b26aea..0b607dc99 120000 --- a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputShadowNode.h +++ b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputShadowNode.h @@ -1 +1 @@ -../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputShadowNode.h \ No newline at end of file +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/TextInputShadowNode.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputState.h b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputState.h index ed0cfc690..f43d43509 120000 --- a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputState.h +++ b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/TextInputState.h @@ -1 +1 @@ -../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputState.h \ No newline at end of file +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/TextInputState.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/conversions.h b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/conversions.h index 461dc321d..098aaa4c0 120000 --- a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/conversions.h +++ b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/conversions.h @@ -1 +1 @@ -../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/conversions.h \ No newline at end of file +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/conversions.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/primitives.h b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/primitives.h index e7c1abeb7..7083e5332 120000 --- a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/primitives.h +++ b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/primitives.h @@ -1 +1 @@ -../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/primitives.h \ No newline at end of file +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/primitives.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/propsConversions.h b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/propsConversions.h index 6e0dd8eb0..c7a2068eb 120000 --- a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/propsConversions.h +++ b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/iostextinput/propsConversions.h @@ -1 +1 @@ -../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/propsConversions.h \ No newline at end of file +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/propsConversions.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticComponentDescriptor.h b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticComponentDescriptor.h new file mode 120000 index 000000000..b7521b80a --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticComponentDescriptor.h @@ -0,0 +1 @@ +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticComponentDescriptor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticShadowNode.h b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticShadowNode.h new file mode 120000 index 000000000..5f570625f --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticShadowNode.h @@ -0,0 +1 @@ +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticShadowNode.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/view/viewPropConversions.h b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/view/viewPropConversions.h deleted file mode 120000 index f88f0c4c5..000000000 --- a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/components/view/viewPropConversions.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/view/viewPropConversions.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/core/EventHandler.h b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/core/EventHandler.h deleted file mode 120000 index 9942db6e5..000000000 --- a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/core/EventHandler.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/core/EventHandler.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/core/TraitCast.h b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/core/TraitCast.h deleted file mode 120000 index 3f8c9d845..000000000 --- a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/core/TraitCast.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/core/TraitCast.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/templateprocessor/UITemplateProcessor.h b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/templateprocessor/UITemplateProcessor.h deleted file mode 120000 index 50e69abff..000000000 --- a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/templateprocessor/UITemplateProcessor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/templateprocessor/UITemplateProcessor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/textlayoutmanager/NSTextStorage+FontScaling.h b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/textlayoutmanager/NSTextStorage+FontScaling.h deleted file mode 120000 index e2cddc0e3..000000000 --- a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/textlayoutmanager/NSTextStorage+FontScaling.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/textlayoutmanager/platform/ios/react/renderer/textlayoutmanager/NSTextStorage+FontScaling.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/textlayoutmanager/TextLayoutContext.h b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/textlayoutmanager/TextLayoutContext.h new file mode 120000 index 000000000..e27973376 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/textlayoutmanager/TextLayoutContext.h @@ -0,0 +1 @@ +../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/textlayoutmanager/TextLayoutContext.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/uimanager/PointerHoverTracker.h b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/uimanager/PointerHoverTracker.h new file mode 120000 index 000000000..57fce21b2 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-Fabric/react/renderer/uimanager/PointerHoverTracker.h @@ -0,0 +1 @@ +../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/uimanager/PointerHoverTracker.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-NativeModulesApple/ReactCommon/RCTBlockGuard.h b/native/iosTest/Pods/Headers/Private/React-NativeModulesApple/ReactCommon/RCTBlockGuard.h deleted file mode 120000 index 12ca38642..000000000 --- a/native/iosTest/Pods/Headers/Private/React-NativeModulesApple/ReactCommon/RCTBlockGuard.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTBlockGuard.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-NativeModulesApple/ReactCommon/RCTRuntimeExecutor.h b/native/iosTest/Pods/Headers/Private/React-NativeModulesApple/ReactCommon/RCTRuntimeExecutor.h new file mode 120000 index 000000000..5338cca2a --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-NativeModulesApple/ReactCommon/RCTRuntimeExecutor.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTRuntimeExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RCTAppDelegate/RCTAppDelegate+Protected.h b/native/iosTest/Pods/Headers/Private/React-RCTAppDelegate/RCTAppDelegate+Protected.h new file mode 120000 index 000000000..97ac5a5f4 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RCTAppDelegate/RCTAppDelegate+Protected.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/Libraries/AppDelegate/RCTAppDelegate+Protected.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RCTAppDelegate/RCTLegacyInteropComponents.h b/native/iosTest/Pods/Headers/Private/React-RCTAppDelegate/RCTLegacyInteropComponents.h deleted file mode 120000 index eb16bfb08..000000000 --- a/native/iosTest/Pods/Headers/Private/React-RCTAppDelegate/RCTLegacyInteropComponents.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../node_modules/react-native/Libraries/AppDelegate/RCTLegacyInteropComponents.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RCTAppDelegate/RCTRootViewFactory.h b/native/iosTest/Pods/Headers/Private/React-RCTAppDelegate/RCTRootViewFactory.h new file mode 120000 index 000000000..a0ea0f2c4 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RCTAppDelegate/RCTRootViewFactory.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/Libraries/AppDelegate/RCTRootViewFactory.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RCTFabric/React/RCTDebuggingOverlayComponentView.h b/native/iosTest/Pods/Headers/Private/React-RCTFabric/React/RCTDebuggingOverlayComponentView.h new file mode 120000 index 000000000..f6b7f89d7 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RCTFabric/React/RCTDebuggingOverlayComponentView.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/React/Fabric/Mounting/ComponentViews/DebuggingOverlay/RCTDebuggingOverlayComponentView.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/ObjCTimerRegistry.h b/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/ObjCTimerRegistry.h new file mode 120000 index 000000000..284b941ea --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/ObjCTimerRegistry.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/ObjCTimerRegistry.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTContextContainerHandling.h b/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTContextContainerHandling.h new file mode 120000 index 000000000..b4fe22baf --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTContextContainerHandling.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTContextContainerHandling.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTHermesInstance.h b/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTHermesInstance.h new file mode 120000 index 000000000..4ae40aa7b --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTHermesInstance.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTHermesInstance.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTHost+Internal.h b/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTHost+Internal.h new file mode 120000 index 000000000..2d71afa93 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTHost+Internal.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTHost+Internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTHost.h b/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTHost.h new file mode 120000 index 000000000..b8eab6ca0 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTHost.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTHost.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTInstance.h b/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTInstance.h new file mode 120000 index 000000000..c4afc91c3 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTInstance.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTInstance.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTJSThreadManager.h b/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTJSThreadManager.h new file mode 120000 index 000000000..092fb02d7 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTJSThreadManager.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTJSThreadManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTLegacyUIManagerConstantsProvider.h b/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTLegacyUIManagerConstantsProvider.h new file mode 120000 index 000000000..e236af2f6 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTLegacyUIManagerConstantsProvider.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTLegacyUIManagerConstantsProvider.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTPerformanceLoggerUtils.h b/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTPerformanceLoggerUtils.h new file mode 120000 index 000000000..6a9d524bd --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RuntimeApple/ReactCommon/RCTPerformanceLoggerUtils.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTPerformanceLoggerUtils.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/BindingsInstaller.h b/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/BindingsInstaller.h new file mode 120000 index 000000000..d02279a48 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/BindingsInstaller.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/BindingsInstaller.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/BridgelessJSCallInvoker.h b/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/BridgelessJSCallInvoker.h new file mode 120000 index 000000000..a62de35e7 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/BridgelessJSCallInvoker.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/BridgelessJSCallInvoker.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/BridgelessNativeMethodCallInvoker.h b/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/BridgelessNativeMethodCallInvoker.h new file mode 120000 index 000000000..e47854649 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/BridgelessNativeMethodCallInvoker.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/BridgelessNativeMethodCallInvoker.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/BufferedRuntimeExecutor.h b/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/BufferedRuntimeExecutor.h new file mode 120000 index 000000000..56f2c71ef --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/BufferedRuntimeExecutor.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/BufferedRuntimeExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/JSRuntimeFactory.h b/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/JSRuntimeFactory.h new file mode 120000 index 000000000..3e316ca5a --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/JSRuntimeFactory.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/JSRuntimeFactory.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/LegacyUIManagerConstantsProviderBinding.h b/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/LegacyUIManagerConstantsProviderBinding.h new file mode 120000 index 000000000..2e0e91d7e --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/LegacyUIManagerConstantsProviderBinding.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/nativeviewconfig/LegacyUIManagerConstantsProviderBinding.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/PlatformTimerRegistry.h b/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/PlatformTimerRegistry.h new file mode 120000 index 000000000..231df96f0 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/PlatformTimerRegistry.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/PlatformTimerRegistry.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/ReactInstance.h b/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/ReactInstance.h new file mode 120000 index 000000000..ea7631e1f --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/ReactInstance.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/ReactInstance.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/TimerManager.h b/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/TimerManager.h new file mode 120000 index 000000000..aaf3f215f --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RuntimeCore/react/runtime/TimerManager.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/TimerManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-RuntimeHermes/react/runtime/hermes/HermesInstance.h b/native/iosTest/Pods/Headers/Private/React-RuntimeHermes/react/runtime/hermes/HermesInstance.h new file mode 120000 index 000000000..f5e356ca1 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-RuntimeHermes/react/runtime/hermes/HermesInstance.h @@ -0,0 +1 @@ +../../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/hermes/HermesInstance.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-cxxreact/cxxreact/MoveWrapper.h b/native/iosTest/Pods/Headers/Private/React-cxxreact/cxxreact/MoveWrapper.h new file mode 120000 index 000000000..f0d55ccbe --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-cxxreact/cxxreact/MoveWrapper.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/cxxreact/MoveWrapper.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-featureflags/react/featureflags/ReactNativeFeatureFlags.h b/native/iosTest/Pods/Headers/Private/React-featureflags/react/featureflags/ReactNativeFeatureFlags.h new file mode 120000 index 000000000..a8246b39a --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-featureflags/react/featureflags/ReactNativeFeatureFlags.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/featureflags/ReactNativeFeatureFlags.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-featureflags/react/featureflags/ReactNativeFeatureFlagsAccessor.h b/native/iosTest/Pods/Headers/Private/React-featureflags/react/featureflags/ReactNativeFeatureFlagsAccessor.h new file mode 120000 index 000000000..53918fed6 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-featureflags/react/featureflags/ReactNativeFeatureFlagsAccessor.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/featureflags/ReactNativeFeatureFlagsAccessor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-featureflags/react/featureflags/ReactNativeFeatureFlagsDefaults.h b/native/iosTest/Pods/Headers/Private/React-featureflags/react/featureflags/ReactNativeFeatureFlagsDefaults.h new file mode 120000 index 000000000..e8a0d08d1 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-featureflags/react/featureflags/ReactNativeFeatureFlagsDefaults.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/featureflags/ReactNativeFeatureFlagsDefaults.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-featureflags/react/featureflags/ReactNativeFeatureFlagsProvider.h b/native/iosTest/Pods/Headers/Private/React-featureflags/react/featureflags/ReactNativeFeatureFlagsProvider.h new file mode 120000 index 000000000..98191f99e --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-featureflags/react/featureflags/ReactNativeFeatureFlagsProvider.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/featureflags/ReactNativeFeatureFlagsProvider.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-graphics/react/renderer/graphics/fromRawValueShared.h b/native/iosTest/Pods/Headers/Private/React-graphics/react/renderer/graphics/fromRawValueShared.h new file mode 120000 index 000000000..033c47497 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-graphics/react/renderer/graphics/fromRawValueShared.h @@ -0,0 +1 @@ +../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/graphics/fromRawValueShared.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/AsyncPauseState.h b/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/AsyncPauseState.h deleted file mode 120000 index 8555ed553..000000000 --- a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/AsyncPauseState.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/ReactCommon/hermes/inspector-modern/AsyncPauseState.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/CallbackOStream.h b/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/CallbackOStream.h deleted file mode 120000 index 37181b1cc..000000000 --- a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/CallbackOStream.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/ReactCommon/hermes/inspector-modern/detail/CallbackOStream.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/Connection.h b/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/Connection.h deleted file mode 120000 index 6289ee62b..000000000 --- a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/Connection.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/ReactCommon/hermes/inspector-modern/chrome/Connection.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/Exceptions.h b/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/Exceptions.h deleted file mode 120000 index 69492b6af..000000000 --- a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/Exceptions.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/ReactCommon/hermes/inspector-modern/Exceptions.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/HermesRuntimeAgentDelegate.h b/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/HermesRuntimeAgentDelegate.h new file mode 120000 index 000000000..c08393052 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/HermesRuntimeAgentDelegate.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/hermes/inspector-modern/chrome/HermesRuntimeAgentDelegate.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/Inspector.h b/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/Inspector.h deleted file mode 120000 index 5a6d30d54..000000000 --- a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/Inspector.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/ReactCommon/hermes/inspector-modern/Inspector.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/InspectorState.h b/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/InspectorState.h deleted file mode 120000 index dd7ad8ee0..000000000 --- a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/InspectorState.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/ReactCommon/hermes/inspector-modern/InspectorState.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/JSITracing.h b/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/JSITracing.h deleted file mode 120000 index 101359a76..000000000 --- a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/JSITracing.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/ReactCommon/hermes/executor/JSITracing.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/MessageConverters.h b/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/MessageConverters.h deleted file mode 120000 index 621ba349c..000000000 --- a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/MessageConverters.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/ReactCommon/hermes/inspector-modern/chrome/MessageConverters.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/MessageInterfaces.h b/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/MessageInterfaces.h deleted file mode 120000 index f5af4f028..000000000 --- a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/MessageInterfaces.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/ReactCommon/hermes/inspector-modern/chrome/MessageInterfaces.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/MessageTypes.h b/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/MessageTypes.h deleted file mode 120000 index 417ea5fe5..000000000 --- a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/MessageTypes.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/ReactCommon/hermes/inspector-modern/chrome/MessageTypes.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/MessageTypesInlines.h b/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/MessageTypesInlines.h deleted file mode 120000 index 39fc2a8df..000000000 --- a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/MessageTypesInlines.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/ReactCommon/hermes/inspector-modern/chrome/MessageTypesInlines.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/RemoteObjectsTable.h b/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/RemoteObjectsTable.h deleted file mode 120000 index 418dc05ed..000000000 --- a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/RemoteObjectsTable.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/ReactCommon/hermes/inspector-modern/chrome/RemoteObjectsTable.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/RuntimeAdapter.h b/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/RuntimeAdapter.h deleted file mode 120000 index 33c856046..000000000 --- a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/RuntimeAdapter.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/ReactCommon/hermes/inspector-modern/RuntimeAdapter.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/SerialExecutor.h b/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/SerialExecutor.h deleted file mode 120000 index b238884a9..000000000 --- a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/SerialExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/ReactCommon/hermes/inspector-modern/detail/SerialExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/Thread.h b/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/Thread.h deleted file mode 120000 index 7598377ea..000000000 --- a/native/iosTest/Pods/Headers/Private/React-hermes/reacthermes/Thread.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/ReactCommon/hermes/inspector-modern/detail/Thread.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/ExecutionContext.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/ExecutionContext.h new file mode 120000 index 000000000..703603855 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/ExecutionContext.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/ExecutionContext.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/ExecutionContextManager.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/ExecutionContextManager.h new file mode 120000 index 000000000..948eff891 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/ExecutionContextManager.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/ExecutionContextManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/FallbackRuntimeAgentDelegate.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/FallbackRuntimeAgentDelegate.h new file mode 120000 index 000000000..14a18fb12 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/FallbackRuntimeAgentDelegate.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/FallbackRuntimeAgentDelegate.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InspectorFlags.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InspectorFlags.h new file mode 120000 index 000000000..550b2d12a --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InspectorFlags.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/InspectorFlags.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector/InspectorInterfaces.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InspectorInterfaces.h similarity index 100% rename from native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector/InspectorInterfaces.h rename to native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InspectorInterfaces.h diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InspectorPackagerConnection.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InspectorPackagerConnection.h new file mode 120000 index 000000000..0d8b8cc5d --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InspectorPackagerConnection.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/InspectorPackagerConnection.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InspectorPackagerConnectionImpl.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InspectorPackagerConnectionImpl.h new file mode 120000 index 000000000..6330bc9b0 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InspectorPackagerConnectionImpl.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/InspectorPackagerConnectionImpl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InspectorUtilities.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InspectorUtilities.h new file mode 120000 index 000000000..451b0958e --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InspectorUtilities.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/InspectorUtilities.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InstanceAgent.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InstanceAgent.h new file mode 120000 index 000000000..d6bd9195c --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InstanceAgent.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/InstanceAgent.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InstanceTarget.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InstanceTarget.h new file mode 120000 index 000000000..72dfbaaed --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/InstanceTarget.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/InstanceTarget.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/PageAgent.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/PageAgent.h new file mode 120000 index 000000000..a5e921f6c --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/PageAgent.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/PageAgent.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/PageTarget.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/PageTarget.h new file mode 120000 index 000000000..99c3c71a9 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/PageTarget.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/PageTarget.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/Parsing.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/Parsing.h new file mode 120000 index 000000000..e2aef5c12 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/Parsing.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/Parsing.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/ReactCdp.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/ReactCdp.h new file mode 120000 index 000000000..3786a8765 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/ReactCdp.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/ReactCdp.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/RuntimeAgent.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/RuntimeAgent.h new file mode 120000 index 000000000..51261a015 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/RuntimeAgent.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/RuntimeAgent.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/RuntimeAgentDelegate.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/RuntimeAgentDelegate.h new file mode 120000 index 000000000..962658277 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/RuntimeAgentDelegate.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/RuntimeAgentDelegate.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/RuntimeTarget.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/RuntimeTarget.h new file mode 120000 index 000000000..ab25e3911 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/RuntimeTarget.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/RuntimeTarget.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/ScopedExecutor.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/ScopedExecutor.h new file mode 120000 index 000000000..e9707ae34 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/ScopedExecutor.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/ScopedExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/SessionState.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/SessionState.h new file mode 120000 index 000000000..21695fbca --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/SessionState.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/SessionState.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/UniqueMonostate.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/UniqueMonostate.h new file mode 120000 index 000000000..50b545081 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/UniqueMonostate.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/UniqueMonostate.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/WeakList.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/WeakList.h new file mode 120000 index 000000000..27f485fc5 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/WeakList.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/WeakList.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/WebSocketInterfaces.h b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/WebSocketInterfaces.h new file mode 120000 index 000000000..ba5e91b63 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-jsinspector/jsinspector-modern/WebSocketInterfaces.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/WebSocketInterfaces.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-runtimescheduler/react/renderer/runtimescheduler/ErrorUtils.h b/native/iosTest/Pods/Headers/Private/React-runtimescheduler/react/renderer/runtimescheduler/ErrorUtils.h deleted file mode 120000 index af9ab8a86..000000000 --- a/native/iosTest/Pods/Headers/Private/React-runtimescheduler/react/renderer/runtimescheduler/ErrorUtils.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler/ErrorUtils.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-runtimescheduler/react/renderer/runtimescheduler/RuntimeScheduler_Legacy.h b/native/iosTest/Pods/Headers/Private/React-runtimescheduler/react/renderer/runtimescheduler/RuntimeScheduler_Legacy.h new file mode 120000 index 000000000..e2682095f --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-runtimescheduler/react/renderer/runtimescheduler/RuntimeScheduler_Legacy.h @@ -0,0 +1 @@ +../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler/RuntimeScheduler_Legacy.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-runtimescheduler/react/renderer/runtimescheduler/RuntimeScheduler_Modern.h b/native/iosTest/Pods/Headers/Private/React-runtimescheduler/react/renderer/runtimescheduler/RuntimeScheduler_Modern.h new file mode 120000 index 000000000..1fb017ca1 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-runtimescheduler/react/renderer/runtimescheduler/RuntimeScheduler_Modern.h @@ -0,0 +1 @@ +../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler/RuntimeScheduler_Modern.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-utils/react/utils/CalledOnceMovableOnlyFunction.h b/native/iosTest/Pods/Headers/Private/React-utils/react/utils/CalledOnceMovableOnlyFunction.h deleted file mode 120000 index e11350ba0..000000000 --- a/native/iosTest/Pods/Headers/Private/React-utils/react/utils/CalledOnceMovableOnlyFunction.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../node_modules/react-native/ReactCommon/react/utils/CalledOnceMovableOnlyFunction.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-utils/react/utils/PackTraits.h b/native/iosTest/Pods/Headers/Private/React-utils/react/utils/PackTraits.h new file mode 120000 index 000000000..3d9c14d8b --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-utils/react/utils/PackTraits.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/utils/PackTraits.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-utils/react/utils/fnv1a.h b/native/iosTest/Pods/Headers/Private/React-utils/react/utils/fnv1a.h new file mode 120000 index 000000000..c4aa6808d --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-utils/react/utils/fnv1a.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/utils/fnv1a.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-utils/react/utils/jsi.h b/native/iosTest/Pods/Headers/Private/React-utils/react/utils/jsi.h new file mode 120000 index 000000000..213f0ded5 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-utils/react/utils/jsi.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/utils/jsi.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/React-utils/react/utils/to_underlying.h b/native/iosTest/Pods/Headers/Private/React-utils/react/utils/to_underlying.h new file mode 120000 index 000000000..6d8f1923a --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/React-utils/react/utils/to_underlying.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/utils/to_underlying.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/ReactCommon/ReactCommon/CxxTurboModuleUtils.h b/native/iosTest/Pods/Headers/Private/ReactCommon/ReactCommon/CxxTurboModuleUtils.h new file mode 120000 index 000000000..973130d08 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/ReactCommon/ReactCommon/CxxTurboModuleUtils.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/nativemodule/core/ReactCommon/CxxTurboModuleUtils.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/YGConfig.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/YGConfig.h new file mode 120000 index 000000000..3c988431a --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/Yoga/yoga/YGConfig.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGConfig.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/YGNode.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/YGNode.h new file mode 120000 index 000000000..0fd2c12e8 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/Yoga/yoga/YGNode.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGNode.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/YGNodeLayout.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/YGNodeLayout.h new file mode 120000 index 000000000..1a127cf15 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/Yoga/yoga/YGNodeLayout.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGNodeLayout.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/YGNodeStyle.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/YGNodeStyle.h new file mode 120000 index 000000000..8a80686da --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/Yoga/yoga/YGNodeStyle.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGNodeStyle.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/YGPixelGrid.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/YGPixelGrid.h new file mode 120000 index 000000000..e01f4dd1d --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/Yoga/yoga/YGPixelGrid.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGPixelGrid.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/Yoga-internal.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/Yoga-internal.h deleted file mode 120000 index 0bb0865a5..000000000 --- a/native/iosTest/Pods/Headers/Private/Yoga/yoga/Yoga-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/Yoga-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/algorithm/AbsoluteLayout.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/algorithm/AbsoluteLayout.h new file mode 120000 index 000000000..853479a07 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/Yoga/yoga/algorithm/AbsoluteLayout.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/algorithm/AbsoluteLayout.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/algorithm/ResolveValue.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/algorithm/ResolveValue.h deleted file mode 120000 index b36efc29e..000000000 --- a/native/iosTest/Pods/Headers/Private/Yoga/yoga/algorithm/ResolveValue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/algorithm/ResolveValue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/algorithm/SizingMode.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/algorithm/SizingMode.h new file mode 120000 index 000000000..e30c79036 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/Yoga/yoga/algorithm/SizingMode.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/algorithm/SizingMode.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/algorithm/TrailingPosition.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/algorithm/TrailingPosition.h new file mode 120000 index 000000000..7b5307455 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/Yoga/yoga/algorithm/TrailingPosition.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/algorithm/TrailingPosition.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/bits/BitCast.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/bits/BitCast.h deleted file mode 120000 index 4fc858787..000000000 --- a/native/iosTest/Pods/Headers/Private/Yoga/yoga/bits/BitCast.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/bits/BitCast.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/bits/NumericBitfield.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/bits/NumericBitfield.h deleted file mode 120000 index 04090f597..000000000 --- a/native/iosTest/Pods/Headers/Private/Yoga/yoga/bits/NumericBitfield.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/bits/NumericBitfield.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/debug/NodeToString.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/debug/NodeToString.h deleted file mode 120000 index 5d73de749..000000000 --- a/native/iosTest/Pods/Headers/Private/Yoga/yoga/debug/NodeToString.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/debug/NodeToString.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/enums/PhysicalEdge.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/enums/PhysicalEdge.h new file mode 120000 index 000000000..3e981aae9 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/Yoga/yoga/enums/PhysicalEdge.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/enums/PhysicalEdge.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/enums/PrintOptions.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/enums/PrintOptions.h deleted file mode 120000 index 41c0a44ad..000000000 --- a/native/iosTest/Pods/Headers/Private/Yoga/yoga/enums/PrintOptions.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/enums/PrintOptions.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/style/CompactValue.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/style/CompactValue.h deleted file mode 120000 index 9d623cc0a..000000000 --- a/native/iosTest/Pods/Headers/Private/Yoga/yoga/style/CompactValue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/style/CompactValue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/style/SmallValueBuffer.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/style/SmallValueBuffer.h new file mode 120000 index 000000000..36bc49b5f --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/Yoga/yoga/style/SmallValueBuffer.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/style/SmallValueBuffer.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/style/StyleLength.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/style/StyleLength.h new file mode 120000 index 000000000..f8c137e4f --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/Yoga/yoga/style/StyleLength.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/style/StyleLength.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/style/StyleValueHandle.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/style/StyleValueHandle.h new file mode 120000 index 000000000..0a3e8cfc9 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/Yoga/yoga/style/StyleValueHandle.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/style/StyleValueHandle.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/Yoga/yoga/style/StyleValuePool.h b/native/iosTest/Pods/Headers/Private/Yoga/yoga/style/StyleValuePool.h new file mode 120000 index 000000000..88d4651b6 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/Yoga/yoga/style/StyleValuePool.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/style/StyleValuePool.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/fmt/fmt/args.h b/native/iosTest/Pods/Headers/Private/fmt/fmt/args.h new file mode 120000 index 000000000..fa0acfd82 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/fmt/fmt/args.h @@ -0,0 +1 @@ +../../../../fmt/include/fmt/args.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/fmt/fmt/locale.h b/native/iosTest/Pods/Headers/Private/fmt/fmt/locale.h deleted file mode 120000 index a79da80ef..000000000 --- a/native/iosTest/Pods/Headers/Private/fmt/fmt/locale.h +++ /dev/null @@ -1 +0,0 @@ -../../../../fmt/include/fmt/locale.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/fmt/fmt/posix.h b/native/iosTest/Pods/Headers/Private/fmt/fmt/posix.h deleted file mode 120000 index e07a930d8..000000000 --- a/native/iosTest/Pods/Headers/Private/fmt/fmt/posix.h +++ /dev/null @@ -1 +0,0 @@ -../../../../fmt/include/fmt/posix.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/fmt/fmt/std.h b/native/iosTest/Pods/Headers/Private/fmt/fmt/std.h new file mode 120000 index 000000000..b5943df5d --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/fmt/fmt/std.h @@ -0,0 +1 @@ +../../../../fmt/include/fmt/std.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/fmt/fmt/xchar.h b/native/iosTest/Pods/Headers/Private/fmt/fmt/xchar.h new file mode 120000 index 000000000..ed1d38f8d --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/fmt/fmt/xchar.h @@ -0,0 +1 @@ +../../../../fmt/include/fmt/xchar.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/AsyncDebuggerAPI.h b/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/AsyncDebuggerAPI.h new file mode 120000 index 000000000..bae14b6a4 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/AsyncDebuggerAPI.h @@ -0,0 +1 @@ +../../../../hermes-engine/destroot/include/hermes/AsyncDebuggerAPI.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/RuntimeTaskRunner.h b/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/RuntimeTaskRunner.h new file mode 120000 index 000000000..95d144374 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/RuntimeTaskRunner.h @@ -0,0 +1 @@ +../../../../hermes-engine/destroot/include/hermes/RuntimeTaskRunner.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/ThreadSafetyAnalysis.h b/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/ThreadSafetyAnalysis.h new file mode 120000 index 000000000..e45c70014 --- /dev/null +++ b/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/ThreadSafetyAnalysis.h @@ -0,0 +1 @@ +../../../../hermes-engine/destroot/include/hermes/ThreadSafetyAnalysis.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/inspector/AsyncPauseState.h b/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/inspector/AsyncPauseState.h deleted file mode 120000 index a38bc3bd1..000000000 --- a/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/inspector/AsyncPauseState.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../hermes-engine/destroot/include/hermes/inspector/AsyncPauseState.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/inspector/Exceptions.h b/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/inspector/Exceptions.h deleted file mode 120000 index 096fd5348..000000000 --- a/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/inspector/Exceptions.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../hermes-engine/destroot/include/hermes/inspector/Exceptions.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/inspector/chrome/RemoteObjectsTable.h b/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/inspector/chrome/RemoteObjectsTable.h deleted file mode 120000 index fe3c3483e..000000000 --- a/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/inspector/chrome/RemoteObjectsTable.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../hermes-engine/destroot/include/hermes/inspector/chrome/RemoteObjectsTable.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/inspector/chrome/ThreadSafetyAnalysis.h b/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/inspector/chrome/ThreadSafetyAnalysis.h deleted file mode 120000 index b5f9e4ff3..000000000 --- a/native/iosTest/Pods/Headers/Private/hermes-engine/hermes/inspector/chrome/ThreadSafetyAnalysis.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../hermes-engine/destroot/include/hermes/inspector/chrome/ThreadSafetyAnalysis.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/bufferevent-internal.h b/native/iosTest/Pods/Headers/Private/libevent/bufferevent-internal.h deleted file mode 120000 index 5a2a01f14..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/bufferevent-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/bufferevent-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/changelist-internal.h b/native/iosTest/Pods/Headers/Private/libevent/changelist-internal.h deleted file mode 120000 index 85c57472a..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/changelist-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/changelist-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/defer-internal.h b/native/iosTest/Pods/Headers/Private/libevent/defer-internal.h deleted file mode 120000 index eb537daa5..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/defer-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/defer-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/epolltable-internal.h b/native/iosTest/Pods/Headers/Private/libevent/epolltable-internal.h deleted file mode 120000 index 66182bab6..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/epolltable-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/epolltable-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/evbuffer-internal.h b/native/iosTest/Pods/Headers/Private/libevent/evbuffer-internal.h deleted file mode 120000 index 2453686f4..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/evbuffer-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/evbuffer-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/evconfig-private.h b/native/iosTest/Pods/Headers/Private/libevent/evconfig-private.h deleted file mode 120000 index 1f041c8c9..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/evconfig-private.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/evconfig-private.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/evdns.h b/native/iosTest/Pods/Headers/Private/libevent/evdns.h deleted file mode 120000 index c7e5e3d06..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/evdns.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/include/evdns.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/event-internal.h b/native/iosTest/Pods/Headers/Private/libevent/event-internal.h deleted file mode 120000 index e28bae3c0..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/event-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/event-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/event.h b/native/iosTest/Pods/Headers/Private/libevent/event.h deleted file mode 120000 index 88aaccb12..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/event.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/include/event.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/evhttp.h b/native/iosTest/Pods/Headers/Private/libevent/evhttp.h deleted file mode 120000 index 8636bcadd..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/evhttp.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/include/evhttp.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/evmap-internal.h b/native/iosTest/Pods/Headers/Private/libevent/evmap-internal.h deleted file mode 120000 index ec33726df..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/evmap-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/evmap-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/evrpc-internal.h b/native/iosTest/Pods/Headers/Private/libevent/evrpc-internal.h deleted file mode 120000 index 5fdc9ca56..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/evrpc-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/evrpc-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/evrpc.h b/native/iosTest/Pods/Headers/Private/libevent/evrpc.h deleted file mode 120000 index 882161301..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/evrpc.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/include/evrpc.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/evsignal-internal.h b/native/iosTest/Pods/Headers/Private/libevent/evsignal-internal.h deleted file mode 120000 index 659c1c15e..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/evsignal-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/evsignal-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/evthread-internal.h b/native/iosTest/Pods/Headers/Private/libevent/evthread-internal.h deleted file mode 120000 index 2e7e86cb1..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/evthread-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/evthread-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/evutil.h b/native/iosTest/Pods/Headers/Private/libevent/evutil.h deleted file mode 120000 index e4e3889e4..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/evutil.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/include/evutil.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/ht-internal.h b/native/iosTest/Pods/Headers/Private/libevent/ht-internal.h deleted file mode 120000 index 5e7422c25..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/ht-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/ht-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/http-internal.h b/native/iosTest/Pods/Headers/Private/libevent/http-internal.h deleted file mode 120000 index 4af922e34..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/http-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/http-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/iocp-internal.h b/native/iosTest/Pods/Headers/Private/libevent/iocp-internal.h deleted file mode 120000 index 258a28f4c..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/iocp-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/iocp-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/ipv6-internal.h b/native/iosTest/Pods/Headers/Private/libevent/ipv6-internal.h deleted file mode 120000 index 57fd31cf0..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/ipv6-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/ipv6-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/kqueue-internal.h b/native/iosTest/Pods/Headers/Private/libevent/kqueue-internal.h deleted file mode 120000 index b5c1ae0d6..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/kqueue-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/kqueue-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/log-internal.h b/native/iosTest/Pods/Headers/Private/libevent/log-internal.h deleted file mode 120000 index 9faaa843a..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/log-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/log-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/minheap-internal.h b/native/iosTest/Pods/Headers/Private/libevent/minheap-internal.h deleted file mode 120000 index c412c9172..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/minheap-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/minheap-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/mm-internal.h b/native/iosTest/Pods/Headers/Private/libevent/mm-internal.h deleted file mode 120000 index a7004f3a4..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/mm-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/mm-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/ratelim-internal.h b/native/iosTest/Pods/Headers/Private/libevent/ratelim-internal.h deleted file mode 120000 index 6424f00b9..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/ratelim-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/ratelim-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/strlcpy-internal.h b/native/iosTest/Pods/Headers/Private/libevent/strlcpy-internal.h deleted file mode 120000 index bb7f15f53..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/strlcpy-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/strlcpy-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/time-internal.h b/native/iosTest/Pods/Headers/Private/libevent/time-internal.h deleted file mode 120000 index 947abc668..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/time-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/time-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Private/libevent/util-internal.h b/native/iosTest/Pods/Headers/Private/libevent/util-internal.h deleted file mode 120000 index 2ce855e73..000000000 --- a/native/iosTest/Pods/Headers/Private/libevent/util-internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/util-internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/DoubleConversion/DoubleConversion-umbrella.h b/native/iosTest/Pods/Headers/Public/DoubleConversion/DoubleConversion-umbrella.h new file mode 120000 index 000000000..e832a1ad4 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/DoubleConversion/DoubleConversion-umbrella.h @@ -0,0 +1 @@ +../../../Target Support Files/DoubleConversion/DoubleConversion-umbrella.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/DoubleConversion/DoubleConversion.modulemap b/native/iosTest/Pods/Headers/Public/DoubleConversion/DoubleConversion.modulemap new file mode 120000 index 000000000..79df8e3dd --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/DoubleConversion/DoubleConversion.modulemap @@ -0,0 +1 @@ +../../../Target Support Files/DoubleConversion/DoubleConversion.modulemap \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/ConstructorCallback.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/ConstructorCallback.h deleted file mode 120000 index d72e3a77c..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/ConstructorCallback.h +++ /dev/null @@ -1 +0,0 @@ -../../../../RCT-Folly/folly/ConstructorCallback.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/ConstructorCallbackList.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/ConstructorCallbackList.h new file mode 120000 index 000000000..4d58f77b1 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/ConstructorCallbackList.h @@ -0,0 +1 @@ +../../../../RCT-Folly/folly/ConstructorCallbackList.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/MaybeManagedPtr.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/MaybeManagedPtr.h new file mode 120000 index 000000000..e0de099a3 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/MaybeManagedPtr.h @@ -0,0 +1 @@ +../../../../RCT-Folly/folly/MaybeManagedPtr.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/base64.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/base64.h new file mode 120000 index 000000000..6a3e24d73 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/base64.h @@ -0,0 +1 @@ +../../../../RCT-Folly/folly/base64.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/chrono/Hardware.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/chrono/Hardware.h deleted file mode 120000 index 69bc87c68..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/chrono/Hardware.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/chrono/Hardware.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/AtomicSharedPtr.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/AtomicSharedPtr.h deleted file mode 120000 index 2a216f679..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/AtomicSharedPtr.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/concurrency/AtomicSharedPtr.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/ConcurrentHashMap.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/ConcurrentHashMap.h deleted file mode 120000 index 9fffac647..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/ConcurrentHashMap.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/concurrency/ConcurrentHashMap.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/CoreCachedSharedPtr.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/CoreCachedSharedPtr.h deleted file mode 120000 index f6fa56f9a..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/CoreCachedSharedPtr.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/concurrency/CoreCachedSharedPtr.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/DeadlockDetector.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/DeadlockDetector.h deleted file mode 120000 index 544057303..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/DeadlockDetector.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/concurrency/DeadlockDetector.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/DynamicBoundedQueue.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/DynamicBoundedQueue.h deleted file mode 120000 index bf423d098..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/DynamicBoundedQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/concurrency/DynamicBoundedQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/PriorityUnboundedQueueSet.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/PriorityUnboundedQueueSet.h deleted file mode 120000 index fc68d8702..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/PriorityUnboundedQueueSet.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/concurrency/PriorityUnboundedQueueSet.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/ThreadCachedSynchronized.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/ThreadCachedSynchronized.h deleted file mode 120000 index 03c55f48c..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/ThreadCachedSynchronized.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/concurrency/ThreadCachedSynchronized.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/UnboundedQueue.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/UnboundedQueue.h deleted file mode 120000 index 0f34ff5d1..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/concurrency/UnboundedQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/concurrency/UnboundedQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/container/IntrusiveHeap.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/container/IntrusiveHeap.h new file mode 120000 index 000000000..a7386a81a --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/container/IntrusiveHeap.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/container/IntrusiveHeap.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/container/WeightedEvictingCacheMap.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/container/WeightedEvictingCacheMap.h new file mode 120000 index 000000000..0ccbad2ff --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/container/WeightedEvictingCacheMap.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/container/WeightedEvictingCacheMap.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/PerfScoped.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/PerfScoped.h new file mode 120000 index 000000000..56a530698 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/PerfScoped.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/detail/PerfScoped.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimdAnyOf.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimdAnyOf.h new file mode 120000 index 000000000..82ab9f389 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimdAnyOf.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/detail/SimdAnyOf.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimdCharPlatform.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimdCharPlatform.h new file mode 120000 index 000000000..67e630c2e --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimdCharPlatform.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/detail/SimdCharPlatform.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimdForEach.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimdForEach.h new file mode 120000 index 000000000..dfc3a786c --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimdForEach.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/detail/SimdForEach.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimpleSimdStringUtils.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimpleSimdStringUtils.h new file mode 120000 index 000000000..ebbca490c --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimpleSimdStringUtils.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/detail/SimpleSimdStringUtils.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimpleSimdStringUtilsImpl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimpleSimdStringUtilsImpl.h new file mode 120000 index 000000000..88dc6ebd6 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SimpleSimdStringUtilsImpl.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/detail/SimpleSimdStringUtilsImpl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SplitStringSimd.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SplitStringSimd.h new file mode 120000 index 000000000..fe703617f --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SplitStringSimd.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/detail/SplitStringSimd.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SplitStringSimdImpl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SplitStringSimdImpl.h new file mode 120000 index 000000000..def6f3bd7 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/SplitStringSimdImpl.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/detail/SplitStringSimdImpl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/UnrollUtils.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/UnrollUtils.h new file mode 120000 index 000000000..fa16aa4d9 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/detail/UnrollUtils.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/detail/UnrollUtils.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/Async.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/Async.h deleted file mode 120000 index ede53db54..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/Async.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/Async.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/CPUThreadPoolExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/CPUThreadPoolExecutor.h deleted file mode 120000 index 561e88a3c..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/CPUThreadPoolExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/CPUThreadPoolExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/Codel.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/Codel.h deleted file mode 120000 index df1488e6d..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/Codel.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/Codel.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/DrivableExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/DrivableExecutor.h deleted file mode 120000 index 933191320..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/DrivableExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/DrivableExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/EDFThreadPoolExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/EDFThreadPoolExecutor.h deleted file mode 120000 index 86a9bb47f..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/EDFThreadPoolExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/EDFThreadPoolExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ExecutorWithPriority-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ExecutorWithPriority-inl.h deleted file mode 120000 index 178b70643..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ExecutorWithPriority-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/ExecutorWithPriority-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ExecutorWithPriority.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ExecutorWithPriority.h deleted file mode 120000 index 7a37c1678..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ExecutorWithPriority.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/ExecutorWithPriority.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/FiberIOExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/FiberIOExecutor.h deleted file mode 120000 index a4628a485..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/FiberIOExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/FiberIOExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/FutureExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/FutureExecutor.h deleted file mode 120000 index 89da05e55..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/FutureExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/FutureExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/GlobalExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/GlobalExecutor.h deleted file mode 120000 index 315ecff3d..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/GlobalExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/GlobalExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/GlobalThreadPoolList.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/GlobalThreadPoolList.h deleted file mode 120000 index 398ecc89a..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/GlobalThreadPoolList.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/GlobalThreadPoolList.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/IOExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/IOExecutor.h deleted file mode 120000 index ed3deed06..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/IOExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/IOExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/IOObjectCache.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/IOObjectCache.h deleted file mode 120000 index ae7371a92..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/IOObjectCache.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/IOObjectCache.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/IOThreadPoolDeadlockDetectorObserver.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/IOThreadPoolDeadlockDetectorObserver.h deleted file mode 120000 index 0be741846..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/IOThreadPoolDeadlockDetectorObserver.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/IOThreadPoolDeadlockDetectorObserver.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/IOThreadPoolExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/IOThreadPoolExecutor.h deleted file mode 120000 index ac02a1bcb..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/IOThreadPoolExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/IOThreadPoolExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/InlineExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/InlineExecutor.h deleted file mode 120000 index 1971559e0..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/InlineExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/InlineExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ManualExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ManualExecutor.h deleted file mode 120000 index 1b93ae2ba..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ManualExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/ManualExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/MeteredExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/MeteredExecutor.h deleted file mode 120000 index d07f3fca9..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/MeteredExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/MeteredExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/QueueObserver.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/QueueObserver.h deleted file mode 120000 index d2a7af67b..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/QueueObserver.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/QueueObserver.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/QueuedImmediateExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/QueuedImmediateExecutor.h deleted file mode 120000 index dbfd20d63..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/QueuedImmediateExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/QueuedImmediateExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ScheduledExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ScheduledExecutor.h deleted file mode 120000 index 2333cc4c9..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ScheduledExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/ScheduledExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/SequencedExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/SequencedExecutor.h deleted file mode 120000 index bdf0168a8..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/SequencedExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/SequencedExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/SerialExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/SerialExecutor.h deleted file mode 120000 index e041394ff..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/SerialExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/SerialExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/SoftRealTimeExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/SoftRealTimeExecutor.h deleted file mode 120000 index fbefc6a66..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/SoftRealTimeExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/SoftRealTimeExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/StrandExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/StrandExecutor.h deleted file mode 120000 index 8e6c5e435..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/StrandExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/StrandExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ThreadPoolExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ThreadPoolExecutor.h deleted file mode 120000 index 171e6815b..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ThreadPoolExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/ThreadPoolExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ThreadedExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ThreadedExecutor.h deleted file mode 120000 index cb73c3859..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/ThreadedExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/ThreadedExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/TimedDrivableExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/TimedDrivableExecutor.h deleted file mode 120000 index 36b2ff2f2..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/TimedDrivableExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/TimedDrivableExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/TimekeeperScheduledExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/TimekeeperScheduledExecutor.h deleted file mode 120000 index 8217f2ce0..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/TimekeeperScheduledExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/executors/TimekeeperScheduledExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/BlockingQueue.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/BlockingQueue.h deleted file mode 120000 index ec434d4f9..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/BlockingQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/executors/task_queue/BlockingQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/LifoSemMPMCQueue.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/LifoSemMPMCQueue.h deleted file mode 120000 index b91e3a5da..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/LifoSemMPMCQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/executors/task_queue/LifoSemMPMCQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/PriorityLifoSemMPMCQueue.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/PriorityLifoSemMPMCQueue.h deleted file mode 120000 index c8ac97c50..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/PriorityLifoSemMPMCQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/executors/task_queue/PriorityLifoSemMPMCQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/PriorityUnboundedBlockingQueue.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/PriorityUnboundedBlockingQueue.h deleted file mode 120000 index f24bc2e3f..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/PriorityUnboundedBlockingQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/executors/task_queue/PriorityUnboundedBlockingQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/UnboundedBlockingQueue.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/UnboundedBlockingQueue.h deleted file mode 120000 index 494461bca..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/task_queue/UnboundedBlockingQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/executors/task_queue/UnboundedBlockingQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/thread_factory/NamedThreadFactory.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/thread_factory/NamedThreadFactory.h deleted file mode 120000 index 1ed8c3685..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/thread_factory/NamedThreadFactory.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/executors/thread_factory/NamedThreadFactory.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/thread_factory/ThreadFactory.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/thread_factory/ThreadFactory.h deleted file mode 120000 index 0bbc25f68..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/executors/thread_factory/ThreadFactory.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/executors/thread_factory/ThreadFactory.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/AtomicReadMostlyMainPtr.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/AtomicReadMostlyMainPtr.h deleted file mode 120000 index ef4397939..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/AtomicReadMostlyMainPtr.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/AtomicReadMostlyMainPtr.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/AutoTimer.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/AutoTimer.h deleted file mode 120000 index f2e38787e..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/AutoTimer.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/AutoTimer.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/BitVectorCoding.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/BitVectorCoding.h deleted file mode 120000 index 34af8da6c..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/BitVectorCoding.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/BitVectorCoding.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Bits.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Bits.h deleted file mode 120000 index d8a108b3b..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Bits.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/Bits.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Cleanup.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Cleanup.h deleted file mode 120000 index 5e5cfbed9..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Cleanup.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/Cleanup.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/CodingDetail.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/CodingDetail.h deleted file mode 120000 index d690ace2a..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/CodingDetail.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/CodingDetail.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Coinflip.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Coinflip.h deleted file mode 120000 index b8cd4c60e..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Coinflip.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/Coinflip.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/DynamicParser-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/DynamicParser-inl.h deleted file mode 120000 index ffc2bf90d..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/DynamicParser-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/DynamicParser-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/DynamicParser.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/DynamicParser.h deleted file mode 120000 index 9d9ed13c6..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/DynamicParser.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/DynamicParser.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/EliasFanoCoding.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/EliasFanoCoding.h deleted file mode 120000 index e31ae33e0..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/EliasFanoCoding.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/EliasFanoCoding.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/EnvUtil.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/EnvUtil.h deleted file mode 120000 index 9731c3212..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/EnvUtil.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/EnvUtil.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/EventCount.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/EventCount.h deleted file mode 120000 index 800a29b41..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/EventCount.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/EventCount.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ExecutionObserver.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ExecutionObserver.h deleted file mode 120000 index c6bb72d2a..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ExecutionObserver.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/ExecutionObserver.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/FlatCombiningPriorityQueue.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/FlatCombiningPriorityQueue.h deleted file mode 120000 index f5c729493..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/FlatCombiningPriorityQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/FlatCombiningPriorityQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/FunctionScheduler.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/FunctionScheduler.h deleted file mode 120000 index fefb6bafa..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/FunctionScheduler.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/FunctionScheduler.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/FutureDAG.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/FutureDAG.h deleted file mode 120000 index 44acb1dde..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/FutureDAG.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/FutureDAG.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Instructions.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Instructions.h deleted file mode 120000 index 478c70d62..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Instructions.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/Instructions.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/JSONSchema.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/JSONSchema.h deleted file mode 120000 index 539396d5a..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/JSONSchema.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/JSONSchema.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/JemallocHugePageAllocator.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/JemallocHugePageAllocator.h deleted file mode 120000 index dd35e46e8..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/JemallocHugePageAllocator.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/JemallocHugePageAllocator.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/JemallocNodumpAllocator.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/JemallocNodumpAllocator.h deleted file mode 120000 index 17af5f925..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/JemallocNodumpAllocator.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/JemallocNodumpAllocator.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/LockFreeRingBuffer.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/LockFreeRingBuffer.h deleted file mode 120000 index d7cc2fdc3..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/LockFreeRingBuffer.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/LockFreeRingBuffer.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/NestedCommandLineApp.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/NestedCommandLineApp.h deleted file mode 120000 index 494bcf7df..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/NestedCommandLineApp.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/NestedCommandLineApp.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/PrimaryPtr.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/PrimaryPtr.h deleted file mode 120000 index e2c8d8709..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/PrimaryPtr.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/PrimaryPtr.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ProgramOptions.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ProgramOptions.h deleted file mode 120000 index 6926e761d..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ProgramOptions.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/ProgramOptions.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/QuotientMultiSet-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/QuotientMultiSet-inl.h deleted file mode 120000 index 782cb5291..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/QuotientMultiSet-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/QuotientMultiSet-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/QuotientMultiSet.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/QuotientMultiSet.h deleted file mode 120000 index f7edcd9b2..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/QuotientMultiSet.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/QuotientMultiSet.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ReadMostlySharedPtr.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ReadMostlySharedPtr.h deleted file mode 120000 index 7cf295598..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ReadMostlySharedPtr.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/ReadMostlySharedPtr.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/RelaxedConcurrentPriorityQueue.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/RelaxedConcurrentPriorityQueue.h deleted file mode 120000 index 5415a2278..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/RelaxedConcurrentPriorityQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/RelaxedConcurrentPriorityQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/STTimerFDTimeoutManager.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/STTimerFDTimeoutManager.h deleted file mode 120000 index 428db962f..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/STTimerFDTimeoutManager.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/STTimerFDTimeoutManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Select64.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Select64.h deleted file mode 120000 index fbfb8a83b..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/Select64.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/Select64.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/SingleWriterFixedHashMap.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/SingleWriterFixedHashMap.h deleted file mode 120000 index a5889865d..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/SingleWriterFixedHashMap.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/SingleWriterFixedHashMap.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/SingletonRelaxedCounter.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/SingletonRelaxedCounter.h deleted file mode 120000 index c24329e87..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/SingletonRelaxedCounter.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/SingletonRelaxedCounter.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StampedPtr.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StampedPtr.h deleted file mode 120000 index ba2894017..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StampedPtr.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/StampedPtr.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedCommon.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedCommon.h deleted file mode 120000 index be82023b6..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedCommon.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/StringKeyedCommon.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedMap.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedMap.h deleted file mode 120000 index abb41c4af..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedMap.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/StringKeyedMap.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedSet.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedSet.h deleted file mode 120000 index 5b187590f..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedSet.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/StringKeyedSet.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedUnorderedMap.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedUnorderedMap.h deleted file mode 120000 index fbb435d13..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedUnorderedMap.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/StringKeyedUnorderedMap.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedUnorderedSet.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedUnorderedSet.h deleted file mode 120000 index c4f091572..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/StringKeyedUnorderedSet.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/StringKeyedUnorderedSet.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TLRefCount.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TLRefCount.h deleted file mode 120000 index ddaee6fac..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TLRefCount.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/TLRefCount.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TestUtil.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TestUtil.h deleted file mode 120000 index 815cb3b9e..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TestUtil.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/TestUtil.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ThreadWheelTimekeeperHighRes.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ThreadWheelTimekeeperHighRes.h deleted file mode 120000 index b5f51bcea..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ThreadWheelTimekeeperHighRes.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/ThreadWheelTimekeeperHighRes.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ThreadedRepeatingFunctionRunner.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ThreadedRepeatingFunctionRunner.h deleted file mode 120000 index 9662906d3..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/ThreadedRepeatingFunctionRunner.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/ThreadedRepeatingFunctionRunner.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TimerFD.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TimerFD.h deleted file mode 120000 index f2c1b5b34..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TimerFD.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/TimerFD.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TimerFDTimeoutManager.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TimerFDTimeoutManager.h deleted file mode 120000 index 66366afda..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TimerFDTimeoutManager.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/TimerFDTimeoutManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TupleOps.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TupleOps.h deleted file mode 120000 index d70d38aef..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/TupleOps.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/experimental/TupleOps.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/bser/Bser.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/bser/Bser.h deleted file mode 120000 index fb27feb9a..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/bser/Bser.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/bser/Bser.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Channel-fwd.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Channel-fwd.h deleted file mode 120000 index ec3995748..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Channel-fwd.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/Channel-fwd.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Channel-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Channel-inl.h deleted file mode 120000 index 754284279..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Channel-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/Channel-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Channel.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Channel.h deleted file mode 120000 index f335eaf0c..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Channel.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/Channel.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ChannelCallbackHandle.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ChannelCallbackHandle.h deleted file mode 120000 index 670f148a9..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ChannelCallbackHandle.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/ChannelCallbackHandle.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ChannelProcessor-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ChannelProcessor-inl.h deleted file mode 120000 index 00e7f0589..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ChannelProcessor-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/ChannelProcessor-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ChannelProcessor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ChannelProcessor.h deleted file mode 120000 index 694fa9ab1..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ChannelProcessor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/ChannelProcessor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ConsumeChannel-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ConsumeChannel-inl.h deleted file mode 120000 index 65d53783e..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ConsumeChannel-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/ConsumeChannel-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ConsumeChannel.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ConsumeChannel.h deleted file mode 120000 index 384f936f1..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/ConsumeChannel.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/ConsumeChannel.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/FanoutChannel-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/FanoutChannel-inl.h deleted file mode 120000 index bc0ed5a68..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/FanoutChannel-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/FanoutChannel-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/FanoutChannel.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/FanoutChannel.h deleted file mode 120000 index d65cd1dec..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/FanoutChannel.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/FanoutChannel.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/FanoutSender-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/FanoutSender-inl.h deleted file mode 120000 index e3b28e08a..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/FanoutSender-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/FanoutSender-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/FanoutSender.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/FanoutSender.h deleted file mode 120000 index 073dd866b..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/FanoutSender.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/FanoutSender.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Merge-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Merge-inl.h deleted file mode 120000 index 9133fca57..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Merge-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/Merge-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Merge.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Merge.h deleted file mode 120000 index f306a18c2..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Merge.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/Merge.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/MergeChannel-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/MergeChannel-inl.h deleted file mode 120000 index 15c6c4a77..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/MergeChannel-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/MergeChannel-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/MergeChannel.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/MergeChannel.h deleted file mode 120000 index d4eea19aa..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/MergeChannel.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/MergeChannel.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/MultiplexChannel-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/MultiplexChannel-inl.h deleted file mode 120000 index 62dc073ff..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/MultiplexChannel-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/MultiplexChannel-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/MultiplexChannel.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/MultiplexChannel.h deleted file mode 120000 index fc03e4bfe..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/MultiplexChannel.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/MultiplexChannel.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/OnClosedException.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/OnClosedException.h deleted file mode 120000 index 5b9c576bf..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/OnClosedException.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/OnClosedException.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Producer-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Producer-inl.h deleted file mode 120000 index dc3262929..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Producer-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/Producer-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Producer.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Producer.h deleted file mode 120000 index ef7be9b84..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Producer.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/Producer.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/RateLimiter.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/RateLimiter.h deleted file mode 120000 index d51879548..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/RateLimiter.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/RateLimiter.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Transform-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Transform-inl.h deleted file mode 120000 index 0e8689f93..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Transform-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/Transform-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Transform.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Transform.h deleted file mode 120000 index 16f5a5914..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/Transform.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/channels/Transform.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/AtomicQueue.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/AtomicQueue.h deleted file mode 120000 index f8a9dba30..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/AtomicQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/channels/detail/AtomicQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/ChannelBridge.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/ChannelBridge.h deleted file mode 120000 index dc72f5eec..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/ChannelBridge.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/channels/detail/ChannelBridge.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/FunctionTraits.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/FunctionTraits.h deleted file mode 120000 index 163e0c46a..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/FunctionTraits.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/channels/detail/FunctionTraits.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/IntrusivePtr.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/IntrusivePtr.h deleted file mode 120000 index aba9b2700..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/IntrusivePtr.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/channels/detail/IntrusivePtr.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/MultiplexerTraits.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/MultiplexerTraits.h deleted file mode 120000 index c74a2295a..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/MultiplexerTraits.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/channels/detail/MultiplexerTraits.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/PointerVariant.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/PointerVariant.h deleted file mode 120000 index f752946b7..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/PointerVariant.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/channels/detail/PointerVariant.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/Utility.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/Utility.h deleted file mode 120000 index bbb3255a7..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/detail/Utility.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/channels/detail/Utility.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/test/ChannelTestUtil.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/test/ChannelTestUtil.h deleted file mode 120000 index f959335e8..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/channels/test/ChannelTestUtil.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/channels/test/ChannelTestUtil.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Accumulate-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Accumulate-inl.h deleted file mode 120000 index 0352e4b59..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Accumulate-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Accumulate-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Accumulate.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Accumulate.h deleted file mode 120000 index e496b01d5..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Accumulate.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Accumulate.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/AsyncGenerator.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/AsyncGenerator.h deleted file mode 120000 index b0ec98ee0..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/AsyncGenerator.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/AsyncGenerator.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/AsyncPipe.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/AsyncPipe.h deleted file mode 120000 index 2c8dbef16..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/AsyncPipe.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/AsyncPipe.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/AsyncScope.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/AsyncScope.h deleted file mode 120000 index 0022afa04..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/AsyncScope.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/AsyncScope.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/AsyncStack.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/AsyncStack.h deleted file mode 120000 index 6c52e1fa7..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/AsyncStack.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/AsyncStack.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Baton.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Baton.h deleted file mode 120000 index 2ee2bd1b8..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Baton.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Baton.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/BlockingWait.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/BlockingWait.h deleted file mode 120000 index c7e9c4272..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/BlockingWait.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/BlockingWait.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/BoundedQueue.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/BoundedQueue.h deleted file mode 120000 index bd81c998d..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/BoundedQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/BoundedQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Collect-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Collect-inl.h deleted file mode 120000 index 87c3f1f15..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Collect-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Collect-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Collect.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Collect.h deleted file mode 120000 index a2cfb3c78..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Collect.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Collect.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Concat-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Concat-inl.h deleted file mode 120000 index 565c8284d..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Concat-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Concat-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Concat.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Concat.h deleted file mode 120000 index c757a2fea..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Concat.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Concat.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Coroutine.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Coroutine.h deleted file mode 120000 index f675500ec..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Coroutine.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Coroutine.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/CurrentExecutor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/CurrentExecutor.h deleted file mode 120000 index d70f5f24f..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/CurrentExecutor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/CurrentExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/DetachOnCancel.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/DetachOnCancel.h deleted file mode 120000 index 398735472..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/DetachOnCancel.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/DetachOnCancel.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Filter-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Filter-inl.h deleted file mode 120000 index c372469bf..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Filter-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Filter-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Filter.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Filter.h deleted file mode 120000 index 6da870d5a..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Filter.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Filter.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/FutureUtil.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/FutureUtil.h deleted file mode 120000 index fea726a25..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/FutureUtil.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/FutureUtil.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Generator.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Generator.h deleted file mode 120000 index 8a2dcaaca..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Generator.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Generator.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/GmockHelpers.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/GmockHelpers.h deleted file mode 120000 index 4372bbad6..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/GmockHelpers.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/GmockHelpers.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/GtestHelpers.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/GtestHelpers.h deleted file mode 120000 index 01910652f..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/GtestHelpers.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/GtestHelpers.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Invoke.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Invoke.h deleted file mode 120000 index 100912504..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Invoke.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Invoke.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Merge-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Merge-inl.h deleted file mode 120000 index c01fc1502..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Merge-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Merge-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Merge.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Merge.h deleted file mode 120000 index b5fdcad4f..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Merge.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Merge.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Mutex.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Mutex.h deleted file mode 120000 index c9e7cc66b..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Mutex.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Mutex.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Promise.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Promise.h deleted file mode 120000 index 088db88e8..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Promise.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Promise.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Result.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Result.h deleted file mode 120000 index 9a8b50d4f..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Result.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Result.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Retry.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Retry.h deleted file mode 120000 index e2a0305d4..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Retry.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Retry.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/RustAdaptors.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/RustAdaptors.h deleted file mode 120000 index bab59d6ab..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/RustAdaptors.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/RustAdaptors.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/ScopeExit.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/ScopeExit.h deleted file mode 120000 index d3835b20f..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/ScopeExit.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/ScopeExit.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/SharedLock.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/SharedLock.h deleted file mode 120000 index 39c9415ca..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/SharedLock.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/SharedLock.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/SharedMutex.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/SharedMutex.h deleted file mode 120000 index 233c26699..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/SharedMutex.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/SharedMutex.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Sleep-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Sleep-inl.h deleted file mode 120000 index 51e32b4a8..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Sleep-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Sleep-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Sleep.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Sleep.h deleted file mode 120000 index 5c9668491..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Sleep.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Sleep.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/SmallUnboundedQueue.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/SmallUnboundedQueue.h deleted file mode 120000 index c8a2eabb6..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/SmallUnboundedQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/SmallUnboundedQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Task.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Task.h deleted file mode 120000 index 94082f0bc..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Task.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Task.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/TimedWait.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/TimedWait.h deleted file mode 120000 index 814246261..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/TimedWait.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/TimedWait.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Timeout-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Timeout-inl.h deleted file mode 120000 index 32a26815e..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Timeout-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Timeout-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Timeout.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Timeout.h deleted file mode 120000 index c6311af53..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Timeout.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Timeout.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Traits.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Traits.h deleted file mode 120000 index 5099ceb1a..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Traits.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Traits.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Transform-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Transform-inl.h deleted file mode 120000 index 91b1f96e6..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Transform-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Transform-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Transform.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Transform.h deleted file mode 120000 index a9be0599c..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/Transform.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/Transform.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/UnboundedQueue.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/UnboundedQueue.h deleted file mode 120000 index 1cea5b7fe..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/UnboundedQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/UnboundedQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/ViaIfAsync.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/ViaIfAsync.h deleted file mode 120000 index 7ba097e9b..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/ViaIfAsync.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/ViaIfAsync.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/WithAsyncStack.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/WithAsyncStack.h deleted file mode 120000 index 9ecc83f23..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/WithAsyncStack.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/WithAsyncStack.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/WithCancellation.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/WithCancellation.h deleted file mode 120000 index 7f5705c17..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/WithCancellation.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/coro/WithCancellation.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/Barrier.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/Barrier.h deleted file mode 120000 index df3c4acb2..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/Barrier.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/coro/detail/Barrier.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/BarrierTask.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/BarrierTask.h deleted file mode 120000 index 08b58529d..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/BarrierTask.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/coro/detail/BarrierTask.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/CurrentAsyncFrame.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/CurrentAsyncFrame.h deleted file mode 120000 index 4c0c7bea9..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/CurrentAsyncFrame.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/coro/detail/CurrentAsyncFrame.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/Helpers.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/Helpers.h deleted file mode 120000 index ad86c847f..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/Helpers.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/coro/detail/Helpers.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/InlineTask.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/InlineTask.h deleted file mode 120000 index b021083f8..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/InlineTask.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/coro/detail/InlineTask.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/Malloc.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/Malloc.h deleted file mode 120000 index a7ec1ea2e..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/Malloc.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/coro/detail/Malloc.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/ManualLifetime.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/ManualLifetime.h deleted file mode 120000 index 7b8c6c6d2..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/ManualLifetime.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/coro/detail/ManualLifetime.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/Traits.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/Traits.h deleted file mode 120000 index e906218a8..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/coro/detail/Traits.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/coro/detail/Traits.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/crypto/Blake2xb.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/crypto/Blake2xb.h deleted file mode 120000 index 72939e272..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/crypto/Blake2xb.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/crypto/Blake2xb.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/crypto/LtHash-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/crypto/LtHash-inl.h deleted file mode 120000 index b014ee210..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/crypto/LtHash-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/crypto/LtHash-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/crypto/LtHash.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/crypto/LtHash.h deleted file mode 120000 index 06f4fc94c..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/crypto/LtHash.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/crypto/LtHash.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/crypto/detail/LtHashInternal.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/crypto/detail/LtHashInternal.h deleted file mode 120000 index 28ac8bc7a..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/crypto/detail/LtHashInternal.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/crypto/detail/LtHashInternal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/ExceptionAbi.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/ExceptionAbi.h deleted file mode 120000 index 68e332059..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/ExceptionAbi.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/exception_tracer/ExceptionAbi.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/ExceptionCounterLib.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/ExceptionCounterLib.h deleted file mode 120000 index b4f5f1376..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/ExceptionCounterLib.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/exception_tracer/ExceptionCounterLib.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/ExceptionTracer.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/ExceptionTracer.h deleted file mode 120000 index 6e5227da1..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/ExceptionTracer.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/exception_tracer/ExceptionTracer.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/ExceptionTracerLib.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/ExceptionTracerLib.h deleted file mode 120000 index b1ae9334e..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/ExceptionTracerLib.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/exception_tracer/ExceptionTracerLib.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracer.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracer.h deleted file mode 120000 index 9f401258f..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracer.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracer.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracerSingleton.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracerSingleton.h deleted file mode 120000 index 2c14f6732..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracerSingleton.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/exception_tracer/SmartExceptionTracerSingleton.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/StackTrace.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/StackTrace.h deleted file mode 120000 index 34cd347b2..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/exception_tracer/StackTrace.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/exception_tracer/StackTrace.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/flat_combining/FlatCombining.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/flat_combining/FlatCombining.h deleted file mode 120000 index 32b07147b..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/flat_combining/FlatCombining.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/flat_combining/FlatCombining.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningExamples.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningExamples.h deleted file mode 120000 index 3f904a50a..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningExamples.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningExamples.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningTestHelpers.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningTestHelpers.h deleted file mode 120000 index 88fcc8b0e..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningTestHelpers.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/flat_combining/test/FlatCombiningTestHelpers.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/AsyncBase.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/AsyncBase.h deleted file mode 120000 index 4a0394a78..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/AsyncBase.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/io/AsyncBase.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/AsyncIO.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/AsyncIO.h deleted file mode 120000 index ec086ae31..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/AsyncIO.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/io/AsyncIO.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/FsUtil.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/FsUtil.h deleted file mode 120000 index ebf5a2a49..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/FsUtil.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/io/FsUtil.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/HugePages.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/HugePages.h deleted file mode 120000 index 1f3808a65..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/HugePages.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/io/HugePages.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/IoUring.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/IoUring.h deleted file mode 120000 index 6bed2dbb2..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/IoUring.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/io/IoUring.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/IoUringBackend.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/IoUringBackend.h deleted file mode 120000 index f54ac8764..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/IoUringBackend.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/io/IoUringBackend.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/SimpleAsyncIO.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/SimpleAsyncIO.h deleted file mode 120000 index 2e31167df..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/SimpleAsyncIO.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/io/SimpleAsyncIO.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/test/AsyncBaseTestLib.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/test/AsyncBaseTestLib.h deleted file mode 120000 index ff58f9672..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/test/AsyncBaseTestLib.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/io/test/AsyncBaseTestLib.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/test/IoTestTempFileUtil.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/test/IoTestTempFileUtil.h deleted file mode 120000 index 624f78da4..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/io/test/IoTestTempFileUtil.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/io/test/IoTestTempFileUtil.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observable-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observable-inl.h deleted file mode 120000 index 79a51bcaa..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observable-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/observer/Observable-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observable.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observable.h deleted file mode 120000 index acc70a7ad..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observable.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/observer/Observable.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observer-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observer-inl.h deleted file mode 120000 index 82c88aeaf..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observer-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/observer/Observer-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observer-pre.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observer-pre.h deleted file mode 120000 index 221b0c5c9..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observer-pre.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/observer/Observer-pre.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observer.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observer.h deleted file mode 120000 index 31875c5e3..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/Observer.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/observer/Observer.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/SimpleObservable-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/SimpleObservable-inl.h deleted file mode 120000 index 0cb9841e6..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/SimpleObservable-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/observer/SimpleObservable-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/SimpleObservable.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/SimpleObservable.h deleted file mode 120000 index 8a4aa63cb..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/SimpleObservable.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/observer/SimpleObservable.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/WithJitter-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/WithJitter-inl.h deleted file mode 120000 index d69f1563d..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/WithJitter-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/observer/WithJitter-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/WithJitter.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/WithJitter.h deleted file mode 120000 index c38e864fd..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/WithJitter.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/observer/WithJitter.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/detail/Core.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/detail/Core.h deleted file mode 120000 index 992533091..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/detail/Core.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/observer/detail/Core.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/detail/GraphCycleDetector.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/detail/GraphCycleDetector.h deleted file mode 120000 index 188da5f5c..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/detail/GraphCycleDetector.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/observer/detail/GraphCycleDetector.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/detail/ObserverManager.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/detail/ObserverManager.h deleted file mode 120000 index df5f7338c..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/observer/detail/ObserverManager.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/observer/detail/ObserverManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/Settings.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/Settings.h deleted file mode 120000 index d6cc30a32..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/Settings.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/settings/Settings.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/SettingsMetadata.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/SettingsMetadata.h deleted file mode 120000 index ff08a9567..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/SettingsMetadata.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/settings/SettingsMetadata.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/detail/SettingsImpl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/detail/SettingsImpl.h deleted file mode 120000 index ef4154321..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/detail/SettingsImpl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/settings/detail/SettingsImpl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/test/a.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/test/a.h deleted file mode 120000 index b64937117..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/test/a.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/settings/test/a.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/test/b.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/test/b.h deleted file mode 120000 index 3a1f04b31..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/settings/test/b.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/settings/test/b.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/Dwarf.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/Dwarf.h deleted file mode 120000 index 0351eeb4e..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/Dwarf.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/Dwarf.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/DwarfImpl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/DwarfImpl.h deleted file mode 120000 index ad23e31e9..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/DwarfImpl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/DwarfImpl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/DwarfLineNumberVM.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/DwarfLineNumberVM.h deleted file mode 120000 index fbe8a9596..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/DwarfLineNumberVM.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/DwarfLineNumberVM.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/DwarfSection.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/DwarfSection.h deleted file mode 120000 index 6f79f223d..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/DwarfSection.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/DwarfSection.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/DwarfUtil.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/DwarfUtil.h deleted file mode 120000 index b398636d1..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/DwarfUtil.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/DwarfUtil.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/Elf-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/Elf-inl.h deleted file mode 120000 index 0b4e98110..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/Elf-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/Elf-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/Elf.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/Elf.h deleted file mode 120000 index 1565dbd1e..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/Elf.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/Elf.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/ElfCache.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/ElfCache.h deleted file mode 120000 index 66a286d63..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/ElfCache.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/ElfCache.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/LineReader.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/LineReader.h deleted file mode 120000 index b4819f22d..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/LineReader.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/LineReader.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/SignalHandler.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/SignalHandler.h deleted file mode 120000 index aaa3ed048..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/SignalHandler.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/SignalHandler.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/StackTrace.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/StackTrace.h deleted file mode 120000 index 058316857..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/StackTrace.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/StackTrace.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/SymbolizePrinter.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/SymbolizePrinter.h deleted file mode 120000 index 58dca8b46..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/SymbolizePrinter.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/SymbolizePrinter.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/SymbolizedFrame.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/SymbolizedFrame.h deleted file mode 120000 index a73b2acd6..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/SymbolizedFrame.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/SymbolizedFrame.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/Symbolizer.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/Symbolizer.h deleted file mode 120000 index 35596e529..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/Symbolizer.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/symbolizer/Symbolizer.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/detail/Debug.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/detail/Debug.h deleted file mode 120000 index 55f97dc3d..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/detail/Debug.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/symbolizer/detail/Debug.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/test/SignalHandlerTest.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/test/SignalHandlerTest.h deleted file mode 120000 index 791e4c787..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/test/SignalHandlerTest.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/symbolizer/test/SignalHandlerTest.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils-inl.h deleted file mode 120000 index 45e572468..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils.h deleted file mode 120000 index c04440b15..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../RCT-Folly/folly/experimental/symbolizer/test/SymbolizerTestUtils.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/test/CodingTestUtils.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/test/CodingTestUtils.h deleted file mode 120000 index e45e715d8..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/experimental/test/CodingTestUtils.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/experimental/test/CodingTestUtils.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/AddTasks-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/AddTasks-inl.h deleted file mode 120000 index d46163705..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/AddTasks-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/AddTasks-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/AddTasks.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/AddTasks.h deleted file mode 120000 index ccabb9aba..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/AddTasks.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/AddTasks.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/AtomicBatchDispatcher-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/AtomicBatchDispatcher-inl.h deleted file mode 120000 index 22af48176..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/AtomicBatchDispatcher-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/AtomicBatchDispatcher-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/AtomicBatchDispatcher.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/AtomicBatchDispatcher.h deleted file mode 120000 index ddb182755..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/AtomicBatchDispatcher.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/AtomicBatchDispatcher.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/BatchDispatcher.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/BatchDispatcher.h deleted file mode 120000 index f2c645952..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/BatchDispatcher.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/BatchDispatcher.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/BatchSemaphore.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/BatchSemaphore.h deleted file mode 120000 index 86d29686b..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/BatchSemaphore.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/BatchSemaphore.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Baton-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Baton-inl.h deleted file mode 120000 index a8d520f49..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Baton-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/Baton-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Baton.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Baton.h deleted file mode 120000 index 3f60fbe32..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Baton.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/Baton.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/BoostContextCompatibility.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/BoostContextCompatibility.h deleted file mode 120000 index aafd635f9..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/BoostContextCompatibility.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/BoostContextCompatibility.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/CallOnce.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/CallOnce.h deleted file mode 120000 index 6be613cd0..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/CallOnce.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/CallOnce.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/EventBaseLoopController-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/EventBaseLoopController-inl.h deleted file mode 120000 index d916ef1c6..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/EventBaseLoopController-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/EventBaseLoopController-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/EventBaseLoopController.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/EventBaseLoopController.h deleted file mode 120000 index 1a6c35ae3..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/EventBaseLoopController.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/EventBaseLoopController.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ExecutorBasedLoopController.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ExecutorBasedLoopController.h deleted file mode 120000 index 1c5dff171..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ExecutorBasedLoopController.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/ExecutorBasedLoopController.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ExecutorLoopController-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ExecutorLoopController-inl.h deleted file mode 120000 index b72468a3e..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ExecutorLoopController-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/ExecutorLoopController-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ExecutorLoopController.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ExecutorLoopController.h deleted file mode 120000 index e62e47d8e..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ExecutorLoopController.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/ExecutorLoopController.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Fiber-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Fiber-inl.h deleted file mode 120000 index 999b730ed..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Fiber-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/Fiber-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Fiber.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Fiber.h deleted file mode 120000 index 5f80b35e4..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Fiber.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/Fiber.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManager-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManager-inl.h deleted file mode 120000 index 9ca2d6309..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManager-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/FiberManager-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManager.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManager.h deleted file mode 120000 index 903fc1142..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManager.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/FiberManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManagerInternal-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManagerInternal-inl.h deleted file mode 120000 index 04e322bb4..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManagerInternal-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/FiberManagerInternal-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManagerInternal.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManagerInternal.h deleted file mode 120000 index bdf27ef1f..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManagerInternal.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/FiberManagerInternal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManagerMap-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManagerMap-inl.h deleted file mode 120000 index cb886b446..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManagerMap-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/FiberManagerMap-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManagerMap.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManagerMap.h deleted file mode 120000 index 11d650395..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/FiberManagerMap.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/FiberManagerMap.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ForEach-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ForEach-inl.h deleted file mode 120000 index 9e6d2d527..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ForEach-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/ForEach-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ForEach.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ForEach.h deleted file mode 120000 index 69bf25d68..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/ForEach.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/ForEach.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/GenericBaton.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/GenericBaton.h deleted file mode 120000 index da75de91f..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/GenericBaton.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/GenericBaton.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/GuardPageAllocator.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/GuardPageAllocator.h deleted file mode 120000 index ffd298eee..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/GuardPageAllocator.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/GuardPageAllocator.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/LoopController.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/LoopController.h deleted file mode 120000 index 239964b32..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/LoopController.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/LoopController.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Promise-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Promise-inl.h deleted file mode 120000 index 43d7d05da..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Promise-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/Promise-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Promise.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Promise.h deleted file mode 120000 index 513dbac7a..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Promise.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/Promise.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Semaphore.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Semaphore.h deleted file mode 120000 index 639c8bda8..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/Semaphore.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/Semaphore.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/SemaphoreBase.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/SemaphoreBase.h deleted file mode 120000 index 3dbac3f7c..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/SemaphoreBase.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/SemaphoreBase.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/SimpleLoopController.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/SimpleLoopController.h deleted file mode 120000 index 5c9a07414..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/SimpleLoopController.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/SimpleLoopController.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/TimedMutex-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/TimedMutex-inl.h deleted file mode 120000 index 342da9f53..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/TimedMutex-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/TimedMutex-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/TimedMutex.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/TimedMutex.h deleted file mode 120000 index 7eac82055..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/TimedMutex.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/TimedMutex.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/WhenN-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/WhenN-inl.h deleted file mode 120000 index d2ce3f527..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/WhenN-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/WhenN-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/WhenN.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/WhenN.h deleted file mode 120000 index 3a7ebdd27..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/WhenN.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/WhenN.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/traits.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/traits.h deleted file mode 120000 index 74a3be64a..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/fibers/traits.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/fibers/traits.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/functional/protocol.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/functional/protocol.h new file mode 120000 index 000000000..86ef3e068 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/functional/protocol.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/functional/protocol.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/functional/traits.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/functional/traits.h new file mode 120000 index 000000000..8f23c1434 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/functional/traits.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/functional/traits.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Barrier.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Barrier.h deleted file mode 120000 index 9177ac2f0..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Barrier.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/Barrier.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Future-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Future-inl.h deleted file mode 120000 index 21bf42f60..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Future-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/Future-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Future-pre.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Future-pre.h deleted file mode 120000 index 0636860d6..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Future-pre.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/Future-pre.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Future.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Future.h deleted file mode 120000 index b67b5cf0a..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Future.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/Future.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/FutureSplitter.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/FutureSplitter.h deleted file mode 120000 index cb4060107..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/FutureSplitter.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/FutureSplitter.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/ManualTimekeeper.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/ManualTimekeeper.h deleted file mode 120000 index 215775883..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/ManualTimekeeper.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/ManualTimekeeper.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Portability.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Portability.h deleted file mode 120000 index c5f9c4c65..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Portability.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/Portability.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Promise-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Promise-inl.h deleted file mode 120000 index bf1277d77..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Promise-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/Promise-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Promise.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Promise.h deleted file mode 120000 index 1075921e0..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Promise.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/Promise.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Retrying.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Retrying.h deleted file mode 120000 index 25377345a..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/Retrying.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/Retrying.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/SharedPromise-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/SharedPromise-inl.h deleted file mode 120000 index 5b471cdd0..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/SharedPromise-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/SharedPromise-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/SharedPromise.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/SharedPromise.h deleted file mode 120000 index 37cc5759d..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/SharedPromise.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/SharedPromise.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/ThreadWheelTimekeeper.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/ThreadWheelTimekeeper.h deleted file mode 120000 index 0cf9b0341..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/ThreadWheelTimekeeper.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/ThreadWheelTimekeeper.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/WTCallback.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/WTCallback.h deleted file mode 120000 index 45fab5c51..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/WTCallback.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/futures/WTCallback.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/detail/Core.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/detail/Core.h deleted file mode 120000 index 7b9528b45..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/detail/Core.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/futures/detail/Core.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/detail/Types.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/detail/Types.h deleted file mode 120000 index 4689bbcec..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/futures/detail/Types.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/futures/detail/Types.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/Cursor-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/Cursor-inl.h deleted file mode 120000 index 4bb4f5cd7..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/Cursor-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/io/Cursor-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/Cursor.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/Cursor.h deleted file mode 120000 index 31a180f14..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/Cursor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/io/Cursor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/IOBuf.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/IOBuf.h deleted file mode 120000 index 31b6fb1b0..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/IOBuf.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/io/IOBuf.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/IOBufQueue.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/IOBufQueue.h deleted file mode 120000 index 232d7c5fc..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/IOBufQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/io/IOBufQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/AsyncTimeout.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/AsyncTimeout.h deleted file mode 120000 index 4c3fa4816..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/AsyncTimeout.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/AsyncTimeout.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/AtomicNotificationQueue-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/AtomicNotificationQueue-inl.h deleted file mode 120000 index e67a311ac..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/AtomicNotificationQueue-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/AtomicNotificationQueue-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/AtomicNotificationQueue.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/AtomicNotificationQueue.h deleted file mode 120000 index 603c5bb64..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/AtomicNotificationQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/AtomicNotificationQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/DelayedDestruction.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/DelayedDestruction.h deleted file mode 120000 index 5ac7a9fd7..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/DelayedDestruction.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/DelayedDestruction.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/DelayedDestructionBase.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/DelayedDestructionBase.h deleted file mode 120000 index 3e62e29b7..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/DelayedDestructionBase.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/DelayedDestructionBase.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBase.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBase.h deleted file mode 120000 index de9af6461..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBase.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/EventBase.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue-inl.h deleted file mode 120000 index ad5b6d776..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue.h deleted file mode 120000 index f787c8e9b..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/EventBaseAtomicNotificationQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseBackendBase.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseBackendBase.h deleted file mode 120000 index 504f7bbdb..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseBackendBase.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/EventBaseBackendBase.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseLocal.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseLocal.h deleted file mode 120000 index 8edf20241..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseLocal.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/EventBaseLocal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseManager.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseManager.h deleted file mode 120000 index a2512cdbd..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventBaseManager.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/EventBaseManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventHandler.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventHandler.h deleted file mode 120000 index 7381ff4e3..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventHandler.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/EventHandler.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventUtil.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventUtil.h deleted file mode 120000 index 6fdb1f51b..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/EventUtil.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/EventUtil.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/HHWheelTimer-fwd.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/HHWheelTimer-fwd.h deleted file mode 120000 index e62248bb2..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/HHWheelTimer-fwd.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/HHWheelTimer-fwd.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/HHWheelTimer.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/HHWheelTimer.h deleted file mode 120000 index a9644faf3..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/HHWheelTimer.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/HHWheelTimer.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/NotificationQueue.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/NotificationQueue.h deleted file mode 120000 index cd54512c0..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/NotificationQueue.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/NotificationQueue.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/Request.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/Request.h deleted file mode 120000 index 5113067e3..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/Request.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/Request.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/TimeoutManager.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/TimeoutManager.h deleted file mode 120000 index 9191c0b6d..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/TimeoutManager.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/TimeoutManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/VirtualEventBase.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/VirtualEventBase.h deleted file mode 120000 index 73c4ae35d..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/io/async/VirtualEventBase.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/io/async/VirtualEventBase.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/lang/Builtin.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/lang/Builtin.h new file mode 120000 index 000000000..269dd7e7b --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/lang/Builtin.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/lang/Builtin.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/portability/SourceLocation.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/portability/SourceLocation.h new file mode 120000 index 000000000..9d9554b74 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/portability/SourceLocation.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/portability/SourceLocation.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/ThrottledLifoSem.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/ThrottledLifoSem.h new file mode 120000 index 000000000..3b88028e5 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/ThrottledLifoSem.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/synchronization/ThrottledLifoSem.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/AtomicUtils.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/AtomicUtils.h deleted file mode 120000 index 168e20b77..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/AtomicUtils.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/synchronization/detail/AtomicUtils.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/Hardware.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/Hardware.h deleted file mode 120000 index aa6cf8ba5..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/Hardware.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/synchronization/detail/Hardware.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/HazptrUtils.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/HazptrUtils.h deleted file mode 120000 index f32a6c4a4..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/HazptrUtils.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/synchronization/detail/HazptrUtils.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/InlineFunctionRef.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/InlineFunctionRef.h deleted file mode 120000 index 1d99e6fa6..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/InlineFunctionRef.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/synchronization/detail/InlineFunctionRef.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/Sleeper.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/Sleeper.h deleted file mode 120000 index 16be25b62..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/Sleeper.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/synchronization/detail/Sleeper.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/Spin.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/Spin.h deleted file mode 120000 index 954c6f2c7..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/Spin.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/synchronization/detail/Spin.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/ThreadCachedLists.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/ThreadCachedLists.h deleted file mode 120000 index 7d51ad45e..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/ThreadCachedLists.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/synchronization/detail/ThreadCachedLists.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/ThreadCachedReaders.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/ThreadCachedReaders.h deleted file mode 120000 index b30982670..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/ThreadCachedReaders.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/synchronization/detail/ThreadCachedReaders.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/ThreadCachedTag.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/ThreadCachedTag.h deleted file mode 120000 index 1c7d7f763..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/synchronization/detail/ThreadCachedTag.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../RCT-Folly/folly/synchronization/detail/ThreadCachedTag.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/system/MemoryMapping.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/system/MemoryMapping.h new file mode 120000 index 000000000..92020e721 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/system/MemoryMapping.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/system/MemoryMapping.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/system/Shell.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/system/Shell.h new file mode 120000 index 000000000..65dc5a123 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/system/Shell.h @@ -0,0 +1 @@ +../../../../../RCT-Folly/folly/system/Shell.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/tracing/AsyncStack-inl.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/tracing/AsyncStack-inl.h deleted file mode 120000 index d7c5fb45c..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/tracing/AsyncStack-inl.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/tracing/AsyncStack-inl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/tracing/AsyncStack.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/tracing/AsyncStack.h deleted file mode 120000 index b89c221b6..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/tracing/AsyncStack.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/tracing/AsyncStack.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/tracing/StaticTracepoint.h b/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/tracing/StaticTracepoint.h deleted file mode 120000 index ba868db0f..000000000 --- a/native/iosTest/Pods/Headers/Public/RCT-Folly/folly/tracing/StaticTracepoint.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../RCT-Folly/folly/tracing/StaticTracepoint.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCTDeprecation/RCTDeprecation-umbrella.h b/native/iosTest/Pods/Headers/Public/RCTDeprecation/RCTDeprecation-umbrella.h new file mode 120000 index 000000000..dfdff5d6e --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCTDeprecation/RCTDeprecation-umbrella.h @@ -0,0 +1 @@ +../../../Target Support Files/RCTDeprecation/RCTDeprecation-umbrella.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCTDeprecation/RCTDeprecation.h b/native/iosTest/Pods/Headers/Public/RCTDeprecation/RCTDeprecation.h new file mode 120000 index 000000000..37416e637 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCTDeprecation/RCTDeprecation.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation/Exported/RCTDeprecation.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap b/native/iosTest/Pods/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap new file mode 120000 index 000000000..7ab98a09e --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap @@ -0,0 +1 @@ +../../../Target Support Files/RCTDeprecation/RCTDeprecation.modulemap \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/RCTRequired/RCTRequired/RCTRequired.h b/native/iosTest/Pods/Headers/Public/RCTRequired/RCTRequired/RCTRequired.h index e0615efe3..fc44fb1ac 120000 --- a/native/iosTest/Pods/Headers/Public/RCTRequired/RCTRequired/RCTRequired.h +++ b/native/iosTest/Pods/Headers/Public/RCTRequired/RCTRequired/RCTRequired.h @@ -1 +1 @@ -../../../../../../../node_modules/react-native/Libraries/RCTRequired/RCTRequired/RCTRequired.h \ No newline at end of file +../../../../../../../node_modules/react-native/Libraries/Required/RCTRequired.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Codegen/FBReactNativeSpecJSI.h b/native/iosTest/Pods/Headers/Public/React-Codegen/FBReactNativeSpecJSI.h new file mode 120000 index 000000000..9562a7d79 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-Codegen/FBReactNativeSpecJSI.h @@ -0,0 +1 @@ +../../../../build/generated/ios/FBReactNativeSpecJSI.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Codegen/RCTModulesConformingToProtocolsProvider.h b/native/iosTest/Pods/Headers/Public/React-Codegen/RCTModulesConformingToProtocolsProvider.h new file mode 120000 index 000000000..0979e8b8e --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-Codegen/RCTModulesConformingToProtocolsProvider.h @@ -0,0 +1 @@ +../../../../build/generated/ios/RCTModulesConformingToProtocolsProvider.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Core/React/RCTBridge+Inspector.h b/native/iosTest/Pods/Headers/Public/React-Core/React/RCTBridge+Inspector.h new file mode 120000 index 000000000..71f544675 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-Core/React/RCTBridge+Inspector.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/React/Base/RCTBridge+Inspector.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Core/React/RCTBridgeProxy+Cxx.h b/native/iosTest/Pods/Headers/Public/React-Core/React/RCTBridgeProxy+Cxx.h new file mode 120000 index 000000000..11f521676 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-Core/React/RCTBridgeProxy+Cxx.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/React/Base/RCTBridgeProxy+Cxx.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Core/React/RCTCursor.h b/native/iosTest/Pods/Headers/Public/React-Core/React/RCTCursor.h new file mode 120000 index 000000000..0baf0237e --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-Core/React/RCTCursor.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/React/Views/RCTCursor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Core/React/RCTDebuggingOverlay.h b/native/iosTest/Pods/Headers/Public/React-Core/React/RCTDebuggingOverlay.h new file mode 120000 index 000000000..81a2d7cd0 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-Core/React/RCTDebuggingOverlay.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/React/Views/RCTDebuggingOverlay.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Core/React/RCTDebuggingOverlayManager.h b/native/iosTest/Pods/Headers/Public/React-Core/React/RCTDebuggingOverlayManager.h new file mode 120000 index 000000000..30e1d1ca0 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-Core/React/RCTDebuggingOverlayManager.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/React/Views/RCTDebuggingOverlayManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Core/React/RCTRuntimeExecutorModule.h b/native/iosTest/Pods/Headers/Public/React-Core/React/RCTRuntimeExecutorModule.h new file mode 120000 index 000000000..371e7fc4d --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-Core/React/RCTRuntimeExecutorModule.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/React/Base/RCTRuntimeExecutorModule.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Core/React/RCTTransformOrigin.h b/native/iosTest/Pods/Headers/Public/React-Core/React/RCTTransformOrigin.h deleted file mode 120000 index ac6fee9b0..000000000 --- a/native/iosTest/Pods/Headers/Public/React-Core/React/RCTTransformOrigin.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/React/Views/RCTTransformOrigin.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/componentregistry/NativeComponentRegistryBinding.h b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/componentregistry/NativeComponentRegistryBinding.h deleted file mode 120000 index abfb7428c..000000000 --- a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/componentregistry/NativeComponentRegistryBinding.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/componentregistry/native/NativeComponentRegistryBinding.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputComponentDescriptor.h b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputComponentDescriptor.h index 2cd547952..6448adbb9 120000 --- a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputComponentDescriptor.h +++ b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputComponentDescriptor.h @@ -1 +1 @@ -../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputComponentDescriptor.h \ No newline at end of file +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/TextInputComponentDescriptor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputEventEmitter.h b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputEventEmitter.h index a706657ac..ed2e4ccb8 120000 --- a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputEventEmitter.h +++ b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputEventEmitter.h @@ -1 +1 @@ -../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputEventEmitter.h \ No newline at end of file +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/TextInputEventEmitter.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputProps.h b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputProps.h index a0ddbd8ff..6adf9fab1 120000 --- a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputProps.h +++ b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputProps.h @@ -1 +1 @@ -../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputProps.h \ No newline at end of file +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/TextInputProps.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputShadowNode.h b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputShadowNode.h index e86b26aea..0b607dc99 120000 --- a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputShadowNode.h +++ b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputShadowNode.h @@ -1 +1 @@ -../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputShadowNode.h \ No newline at end of file +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/TextInputShadowNode.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputState.h b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputState.h index ed0cfc690..f43d43509 120000 --- a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputState.h +++ b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/TextInputState.h @@ -1 +1 @@ -../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputState.h \ No newline at end of file +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/TextInputState.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/conversions.h b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/conversions.h index 461dc321d..098aaa4c0 120000 --- a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/conversions.h +++ b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/conversions.h @@ -1 +1 @@ -../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/conversions.h \ No newline at end of file +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/conversions.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/primitives.h b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/primitives.h index e7c1abeb7..7083e5332 120000 --- a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/primitives.h +++ b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/primitives.h @@ -1 +1 @@ -../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/primitives.h \ No newline at end of file +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/primitives.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/propsConversions.h b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/propsConversions.h index 6e0dd8eb0..c7a2068eb 120000 --- a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/propsConversions.h +++ b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/iostextinput/propsConversions.h @@ -1 +1 @@ -../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/propsConversions.h \ No newline at end of file +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/propsConversions.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticComponentDescriptor.h b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticComponentDescriptor.h new file mode 120000 index 000000000..b7521b80a --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticComponentDescriptor.h @@ -0,0 +1 @@ +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticComponentDescriptor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticShadowNode.h b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticShadowNode.h new file mode 120000 index 000000000..5f570625f --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticShadowNode.h @@ -0,0 +1 @@ +../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticShadowNode.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/view/viewPropConversions.h b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/view/viewPropConversions.h deleted file mode 120000 index f88f0c4c5..000000000 --- a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/components/view/viewPropConversions.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/components/view/viewPropConversions.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/core/EventHandler.h b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/core/EventHandler.h deleted file mode 120000 index 9942db6e5..000000000 --- a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/core/EventHandler.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/core/EventHandler.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/core/TraitCast.h b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/core/TraitCast.h deleted file mode 120000 index 3f8c9d845..000000000 --- a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/core/TraitCast.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/core/TraitCast.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/templateprocessor/UITemplateProcessor.h b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/templateprocessor/UITemplateProcessor.h deleted file mode 120000 index 50e69abff..000000000 --- a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/templateprocessor/UITemplateProcessor.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/templateprocessor/UITemplateProcessor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/textlayoutmanager/NSTextStorage+FontScaling.h b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/textlayoutmanager/NSTextStorage+FontScaling.h deleted file mode 120000 index e2cddc0e3..000000000 --- a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/textlayoutmanager/NSTextStorage+FontScaling.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/textlayoutmanager/platform/ios/react/renderer/textlayoutmanager/NSTextStorage+FontScaling.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/textlayoutmanager/TextLayoutContext.h b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/textlayoutmanager/TextLayoutContext.h new file mode 120000 index 000000000..e27973376 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/textlayoutmanager/TextLayoutContext.h @@ -0,0 +1 @@ +../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/textlayoutmanager/TextLayoutContext.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/uimanager/PointerHoverTracker.h b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/uimanager/PointerHoverTracker.h new file mode 120000 index 000000000..57fce21b2 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-Fabric/react/renderer/uimanager/PointerHoverTracker.h @@ -0,0 +1 @@ +../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/uimanager/PointerHoverTracker.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-NativeModulesApple/ReactCommon/RCTBlockGuard.h b/native/iosTest/Pods/Headers/Public/React-NativeModulesApple/ReactCommon/RCTBlockGuard.h deleted file mode 120000 index 12ca38642..000000000 --- a/native/iosTest/Pods/Headers/Public/React-NativeModulesApple/ReactCommon/RCTBlockGuard.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTBlockGuard.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-NativeModulesApple/ReactCommon/RCTRuntimeExecutor.h b/native/iosTest/Pods/Headers/Public/React-NativeModulesApple/ReactCommon/RCTRuntimeExecutor.h new file mode 120000 index 000000000..5338cca2a --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-NativeModulesApple/ReactCommon/RCTRuntimeExecutor.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTRuntimeExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RCTAppDelegate/RCTAppDelegate+Protected.h b/native/iosTest/Pods/Headers/Public/React-RCTAppDelegate/RCTAppDelegate+Protected.h new file mode 120000 index 000000000..97ac5a5f4 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RCTAppDelegate/RCTAppDelegate+Protected.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/Libraries/AppDelegate/RCTAppDelegate+Protected.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RCTAppDelegate/RCTLegacyInteropComponents.h b/native/iosTest/Pods/Headers/Public/React-RCTAppDelegate/RCTLegacyInteropComponents.h deleted file mode 120000 index eb16bfb08..000000000 --- a/native/iosTest/Pods/Headers/Public/React-RCTAppDelegate/RCTLegacyInteropComponents.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../node_modules/react-native/Libraries/AppDelegate/RCTLegacyInteropComponents.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RCTAppDelegate/RCTRootViewFactory.h b/native/iosTest/Pods/Headers/Public/React-RCTAppDelegate/RCTRootViewFactory.h new file mode 120000 index 000000000..a0ea0f2c4 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RCTAppDelegate/RCTRootViewFactory.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/Libraries/AppDelegate/RCTRootViewFactory.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RCTFabric/React/RCTDebuggingOverlayComponentView.h b/native/iosTest/Pods/Headers/Public/React-RCTFabric/React/RCTDebuggingOverlayComponentView.h new file mode 120000 index 000000000..f6b7f89d7 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RCTFabric/React/RCTDebuggingOverlayComponentView.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/React/Fabric/Mounting/ComponentViews/DebuggingOverlay/RCTDebuggingOverlayComponentView.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/ObjCTimerRegistry.h b/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/ObjCTimerRegistry.h new file mode 120000 index 000000000..284b941ea --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/ObjCTimerRegistry.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/ObjCTimerRegistry.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTContextContainerHandling.h b/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTContextContainerHandling.h new file mode 120000 index 000000000..b4fe22baf --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTContextContainerHandling.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTContextContainerHandling.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTHermesInstance.h b/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTHermesInstance.h new file mode 120000 index 000000000..4ae40aa7b --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTHermesInstance.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTHermesInstance.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTHost+Internal.h b/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTHost+Internal.h new file mode 120000 index 000000000..2d71afa93 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTHost+Internal.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTHost+Internal.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTHost.h b/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTHost.h new file mode 120000 index 000000000..b8eab6ca0 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTHost.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTHost.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTInstance.h b/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTInstance.h new file mode 120000 index 000000000..c4afc91c3 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTInstance.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTInstance.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTJSThreadManager.h b/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTJSThreadManager.h new file mode 120000 index 000000000..092fb02d7 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTJSThreadManager.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTJSThreadManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTLegacyUIManagerConstantsProvider.h b/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTLegacyUIManagerConstantsProvider.h new file mode 120000 index 000000000..e236af2f6 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTLegacyUIManagerConstantsProvider.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTLegacyUIManagerConstantsProvider.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTPerformanceLoggerUtils.h b/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTPerformanceLoggerUtils.h new file mode 120000 index 000000000..6a9d524bd --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RuntimeApple/ReactCommon/RCTPerformanceLoggerUtils.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTPerformanceLoggerUtils.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/BindingsInstaller.h b/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/BindingsInstaller.h new file mode 120000 index 000000000..d02279a48 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/BindingsInstaller.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/BindingsInstaller.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/BridgelessJSCallInvoker.h b/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/BridgelessJSCallInvoker.h new file mode 120000 index 000000000..a62de35e7 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/BridgelessJSCallInvoker.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/BridgelessJSCallInvoker.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/BridgelessNativeMethodCallInvoker.h b/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/BridgelessNativeMethodCallInvoker.h new file mode 120000 index 000000000..e47854649 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/BridgelessNativeMethodCallInvoker.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/BridgelessNativeMethodCallInvoker.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/BufferedRuntimeExecutor.h b/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/BufferedRuntimeExecutor.h new file mode 120000 index 000000000..56f2c71ef --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/BufferedRuntimeExecutor.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/BufferedRuntimeExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/JSRuntimeFactory.h b/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/JSRuntimeFactory.h new file mode 120000 index 000000000..3e316ca5a --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/JSRuntimeFactory.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/JSRuntimeFactory.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/LegacyUIManagerConstantsProviderBinding.h b/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/LegacyUIManagerConstantsProviderBinding.h new file mode 120000 index 000000000..2e0e91d7e --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/LegacyUIManagerConstantsProviderBinding.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/nativeviewconfig/LegacyUIManagerConstantsProviderBinding.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/PlatformTimerRegistry.h b/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/PlatformTimerRegistry.h new file mode 120000 index 000000000..231df96f0 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/PlatformTimerRegistry.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/PlatformTimerRegistry.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/ReactInstance.h b/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/ReactInstance.h new file mode 120000 index 000000000..ea7631e1f --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/ReactInstance.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/ReactInstance.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/TimerManager.h b/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/TimerManager.h new file mode 120000 index 000000000..aaf3f215f --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RuntimeCore/react/runtime/TimerManager.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/TimerManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-RuntimeHermes/react/runtime/hermes/HermesInstance.h b/native/iosTest/Pods/Headers/Public/React-RuntimeHermes/react/runtime/hermes/HermesInstance.h new file mode 120000 index 000000000..f5e356ca1 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-RuntimeHermes/react/runtime/hermes/HermesInstance.h @@ -0,0 +1 @@ +../../../../../../../../../node_modules/react-native/ReactCommon/react/runtime/hermes/HermesInstance.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-cxxreact/cxxreact/MoveWrapper.h b/native/iosTest/Pods/Headers/Public/React-cxxreact/cxxreact/MoveWrapper.h new file mode 120000 index 000000000..f0d55ccbe --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-cxxreact/cxxreact/MoveWrapper.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/cxxreact/MoveWrapper.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-featureflags/react/featureflags/ReactNativeFeatureFlags.h b/native/iosTest/Pods/Headers/Public/React-featureflags/react/featureflags/ReactNativeFeatureFlags.h new file mode 120000 index 000000000..a8246b39a --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-featureflags/react/featureflags/ReactNativeFeatureFlags.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/featureflags/ReactNativeFeatureFlags.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-featureflags/react/featureflags/ReactNativeFeatureFlagsAccessor.h b/native/iosTest/Pods/Headers/Public/React-featureflags/react/featureflags/ReactNativeFeatureFlagsAccessor.h new file mode 120000 index 000000000..53918fed6 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-featureflags/react/featureflags/ReactNativeFeatureFlagsAccessor.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/featureflags/ReactNativeFeatureFlagsAccessor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-featureflags/react/featureflags/ReactNativeFeatureFlagsDefaults.h b/native/iosTest/Pods/Headers/Public/React-featureflags/react/featureflags/ReactNativeFeatureFlagsDefaults.h new file mode 120000 index 000000000..e8a0d08d1 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-featureflags/react/featureflags/ReactNativeFeatureFlagsDefaults.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/featureflags/ReactNativeFeatureFlagsDefaults.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-featureflags/react/featureflags/ReactNativeFeatureFlagsProvider.h b/native/iosTest/Pods/Headers/Public/React-featureflags/react/featureflags/ReactNativeFeatureFlagsProvider.h new file mode 120000 index 000000000..98191f99e --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-featureflags/react/featureflags/ReactNativeFeatureFlagsProvider.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/featureflags/ReactNativeFeatureFlagsProvider.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-graphics/react/renderer/graphics/fromRawValueShared.h b/native/iosTest/Pods/Headers/Public/React-graphics/react/renderer/graphics/fromRawValueShared.h new file mode 120000 index 000000000..033c47497 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-graphics/react/renderer/graphics/fromRawValueShared.h @@ -0,0 +1 @@ +../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/graphics/fromRawValueShared.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/ExecutionContext.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/ExecutionContext.h new file mode 120000 index 000000000..703603855 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/ExecutionContext.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/ExecutionContext.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/ExecutionContextManager.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/ExecutionContextManager.h new file mode 120000 index 000000000..948eff891 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/ExecutionContextManager.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/ExecutionContextManager.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/FallbackRuntimeAgentDelegate.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/FallbackRuntimeAgentDelegate.h new file mode 120000 index 000000000..14a18fb12 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/FallbackRuntimeAgentDelegate.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/FallbackRuntimeAgentDelegate.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InspectorFlags.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InspectorFlags.h new file mode 120000 index 000000000..550b2d12a --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InspectorFlags.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/InspectorFlags.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector/InspectorInterfaces.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InspectorInterfaces.h similarity index 100% rename from native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector/InspectorInterfaces.h rename to native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InspectorInterfaces.h diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InspectorPackagerConnection.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InspectorPackagerConnection.h new file mode 120000 index 000000000..0d8b8cc5d --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InspectorPackagerConnection.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/InspectorPackagerConnection.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InspectorPackagerConnectionImpl.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InspectorPackagerConnectionImpl.h new file mode 120000 index 000000000..6330bc9b0 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InspectorPackagerConnectionImpl.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/InspectorPackagerConnectionImpl.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InspectorUtilities.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InspectorUtilities.h new file mode 120000 index 000000000..451b0958e --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InspectorUtilities.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/InspectorUtilities.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InstanceAgent.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InstanceAgent.h new file mode 120000 index 000000000..d6bd9195c --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InstanceAgent.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/InstanceAgent.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InstanceTarget.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InstanceTarget.h new file mode 120000 index 000000000..72dfbaaed --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/InstanceTarget.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/InstanceTarget.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/PageAgent.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/PageAgent.h new file mode 120000 index 000000000..a5e921f6c --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/PageAgent.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/PageAgent.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/PageTarget.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/PageTarget.h new file mode 120000 index 000000000..99c3c71a9 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/PageTarget.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/PageTarget.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/Parsing.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/Parsing.h new file mode 120000 index 000000000..e2aef5c12 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/Parsing.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/Parsing.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/ReactCdp.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/ReactCdp.h new file mode 120000 index 000000000..3786a8765 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/ReactCdp.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/ReactCdp.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/RuntimeAgent.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/RuntimeAgent.h new file mode 120000 index 000000000..51261a015 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/RuntimeAgent.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/RuntimeAgent.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/RuntimeAgentDelegate.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/RuntimeAgentDelegate.h new file mode 120000 index 000000000..962658277 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/RuntimeAgentDelegate.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/RuntimeAgentDelegate.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/RuntimeTarget.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/RuntimeTarget.h new file mode 120000 index 000000000..ab25e3911 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/RuntimeTarget.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/RuntimeTarget.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/ScopedExecutor.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/ScopedExecutor.h new file mode 120000 index 000000000..e9707ae34 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/ScopedExecutor.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/ScopedExecutor.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/SessionState.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/SessionState.h new file mode 120000 index 000000000..21695fbca --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/SessionState.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/SessionState.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/UniqueMonostate.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/UniqueMonostate.h new file mode 120000 index 000000000..50b545081 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/UniqueMonostate.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/UniqueMonostate.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/WeakList.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/WeakList.h new file mode 120000 index 000000000..27f485fc5 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/WeakList.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/WeakList.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/WebSocketInterfaces.h b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/WebSocketInterfaces.h new file mode 120000 index 000000000..ba5e91b63 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-jsinspector/jsinspector-modern/WebSocketInterfaces.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/jsinspector-modern/WebSocketInterfaces.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-runtimescheduler/react/renderer/runtimescheduler/ErrorUtils.h b/native/iosTest/Pods/Headers/Public/React-runtimescheduler/react/renderer/runtimescheduler/ErrorUtils.h deleted file mode 120000 index af9ab8a86..000000000 --- a/native/iosTest/Pods/Headers/Public/React-runtimescheduler/react/renderer/runtimescheduler/ErrorUtils.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler/ErrorUtils.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-runtimescheduler/react/renderer/runtimescheduler/RuntimeScheduler_Legacy.h b/native/iosTest/Pods/Headers/Public/React-runtimescheduler/react/renderer/runtimescheduler/RuntimeScheduler_Legacy.h new file mode 120000 index 000000000..e2682095f --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-runtimescheduler/react/renderer/runtimescheduler/RuntimeScheduler_Legacy.h @@ -0,0 +1 @@ +../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler/RuntimeScheduler_Legacy.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-runtimescheduler/react/renderer/runtimescheduler/RuntimeScheduler_Modern.h b/native/iosTest/Pods/Headers/Public/React-runtimescheduler/react/renderer/runtimescheduler/RuntimeScheduler_Modern.h new file mode 120000 index 000000000..1fb017ca1 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-runtimescheduler/react/renderer/runtimescheduler/RuntimeScheduler_Modern.h @@ -0,0 +1 @@ +../../../../../../../../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler/RuntimeScheduler_Modern.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-utils/react/utils/CalledOnceMovableOnlyFunction.h b/native/iosTest/Pods/Headers/Public/React-utils/react/utils/CalledOnceMovableOnlyFunction.h deleted file mode 120000 index e11350ba0..000000000 --- a/native/iosTest/Pods/Headers/Public/React-utils/react/utils/CalledOnceMovableOnlyFunction.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../../../node_modules/react-native/ReactCommon/react/utils/CalledOnceMovableOnlyFunction.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-utils/react/utils/PackTraits.h b/native/iosTest/Pods/Headers/Public/React-utils/react/utils/PackTraits.h new file mode 120000 index 000000000..3d9c14d8b --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-utils/react/utils/PackTraits.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/utils/PackTraits.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-utils/react/utils/fnv1a.h b/native/iosTest/Pods/Headers/Public/React-utils/react/utils/fnv1a.h new file mode 120000 index 000000000..c4aa6808d --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-utils/react/utils/fnv1a.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/utils/fnv1a.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-utils/react/utils/jsi.h b/native/iosTest/Pods/Headers/Public/React-utils/react/utils/jsi.h new file mode 120000 index 000000000..213f0ded5 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-utils/react/utils/jsi.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/utils/jsi.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/React-utils/react/utils/to_underlying.h b/native/iosTest/Pods/Headers/Public/React-utils/react/utils/to_underlying.h new file mode 120000 index 000000000..6d8f1923a --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/React-utils/react/utils/to_underlying.h @@ -0,0 +1 @@ +../../../../../../../../node_modules/react-native/ReactCommon/react/utils/to_underlying.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/ReactCommon/ReactCommon/CxxTurboModuleUtils.h b/native/iosTest/Pods/Headers/Public/ReactCommon/ReactCommon/CxxTurboModuleUtils.h new file mode 120000 index 000000000..973130d08 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/ReactCommon/ReactCommon/CxxTurboModuleUtils.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/react/nativemodule/core/ReactCommon/CxxTurboModuleUtils.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/Yoga/yoga/YGConfig.h b/native/iosTest/Pods/Headers/Public/Yoga/yoga/YGConfig.h new file mode 120000 index 000000000..3c988431a --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/Yoga/yoga/YGConfig.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGConfig.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/Yoga/yoga/YGNode.h b/native/iosTest/Pods/Headers/Public/Yoga/yoga/YGNode.h new file mode 120000 index 000000000..0fd2c12e8 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/Yoga/yoga/YGNode.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGNode.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/Yoga/yoga/YGNodeLayout.h b/native/iosTest/Pods/Headers/Public/Yoga/yoga/YGNodeLayout.h new file mode 120000 index 000000000..1a127cf15 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/Yoga/yoga/YGNodeLayout.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGNodeLayout.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/Yoga/yoga/YGNodeStyle.h b/native/iosTest/Pods/Headers/Public/Yoga/yoga/YGNodeStyle.h new file mode 120000 index 000000000..8a80686da --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/Yoga/yoga/YGNodeStyle.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGNodeStyle.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/Yoga/yoga/YGPixelGrid.h b/native/iosTest/Pods/Headers/Public/Yoga/yoga/YGPixelGrid.h new file mode 120000 index 000000000..e01f4dd1d --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/Yoga/yoga/YGPixelGrid.h @@ -0,0 +1 @@ +../../../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGPixelGrid.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/fmt/fmt/args.h b/native/iosTest/Pods/Headers/Public/fmt/fmt/args.h new file mode 120000 index 000000000..fa0acfd82 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/fmt/fmt/args.h @@ -0,0 +1 @@ +../../../../fmt/include/fmt/args.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/fmt/fmt/locale.h b/native/iosTest/Pods/Headers/Public/fmt/fmt/locale.h deleted file mode 120000 index a79da80ef..000000000 --- a/native/iosTest/Pods/Headers/Public/fmt/fmt/locale.h +++ /dev/null @@ -1 +0,0 @@ -../../../../fmt/include/fmt/locale.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/fmt/fmt/posix.h b/native/iosTest/Pods/Headers/Public/fmt/fmt/posix.h deleted file mode 120000 index e07a930d8..000000000 --- a/native/iosTest/Pods/Headers/Public/fmt/fmt/posix.h +++ /dev/null @@ -1 +0,0 @@ -../../../../fmt/include/fmt/posix.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/fmt/fmt/std.h b/native/iosTest/Pods/Headers/Public/fmt/fmt/std.h new file mode 120000 index 000000000..b5943df5d --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/fmt/fmt/std.h @@ -0,0 +1 @@ +../../../../fmt/include/fmt/std.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/fmt/fmt/xchar.h b/native/iosTest/Pods/Headers/Public/fmt/fmt/xchar.h new file mode 120000 index 000000000..ed1d38f8d --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/fmt/fmt/xchar.h @@ -0,0 +1 @@ +../../../../fmt/include/fmt/xchar.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/AsyncDebuggerAPI.h b/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/AsyncDebuggerAPI.h new file mode 120000 index 000000000..bae14b6a4 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/AsyncDebuggerAPI.h @@ -0,0 +1 @@ +../../../../hermes-engine/destroot/include/hermes/AsyncDebuggerAPI.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/RuntimeTaskRunner.h b/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/RuntimeTaskRunner.h new file mode 120000 index 000000000..95d144374 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/RuntimeTaskRunner.h @@ -0,0 +1 @@ +../../../../hermes-engine/destroot/include/hermes/RuntimeTaskRunner.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/ThreadSafetyAnalysis.h b/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/ThreadSafetyAnalysis.h new file mode 120000 index 000000000..e45c70014 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/ThreadSafetyAnalysis.h @@ -0,0 +1 @@ +../../../../hermes-engine/destroot/include/hermes/ThreadSafetyAnalysis.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/inspector/AsyncPauseState.h b/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/inspector/AsyncPauseState.h deleted file mode 120000 index a38bc3bd1..000000000 --- a/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/inspector/AsyncPauseState.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../hermes-engine/destroot/include/hermes/inspector/AsyncPauseState.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/inspector/Exceptions.h b/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/inspector/Exceptions.h deleted file mode 120000 index 096fd5348..000000000 --- a/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/inspector/Exceptions.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../hermes-engine/destroot/include/hermes/inspector/Exceptions.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/inspector/chrome/RemoteObjectsTable.h b/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/inspector/chrome/RemoteObjectsTable.h deleted file mode 120000 index fe3c3483e..000000000 --- a/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/inspector/chrome/RemoteObjectsTable.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../hermes-engine/destroot/include/hermes/inspector/chrome/RemoteObjectsTable.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/inspector/chrome/ThreadSafetyAnalysis.h b/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/inspector/chrome/ThreadSafetyAnalysis.h deleted file mode 120000 index b5f9e4ff3..000000000 --- a/native/iosTest/Pods/Headers/Public/hermes-engine/hermes/inspector/chrome/ThreadSafetyAnalysis.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../../hermes-engine/destroot/include/hermes/inspector/chrome/ThreadSafetyAnalysis.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/jsinspector_modern/React-jsinspector-umbrella.h b/native/iosTest/Pods/Headers/Public/jsinspector_modern/React-jsinspector-umbrella.h new file mode 120000 index 000000000..42873a18d --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/jsinspector_modern/React-jsinspector-umbrella.h @@ -0,0 +1 @@ +../../../Target Support Files/React-jsinspector/React-jsinspector-umbrella.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/jsinspector_modern/React-jsinspector.modulemap b/native/iosTest/Pods/Headers/Public/jsinspector_modern/React-jsinspector.modulemap new file mode 120000 index 000000000..62555adbd --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/jsinspector_modern/React-jsinspector.modulemap @@ -0,0 +1 @@ +../../../Target Support Files/React-jsinspector/React-jsinspector.modulemap \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/libevent/evdns.h b/native/iosTest/Pods/Headers/Public/libevent/evdns.h deleted file mode 120000 index c7e5e3d06..000000000 --- a/native/iosTest/Pods/Headers/Public/libevent/evdns.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/include/evdns.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/libevent/event.h b/native/iosTest/Pods/Headers/Public/libevent/event.h deleted file mode 120000 index 88aaccb12..000000000 --- a/native/iosTest/Pods/Headers/Public/libevent/event.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/include/event.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/libevent/evhttp.h b/native/iosTest/Pods/Headers/Public/libevent/evhttp.h deleted file mode 120000 index 8636bcadd..000000000 --- a/native/iosTest/Pods/Headers/Public/libevent/evhttp.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/include/evhttp.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/libevent/evrpc.h b/native/iosTest/Pods/Headers/Public/libevent/evrpc.h deleted file mode 120000 index 882161301..000000000 --- a/native/iosTest/Pods/Headers/Public/libevent/evrpc.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/include/evrpc.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/libevent/evutil.h b/native/iosTest/Pods/Headers/Public/libevent/evutil.h deleted file mode 120000 index e4e3889e4..000000000 --- a/native/iosTest/Pods/Headers/Public/libevent/evutil.h +++ /dev/null @@ -1 +0,0 @@ -../../../libevent/include/evutil.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/react_featureflags/React-featureflags-umbrella.h b/native/iosTest/Pods/Headers/Public/react_featureflags/React-featureflags-umbrella.h new file mode 120000 index 000000000..898157e5b --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/react_featureflags/React-featureflags-umbrella.h @@ -0,0 +1 @@ +../../../Target Support Files/React-featureflags/React-featureflags-umbrella.h \ No newline at end of file diff --git a/native/iosTest/Pods/Headers/Public/react_featureflags/React-featureflags.modulemap b/native/iosTest/Pods/Headers/Public/react_featureflags/React-featureflags.modulemap new file mode 120000 index 000000000..b22348c97 --- /dev/null +++ b/native/iosTest/Pods/Headers/Public/react_featureflags/React-featureflags.modulemap @@ -0,0 +1 @@ +../../../Target Support Files/React-featureflags/React-featureflags.modulemap \ No newline at end of file diff --git a/native/iosTest/Pods/Local Podspecs/DoubleConversion.podspec.json b/native/iosTest/Pods/Local Podspecs/DoubleConversion.podspec.json index 677d9a393..11cb06d53 100644 --- a/native/iosTest/Pods/Local Podspecs/DoubleConversion.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/DoubleConversion.podspec.json @@ -19,6 +19,9 @@ "user_target_xcconfig": { "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/DoubleConversion\"" }, + "pod_target_xcconfig": { + "DEFINES_MODULE": "YES" + }, "platforms": { "ios": "13.4" } diff --git a/native/iosTest/Pods/Local Podspecs/FBLazyVector.podspec.json b/native/iosTest/Pods/Local Podspecs/FBLazyVector.podspec.json index 59f34653f..b100c62ae 100644 --- a/native/iosTest/Pods/Local Podspecs/FBLazyVector.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/FBLazyVector.podspec.json @@ -1,6 +1,6 @@ { "name": "FBLazyVector", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "**/*.{c,h,m,mm,cpp}", "header_dir": "FBLazyVector" diff --git a/native/iosTest/Pods/Local Podspecs/FBReactNativeSpec.podspec.json b/native/iosTest/Pods/Local Podspecs/FBReactNativeSpec.podspec.json deleted file mode 100644 index 245f1a1c8..000000000 --- a/native/iosTest/Pods/Local Podspecs/FBReactNativeSpec.podspec.json +++ /dev/null @@ -1,129 +0,0 @@ -{ - "name": "FBReactNativeSpec", - "version": "0.73.11", - "summary": "-", - "homepage": "https://reactnative.dev/", - "license": "MIT", - "authors": "Meta Platforms, Inc. and its affiliates", - "platforms": { - "ios": "13.4" - }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", - "source": { - "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" - }, - "header_dir": "FBReactNativeSpec", - "pod_target_xcconfig": { - "USE_HEADERMAP": "YES", - "CLANG_CXX_LANGUAGE_STANDARD": "c++20", - "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/RCT-Folly\"" - }, - "dependencies": { - "RCT-Folly": [ - "2022.05.16.00" - ], - "RCTRequired": [ - "0.73.11" - ], - "RCTTypeSafety": [ - "0.73.11" - ], - "React-Core": [ - "0.73.11" - ], - "React-jsi": [ - "0.73.11" - ], - "ReactCommon/turbomodule/core": [ - "0.73.11" - ] - }, - "prepare_command": "mkdir -p ../../../../native/iosTest/build/generated/ios/./FBReactNativeSpec && touch -a ../../../../native/iosTest/build/generated/ios/./FBReactNativeSpec/FBReactNativeSpec.h ../../../../native/iosTest/build/generated/ios/./FBReactNativeSpec/FBReactNativeSpec-generated.mm", - "script_phases": { - "name": "Generate Specs", - "input_files": [ - "${PODS_TARGET_SRCROOT}/../../Libraries/ActionSheetIOS/NativeActionSheetManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Alert/NativeAlertManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Animated/NativeAnimatedHelper.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Animated/NativeAnimatedModule.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Animated/NativeAnimatedTurboModule.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/AppState/NativeAppState.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/BatchedBridge/NativeModules.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Blob/NativeBlobModule.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Blob/NativeFileReaderModule.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/BugReporting/NativeBugReporting.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Components/AccessibilityInfo/NativeAccessibilityInfo.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Components/AccessibilityInfo/NativeAccessibilityManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Components/Clipboard/NativeClipboard.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Components/Keyboard/NativeKeyboardObserver.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Components/Sound/NativeSoundManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Components/StatusBar/NativeStatusBarManagerAndroid.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Components/StatusBar/NativeStatusBarManagerIOS.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Components/ToastAndroid/NativeToastAndroid.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Core/NativeExceptionsManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Core/SegmentFetcher/NativeSegmentFetcher.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Core/Timers/NativeTiming.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Core/__mocks__/NativeExceptionsManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/DevToolsSettings/NativeDevToolsSettingsManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/EventEmitter/NativeEventEmitter.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/EventEmitter/__mocks__/NativeEventEmitter.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/HeapCapture/NativeJSCHeapCapture.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Image/NativeImageEditor.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Image/NativeImageLoaderAndroid.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Image/NativeImageLoaderIOS.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Image/NativeImageStoreAndroid.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Image/NativeImageStoreIOS.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Interaction/NativeFrameRateLogger.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/IntersectionObserver/NativeIntersectionObserver.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/IntersectionObserver/__mocks__/NativeIntersectionObserver.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Linking/NativeIntentAndroid.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Linking/NativeLinkingManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Modal/NativeModalManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/MutationObserver/NativeMutationObserver.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/MutationObserver/__mocks__/NativeMutationObserver.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeComponent/NativeComponentRegistry.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeComponent/NativeComponentRegistryUnstable.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeModules/specs/NativeAnimationsDebugModule.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeModules/specs/NativeDevMenu.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeModules/specs/NativeDevSettings.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeModules/specs/NativeDeviceEventManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeModules/specs/NativeDialogManagerAndroid.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeModules/specs/NativeLogBox.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeModules/specs/NativeRedBox.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeModules/specs/NativeSourceCode.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Network/NativeNetworkingAndroid.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Network/NativeNetworkingIOS.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Performance/NativeJSCSamplingProfiler.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/PermissionsAndroid/NativePermissionsAndroid.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/PushNotificationIOS/NativePushNotificationManagerIOS.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/ReactNative/NativeHeadlessJsTaskSupport.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/ReactNative/NativeI18nManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/ReactNative/NativeUIManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Settings/NativeSettingsManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Share/NativeShareModule.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/TurboModule/samples/NativeSampleTurboModule.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Utilities/NativeAppearance.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Utilities/NativeDevLoadingView.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Utilities/NativeDeviceInfo.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Utilities/NativePlatformConstantsAndroid.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Utilities/NativePlatformConstantsIOS.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Vibration/NativeVibration.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/WebPerformance/NativePerformance.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/WebPerformance/NativePerformanceObserver.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/WebPerformance/__mocks__/NativePerformance.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/WebPerformance/__mocks__/NativePerformanceObserver.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/WebSocket/NativeWebSocketModule.js", - "$PODS_ROOT/../.xcode.env.local", - "$PODS_ROOT/../.xcode.env" - ], - "output_files": [ - "${DERIVED_FILE_DIR}/codegen-FBReactNativeSpec.log", - "${PODS_TARGET_SRCROOT}/../../../../native/iosTest/build/generated/ios/./FBReactNativeSpec/FBReactNativeSpec.h", - "${PODS_TARGET_SRCROOT}/../../../../native/iosTest/build/generated/ios/./FBReactNativeSpec/FBReactNativeSpec-generated.mm" - ], - "script": "pushd \"$PODS_ROOT/../\" > /dev/null\nRCT_SCRIPT_POD_INSTALLATION_ROOT=$(pwd)\npopd >/dev/null\n\nexport RCT_SCRIPT_RN_DIR=${PODS_TARGET_SRCROOT}/../..\nexport RCT_SCRIPT_LIBRARY_NAME=FBReactNativeSpec\nexport RCT_SCRIPT_OUTPUT_DIR=$RCT_SCRIPT_POD_INSTALLATION_ROOT/build/generated/ios\nexport RCT_SCRIPT_LIBRARY_TYPE=modules\nexport RCT_SCRIPT_JS_SRCS_PATTERN=Native*.js\nexport RCT_SCRIPT_JS_SRCS_DIR=../../Libraries\nexport RCT_SCRIPT_CODEGEN_MODULE_DIR=build/generated/ios/.\nexport RCT_SCRIPT_CODEGEN_COMPONENT_DIR=build/generated/ios/react/renderer/components\nexport RCT_SCRIPT_FILE_LIST=\"[\\\"../../Libraries/ActionSheetIOS/NativeActionSheetManager.js\\\", \\\"../../Libraries/Alert/NativeAlertManager.js\\\", \\\"../../Libraries/Animated/NativeAnimatedHelper.js\\\", \\\"../../Libraries/Animated/NativeAnimatedModule.js\\\", \\\"../../Libraries/Animated/NativeAnimatedTurboModule.js\\\", \\\"../../Libraries/AppState/NativeAppState.js\\\", \\\"../../Libraries/BatchedBridge/NativeModules.js\\\", \\\"../../Libraries/Blob/NativeBlobModule.js\\\", \\\"../../Libraries/Blob/NativeFileReaderModule.js\\\", \\\"../../Libraries/BugReporting/NativeBugReporting.js\\\", \\\"../../Libraries/Components/AccessibilityInfo/NativeAccessibilityInfo.js\\\", \\\"../../Libraries/Components/AccessibilityInfo/NativeAccessibilityManager.js\\\", \\\"../../Libraries/Components/Clipboard/NativeClipboard.js\\\", \\\"../../Libraries/Components/Keyboard/NativeKeyboardObserver.js\\\", \\\"../../Libraries/Components/Sound/NativeSoundManager.js\\\", \\\"../../Libraries/Components/StatusBar/NativeStatusBarManagerAndroid.js\\\", \\\"../../Libraries/Components/StatusBar/NativeStatusBarManagerIOS.js\\\", \\\"../../Libraries/Components/ToastAndroid/NativeToastAndroid.js\\\", \\\"../../Libraries/Core/NativeExceptionsManager.js\\\", \\\"../../Libraries/Core/SegmentFetcher/NativeSegmentFetcher.js\\\", \\\"../../Libraries/Core/Timers/NativeTiming.js\\\", \\\"../../Libraries/Core/__mocks__/NativeExceptionsManager.js\\\", \\\"../../Libraries/DevToolsSettings/NativeDevToolsSettingsManager.js\\\", \\\"../../Libraries/EventEmitter/NativeEventEmitter.js\\\", \\\"../../Libraries/EventEmitter/__mocks__/NativeEventEmitter.js\\\", \\\"../../Libraries/HeapCapture/NativeJSCHeapCapture.js\\\", \\\"../../Libraries/Image/NativeImageEditor.js\\\", \\\"../../Libraries/Image/NativeImageLoaderAndroid.js\\\", \\\"../../Libraries/Image/NativeImageLoaderIOS.js\\\", \\\"../../Libraries/Image/NativeImageStoreAndroid.js\\\", \\\"../../Libraries/Image/NativeImageStoreIOS.js\\\", \\\"../../Libraries/Interaction/NativeFrameRateLogger.js\\\", \\\"../../Libraries/IntersectionObserver/NativeIntersectionObserver.js\\\", \\\"../../Libraries/IntersectionObserver/__mocks__/NativeIntersectionObserver.js\\\", \\\"../../Libraries/Linking/NativeIntentAndroid.js\\\", \\\"../../Libraries/Linking/NativeLinkingManager.js\\\", \\\"../../Libraries/Modal/NativeModalManager.js\\\", \\\"../../Libraries/MutationObserver/NativeMutationObserver.js\\\", \\\"../../Libraries/MutationObserver/__mocks__/NativeMutationObserver.js\\\", \\\"../../Libraries/NativeComponent/NativeComponentRegistry.js\\\", \\\"../../Libraries/NativeComponent/NativeComponentRegistryUnstable.js\\\", \\\"../../Libraries/NativeModules/specs/NativeAnimationsDebugModule.js\\\", \\\"../../Libraries/NativeModules/specs/NativeDevMenu.js\\\", \\\"../../Libraries/NativeModules/specs/NativeDevSettings.js\\\", \\\"../../Libraries/NativeModules/specs/NativeDeviceEventManager.js\\\", \\\"../../Libraries/NativeModules/specs/NativeDialogManagerAndroid.js\\\", \\\"../../Libraries/NativeModules/specs/NativeLogBox.js\\\", \\\"../../Libraries/NativeModules/specs/NativeRedBox.js\\\", \\\"../../Libraries/NativeModules/specs/NativeSourceCode.js\\\", \\\"../../Libraries/Network/NativeNetworkingAndroid.js\\\", \\\"../../Libraries/Network/NativeNetworkingIOS.js\\\", \\\"../../Libraries/Performance/NativeJSCSamplingProfiler.js\\\", \\\"../../Libraries/PermissionsAndroid/NativePermissionsAndroid.js\\\", \\\"../../Libraries/PushNotificationIOS/NativePushNotificationManagerIOS.js\\\", \\\"../../Libraries/ReactNative/NativeHeadlessJsTaskSupport.js\\\", \\\"../../Libraries/ReactNative/NativeI18nManager.js\\\", \\\"../../Libraries/ReactNative/NativeUIManager.js\\\", \\\"../../Libraries/Settings/NativeSettingsManager.js\\\", \\\"../../Libraries/Share/NativeShareModule.js\\\", \\\"../../Libraries/TurboModule/samples/NativeSampleTurboModule.js\\\", \\\"../../Libraries/Utilities/NativeAppearance.js\\\", \\\"../../Libraries/Utilities/NativeDevLoadingView.js\\\", \\\"../../Libraries/Utilities/NativeDeviceInfo.js\\\", \\\"../../Libraries/Utilities/NativePlatformConstantsAndroid.js\\\", \\\"../../Libraries/Utilities/NativePlatformConstantsIOS.js\\\", \\\"../../Libraries/Vibration/NativeVibration.js\\\", \\\"../../Libraries/WebPerformance/NativePerformance.js\\\", \\\"../../Libraries/WebPerformance/NativePerformanceObserver.js\\\", \\\"../../Libraries/WebPerformance/__mocks__/NativePerformance.js\\\", \\\"../../Libraries/WebPerformance/__mocks__/NativePerformanceObserver.js\\\", \\\"../../Libraries/WebSocket/NativeWebSocketModule.js\\\"]\"\n\nSCRIPT_PHASES_SCRIPT=\"$RCT_SCRIPT_RN_DIR/scripts/react_native_pods_utils/script_phases.sh\"\nWITH_ENVIRONMENT=\"$RCT_SCRIPT_RN_DIR/scripts/xcode/with-environment.sh\"\n/bin/sh -c \"$WITH_ENVIRONMENT $SCRIPT_PHASES_SCRIPT\"\n", - "execution_position": "before_compile", - "show_env_vars_in_log": true - } -} diff --git a/native/iosTest/Pods/Local Podspecs/RCT-Folly.podspec.json b/native/iosTest/Pods/Local Podspecs/RCT-Folly.podspec.json index f7dd34ae5..d4f6d73b8 100644 --- a/native/iosTest/Pods/Local Podspecs/RCT-Folly.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/RCT-Folly.podspec.json @@ -1,6 +1,6 @@ { "name": "RCT-Folly", - "version": "2022.05.16.00", + "version": "2024.01.01.00", "license": { "type": "Apache License, Version 2.0" }, @@ -9,7 +9,7 @@ "authors": "Facebook", "source": { "git": "https://github.com/facebook/folly.git", - "tag": "v2022.05.16.00" + "tag": "v2024.01.01.00" }, "module_name": "folly", "header_mappings_dir": ".", @@ -24,10 +24,10 @@ ], "fmt": [ - "~> 6.2.1" + "9.1.0" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new", "preserve_paths": "folly/*.h", "libraries": "c++abi", "source_files": [ @@ -45,6 +45,8 @@ "folly/json_pointer.cpp", "folly/container/detail/F14Table.cpp", "folly/detail/Demangle.cpp", + "folly/detail/FileUtilDetail.cpp", + "folly/detail/SplitStringSimd.cpp", "folly/detail/UniqueInstance.cpp", "folly/hash/SpookyHashV2.cpp", "folly/lang/Assume.cpp", @@ -53,7 +55,8 @@ "folly/memory/detail/MallocImpl.cpp", "folly/net/NetOps.cpp", "folly/portability/SysUio.cpp", - "folly/system/ThreadId.h", + "folly/synchronization/SanitizeThread.cpp", + "folly/system/AtFork.cpp", "folly/system/ThreadId.cpp", "folly/*.h", "folly/container/*.h", @@ -67,6 +70,7 @@ "folly/net/*.h", "folly/net/detail/*.h", "folly/portability/*.h", + "folly/system/*.h", "folly/*.h", "folly/container/*.h", "folly/container/detail/*.h", @@ -79,12 +83,14 @@ "folly/net/*.h", "folly/net/detail/*.h", "folly/portability/*.h", + "folly/system/*.h", "c++abi" ], "pod_target_xcconfig": { "USE_HEADERMAP": "NO", + "DEFINES_MODULE": "YES", "CLANG_CXX_LANGUAGE_STANDARD": "c++20", - "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)\" \"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\" \"$(PODS_ROOT)/libevent/include/\"", + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)\" \"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\"", "OTHER_LDFLAGS": "\"-Wl,-U,_jump_fcontext\" \"-Wl,-U,_make_fcontext\"" }, "user_target_xcconfig": { @@ -115,52 +121,6 @@ "folly/synchronization/*.h", "folly/system/ThreadId.h" ] - }, - { - "name": "Futures", - "dependencies": { - "libevent": [ - - ] - }, - "pod_target_xcconfig": { - "HEADER_SEARCH_PATHS": [ - "$(inherited)", - "$(PODS_ROOT)/Headers/Public/libevent/event" - ] - }, - "source_files": [ - "folly/futures/*.{h,cpp}", - "folly/futures/detail/*.{h,cpp}", - "folly/executors/*.{h,cpp}", - "folly/executors/thread_factory/{NamedThreadFactory,ThreadFactory}.{h,cpp}", - "folly/executors/task_queue/{BlockingQueue,UnboundedBlockingQueue,LifoSemMPMCQueue,PriorityUnboundedBlockingQueue,PriorityLifoSemMPMCQueue}.{h,cpp}", - "folly/concurrency/*.{h,cpp}", - "folly/system/{ThreadId,ThreadName,HardwareConcurrency}.{h,cpp}", - "folly/synchronization/*.{h,cpp}", - "folly/synchronization/detail/*.{h,cpp}", - "folly/Try.cpp", - "folly/concurrency/CacheLocality.cpp", - "folly/experimental/{ExecutionObserver,ReadMostlySharedPtr,SingleWriterFixedHashMap,TLRefCount}.{h,cpp}", - "folly/io/async/{AtomicNotificationQueue,AtomicNotificationQueue-inl,AsyncTimeout,DelayedDestruction,DelayedDestructionBase,EventBase,EventBaseLocal,EventBaseManager,EventBaseAtomicNotificationQueue,EventBaseAtomicNotificationQueue-inl,EventBaseBackendBase,EventHandler,EventUtil,HHWheelTimer,HHWheelTimer-fwd,NotificationQueue,Request,TimeoutManager,VirtualEventBase}.{h,cpp}", - "folly/io/{Cursor,Cursor-inl,IOBuf,IOBufQueue}.{h,cpp}", - "folly/tracing/StaticTracepoint.{h,cpp}", - "folly/tracing/AsyncStack.{h,cpp}", - "folly/tracing/AsyncStack-inl.h", - "folly/{Executor,ExceptionString,ExceptionWrapper,ExceptionWrapper-inl,FileUtil,Singleton,SharedMutex}.{h,cpp}", - "folly/detail/{AsyncTrace,Futex,Futex-inl,MemoryIdler,SingletonStackTrace,StaticSingletonManager,ThreadLocalDetail}.{h,cpp}", - "folly/lang/SafeAssert.{h,cpp}", - "folly/memory/{MallctlHelper,SanitizeAddress}.{h,cpp}", - "folly/portability/{GFlags,SysUio}.{h,cpp}", - "folly/portability/SysMembarrier.cpp", - "folly/chrono/Hardware.{h,cpp}", - "folly/experimental/coro/Traits.{h,cpp}", - "folly/fibers/*.{h,cpp}", - "folly/experimental/coro/Coroutine.{h,cpp}", - "folly/fibers/Baton-inl.h", - "folly/experimental/**/*.h", - "folly/system/{AtFork,Pid}.{h,cpp}" - ] } ] } diff --git a/native/iosTest/Pods/Local Podspecs/RCTDeprecation.podspec.json b/native/iosTest/Pods/Local Podspecs/RCTDeprecation.podspec.json new file mode 100644 index 000000000..f7a74bad9 --- /dev/null +++ b/native/iosTest/Pods/Local Podspecs/RCTDeprecation.podspec.json @@ -0,0 +1,28 @@ +{ + "name": "RCTDeprecation", + "version": "0.74.6", + "authors": "Meta Platforms, Inc. and its affiliates", + "license": "MIT", + "homepage": "https://reactnative.dev/", + "source": { + "git": "https://github.com/facebook/react-native.git", + "tag": "v#{version}" + }, + "summary": "Macros for marking APIs as deprecated", + "source_files": [ + "Exported/*.h", + "RCTDeprecation.m" + ], + "pod_target_xcconfig": { + "DEFINES_MODULE": "YES", + "CLANG_CXX_LANGUAGE_STANDARD": "c++20" + }, + "compiler_flags": "-Wnullable-to-nonnull-conversion -Wnullability-completeness", + "platforms": { + "osx": null, + "ios": null, + "tvos": null, + "visionos": null, + "watchos": null + } +} diff --git a/native/iosTest/Pods/Local Podspecs/RCTRequired.podspec.json b/native/iosTest/Pods/Local Podspecs/RCTRequired.podspec.json index a7e32daf0..aa5700cb2 100644 --- a/native/iosTest/Pods/Local Podspecs/RCTRequired.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/RCTRequired.podspec.json @@ -1,6 +1,6 @@ { "name": "RCTRequired", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "**/*.{c,h,m,mm,cpp}", "header_dir": "RCTRequired" diff --git a/native/iosTest/Pods/Local Podspecs/RCTTypeSafety.podspec.json b/native/iosTest/Pods/Local Podspecs/RCTTypeSafety.podspec.json index aaf9b11be..f6d484d36 100644 --- a/native/iosTest/Pods/Local Podspecs/RCTTypeSafety.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/RCTTypeSafety.podspec.json @@ -1,6 +1,6 @@ { "name": "RCTTypeSafety", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "**/*.{c,h,m,mm,cpp}", "header_dir": "RCTTypeSafety", @@ -21,13 +21,13 @@ }, "dependencies": { "FBLazyVector": [ - "0.73.11" + "0.74.6" ], "RCTRequired": [ - "0.73.11" + "0.74.6" ], "React-Core": [ - "0.73.11" + "0.74.6" ] } } diff --git a/native/iosTest/Pods/Local Podspecs/React-Codegen.podspec.json b/native/iosTest/Pods/Local Podspecs/React-Codegen.podspec.json index 39a3f617f..b68f507bd 100644 --- a/native/iosTest/Pods/Local Podspecs/React-Codegen.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-Codegen.podspec.json @@ -1,11 +1,11 @@ { "name": "React-Codegen", - "version": "0.73.11", + "version": "0.74.6", "summary": "Temp pod for generated files for React Native", "homepage": "https://facebook.com/", "license": "Unlicense", "authors": "Facebook", - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -Wno-nullability-completeness -std=c++20", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -Wno-nullability-completeness -std=c++20", "source": { "git": "" }, @@ -54,14 +54,41 @@ "DoubleConversion": [ ], - "hermes-engine": [ + "React-graphics": [ + + ], + "React-rendererdebug": [ + + ], + "React-Fabric": [ + + ], + "React-FabricImage": [ + + ], + "React-debug": [ + + ], + "React-utils": [ ], - "React-rncore": [ + "React-featureflags": [ ], - "FBReactNativeSpec": [ + "hermes-engine": [ ] + }, + "script_phases": { + "name": "Generate Specs", + "execution_position": "before_compile", + "input_files": [ + + ], + "show_env_vars_in_log": true, + "output_files": [ + "${DERIVED_FILE_DIR}/react-codegen.log" + ], + "script": "pushd \"$PODS_ROOT/../\" > /dev/null\nRCT_SCRIPT_POD_INSTALLATION_ROOT=$(pwd)\npopd >/dev/null\n\nexport RCT_SCRIPT_RN_DIR=$RCT_SCRIPT_POD_INSTALLATION_ROOT/../../node_modules/react-native\nexport RCT_SCRIPT_APP_PATH=$RCT_SCRIPT_POD_INSTALLATION_ROOT/../..\nexport RCT_SCRIPT_OUTPUT_DIR=$RCT_SCRIPT_POD_INSTALLATION_ROOT\nexport RCT_SCRIPT_TYPE=withCodegenDiscovery\n\nSCRIPT_PHASES_SCRIPT=\"$RCT_SCRIPT_RN_DIR/scripts/react_native_pods_utils/script_phases.sh\"\nWITH_ENVIRONMENT=\"$RCT_SCRIPT_RN_DIR/scripts/xcode/with-environment.sh\"\n/bin/sh -c \"$WITH_ENVIRONMENT $SCRIPT_PHASES_SCRIPT\"\n" } } diff --git a/native/iosTest/Pods/Local Podspecs/React-Core.podspec.json b/native/iosTest/Pods/Local Podspecs/React-Core.podspec.json index 9103c86b6..6b1a9a7e5 100644 --- a/native/iosTest/Pods/Local Podspecs/React-Core.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-Core.podspec.json @@ -1,6 +1,6 @@ { "name": "React-Core", - "version": "0.73.11", + "version": "0.74.6", "summary": "The core of React Native.", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,28 +10,18 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "resource_bundles": { "RCTI18nStrings": [ "React/I18n/strings/*.lproj" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1", "header_dir": "React", "frameworks": "JavaScriptCore", "pod_target_xcconfig": { - "HEADER_SEARCH_PATHS": [ - "$(PODS_TARGET_SRCROOT)/ReactCommon", - "$(PODS_ROOT)/boost", - "$(PODS_ROOT)/DoubleConversion", - "$(PODS_ROOT)/fmt/include", - "$(PODS_ROOT)/RCT-Folly", - "${PODS_ROOT}/Headers/Public/FlipperKit", - "$(PODS_ROOT)/Headers/Public/ReactCommon", - "$(PODS_ROOT)/Headers/Public/React-hermes", - "$(PODS_ROOT)/Headers/Public/hermes-engine" - ], + "HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/ReactCommon $(PODS_ROOT)/boost $(PODS_ROOT)/DoubleConversion $(PODS_ROOT)/fmt/include $(PODS_ROOT)/RCT-Folly ${PODS_ROOT}/Headers/Public/FlipperKit $(PODS_ROOT)/Headers/Public/ReactCommon $(PODS_ROOT)/Headers/Public/React-hermes $(PODS_ROOT)/Headers/Public/hermes-engine \"${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/RCTDeprecation/RCTDeprecation.framework/Headers\"", "DEFINES_MODULE": "YES", "GCC_PREPROCESSOR_DEFINITIONS": "RCT_METRO_PORT=${RCT_METRO_PORT}", "CLANG_CXX_LANGUAGE_STANDARD": "c++20", @@ -43,7 +33,7 @@ "default_subspecs": "Default", "dependencies": { "RCT-Folly": [ - "2022.05.16.00" + "2024.01.01.00" ], "React-cxxreact": [ @@ -59,9 +49,12 @@ ], "React-utils": [ + ], + "React-featureflags": [ + ], "SocketRocket": [ - "0.6.1" + "0.7.0" ], "React-runtimescheduler": [ @@ -71,6 +64,12 @@ ], "glog": [ + ], + "React-jsinspector": [ + + ], + "RCTDeprecation": [ + ], "React-hermes": [ @@ -102,22 +101,20 @@ ], "dependencies": { "React-Core/Default": [ - "0.73.11" + "0.74.6" ], "React-Core/RCTWebSocket": [ - "0.73.11" - ], - "React-jsinspector": [ - "0.73.11" + "0.74.6" ] - } + }, + "private_header_files": "React/Inspector/RCTCxx*.h" }, { "name": "RCTWebSocket", "source_files": "Libraries/WebSocket/*.{h,m}", "dependencies": { "React-Core/Default": [ - "0.73.11" + "0.74.6" ] } }, diff --git a/native/iosTest/Pods/Local Podspecs/React-CoreModules.podspec.json b/native/iosTest/Pods/Local Podspecs/React-CoreModules.podspec.json index 28b9cf54e..0cf24f1cf 100644 --- a/native/iosTest/Pods/Local Podspecs/React-CoreModules.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-CoreModules.podspec.json @@ -1,6 +1,6 @@ { "name": "React-CoreModules", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -8,40 +8,49 @@ "platforms": { "ios": "13.4" }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "**/*.{c,m,mm,cpp}", "header_dir": "CoreModules", "pod_target_xcconfig": { "USE_HEADERMAP": "YES", "CLANG_CXX_LANGUAGE_STANDARD": "c++20", - "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/React/CoreModules\" \"$(PODS_ROOT)/RCT-Folly\" \"${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers\"" + "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\" \"$(PODS_TARGET_SRCROOT)/React/CoreModules\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\" \"${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers\"" }, "frameworks": "UIKit", "dependencies": { + "DoubleConversion": [ + + ], + "fmt": [ + "9.1.0" + ], "RCT-Folly": [ - "2022.05.16.00" + "2024.01.01.00" ], "RCTTypeSafety": [ - "0.73.11" + "0.74.6" ], "React-Core/CoreModulesHeaders": [ - "0.73.11" + "0.74.6" ], "React-RCTImage": [ - "0.73.11" + "0.74.6" ], "React-jsi": [ - "0.73.11" + "0.74.6" ], "React-RCTBlob": [ ], "SocketRocket": [ - "0.6.1" + "0.7.0" + ], + "React-jsinspector": [ + ], "React-Codegen": [ diff --git a/native/iosTest/Pods/Local Podspecs/React-Fabric.podspec.json b/native/iosTest/Pods/Local Podspecs/React-Fabric.podspec.json index 997266eed..e15981419 100644 --- a/native/iosTest/Pods/Local Podspecs/React-Fabric.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-Fabric.podspec.json @@ -1,6 +1,6 @@ { "name": "React-Fabric", - "version": "0.73.11", + "version": "0.74.6", "summary": "Fabric for React Native.", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "dummyFile.cpp", "pod_target_xcconfig": { @@ -21,7 +21,7 @@ }, "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ], "React-jsiexecutor": [ @@ -48,7 +48,7 @@ ], "fmt": [ - "~> 6.2.1" + "9.1.0" ], "React-Core": [ @@ -75,15 +75,22 @@ ] }, + "script_phases": [ + { + "name": "[RN]Check rncore", + "execution_position": "before_compile", + "script": "echo \"Checking whether Codegen has run...\"\nrncorePath=\"$REACT_NATIVE_PATH/ReactCommon/react/renderer/components/rncore\"\n\nif [[ ! -d \"$rncorePath\" ]]; then\n echo 'error: Codegen did not run properly in your project. Please reinstall cocoapods with `bundle exec pod install`.'\n exit 1\nfi\n" + } + ], "subspecs": [ { "name": "animations", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/animations/**/*.{m,mm,cpp,h}", "exclude_files": "react/renderer/animations/tests", "header_dir": "react/renderer/animations" @@ -92,10 +99,10 @@ "name": "attributedstring", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/attributedstring/**/*.{m,mm,cpp,h}", "exclude_files": "react/renderer/attributedstring/tests", "header_dir": "react/renderer/attributedstring" @@ -104,10 +111,10 @@ "name": "core", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", "source_files": "react/renderer/core/**/*.{m,mm,cpp,h}", "exclude_files": "react/renderer/core/tests", "header_dir": "react/renderer/core", @@ -119,21 +126,21 @@ "name": "componentregistry", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", - "source_files": "react/renderer/componentregistry/**/*.{m,mm,cpp,h}", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", + "source_files": "react/renderer/componentregistry/*.{m,mm,cpp,h}", "header_dir": "react/renderer/componentregistry" }, { "name": "componentregistrynative", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/componentregistry/native/**/*.{m,mm,cpp,h}", "header_dir": "react/renderer/componentregistry/native" }, @@ -144,10 +151,10 @@ "name": "inputaccessory", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/components/inputaccessory/**/*.{m,mm,cpp,h}", "exclude_files": "react/renderer/components/inputaccessory/tests", "header_dir": "react/renderer/components/inputaccessory" @@ -156,10 +163,10 @@ "name": "legacyviewmanagerinterop", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/components/legacyviewmanagerinterop/**/*.{m,mm,cpp,h}", "exclude_files": "react/renderer/components/legacyviewmanagerinterop/tests", "header_dir": "react/renderer/components/legacyviewmanagerinterop", @@ -171,10 +178,10 @@ "name": "modal", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/components/modal/**/*.{m,mm,cpp,h}", "exclude_files": "react/renderer/components/modal/tests", "header_dir": "react/renderer/components/modal" @@ -183,10 +190,10 @@ "name": "rncore", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/components/rncore/**/*.{m,mm,cpp,h}", "header_dir": "react/renderer/components/rncore" }, @@ -194,10 +201,10 @@ "name": "root", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/components/root/**/*.{m,mm,cpp,h}", "exclude_files": "react/renderer/components/root/tests", "header_dir": "react/renderer/components/root" @@ -206,10 +213,10 @@ "name": "safeareaview", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/components/safeareaview/**/*.{m,mm,cpp,h}", "exclude_files": "react/renderer/components/safeareaview/tests", "header_dir": "react/renderer/components/safeareaview" @@ -218,10 +225,10 @@ "name": "scrollview", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/components/scrollview/**/*.{m,mm,cpp,h}", "exclude_files": "react/renderer/components/scrollview/tests", "header_dir": "react/renderer/components/scrollview" @@ -230,10 +237,10 @@ "name": "text", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/components/text/**/*.{m,mm,cpp,h}", "exclude_files": "react/renderer/components/text/tests", "header_dir": "react/renderer/components/text" @@ -242,22 +249,21 @@ "name": "textinput", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", - "source_files": "react/renderer/components/textinput/iostextinput/**/*.{m,mm,cpp,h}", - "exclude_files": "react/renderer/components/textinput/iostextinput/tests", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", + "source_files": "react/renderer/components/textinput/platform/ios/**/*.{m,mm,cpp,h}", "header_dir": "react/renderer/components/iostextinput" }, { "name": "unimplementedview", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/components/unimplementedview/**/*.{m,mm,cpp,h}", "exclude_files": "react/renderer/components/unimplementedview/tests", "header_dir": "react/renderer/components/unimplementedview" @@ -266,13 +272,13 @@ "name": "view", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ], "Yoga": [ ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/components/view/**/*.{m,mm,cpp,h}", "exclude_files": [ "react/renderer/components/view/tests", @@ -289,10 +295,10 @@ "name": "imagemanager", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/imagemanager/*.{m,mm,cpp,h}", "header_dir": "react/renderer/imagemanager" }, @@ -300,10 +306,10 @@ "name": "mounting", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/mounting/**/*.{m,mm,cpp,h}", "exclude_files": "react/renderer/mounting/tests", "header_dir": "react/renderer/mounting" @@ -312,10 +318,10 @@ "name": "scheduler", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/scheduler/**/*.{m,mm,cpp,h}", "header_dir": "react/renderer/scheduler" }, @@ -323,10 +329,10 @@ "name": "templateprocessor", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/templateprocessor/**/*.{m,mm,cpp,h}", "exclude_files": "react/renderer/templateprocessor/tests", "header_dir": "react/renderer/templateprocessor" @@ -335,13 +341,13 @@ "name": "textlayoutmanager", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ], "React-Fabric/uimanager": [ ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": [ "react/renderer/textlayoutmanager/platform/ios/**/*.{m,mm,cpp,h}", "react/renderer/textlayoutmanager/*.{m,mm,cpp,h}" @@ -357,10 +363,10 @@ "name": "uimanager", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/uimanager/**/*.{m,mm,cpp,h}", "exclude_files": "react/renderer/uimanager/tests", "header_dir": "react/renderer/uimanager" @@ -369,10 +375,10 @@ "name": "telemetry", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/telemetry/**/*.{m,mm,cpp,h}", "exclude_files": "react/renderer/telemetry/tests", "header_dir": "react/renderer/telemetry" @@ -381,10 +387,10 @@ "name": "leakchecker", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ] }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "source_files": "react/renderer/leakchecker/**/*.{cpp,h}", "exclude_files": "react/renderer/leakchecker/tests", "header_dir": "react/renderer/leakchecker", diff --git a/native/iosTest/Pods/Local Podspecs/React-FabricImage.podspec.json b/native/iosTest/Pods/Local Podspecs/React-FabricImage.podspec.json index 6fd42a556..383183ac8 100644 --- a/native/iosTest/Pods/Local Podspecs/React-FabricImage.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-FabricImage.podspec.json @@ -1,6 +1,6 @@ { "name": "React-FabricImage", - "version": "0.73.11", + "version": "0.74.6", "summary": "Image Component for Fabric for React Native.", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,12 +10,12 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "react/renderer/components/image/**/*.{m,mm,cpp,h}", "exclude_files": "react/renderer/components/image/tests", "header_dir": "react/renderer/components/image", - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "pod_target_xcconfig": { "USE_HEADERMAP": "YES", "CLANG_CXX_LANGUAGE_STANDARD": "c++20", @@ -23,16 +23,16 @@ }, "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ], "React-jsiexecutor": [ - "0.73.11" + "0.74.6" ], "RCTRequired": [ - "0.73.11" + "0.74.6" ], "RCTTypeSafety": [ - "0.73.11" + "0.74.6" ], "React-jsi": [ @@ -47,7 +47,7 @@ ], "fmt": [ - "~> 6.2.1" + "9.1.0" ], "React-ImageManager": [ diff --git a/native/iosTest/Pods/Local Podspecs/React-ImageManager.podspec.json b/native/iosTest/Pods/Local Podspecs/React-ImageManager.podspec.json index c078d9ce1..d477a3f53 100644 --- a/native/iosTest/Pods/Local Podspecs/React-ImageManager.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-ImageManager.podspec.json @@ -1,6 +1,6 @@ { "name": "React-ImageManager", - "version": "0.73.11", + "version": "0.74.6", "summary": "Fabric for React Native.", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,9 +10,9 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", "source_files": "**/*.{m,mm,cpp,h}", "header_dir": "react/renderer/imagemanager", "pod_target_xcconfig": { diff --git a/native/iosTest/Pods/Local Podspecs/React-Mapbuffer.podspec.json b/native/iosTest/Pods/Local Podspecs/React-Mapbuffer.podspec.json index fcf040522..6faef96b1 100644 --- a/native/iosTest/Pods/Local Podspecs/React-Mapbuffer.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-Mapbuffer.podspec.json @@ -1,6 +1,6 @@ { "name": "React-Mapbuffer", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "react/renderer/mapbuffer/*.{cpp,h}", "exclude_files": "react/renderer/mapbuffer/tests", diff --git a/native/iosTest/Pods/Local Podspecs/React-NativeModulesApple.podspec.json b/native/iosTest/Pods/Local Podspecs/React-NativeModulesApple.podspec.json index bb3c0fa36..db9bd35bf 100644 --- a/native/iosTest/Pods/Local Podspecs/React-NativeModulesApple.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-NativeModulesApple.podspec.json @@ -2,7 +2,7 @@ "name": "React-NativeModulesApple", "module_name": "React_NativeModulesApple", "header_dir": "ReactCommon", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -12,11 +12,11 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", "pod_target_xcconfig": { - "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\" \"$(PODS_ROOT)/Headers/Private/React-Core\"", + "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\" \"$(PODS_ROOT)/Headers/Private/React-Core\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers\"", "USE_HEADERMAP": "YES", "CLANG_CXX_LANGUAGE_STANDARD": "c++20", "GCC_WARN_PEDANTIC": "YES" @@ -46,6 +46,9 @@ ], "React-runtimeexecutor": [ + ], + "React-jsinspector": [ + ], "hermes-engine": [ diff --git a/native/iosTest/Pods/Local Podspecs/React-RCTActionSheet.podspec.json b/native/iosTest/Pods/Local Podspecs/React-RCTActionSheet.podspec.json index 88bfe2350..708414922 100644 --- a/native/iosTest/Pods/Local Podspecs/React-RCTActionSheet.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-RCTActionSheet.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTActionSheet", - "version": "0.73.11", + "version": "0.74.6", "summary": "An API for displaying iOS action sheets and share sheets.", "homepage": "https://reactnative.dev/", "documentation_url": "https://reactnative.dev/docs/actionsheetios", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "*.{m}", "preserve_paths": [ @@ -22,7 +22,7 @@ "header_dir": "RCTActionSheet", "dependencies": { "React-Core/RCTActionSheetHeaders": [ - "0.73.11" + "0.74.6" ] } } diff --git a/native/iosTest/Pods/Local Podspecs/React-RCTAnimation.podspec.json b/native/iosTest/Pods/Local Podspecs/React-RCTAnimation.podspec.json index ec13f7493..2b8105ea2 100644 --- a/native/iosTest/Pods/Local Podspecs/React-RCTAnimation.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-RCTAnimation.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTAnimation", - "version": "0.73.11", + "version": "0.74.6", "summary": "A native driver for the Animated API.", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -8,10 +8,10 @@ "platforms": { "ios": "13.4" }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "**/*.{h,m,mm}", "preserve_paths": [ @@ -27,7 +27,7 @@ }, "dependencies": { "RCT-Folly": [ - "2022.05.16.00" + "2024.01.01.00" ], "RCTTypeSafety": [ diff --git a/native/iosTest/Pods/Local Podspecs/React-RCTAppDelegate.podspec.json b/native/iosTest/Pods/Local Podspecs/React-RCTAppDelegate.podspec.json index 66eb1845f..3662c15ce 100644 --- a/native/iosTest/Pods/Local Podspecs/React-RCTAppDelegate.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-RCTAppDelegate.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTAppDelegate", - "version": "0.73.11", + "version": "0.74.6", "summary": "An utility library to simplify common operations for the New Architecture", "homepage": "https://reactnative.dev/", "documentation_url": "https://reactnative.dev/", @@ -11,13 +11,13 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "**/*.{c,h,m,mm,S,cpp}", - "compiler_flags": "$(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DRN_FABRIC_ENABLED -DUSE_HERMES", + "compiler_flags": "$(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DUSE_HERMES", "pod_target_xcconfig": { - "HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/../../ReactCommon $(PODS_ROOT)/Headers/Private/React-Core $(PODS_ROOT)/boost $(PODS_ROOT)/DoubleConversion $(PODS_ROOT)/fmt/include $(PODS_ROOT)/RCT-Folly ${PODS_ROOT}/Headers/Public/FlipperKit $(PODS_ROOT)/Headers/Public/ReactCommon $(PODS_ROOT)/Headers/Public/React-RCTFabric $(PODS_ROOT)/Headers/Private/Yoga $(PODS_ROOT)/Headers/Public/React-hermes $(PODS_ROOT)/Headers/Public/hermes-engine \"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler/React_runtimescheduler.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-RCTFabric/RCTFabric.framework/Headers\"", - "OTHER_CPLUSPLUSFLAGS": "$(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DRN_FABRIC_ENABLED -DUSE_HERMES", + "HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/../../ReactCommon $(PODS_ROOT)/Headers/Private/React-Core $(PODS_ROOT)/boost $(PODS_ROOT)/DoubleConversion $(PODS_ROOT)/fmt/include $(PODS_ROOT)/RCT-Folly ${PODS_ROOT}/Headers/Public/FlipperKit $(PODS_ROOT)/Headers/Public/ReactCommon $(PODS_ROOT)/Headers/Public/React-RCTFabric $(PODS_ROOT)/Headers/Private/Yoga $(PODS_ROOT)/Headers/Public/React-hermes $(PODS_ROOT)/Headers/Public/hermes-engine \"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler/React_runtimescheduler.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-RCTFabric/RCTFabric.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeCore/React_RuntimeCore.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeApple/React_RuntimeApple.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-utils/React_utils.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-featureflags/React_featureflags.framework/Headers\"", + "OTHER_CPLUSPLUSFLAGS": "$(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DUSE_HERMES", "CLANG_CXX_LANGUAGE_STANDARD": "c++20", "DEFINES_MODULE": "YES" }, @@ -29,7 +29,7 @@ ], "RCT-Folly": [ - + "2024.01.01.00" ], "RCTRequired": [ @@ -48,6 +48,9 @@ ], "React-nativeconfig": [ + ], + "React-Codegen": [ + ], "ReactCommon": [ @@ -60,9 +63,36 @@ ], "React-RCTFabric": [ + ], + "React-RuntimeCore": [ + + ], + "React-RuntimeApple": [ + + ], + "React-Fabric": [ + + ], + "React-graphics": [ + + ], + "React-utils": [ + + ], + "React-debug": [ + + ], + "React-rendererdebug": [ + + ], + "React-featureflags": [ + ], "React-hermes": [ + ], + "React-RuntimeHermes": [ + ] } } diff --git a/native/iosTest/Pods/Local Podspecs/React-RCTBlob.podspec.json b/native/iosTest/Pods/Local Podspecs/React-RCTBlob.podspec.json index 63c7bdb62..f7db0ffd6 100644 --- a/native/iosTest/Pods/Local Podspecs/React-RCTBlob.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-RCTBlob.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTBlob", - "version": "0.73.11", + "version": "0.74.6", "summary": "An API for displaying iOS action sheets and share sheets.", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -8,10 +8,10 @@ "platforms": { "ios": "13.4" }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "*.{h,m,mm}", "preserve_paths": [ @@ -23,11 +23,17 @@ "pod_target_xcconfig": { "USE_HEADERMAP": "YES", "CLANG_CXX_LANGUAGE_STANDARD": "c++20", - "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/RCT-Folly\" \"${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core\"" + "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\" \"${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core\"" }, "dependencies": { + "DoubleConversion": [ + + ], + "fmt": [ + "9.1.0" + ], "RCT-Folly": [ - "2022.05.16.00" + "2024.01.01.00" ], "React-jsi": [ @@ -46,6 +52,9 @@ ], "React-NativeModulesApple": [ + ], + "React-jsinspector": [ + ], "ReactCommon": [ diff --git a/native/iosTest/Pods/Local Podspecs/React-RCTFabric.podspec.json b/native/iosTest/Pods/Local Podspecs/React-RCTFabric.podspec.json index 62bd54d7c..eb12ea1d7 100644 --- a/native/iosTest/Pods/Local Podspecs/React-RCTFabric.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-RCTFabric.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTFabric", - "version": "0.73.11", + "version": "0.74.6", "summary": "RCTFabric for React Native.", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,14 +10,14 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "Fabric/**/*.{c,h,m,mm,S,cpp}", - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", "exclude_files": [ "**/tests/*", "**/android/*", - "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation" + "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation" ], "header_dir": "React", "module_name": "RCTFabric", @@ -26,8 +26,8 @@ "MobileCoreServices" ], "pod_target_xcconfig": { - "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/Headers/Private/React-Core\" \"$(PODS_ROOT)/Headers/Private/Yoga\" \"$(PODS_ROOT)/Headers/Public/React-Codegen\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-FabricImage/React_FabricImage.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/textlayoutmanager/platform/ios\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/textinput/iostextinput\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/imagemanager/platform/ios\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-nativeconfig/React_nativeconfig.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-ImageManager/React_ImageManager.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-utils/React_utils.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler/React_runtimescheduler.framework/Headers\"", - "OTHER_CFLAGS": "$(inherited) -DRN_FABRIC_ENABLED -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1", + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/Headers/Private/React-Core\" \"$(PODS_ROOT)/Headers/Private/Yoga\" \"$(PODS_ROOT)/Headers/Public/React-Codegen\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-FabricImage/React_FabricImage.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/textlayoutmanager/platform/ios\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/textinput/platform/ios\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/imagemanager/platform/ios\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-nativeconfig/React_nativeconfig.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-ImageManager/React_ImageManager.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-featureflags/React_featureflags.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-utils/React_utils.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler/React_runtimescheduler.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers\"", + "OTHER_CFLAGS": "$(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "CLANG_CXX_LANGUAGE_STANDARD": "c++20" }, "dependencies": { @@ -38,7 +38,7 @@ ], "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ], "glog": [ @@ -66,6 +66,9 @@ ], "React-ImageManager": [ + ], + "React-featureflags": [ + ], "React-debug": [ @@ -78,6 +81,9 @@ ], "React-runtimescheduler": [ + ], + "React-jsinspector": [ + ], "hermes-engine": [ diff --git a/native/iosTest/Pods/Local Podspecs/React-RCTImage.podspec.json b/native/iosTest/Pods/Local Podspecs/React-RCTImage.podspec.json index 987874b62..2a5aced26 100644 --- a/native/iosTest/Pods/Local Podspecs/React-RCTImage.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-RCTImage.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTImage", - "version": "0.73.11", + "version": "0.74.6", "summary": "A React component for displaying different types of images.", "homepage": "https://reactnative.dev/", "documentation_url": "https://reactnative.dev/docs/image", @@ -9,10 +9,10 @@ "platforms": { "ios": "13.4" }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "*.{m,mm}", "preserve_paths": [ @@ -32,7 +32,7 @@ ], "dependencies": { "RCT-Folly": [ - "2022.05.16.00" + "2024.01.01.00" ], "RCTTypeSafety": [ diff --git a/native/iosTest/Pods/Local Podspecs/React-RCTLinking.podspec.json b/native/iosTest/Pods/Local Podspecs/React-RCTLinking.podspec.json index 239930110..7dbae25eb 100644 --- a/native/iosTest/Pods/Local Podspecs/React-RCTLinking.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-RCTLinking.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTLinking", - "version": "0.73.11", + "version": "0.74.6", "summary": "A general interface to interact with both incoming and outgoing app links.", "homepage": "https://reactnative.dev/", "documentation_url": "https://reactnative.dev/docs/linking", @@ -9,10 +9,10 @@ "platforms": { "ios": "13.4" }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "*.{m,mm}", "preserve_paths": [ @@ -28,13 +28,13 @@ }, "dependencies": { "React-Core/RCTLinkingHeaders": [ - "0.73.11" + "0.74.6" ], "ReactCommon/turbomodule/core": [ - "0.73.11" + "0.74.6" ], "React-jsi": [ - "0.73.11" + "0.74.6" ], "React-Codegen": [ diff --git a/native/iosTest/Pods/Local Podspecs/React-RCTNetwork.podspec.json b/native/iosTest/Pods/Local Podspecs/React-RCTNetwork.podspec.json index 3fe230e17..c709bfe7c 100644 --- a/native/iosTest/Pods/Local Podspecs/React-RCTNetwork.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-RCTNetwork.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTNetwork", - "version": "0.73.11", + "version": "0.74.6", "summary": "The networking library of React Native.", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -8,10 +8,10 @@ "platforms": { "ios": "13.4" }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "*.{m,mm}", "preserve_paths": [ @@ -28,7 +28,7 @@ "frameworks": "MobileCoreServices", "dependencies": { "RCT-Folly": [ - "2022.05.16.00" + "2024.01.01.00" ], "RCTTypeSafety": [ diff --git a/native/iosTest/Pods/Local Podspecs/React-RCTSettings.podspec.json b/native/iosTest/Pods/Local Podspecs/React-RCTSettings.podspec.json index ffb536849..4312e6b11 100644 --- a/native/iosTest/Pods/Local Podspecs/React-RCTSettings.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-RCTSettings.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTSettings", - "version": "0.73.11", + "version": "0.74.6", "summary": "A wrapper for NSUserDefaults, a persistent key-value store available only on iOS.", "homepage": "https://reactnative.dev/", "documentation_url": "https://reactnative.dev/docs/settings", @@ -9,10 +9,10 @@ "platforms": { "ios": "13.4" }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "*.{m,mm}", "preserve_paths": [ @@ -28,7 +28,7 @@ }, "dependencies": { "RCT-Folly": [ - "2022.05.16.00" + "2024.01.01.00" ], "RCTTypeSafety": [ diff --git a/native/iosTest/Pods/Local Podspecs/React-RCTText.podspec.json b/native/iosTest/Pods/Local Podspecs/React-RCTText.podspec.json index 0805ccc7e..30c2b5742 100644 --- a/native/iosTest/Pods/Local Podspecs/React-RCTText.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-RCTText.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTText", - "version": "0.73.11", + "version": "0.74.6", "summary": "A React component for displaying text.", "homepage": "https://reactnative.dev/", "documentation_url": "https://reactnative.dev/docs/text", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "**/*.{h,m,mm}", "preserve_paths": [ @@ -31,7 +31,7 @@ ], "React-Core/RCTTextHeaders": [ - "0.73.11" + "0.74.6" ] } } diff --git a/native/iosTest/Pods/Local Podspecs/React-RCTVibration.podspec.json b/native/iosTest/Pods/Local Podspecs/React-RCTVibration.podspec.json index c7b06c79f..9260556aa 100644 --- a/native/iosTest/Pods/Local Podspecs/React-RCTVibration.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-RCTVibration.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTVibration", - "version": "0.73.11", + "version": "0.74.6", "summary": "An API for controlling the vibration hardware of the device.", "homepage": "https://reactnative.dev/", "documentation_url": "https://reactnative.dev/docs/vibration", @@ -9,10 +9,10 @@ "platforms": { "ios": "13.4" }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "*.{m,mm}", "preserve_paths": [ @@ -29,7 +29,7 @@ "frameworks": "AudioToolbox", "dependencies": { "RCT-Folly": [ - "2022.05.16.00" + "2024.01.01.00" ], "React-jsi": [ diff --git a/native/iosTest/Pods/Local Podspecs/React-RuntimeApple.podspec.json b/native/iosTest/Pods/Local Podspecs/React-RuntimeApple.podspec.json new file mode 100644 index 000000000..4d4124003 --- /dev/null +++ b/native/iosTest/Pods/Local Podspecs/React-RuntimeApple.podspec.json @@ -0,0 +1,83 @@ +{ + "name": "React-RuntimeApple", + "version": "0.74.6", + "summary": "The React Native Runtime.", + "homepage": "https://reactnative.dev/", + "license": "MIT", + "authors": "Meta Platforms, Inc. and its affiliates", + "platforms": { + "ios": "13.4" + }, + "source": { + "git": "https://github.com/facebook/react-native.git", + "tag": "v0.74.6" + }, + "source_files": "ReactCommon/*.{mm,h}", + "header_dir": "ReactCommon", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": [ + "$(PODS_ROOT)/boost", + "$(PODS_ROOT)/Headers/Private/React-Core", + "$(PODS_TARGET_SRCROOT)/../../../..", + "$(PODS_TARGET_SRCROOT)/../../../../.." + ], + "USE_HEADERMAP": "YES", + "CLANG_CXX_LANGUAGE_STANDARD": "c++20", + "GCC_WARN_PEDANTIC": "YES" + }, + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", + "dependencies": { + "RCT-Folly/Fabric": [ + "2024.01.01.00" + ], + "React-jsiexecutor": [ + + ], + "React-cxxreact": [ + + ], + "React-callinvoker": [ + + ], + "React-runtimeexecutor": [ + + ], + "React-utils": [ + + ], + "React-jsi": [ + + ], + "React-Core/Default": [ + + ], + "React-CoreModules": [ + + ], + "React-NativeModulesApple": [ + + ], + "React-RCTFabric": [ + + ], + "React-RuntimeCore": [ + + ], + "React-Mapbuffer": [ + + ], + "React-jserrorhandler": [ + + ], + "React-jsinspector": [ + + ], + "hermes-engine": [ + + ], + "React-RuntimeHermes": [ + + ] + }, + "exclude_files": "ReactCommon/RCTJscInstance.{mm,h}" +} diff --git a/native/iosTest/Pods/Local Podspecs/React-RuntimeCore.podspec.json b/native/iosTest/Pods/Local Podspecs/React-RuntimeCore.podspec.json new file mode 100644 index 000000000..4ecbcbf42 --- /dev/null +++ b/native/iosTest/Pods/Local Podspecs/React-RuntimeCore.podspec.json @@ -0,0 +1,69 @@ +{ + "name": "React-RuntimeCore", + "version": "0.74.6", + "summary": "The React Native Runtime.", + "homepage": "https://reactnative.dev/", + "license": "MIT", + "authors": "Meta Platforms, Inc. and its affiliates", + "platforms": { + "ios": "13.4" + }, + "source": { + "git": "https://github.com/facebook/react-native.git", + "tag": "v0.74.6" + }, + "source_files": [ + "*.{cpp,h}", + "nativeviewconfig/*.{cpp,h}" + ], + "exclude_files": [ + "iostests/*", + "tests/**/*.{cpp,h}" + ], + "header_dir": "react/runtime", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/Headers/Private/React-Core\" \"${PODS_TARGET_SRCROOT}/../..\"", + "USE_HEADERMAP": "YES", + "CLANG_CXX_LANGUAGE_STANDARD": "c++20", + "GCC_WARN_PEDANTIC": "YES" + }, + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", + "dependencies": { + "RCT-Folly/Fabric": [ + "2024.01.01.00" + ], + "React-jsiexecutor": [ + + ], + "React-cxxreact": [ + + ], + "React-runtimeexecutor": [ + + ], + "glog": [ + + ], + "React-jsi": [ + + ], + "React-jserrorhandler": [ + + ], + "React-runtimescheduler": [ + + ], + "React-utils": [ + + ], + "React-featureflags": [ + + ], + "hermes-engine": [ + + ], + "React-jsinspector": [ + + ] + } +} diff --git a/native/iosTest/Pods/Local Podspecs/React-RuntimeHermes.podspec.json b/native/iosTest/Pods/Local Podspecs/React-RuntimeHermes.podspec.json new file mode 100644 index 000000000..d0bcf0912 --- /dev/null +++ b/native/iosTest/Pods/Local Podspecs/React-RuntimeHermes.podspec.json @@ -0,0 +1,56 @@ +{ + "name": "React-RuntimeHermes", + "version": "0.74.6", + "summary": "The React Native Runtime.", + "homepage": "https://reactnative.dev/", + "license": "MIT", + "authors": "Meta Platforms, Inc. and its affiliates", + "platforms": { + "ios": "13.4" + }, + "source": { + "git": "https://github.com/facebook/react-native.git", + "tag": "v0.74.6" + }, + "source_files": "hermes/*.{cpp,h}", + "header_dir": "react/runtime/hermes", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/../..\" \"${PODS_TARGET_SRCROOT}/../../hermes/executor\" \"$(PODS_ROOT)/boost\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers\"", + "USE_HEADERMAP": "YES", + "CLANG_CXX_LANGUAGE_STANDARD": "c++20", + "GCC_WARN_PEDANTIC": "YES" + }, + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", + "dependencies": { + "RCT-Folly/Fabric": [ + "2024.01.01.00" + ], + "React-nativeconfig": [ + + ], + "React-jsitracing": [ + + ], + "React-jsi": [ + + ], + "React-utils": [ + + ], + "React-RuntimeCore": [ + + ], + "React-featureflags": [ + + ], + "React-jsinspector": [ + + ], + "React-hermes": [ + + ], + "hermes-engine": [ + + ] + } +} diff --git a/native/iosTest/Pods/Local Podspecs/React-callinvoker.podspec.json b/native/iosTest/Pods/Local Podspecs/React-callinvoker.podspec.json index a5e53a64d..fee5a8600 100644 --- a/native/iosTest/Pods/Local Podspecs/React-callinvoker.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-callinvoker.podspec.json @@ -1,6 +1,6 @@ { "name": "React-callinvoker", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "**/*.{cpp,h}", "header_dir": "ReactCommon" diff --git a/native/iosTest/Pods/Local Podspecs/React-cxxreact.podspec.json b/native/iosTest/Pods/Local Podspecs/React-cxxreact.podspec.json index bd0931618..7e77c5fe9 100644 --- a/native/iosTest/Pods/Local Podspecs/React-cxxreact.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-cxxreact.podspec.json @@ -1,6 +1,6 @@ { "name": "React-cxxreact", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,13 +10,13 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "*.{cpp,h}", "exclude_files": "SampleCxxModule.*", - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", "pod_target_xcconfig": { - "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\" \"$(PODS_CONFIGURATION_BUILD_DIR)/React-debug/React_debug.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-runtimeexecutor/React_runtimeexecutor.framework/Headers\"", + "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\" \"$(PODS_CONFIGURATION_BUILD_DIR)/React-debug/React_debug.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-runtimeexecutor/React_runtimeexecutor.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers\"", "CLANG_CXX_LANGUAGE_STANDARD": "c++20" }, "header_dir": "cxxreact", @@ -28,34 +28,34 @@ ], "fmt": [ - "~> 6.2.1" + "9.1.0" ], "RCT-Folly": [ - "2022.05.16.00" + "2024.01.01.00" ], "glog": [ ], "React-jsinspector": [ - "0.73.11" + ], "React-callinvoker": [ - "0.73.11" + "0.74.6" ], "React-runtimeexecutor": [ - "0.73.11" + "0.74.6" ], "React-perflogger": [ - "0.73.11" + "0.74.6" ], "React-jsi": [ - "0.73.11" + "0.74.6" ], "React-logger": [ - "0.73.11" + "0.74.6" ], "React-debug": [ - "0.73.11" + "0.74.6" ], "hermes-engine": [ diff --git a/native/iosTest/Pods/Local Podspecs/React-debug.podspec.json b/native/iosTest/Pods/Local Podspecs/React-debug.podspec.json index 7284f71ef..2c0e388b2 100644 --- a/native/iosTest/Pods/Local Podspecs/React-debug.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-debug.podspec.json @@ -1,6 +1,6 @@ { "name": "React-debug", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "**/*.{cpp,h}", "header_dir": "react/debug", diff --git a/native/iosTest/Pods/Local Podspecs/React-featureflags.podspec.json b/native/iosTest/Pods/Local Podspecs/React-featureflags.podspec.json new file mode 100644 index 000000000..4b89d9b3c --- /dev/null +++ b/native/iosTest/Pods/Local Podspecs/React-featureflags.podspec.json @@ -0,0 +1,22 @@ +{ + "name": "React-featureflags", + "version": "0.74.6", + "summary": "React Native internal feature flags", + "homepage": "https://reactnative.dev/", + "license": "MIT", + "authors": "Meta Platforms, Inc. and its affiliates", + "platforms": { + "ios": "13.4" + }, + "source": { + "git": "https://github.com/facebook/react-native.git", + "tag": "v0.74.6" + }, + "source_files": "*.{cpp,h}", + "header_dir": "react/featureflags", + "pod_target_xcconfig": { + "CLANG_CXX_LANGUAGE_STANDARD": "c++20", + "HEADER_SEARCH_PATHS": "", + "DEFINES_MODULE": "YES" + } +} diff --git a/native/iosTest/Pods/Local Podspecs/React-graphics.podspec.json b/native/iosTest/Pods/Local Podspecs/React-graphics.podspec.json index 10b0c510c..4de86cf80 100644 --- a/native/iosTest/Pods/Local Podspecs/React-graphics.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-graphics.podspec.json @@ -1,6 +1,6 @@ { "name": "React-graphics", - "version": "0.73.11", + "version": "0.74.6", "summary": "Fabric for React Native.", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,19 +10,21 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", "source_files": "**/*.{m,mm,cpp,h}", + "header_dir": "react/renderer/graphics", "exclude_files": [ "tests", "platform/android", - "platform/cxx" + "platform/cxx", + "platform/windows", + "react/renderer/graphics" ], - "header_dir": "react/renderer/graphics", "pod_target_xcconfig": { "USE_HEADERMAP": "NO", - "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\" \"$(PODS_TARGET_SRCROOT)/../../../\" \"$(PODS_ROOT)/RCT-Folly\"", + "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\" \"$(PODS_TARGET_SRCROOT)/../../../\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\"", "DEFINES_MODULE": "YES", "CLANG_CXX_LANGUAGE_STANDARD": "c++20" }, @@ -31,13 +33,19 @@ ], "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ], "React-Core/Default": [ - "0.73.11" + "0.74.6" ], "React-utils": [ + ], + "DoubleConversion": [ + + ], + "fmt": [ + "9.1.0" ] } } diff --git a/native/iosTest/Pods/Local Podspecs/React-hermes.podspec.json b/native/iosTest/Pods/Local Podspecs/React-hermes.podspec.json index b5ca67aa1..505d6d6a2 100644 --- a/native/iosTest/Pods/Local Podspecs/React-hermes.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-hermes.podspec.json @@ -1,6 +1,6 @@ { "name": "React-hermes", - "version": "0.73.11", + "version": "0.74.6", "summary": "Hermes engine for React Native", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,54 +10,53 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, + "public_header_files": "executor/HermesExecutorFactory.h", "source_files": [ "executor/*.{cpp,h}", - "inspector-modern/*.{cpp,h}", "inspector-modern/chrome/*.{cpp,h}", - "inspector-modern/detail/*.{cpp,h}" + "executor/HermesExecutorFactory.h" ], - "public_header_files": "executor/HermesExecutorFactory.h", "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", "pod_target_xcconfig": { - "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/hermes-engine/destroot/include\" \"$(PODS_TARGET_SRCROOT)/..\" \"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\" \"$(PODS_ROOT)/libevent/include\"", + "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/hermes-engine/destroot/include\" \"$(PODS_TARGET_SRCROOT)/..\" \"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers\"", "CLANG_CXX_LANGUAGE_STANDARD": "c++20" }, "header_dir": "reacthermes", "dependencies": { "React-cxxreact": [ - "0.73.11" + "0.74.6" ], "React-jsiexecutor": [ - "0.73.11" + "0.74.6" ], "React-jsinspector": [ - "0.73.11" + ], "React-perflogger": [ - "0.73.11" + "0.74.6" ], "RCT-Folly": [ - "2022.05.16.00" + "2024.01.01.00" ], "DoubleConversion": [ ], "fmt": [ - "~> 6.2.1" + "9.1.0" ], "glog": [ - ], - "RCT-Folly/Futures": [ - "2022.05.16.00" ], "hermes-engine": [ ], "React-jsi": [ + ], + "React-runtimeexecutor": [ + ] } } diff --git a/native/iosTest/Pods/Local Podspecs/React-jserrorhandler.podspec.json b/native/iosTest/Pods/Local Podspecs/React-jserrorhandler.podspec.json index 9d85d6d62..b700b14a6 100644 --- a/native/iosTest/Pods/Local Podspecs/React-jserrorhandler.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-jserrorhandler.podspec.json @@ -1,6 +1,6 @@ { "name": "React-jserrorhandler", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "header_dir": "jserrorhandler", "source_files": "JsErrorHandler.{cpp,h}", @@ -19,10 +19,10 @@ "CLANG_CXX_LANGUAGE_STANDARD": "c++20", "HEADER_SEARCH_PATHS": "\"${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-Mapbuffer/React_Mapbuffer.framework/Headers\"" }, - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", "dependencies": { "RCT-Folly/Fabric": [ - "2022.05.16.00" + "2024.01.01.00" ], "React-jsi": [ diff --git a/native/iosTest/Pods/Local Podspecs/React-jsi.podspec.json b/native/iosTest/Pods/Local Podspecs/React-jsi.podspec.json index 9063a4e7c..569b7715a 100644 --- a/native/iosTest/Pods/Local Podspecs/React-jsi.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-jsi.podspec.json @@ -1,6 +1,6 @@ { "name": "React-jsi", - "version": "0.73.11", + "version": "0.74.6", "summary": "JavaScript Interface layer for React Native", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,10 +10,10 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "header_dir": "jsi", - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", "pod_target_xcconfig": { "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\"", "DEFINES_MODULE": "YES" @@ -26,10 +26,10 @@ ], "fmt": [ - "~> 6.2.1" + "9.1.0" ], "RCT-Folly": [ - "2022.05.16.00" + "2024.01.01.00" ], "glog": [ diff --git a/native/iosTest/Pods/Local Podspecs/React-jsiexecutor.podspec.json b/native/iosTest/Pods/Local Podspecs/React-jsiexecutor.podspec.json index 3439b4f63..e67805990 100644 --- a/native/iosTest/Pods/Local Podspecs/React-jsiexecutor.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-jsiexecutor.podspec.json @@ -1,6 +1,6 @@ { "name": "React-jsiexecutor", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,36 +10,39 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "jsireact/*.{cpp,h}", - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", "pod_target_xcconfig": { - "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\"", + "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers\"", "CLANG_CXX_LANGUAGE_STANDARD": "c++20" }, "header_dir": "jsireact", "dependencies": { "React-cxxreact": [ - "0.73.11" + "0.74.6" ], "React-jsi": [ - "0.73.11" + "0.74.6" ], "React-perflogger": [ - "0.73.11" + "0.74.6" ], "RCT-Folly": [ - "2022.05.16.00" + "2024.01.01.00" ], "DoubleConversion": [ ], "fmt": [ - "~> 6.2.1" + "9.1.0" ], "glog": [ + ], + "React-jsinspector": [ + ], "hermes-engine": [ diff --git a/native/iosTest/Pods/Local Podspecs/React-jsinspector.podspec.json b/native/iosTest/Pods/Local Podspecs/React-jsinspector.podspec.json index b7c5b7e9b..332f8839a 100644 --- a/native/iosTest/Pods/Local Podspecs/React-jsinspector.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-jsinspector.podspec.json @@ -1,6 +1,6 @@ { "name": "React-jsinspector", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,11 +10,37 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "*.{cpp,h}", - "header_dir": "jsinspector", + "header_dir": "jsinspector-modern", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "pod_target_xcconfig": { - "CLANG_CXX_LANGUAGE_STANDARD": "c++20" + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/..\" \"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\"", + "CLANG_CXX_LANGUAGE_STANDARD": "c++20", + "DEFINES_MODULE": "YES" + }, + "dependencies": { + "glog": [ + + ], + "RCT-Folly": [ + "2024.01.01.00" + ], + "React-featureflags": [ + + ], + "DoubleConversion": [ + + ], + "React-runtimeexecutor": [ + "0.74.6" + ], + "React-jsi": [ + + ], + "hermes-engine": [ + + ] } } diff --git a/native/iosTest/Pods/Local Podspecs/React-jsitracing.podspec.json b/native/iosTest/Pods/Local Podspecs/React-jsitracing.podspec.json new file mode 100644 index 000000000..93c060f50 --- /dev/null +++ b/native/iosTest/Pods/Local Podspecs/React-jsitracing.podspec.json @@ -0,0 +1,28 @@ +{ + "name": "React-jsitracing", + "version": "0.74.6", + "summary": "Internal library for JSI debugging.", + "homepage": "https://reactnative.dev/", + "license": "MIT", + "authors": "Meta Platforms, Inc. and its affiliates", + "platforms": { + "ios": "13.4" + }, + "source": { + "git": "https://github.com/facebook/react-native.git", + "tag": "v0.74.6" + }, + "source_files": "JSITracing.{cpp,h}", + "header_dir": ".", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/../..\"", + "USE_HEADERMAP": "YES", + "CLANG_CXX_LANGUAGE_STANDARD": "c++20", + "GCC_WARN_PEDANTIC": "YES" + }, + "dependencies": { + "React-jsi": [ + + ] + } +} diff --git a/native/iosTest/Pods/Local Podspecs/React-logger.podspec.json b/native/iosTest/Pods/Local Podspecs/React-logger.podspec.json index 95a3a7d86..96583f408 100644 --- a/native/iosTest/Pods/Local Podspecs/React-logger.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-logger.podspec.json @@ -1,6 +1,6 @@ { "name": "React-logger", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,11 +10,10 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "*.{cpp,h}", - "exclude_files": "SampleCxxModule.*", - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", "pod_target_xcconfig": { "HEADER_SEARCH_PATHS": "" }, diff --git a/native/iosTest/Pods/Local Podspecs/React-nativeconfig.podspec.json b/native/iosTest/Pods/Local Podspecs/React-nativeconfig.podspec.json index cb650506a..b080b06f9 100644 --- a/native/iosTest/Pods/Local Podspecs/React-nativeconfig.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-nativeconfig.podspec.json @@ -1,6 +1,6 @@ { "name": "React-nativeconfig", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "react/config/*.{m,mm,cpp,h}", "header_dir": "react/config", diff --git a/native/iosTest/Pods/Local Podspecs/React-perflogger.podspec.json b/native/iosTest/Pods/Local Podspecs/React-perflogger.podspec.json index d98ad9087..c1015c143 100644 --- a/native/iosTest/Pods/Local Podspecs/React-perflogger.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-perflogger.podspec.json @@ -1,6 +1,6 @@ { "name": "React-perflogger", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "**/*.{cpp,h}", "header_dir": "reactperflogger", diff --git a/native/iosTest/Pods/Local Podspecs/React-rendererdebug.podspec.json b/native/iosTest/Pods/Local Podspecs/React-rendererdebug.podspec.json index f22223344..d7678c016 100644 --- a/native/iosTest/Pods/Local Podspecs/React-rendererdebug.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-rendererdebug.podspec.json @@ -1,6 +1,6 @@ { "name": "React-rendererdebug", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,10 +10,10 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "**/*.{cpp,h,mm}", - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "header_dir": "react/renderer/debug", "exclude_files": "tests", "pod_target_xcconfig": { @@ -23,13 +23,13 @@ }, "dependencies": { "RCT-Folly": [ - "2022.05.16.00" + "2024.01.01.00" ], "DoubleConversion": [ ], "fmt": [ - "~> 6.2.1" + "9.1.0" ], "React-debug": [ diff --git a/native/iosTest/Pods/Local Podspecs/React-rncore.podspec.json b/native/iosTest/Pods/Local Podspecs/React-rncore.podspec.json index 5108a3efb..24100751c 100644 --- a/native/iosTest/Pods/Local Podspecs/React-rncore.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-rncore.podspec.json @@ -1,6 +1,6 @@ { "name": "React-rncore", - "version": "0.73.11", + "version": "0.74.6", "summary": "Fabric for React Native.", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,61 +10,12 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "dummyFile.cpp", "pod_target_xcconfig": { "USE_HEADERMAP": "YES", "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)\" \"$(PODS_TARGET_SRCROOT)/ReactCommon\"", "CLANG_CXX_LANGUAGE_STANDARD": "c++20" - }, - "prepare_command": "mkdir -p ../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore && touch -a ../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/ComponentDescriptors.h ../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/EventEmitters.cpp ../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/EventEmitters.h ../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/Props.cpp ../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/Props.h ../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/States.cpp ../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/States.h ../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/RCTComponentViewHelpers.h ../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/ShadowNodes.cpp ../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/ShadowNodes.h", - "script_phases": { - "name": "Generate Specs", - "input_files": [ - "${PODS_TARGET_SRCROOT}/../Libraries/Components/ActivityIndicator/ActivityIndicatorViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/DrawerAndroid/AndroidDrawerLayoutNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/ProgressBarAndroid/ProgressBarAndroidNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/RefreshControl/AndroidSwipeRefreshLayoutNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/RefreshControl/PullToRefreshViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/SafeAreaView/RCTSafeAreaViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/ScrollView/AndroidHorizontalScrollContentViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/ScrollView/AndroidHorizontalScrollViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/ScrollView/ScrollContentViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/ScrollView/ScrollViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/Switch/AndroidSwitchNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/Switch/SwitchNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/TextInput/AndroidTextInputNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/TextInput/RCTInputAccessoryViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/TextInput/RCTMultilineTextInputNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/TextInput/RCTSingelineTextInputNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/TraceUpdateOverlay/TraceUpdateOverlayNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/UnimplementedViews/UnimplementedNativeViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/View/ViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Image/ImageViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Image/TextInlineImageNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Modal/RCTModalHostViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/ReactNative/requireNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Text/TextNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Utilities/codegenNativeComponent.js", - "$PODS_ROOT/../.xcode.env.local", - "$PODS_ROOT/../.xcode.env" - ], - "output_files": [ - "${DERIVED_FILE_DIR}/codegen-rncore.log", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/ComponentDescriptors.h", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/EventEmitters.cpp", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/EventEmitters.h", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/Props.cpp", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/Props.h", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/States.cpp", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/States.h", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/RCTComponentViewHelpers.h", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/ShadowNodes.cpp", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/ShadowNodes.h" - ], - "script": "pushd \"$PODS_ROOT/../\" > /dev/null\nRCT_SCRIPT_POD_INSTALLATION_ROOT=$(pwd)\npopd >/dev/null\n\nexport RCT_SCRIPT_RN_DIR=${PODS_TARGET_SRCROOT}/..\nexport RCT_SCRIPT_LIBRARY_NAME=rncore\nexport RCT_SCRIPT_OUTPUT_DIR=$RCT_SCRIPT_POD_INSTALLATION_ROOT/../../node_modules/react-native/ReactCommon\nexport RCT_SCRIPT_LIBRARY_TYPE=components\nexport RCT_SCRIPT_JS_SRCS_PATTERN=*NativeComponent.js\nexport RCT_SCRIPT_JS_SRCS_DIR=../Libraries\nexport RCT_SCRIPT_CODEGEN_MODULE_DIR=../../node_modules/react-native/ReactCommon/.\nexport RCT_SCRIPT_CODEGEN_COMPONENT_DIR=../../node_modules/react-native/ReactCommon/react/renderer/components\nexport RCT_SCRIPT_FILE_LIST=\"[\\\"../Libraries/Components/ActivityIndicator/ActivityIndicatorViewNativeComponent.js\\\", \\\"../Libraries/Components/DrawerAndroid/AndroidDrawerLayoutNativeComponent.js\\\", \\\"../Libraries/Components/ProgressBarAndroid/ProgressBarAndroidNativeComponent.js\\\", \\\"../Libraries/Components/RefreshControl/AndroidSwipeRefreshLayoutNativeComponent.js\\\", \\\"../Libraries/Components/RefreshControl/PullToRefreshViewNativeComponent.js\\\", \\\"../Libraries/Components/SafeAreaView/RCTSafeAreaViewNativeComponent.js\\\", \\\"../Libraries/Components/ScrollView/AndroidHorizontalScrollContentViewNativeComponent.js\\\", \\\"../Libraries/Components/ScrollView/AndroidHorizontalScrollViewNativeComponent.js\\\", \\\"../Libraries/Components/ScrollView/ScrollContentViewNativeComponent.js\\\", \\\"../Libraries/Components/ScrollView/ScrollViewNativeComponent.js\\\", \\\"../Libraries/Components/Switch/AndroidSwitchNativeComponent.js\\\", \\\"../Libraries/Components/Switch/SwitchNativeComponent.js\\\", \\\"../Libraries/Components/TextInput/AndroidTextInputNativeComponent.js\\\", \\\"../Libraries/Components/TextInput/RCTInputAccessoryViewNativeComponent.js\\\", \\\"../Libraries/Components/TextInput/RCTMultilineTextInputNativeComponent.js\\\", \\\"../Libraries/Components/TextInput/RCTSingelineTextInputNativeComponent.js\\\", \\\"../Libraries/Components/TraceUpdateOverlay/TraceUpdateOverlayNativeComponent.js\\\", \\\"../Libraries/Components/UnimplementedViews/UnimplementedNativeViewNativeComponent.js\\\", \\\"../Libraries/Components/View/ViewNativeComponent.js\\\", \\\"../Libraries/Image/ImageViewNativeComponent.js\\\", \\\"../Libraries/Image/TextInlineImageNativeComponent.js\\\", \\\"../Libraries/Modal/RCTModalHostViewNativeComponent.js\\\", \\\"../Libraries/ReactNative/requireNativeComponent.js\\\", \\\"../Libraries/Text/TextNativeComponent.js\\\", \\\"../Libraries/Utilities/codegenNativeComponent.js\\\"]\"\n\nSCRIPT_PHASES_SCRIPT=\"$RCT_SCRIPT_RN_DIR/scripts/react_native_pods_utils/script_phases.sh\"\nWITH_ENVIRONMENT=\"$RCT_SCRIPT_RN_DIR/scripts/xcode/with-environment.sh\"\n/bin/sh -c \"$WITH_ENVIRONMENT $SCRIPT_PHASES_SCRIPT\"\n", - "execution_position": "before_compile", - "show_env_vars_in_log": true } } diff --git a/native/iosTest/Pods/Local Podspecs/React-runtimeexecutor.podspec.json b/native/iosTest/Pods/Local Podspecs/React-runtimeexecutor.podspec.json index a6f35119b..f364ea21a 100644 --- a/native/iosTest/Pods/Local Podspecs/React-runtimeexecutor.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-runtimeexecutor.podspec.json @@ -1,6 +1,6 @@ { "name": "React-runtimeexecutor", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,13 +10,13 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "**/*.{cpp,h}", "header_dir": "ReactCommon", "dependencies": { "React-jsi": [ - "0.73.11" + "0.74.6" ] } } diff --git a/native/iosTest/Pods/Local Podspecs/React-runtimescheduler.podspec.json b/native/iosTest/Pods/Local Podspecs/React-runtimescheduler.podspec.json index 3afed7f09..7f9212154 100644 --- a/native/iosTest/Pods/Local Podspecs/React-runtimescheduler.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-runtimescheduler.podspec.json @@ -1,6 +1,6 @@ { "name": "React-runtimescheduler", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,10 +10,10 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "**/*.{cpp,h}", - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "header_dir": "react/renderer/runtimescheduler", "exclude_files": "tests", "pod_target_xcconfig": { @@ -35,12 +35,15 @@ ], "React-utils": [ + ], + "React-featureflags": [ + ], "glog": [ ], "RCT-Folly": [ - "2022.05.16.00" + "2024.01.01.00" ], "React-jsi": [ diff --git a/native/iosTest/Pods/Local Podspecs/React-utils.podspec.json b/native/iosTest/Pods/Local Podspecs/React-utils.podspec.json index 2adb9c2e6..e7563c2a7 100644 --- a/native/iosTest/Pods/Local Podspecs/React-utils.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React-utils.podspec.json @@ -1,6 +1,6 @@ { "name": "React-utils", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -10,10 +10,10 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "source_files": "**/*.{cpp,h,mm}", - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32", "header_dir": "react/utils", "exclude_files": "tests", "pod_target_xcconfig": { @@ -23,10 +23,16 @@ }, "dependencies": { "RCT-Folly": [ - "2022.05.16.00" + "2024.01.01.00" + ], + "React-jsi": [ + "0.74.6" ], "glog": [ + ], + "hermes-engine": [ + ], "React-debug": [ diff --git a/native/iosTest/Pods/Local Podspecs/React.podspec.json b/native/iosTest/Pods/Local Podspecs/React.podspec.json index 1c97f1c3d..5617fcc0c 100644 --- a/native/iosTest/Pods/Local Podspecs/React.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/React.podspec.json @@ -1,6 +1,6 @@ { "name": "React", - "version": "0.73.11", + "version": "0.74.6", "summary": "A framework for building native apps using React", "description": "React Native apps are built using the React JS\nframework, and render directly to native UIKit\nelements using a fully asynchronous architecture.\nThere is no browser and no HTML. We have picked what\nwe think is the best set of features from these and\nother technologies to build what we hope to become\nthe best product development framework available,\nwith an emphasis on iteration speed, developer\ndelight, continuity of technology, and absolutely\nbeautiful and fast products with no compromises in\nquality or capability.", "homepage": "https://reactnative.dev/", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "preserve_paths": [ "package.json", @@ -21,40 +21,40 @@ "cocoapods_version": ">= 1.10.1", "dependencies": { "React-Core": [ - "0.73.11" + "0.74.6" ], "React-Core/DevSupport": [ - "0.73.11" + "0.74.6" ], "React-Core/RCTWebSocket": [ - "0.73.11" + "0.74.6" ], "React-RCTActionSheet": [ - "0.73.11" + "0.74.6" ], "React-RCTAnimation": [ - "0.73.11" + "0.74.6" ], "React-RCTBlob": [ - "0.73.11" + "0.74.6" ], "React-RCTImage": [ - "0.73.11" + "0.74.6" ], "React-RCTLinking": [ - "0.73.11" + "0.74.6" ], "React-RCTNetwork": [ - "0.73.11" + "0.74.6" ], "React-RCTSettings": [ - "0.73.11" + "0.74.6" ], "React-RCTText": [ - "0.73.11" + "0.74.6" ], "React-RCTVibration": [ - "0.73.11" + "0.74.6" ] } } diff --git a/native/iosTest/Pods/Local Podspecs/ReactCommon.podspec.json b/native/iosTest/Pods/Local Podspecs/ReactCommon.podspec.json index f422e31fc..bbe749810 100644 --- a/native/iosTest/Pods/Local Podspecs/ReactCommon.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/ReactCommon.podspec.json @@ -1,7 +1,7 @@ { "name": "ReactCommon", "module_name": "ReactCommon", - "version": "0.73.11", + "version": "0.74.6", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -11,45 +11,44 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "header_dir": "ReactCommon", - "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation", + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", "pod_target_xcconfig": { "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fmt/include\" \"$(PODS_ROOT)/Headers/Private/React-Core\"", "USE_HEADERMAP": "YES", + "DEFINES_MODULE": "YES", "CLANG_CXX_LANGUAGE_STANDARD": "c++20", "GCC_WARN_PEDANTIC": "YES" }, - "dependencies": { - "React-logger": [ - "0.73.11" - ] - }, "subspecs": [ { "name": "turbomodule", "dependencies": { "React-callinvoker": [ - "0.73.11" + "0.74.6" ], "React-perflogger": [ - "0.73.11" + "0.74.6" ], "React-cxxreact": [ - "0.73.11" + "0.74.6" ], "React-jsi": [ - "0.73.11" + "0.74.6" ], "RCT-Folly": [ - "2022.05.16.00" + "2024.01.01.00" + ], + "React-logger": [ + "0.74.6" ], "DoubleConversion": [ ], "fmt": [ - "~> 6.2.1" + "9.1.0" ], "glog": [ @@ -63,7 +62,7 @@ "name": "bridging", "dependencies": { "React-jsi": [ - "0.73.11" + "0.74.6" ], "hermes-engine": [ @@ -78,7 +77,18 @@ }, { "name": "core", - "source_files": "react/nativemodule/core/ReactCommon/**/*.{cpp,h}" + "source_files": "react/nativemodule/core/ReactCommon/**/*.{cpp,h}", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_CONFIGURATION_BUILD_DIR)/React-debug/React_debug.framework/Headers\" \"$(PODS_CONFIGURATION_BUILD_DIR)/React-utils/React_utils.framework/Headers\"" + }, + "dependencies": { + "React-debug": [ + "0.74.6" + ], + "React-utils": [ + "0.74.6" + ] + } } ] } diff --git a/native/iosTest/Pods/Local Podspecs/Yoga.podspec.json b/native/iosTest/Pods/Local Podspecs/Yoga.podspec.json index b811c2c88..6a42a7d3f 100644 --- a/native/iosTest/Pods/Local Podspecs/Yoga.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/Yoga.podspec.json @@ -1,17 +1,17 @@ { "name": "Yoga", - "version": "1.14.0", + "version": "0.0.0", "license": { "type": "MIT" }, - "homepage": "https://yogalayout.com", - "documentation_url": "https://yogalayout.com/docs/", + "homepage": "https://yogalayout.dev", + "documentation_url": "https://yogalayout.dev/docs/", "summary": "Yoga is a cross-platform layout engine which implements Flexbox.", "description": "Yoga is a cross-platform layout engine enabling maximum collaboration within your team by implementing an API many designers are familiar with, and opening it up to developers across different platforms.", "authors": "Facebook", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.73.11" + "tag": "v0.74.6" }, "module_name": "yoga", "header_dir": "yoga", @@ -32,9 +32,8 @@ }, "source_files": "yoga/**/*.{cpp,h}", "header_mappings_dir": "yoga", - "public_header_files": "yoga/{Yoga,YGEnums,YGMacros,YGValue}.h", + "public_header_files": "yoga/*.h", "private_header_files": [ - "yoga/Yoga-internal.h", "yoga/config/Config.h", "yoga/enums/Align.h", "yoga/enums/Edge.h", @@ -46,37 +45,39 @@ "yoga/enums/Errata.h", "yoga/enums/Direction.h", "yoga/enums/MeasureMode.h", + "yoga/enums/PhysicalEdge.h", "yoga/enums/Display.h", "yoga/enums/LogLevel.h", "yoga/enums/NodeType.h", "yoga/enums/YogaEnums.h", "yoga/enums/PositionType.h", "yoga/enums/Overflow.h", - "yoga/enums/PrintOptions.h", "yoga/enums/Dimension.h", "yoga/enums/Wrap.h", - "yoga/style/CompactValue.h", + "yoga/style/SmallValueBuffer.h", "yoga/style/Style.h", + "yoga/style/StyleValueHandle.h", + "yoga/style/StyleValuePool.h", + "yoga/style/StyleLength.h", "yoga/algorithm/Baseline.h", "yoga/algorithm/FlexLine.h", "yoga/algorithm/BoundAxis.h", + "yoga/algorithm/SizingMode.h", "yoga/algorithm/Align.h", - "yoga/algorithm/ResolveValue.h", "yoga/algorithm/Cache.h", "yoga/algorithm/FlexDirection.h", + "yoga/algorithm/TrailingPosition.h", "yoga/algorithm/CalculateLayout.h", "yoga/algorithm/PixelGrid.h", + "yoga/algorithm/AbsoluteLayout.h", "yoga/numeric/Comparison.h", "yoga/numeric/FloatOptional.h", - "yoga/bits/NumericBitfield.h", - "yoga/bits/BitCast.h", "yoga/node/LayoutResults.h", "yoga/node/Node.h", "yoga/node/CachedMeasurement.h", "yoga/event/event.h", "yoga/debug/AssertFatal.h", - "yoga/debug/Log.h", - "yoga/debug/NodeToString.h" + "yoga/debug/Log.h" ], "preserve_paths": [ "yoga/**/*.h" diff --git a/native/iosTest/Pods/Local Podspecs/fmt.podspec.json b/native/iosTest/Pods/Local Podspecs/fmt.podspec.json new file mode 100644 index 000000000..983b471df --- /dev/null +++ b/native/iosTest/Pods/Local Podspecs/fmt.podspec.json @@ -0,0 +1,27 @@ +{ + "name": "fmt", + "version": "9.1.0", + "license": { + "type": "MIT" + }, + "homepage": "https://github.com/fmtlib/fmt", + "summary": "{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.", + "authors": "The fmt contributors", + "source": { + "git": "https://github.com/fmtlib/fmt.git", + "tag": "9.1.0" + }, + "pod_target_xcconfig": { + "CLANG_CXX_LANGUAGE_STANDARD": "c++20" + }, + "platforms": { + "ios": "13.4" + }, + "libraries": "c++", + "public_header_files": "include/fmt/*.h", + "header_mappings_dir": "include", + "source_files": [ + "include/fmt/*.h", + "src/format.cc" + ] +} diff --git a/native/iosTest/Pods/Local Podspecs/glog.podspec.json b/native/iosTest/Pods/Local Podspecs/glog.podspec.json index c897fd383..af7baf8b5 100644 --- a/native/iosTest/Pods/Local Podspecs/glog.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/glog.podspec.json @@ -8,7 +8,7 @@ "homepage": "https://github.com/google/glog", "summary": "Google logging module", "authors": "Google", - "prepare_command": "#!/bin/bash\n# Copyright (c) Meta Platforms, Inc. and affiliates.\n#\n# This source code is licensed under the MIT license found in the\n# LICENSE file in the root directory of this source tree.\n\nset -e\n\nPLATFORM_NAME=\"${PLATFORM_NAME:-iphoneos}\"\nCURRENT_ARCH=\"${CURRENT_ARCH}\"\n\nif [ -z \"$CURRENT_ARCH\" ] || [ \"$CURRENT_ARCH\" == \"undefined_arch\" ]; then\n # Xcode 10 beta sets CURRENT_ARCH to \"undefined_arch\", this leads to incorrect linker arg.\n # it's better to rely on platform name as fallback because architecture differs between simulator and device\n\n if [[ \"$PLATFORM_NAME\" == *\"simulator\"* ]]; then\n CURRENT_ARCH=\"x86_64\"\n else\n CURRENT_ARCH=\"arm64\"\n fi\nfi\n\n# @lint-ignore-every TXT2 Tab Literal\nif [ \"$CURRENT_ARCH\" == \"arm64\" ]; then\n cat <<\\EOF >>fix_glog_0.3.5_apple_silicon.patch\ndiff --git a/config.sub b/config.sub\nindex 1761d8b..43fa2e8 100755\n--- a/config.sub\n+++ b/config.sub\n@@ -1096,6 +1096,9 @@ case $basic_machine in\n \t\tbasic_machine=z8k-unknown\n \t\tos=-sim\n \t\t;;\n+\tarm64-*)\n+\t\tbasic_machine=$(echo $basic_machine | sed 's/arm64/aarch64/')\n+\t\t;;\n \tnone)\n \t\tbasic_machine=none-none\n \t\tos=-none\nEOF\n\n patch -p1 config.sub fix_glog_0.3.5_apple_silicon.patch\nfi\n\nexport CC=\"$(xcrun -find -sdk $PLATFORM_NAME cc) -arch $CURRENT_ARCH -isysroot $(xcrun -sdk $PLATFORM_NAME --show-sdk-path)\"\nexport CXX=\"$CC\"\n\n# Remove automake symlink if it exists\nif [ -h \"test-driver\" ]; then\n rm test-driver\nfi\n\n# Manually disable gflags include to fix issue https://github.com/facebook/react-native/issues/28446\nsed -i.bak -e 's/\\@ac_cv_have_libgflags\\@/0/' src/glog/logging.h.in && rm src/glog/logging.h.in.bak\nsed -i.bak -e 's/HAVE_LIB_GFLAGS/HAVE_LIB_GFLAGS_DISABLED/' src/config.h.in && rm src/config.h.in.bak\n\n./configure --host arm-apple-darwin\n\ncat << EOF >> src/config.h\n/* Add in so we have Apple Target Conditionals */\n#ifdef __APPLE__\n#include \n#include \n#endif\n\n/* Special configuration for ucontext */\n#undef HAVE_UCONTEXT_H\n#undef PC_FROM_UCONTEXT\n#if defined(__x86_64__)\n#define PC_FROM_UCONTEXT uc_mcontext->__ss.__rip\n#elif defined(__i386__)\n#define PC_FROM_UCONTEXT uc_mcontext->__ss.__eip\n#endif\nEOF\n\n# Prepare exported header include\nEXPORTED_INCLUDE_DIR=\"exported/glog\"\nmkdir -p exported/glog\ncp -f src/glog/log_severity.h \"$EXPORTED_INCLUDE_DIR/\"\ncp -f src/glog/logging.h \"$EXPORTED_INCLUDE_DIR/\"\ncp -f src/glog/raw_logging.h \"$EXPORTED_INCLUDE_DIR/\"\ncp -f src/glog/stl_logging.h \"$EXPORTED_INCLUDE_DIR/\"\ncp -f src/glog/vlog_is_on.h \"$EXPORTED_INCLUDE_DIR/\"", + "prepare_command": "#!/bin/bash\n# Copyright (c) Meta Platforms, Inc. and affiliates.\n#\n# This source code is licensed under the MIT license found in the\n# LICENSE file in the root directory of this source tree.\n\nset -e\n\nPLATFORM_NAME=\"${PLATFORM_NAME:-iphoneos}\"\nCURRENT_ARCH=\"${CURRENT_ARCH}\"\n\nif [ -z \"$CURRENT_ARCH\" ] || [ \"$CURRENT_ARCH\" == \"undefined_arch\" ]; then\n # Xcode 10 beta sets CURRENT_ARCH to \"undefined_arch\", this leads to incorrect linker arg.\n # it's better to rely on platform name as fallback because architecture differs between simulator and device\n\n if [[ \"$PLATFORM_NAME\" == *\"simulator\"* ]]; then\n CURRENT_ARCH=\"x86_64\"\n else\n CURRENT_ARCH=\"arm64\"\n fi\nfi\n\n# @lint-ignore-every TXT2 Tab Literal\nif [ \"$CURRENT_ARCH\" == \"arm64\" ]; then\n cat <<\\EOF >>fix_glog_0.3.5_apple_silicon.patch\ndiff --git a/config.sub b/config.sub\nindex 1761d8b..43fa2e8 100755\n--- a/config.sub\n+++ b/config.sub\n@@ -1096,6 +1096,9 @@ case $basic_machine in\n \t\tbasic_machine=z8k-unknown\n \t\tos=-sim\n \t\t;;\n+\tarm64-*)\n+\t\tbasic_machine=$(echo $basic_machine | sed 's/arm64/aarch64/')\n+\t\t;;\n \tnone)\n \t\tbasic_machine=none-none\n \t\tos=-none\nEOF\n\n patch -p1 config.sub fix_glog_0.3.5_apple_silicon.patch\nfi\n\nXCRUN=\"$(which xcrun)\"\nif [ -n \"$XCRUN\" ]; then\n export CC=\"$(xcrun -find -sdk $PLATFORM_NAME cc) -arch $CURRENT_ARCH -isysroot $(xcrun -sdk $PLATFORM_NAME --show-sdk-path)\"\n export CXX=\"$CC\"\nelse\n export CC=\"$CC:-$(which gcc)\"\n export CXX=\"$CXX:-$(which g++ || true)\"\nfi\nexport CXX=\"$CXX:-$CC\"\n\n# Remove automake symlink if it exists\nif [ -h \"test-driver\" ]; then\n rm test-driver\nfi\n\n# Manually disable gflags include to fix issue https://github.com/facebook/react-native/issues/28446\nsed -i.bak -e 's/\\@ac_cv_have_libgflags\\@/0/' src/glog/logging.h.in && rm src/glog/logging.h.in.bak\nsed -i.bak -e 's/HAVE_LIB_GFLAGS/HAVE_LIB_GFLAGS_DISABLED/' src/config.h.in && rm src/config.h.in.bak\n\n./configure --host arm-apple-darwin\n\ncat << EOF >> src/config.h\n/* Add in so we have Apple Target Conditionals */\n#ifdef __APPLE__\n#include \n#include \n#endif\n\n/* Special configuration for ucontext */\n#undef HAVE_UCONTEXT_H\n#undef PC_FROM_UCONTEXT\n#if defined(__x86_64__)\n#define PC_FROM_UCONTEXT uc_mcontext->__ss.__rip\n#elif defined(__i386__)\n#define PC_FROM_UCONTEXT uc_mcontext->__ss.__eip\n#endif\nEOF\n\n# Prepare exported header include\nEXPORTED_INCLUDE_DIR=\"exported/glog\"\nmkdir -p exported/glog\ncp -f src/glog/log_severity.h \"$EXPORTED_INCLUDE_DIR/\"\ncp -f src/glog/logging.h \"$EXPORTED_INCLUDE_DIR/\"\ncp -f src/glog/raw_logging.h \"$EXPORTED_INCLUDE_DIR/\"\ncp -f src/glog/stl_logging.h \"$EXPORTED_INCLUDE_DIR/\"\ncp -f src/glog/vlog_is_on.h \"$EXPORTED_INCLUDE_DIR/\"", "source": { "git": "https://github.com/google/glog.git", "tag": "v0.3.5" diff --git a/native/iosTest/Pods/Local Podspecs/hermes-engine.podspec.json b/native/iosTest/Pods/Local Podspecs/hermes-engine.podspec.json index 5e3afda63..c94c1ae8f 100644 --- a/native/iosTest/Pods/Local Podspecs/hermes-engine.podspec.json +++ b/native/iosTest/Pods/Local Podspecs/hermes-engine.podspec.json @@ -1,17 +1,18 @@ { "name": "hermes-engine", - "version": "0.73.11", + "version": "0.74.6", "summary": "Hermes is a small and lightweight JavaScript engine optimized for running React Native.", "description": "Hermes is a JavaScript engine optimized for fast start-up of React Native apps. It features ahead-of-time static optimization and compact bytecode.", "homepage": "https://hermesengine.dev", "license": "MIT", "authors": "Facebook", "source": { - "http": "https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.73.11/react-native-artifacts-0.73.11-hermes-ios-debug.tar.gz" + "http": "https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.74.6/react-native-artifacts-0.74.6-hermes-ios-debug.tar.gz" }, "platforms": { "osx": "10.13", - "ios": "13.4" + "ios": "13.4", + "visionos": "1.0" }, "preserve_paths": "**/*.*", "source_files": "", @@ -28,7 +29,7 @@ "script_phases": { "name": "[Hermes] Replace Hermes for the right configuration, if needed", "execution_position": "before_compile", - "script": " . \"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\n\n CONFIG=\"Release\"\n if echo $GCC_PREPROCESSOR_DEFINITIONS | grep -q \"DEBUG=1\"; then\n CONFIG=\"Debug\"\n fi\n\n \"$NODE_BINARY\" \"$REACT_NATIVE_PATH/sdks/hermes-engine/utils/replace_hermes_version.js\" -c \"$CONFIG\" -r \"0.73.11\" -p \"$PODS_ROOT\"\n" + "script": " . \"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\n\n CONFIG=\"Release\"\n if echo $GCC_PREPROCESSOR_DEFINITIONS | grep -q \"DEBUG=1\"; then\n CONFIG=\"Debug\"\n fi\n\n \"$NODE_BINARY\" \"$REACT_NATIVE_PATH/sdks/hermes-engine/utils/replace_hermes_version.js\" -c \"$CONFIG\" -r \"0.74.6\" -p \"$PODS_ROOT\"\n" }, "subspecs": [ { @@ -42,6 +43,9 @@ "ios": { "vendored_frameworks": "destroot/Library/Frameworks/universal/hermes.xcframework" }, + "visionos": { + "vendored_frameworks": "destroot/Library/Frameworks/universal/hermes.xcframework" + }, "osx": { "vendored_frameworks": "destroot/Library/Frameworks/macosx/hermes.framework" } diff --git a/native/iosTest/Pods/Manifest.lock b/native/iosTest/Pods/Manifest.lock index 5d99f7211..40caca9b9 100644 --- a/native/iosTest/Pods/Manifest.lock +++ b/native/iosTest/Pods/Manifest.lock @@ -1,324 +1,360 @@ PODS: - boost (1.83.0) - DoubleConversion (1.1.6) - - FBLazyVector (0.73.11) - - FBReactNativeSpec (0.73.11): - - RCT-Folly (= 2022.05.16.00) - - RCTRequired (= 0.73.11) - - RCTTypeSafety (= 0.73.11) - - React-Core (= 0.73.11) - - React-jsi (= 0.73.11) - - ReactCommon/turbomodule/core (= 0.73.11) - - fmt (6.2.1) + - FBLazyVector (0.74.6) + - fmt (9.1.0) - glog (0.3.5) - - hermes-engine (0.73.11): - - hermes-engine/Pre-built (= 0.73.11) - - hermes-engine/Pre-built (0.73.11) - - libevent (2.1.12) - - RCT-Folly (2022.05.16.00): + - hermes-engine (0.74.6): + - hermes-engine/Pre-built (= 0.74.6) + - hermes-engine/Pre-built (0.74.6) + - RCT-Folly (2024.01.01.00): - boost - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - - RCT-Folly/Default (= 2022.05.16.00) - - RCT-Folly/Default (2022.05.16.00): + - RCT-Folly/Default (= 2024.01.01.00) + - RCT-Folly/Default (2024.01.01.00): - boost - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - - RCT-Folly/Fabric (2022.05.16.00): + - RCT-Folly/Fabric (2024.01.01.00): - boost - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - - RCT-Folly/Futures (2022.05.16.00): - - boost - - DoubleConversion - - fmt (~> 6.2.1) - - glog - - libevent - - RCTRequired (0.73.11) - - RCTTypeSafety (0.73.11): - - FBLazyVector (= 0.73.11) - - RCTRequired (= 0.73.11) - - React-Core (= 0.73.11) - - React (0.73.11): - - React-Core (= 0.73.11) - - React-Core/DevSupport (= 0.73.11) - - React-Core/RCTWebSocket (= 0.73.11) - - React-RCTActionSheet (= 0.73.11) - - React-RCTAnimation (= 0.73.11) - - React-RCTBlob (= 0.73.11) - - React-RCTImage (= 0.73.11) - - React-RCTLinking (= 0.73.11) - - React-RCTNetwork (= 0.73.11) - - React-RCTSettings (= 0.73.11) - - React-RCTText (= 0.73.11) - - React-RCTVibration (= 0.73.11) - - React-callinvoker (0.73.11) - - React-Codegen (0.73.11): + - RCTDeprecation (0.74.6) + - RCTRequired (0.74.6) + - RCTTypeSafety (0.74.6): + - FBLazyVector (= 0.74.6) + - RCTRequired (= 0.74.6) + - React-Core (= 0.74.6) + - React (0.74.6): + - React-Core (= 0.74.6) + - React-Core/DevSupport (= 0.74.6) + - React-Core/RCTWebSocket (= 0.74.6) + - React-RCTActionSheet (= 0.74.6) + - React-RCTAnimation (= 0.74.6) + - React-RCTBlob (= 0.74.6) + - React-RCTImage (= 0.74.6) + - React-RCTLinking (= 0.74.6) + - React-RCTNetwork (= 0.74.6) + - React-RCTSettings (= 0.74.6) + - React-RCTText (= 0.74.6) + - React-RCTVibration (= 0.74.6) + - React-callinvoker (0.74.6) + - React-Codegen (0.74.6): - DoubleConversion - - FBReactNativeSpec - glog - hermes-engine - RCT-Folly - RCTRequired - RCTTypeSafety - React-Core + - React-debug + - React-Fabric + - React-FabricImage + - React-featureflags + - React-graphics - React-jsi - React-jsiexecutor - React-NativeModulesApple - - React-rncore + - React-rendererdebug + - React-utils - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-Core (0.73.11): + - React-Core (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - React-Core/Default (= 0.73.11) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation + - React-Core/Default (= 0.74.6) - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/CoreModulesHeaders (0.73.11): + - React-Core/CoreModulesHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/Default (0.73.11): + - React-Core/Default (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/DevSupport (0.73.11): + - React-Core/DevSupport (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - React-Core/Default (= 0.73.11) - - React-Core/RCTWebSocket (= 0.73.11) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation + - React-Core/Default (= 0.74.6) + - React-Core/RCTWebSocket (= 0.74.6) - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor - - React-jsinspector (= 0.73.11) + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTActionSheetHeaders (0.73.11): + - React-Core/RCTActionSheetHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTAnimationHeaders (0.73.11): + - React-Core/RCTAnimationHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTBlobHeaders (0.73.11): + - React-Core/RCTBlobHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTImageHeaders (0.73.11): + - React-Core/RCTImageHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTLinkingHeaders (0.73.11): + - React-Core/RCTLinkingHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTNetworkHeaders (0.73.11): + - React-Core/RCTNetworkHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTSettingsHeaders (0.73.11): + - React-Core/RCTSettingsHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTTextHeaders (0.73.11): + - React-Core/RCTTextHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTVibrationHeaders (0.73.11): + - React-Core/RCTVibrationHeaders (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation - React-Core/Default - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-Core/RCTWebSocket (0.73.11): + - React-Core/RCTWebSocket (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - React-Core/Default (= 0.73.11) + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation + - React-Core/Default (= 0.74.6) - React-cxxreact + - React-featureflags - React-hermes - React-jsi - React-jsiexecutor + - React-jsinspector - React-perflogger - React-runtimescheduler - React-utils - - SocketRocket (= 0.6.1) + - SocketRocket (= 0.7.0) - Yoga - - React-CoreModules (0.73.11): - - RCT-Folly (= 2022.05.16.00) - - RCTTypeSafety (= 0.73.11) + - React-CoreModules (0.74.6): + - DoubleConversion + - fmt (= 9.1.0) + - RCT-Folly (= 2024.01.01.00) + - RCTTypeSafety (= 0.74.6) - React-Codegen - - React-Core/CoreModulesHeaders (= 0.73.11) - - React-jsi (= 0.73.11) + - React-Core/CoreModulesHeaders (= 0.74.6) + - React-jsi (= 0.74.6) + - React-jsinspector - React-NativeModulesApple - React-RCTBlob - - React-RCTImage (= 0.73.11) + - React-RCTImage (= 0.74.6) - ReactCommon - - SocketRocket (= 0.6.1) - - React-cxxreact (0.73.11): + - SocketRocket (= 0.7.0) + - React-cxxreact (0.74.6): - boost (= 1.83.0) - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - React-callinvoker (= 0.73.11) - - React-debug (= 0.73.11) - - React-jsi (= 0.73.11) - - React-jsinspector (= 0.73.11) - - React-logger (= 0.73.11) - - React-perflogger (= 0.73.11) - - React-runtimeexecutor (= 0.73.11) - - React-debug (0.73.11) - - React-Fabric (0.73.11): + - RCT-Folly (= 2024.01.01.00) + - React-callinvoker (= 0.74.6) + - React-debug (= 0.74.6) + - React-jsi (= 0.74.6) + - React-jsinspector + - React-logger (= 0.74.6) + - React-perflogger (= 0.74.6) + - React-runtimeexecutor (= 0.74.6) + - React-debug (0.74.6) + - React-Fabric (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core - React-cxxreact - React-debug - - React-Fabric/animations (= 0.73.11) - - React-Fabric/attributedstring (= 0.73.11) - - React-Fabric/componentregistry (= 0.73.11) - - React-Fabric/componentregistrynative (= 0.73.11) - - React-Fabric/components (= 0.73.11) - - React-Fabric/core (= 0.73.11) - - React-Fabric/imagemanager (= 0.73.11) - - React-Fabric/leakchecker (= 0.73.11) - - React-Fabric/mounting (= 0.73.11) - - React-Fabric/scheduler (= 0.73.11) - - React-Fabric/telemetry (= 0.73.11) - - React-Fabric/templateprocessor (= 0.73.11) - - React-Fabric/textlayoutmanager (= 0.73.11) - - React-Fabric/uimanager (= 0.73.11) + - React-Fabric/animations (= 0.74.6) + - React-Fabric/attributedstring (= 0.74.6) + - React-Fabric/componentregistry (= 0.74.6) + - React-Fabric/componentregistrynative (= 0.74.6) + - React-Fabric/components (= 0.74.6) + - React-Fabric/core (= 0.74.6) + - React-Fabric/imagemanager (= 0.74.6) + - React-Fabric/leakchecker (= 0.74.6) + - React-Fabric/mounting (= 0.74.6) + - React-Fabric/scheduler (= 0.74.6) + - React-Fabric/telemetry (= 0.74.6) + - React-Fabric/templateprocessor (= 0.74.6) + - React-Fabric/textlayoutmanager (= 0.74.6) + - React-Fabric/uimanager (= 0.74.6) - React-graphics - React-jsi - React-jsiexecutor @@ -327,12 +363,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/animations (0.73.11): + - React-Fabric/animations (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -346,12 +382,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/attributedstring (0.73.11): + - React-Fabric/attributedstring (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -365,12 +401,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/componentregistry (0.73.11): + - React-Fabric/componentregistry (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -384,12 +420,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/componentregistrynative (0.73.11): + - React-Fabric/componentregistrynative (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -403,28 +439,28 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components (0.73.11): + - React-Fabric/components (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core - React-cxxreact - React-debug - - React-Fabric/components/inputaccessory (= 0.73.11) - - React-Fabric/components/legacyviewmanagerinterop (= 0.73.11) - - React-Fabric/components/modal (= 0.73.11) - - React-Fabric/components/rncore (= 0.73.11) - - React-Fabric/components/root (= 0.73.11) - - React-Fabric/components/safeareaview (= 0.73.11) - - React-Fabric/components/scrollview (= 0.73.11) - - React-Fabric/components/text (= 0.73.11) - - React-Fabric/components/textinput (= 0.73.11) - - React-Fabric/components/unimplementedview (= 0.73.11) - - React-Fabric/components/view (= 0.73.11) + - React-Fabric/components/inputaccessory (= 0.74.6) + - React-Fabric/components/legacyviewmanagerinterop (= 0.74.6) + - React-Fabric/components/modal (= 0.74.6) + - React-Fabric/components/rncore (= 0.74.6) + - React-Fabric/components/root (= 0.74.6) + - React-Fabric/components/safeareaview (= 0.74.6) + - React-Fabric/components/scrollview (= 0.74.6) + - React-Fabric/components/text (= 0.74.6) + - React-Fabric/components/textinput (= 0.74.6) + - React-Fabric/components/unimplementedview (= 0.74.6) + - React-Fabric/components/view (= 0.74.6) - React-graphics - React-jsi - React-jsiexecutor @@ -433,12 +469,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/inputaccessory (0.73.11): + - React-Fabric/components/inputaccessory (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -452,12 +488,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/legacyviewmanagerinterop (0.73.11): + - React-Fabric/components/legacyviewmanagerinterop (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -471,12 +507,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/modal (0.73.11): + - React-Fabric/components/modal (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -490,12 +526,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/rncore (0.73.11): + - React-Fabric/components/rncore (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -509,12 +545,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/root (0.73.11): + - React-Fabric/components/root (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -528,12 +564,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/safeareaview (0.73.11): + - React-Fabric/components/safeareaview (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -547,12 +583,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/scrollview (0.73.11): + - React-Fabric/components/scrollview (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -566,12 +602,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/text (0.73.11): + - React-Fabric/components/text (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -585,12 +621,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/textinput (0.73.11): + - React-Fabric/components/textinput (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -604,12 +640,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/unimplementedview (0.73.11): + - React-Fabric/components/unimplementedview (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -623,12 +659,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/view (0.73.11): + - React-Fabric/components/view (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -643,12 +679,12 @@ PODS: - React-utils - ReactCommon/turbomodule/core - Yoga - - React-Fabric/core (0.73.11): + - React-Fabric/core (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -662,12 +698,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/imagemanager (0.73.11): + - React-Fabric/imagemanager (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -681,12 +717,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/leakchecker (0.73.11): + - React-Fabric/leakchecker (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -700,12 +736,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/mounting (0.73.11): + - React-Fabric/mounting (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -719,12 +755,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/scheduler (0.73.11): + - React-Fabric/scheduler (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -738,12 +774,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/telemetry (0.73.11): + - React-Fabric/telemetry (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -757,12 +793,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/templateprocessor (0.73.11): + - React-Fabric/templateprocessor (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -776,12 +812,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/textlayoutmanager (0.73.11): + - React-Fabric/textlayoutmanager (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -796,12 +832,12 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/uimanager (0.73.11): + - React-Fabric/uimanager (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - RCTRequired - RCTTypeSafety - React-Core @@ -815,42 +851,45 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-FabricImage (0.73.11): + - React-FabricImage (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) - - RCTRequired (= 0.73.11) - - RCTTypeSafety (= 0.73.11) + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired (= 0.74.6) + - RCTTypeSafety (= 0.74.6) - React-Fabric - React-graphics - React-ImageManager - React-jsi - - React-jsiexecutor (= 0.73.11) + - React-jsiexecutor (= 0.74.6) - React-logger - React-rendererdebug - React-utils - ReactCommon - Yoga - - React-graphics (0.73.11): + - React-featureflags (0.74.6) + - React-graphics (0.74.6): + - DoubleConversion + - fmt (= 9.1.0) - glog - - RCT-Folly/Fabric (= 2022.05.16.00) - - React-Core/Default (= 0.73.11) + - RCT-Folly/Fabric (= 2024.01.01.00) + - React-Core/Default (= 0.74.6) - React-utils - - React-hermes (0.73.11): + - React-hermes (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - RCT-Folly/Futures (= 2022.05.16.00) - - React-cxxreact (= 0.73.11) + - RCT-Folly (= 2024.01.01.00) + - React-cxxreact (= 0.74.6) - React-jsi - - React-jsiexecutor (= 0.73.11) - - React-jsinspector (= 0.73.11) - - React-perflogger (= 0.73.11) - - React-ImageManager (0.73.11): + - React-jsiexecutor (= 0.74.6) + - React-jsinspector + - React-perflogger (= 0.74.6) + - React-runtimeexecutor + - React-ImageManager (0.74.6): - glog - RCT-Folly/Fabric - React-Core/Default @@ -859,90 +898,116 @@ PODS: - React-graphics - React-rendererdebug - React-utils - - React-jserrorhandler (0.73.11): - - RCT-Folly/Fabric (= 2022.05.16.00) + - React-jserrorhandler (0.74.6): + - RCT-Folly/Fabric (= 2024.01.01.00) - React-debug - React-jsi - React-Mapbuffer - - React-jsi (0.73.11): + - React-jsi (0.74.6): - boost (= 1.83.0) - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-jsiexecutor (0.74.6): + - DoubleConversion + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - React-jsiexecutor (0.73.11): + - RCT-Folly (= 2024.01.01.00) + - React-cxxreact (= 0.74.6) + - React-jsi (= 0.74.6) + - React-jsinspector + - React-perflogger (= 0.74.6) + - React-jsinspector (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - React-cxxreact (= 0.73.11) - - React-jsi (= 0.73.11) - - React-perflogger (= 0.73.11) - - React-jsinspector (0.73.11) - - React-logger (0.73.11): + - RCT-Folly (= 2024.01.01.00) + - React-featureflags + - React-jsi + - React-runtimeexecutor (= 0.74.6) + - React-jsitracing (0.74.6): + - React-jsi + - React-logger (0.74.6): - glog - - React-Mapbuffer (0.73.11): + - React-Mapbuffer (0.74.6): - glog - React-debug - - React-nativeconfig (0.73.11) - - React-NativeModulesApple (0.73.11): + - React-nativeconfig (0.74.6) + - React-NativeModulesApple (0.74.6): - glog - hermes-engine - React-callinvoker - React-Core - React-cxxreact - React-jsi + - React-jsinspector - React-runtimeexecutor - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-perflogger (0.73.11) - - React-RCTActionSheet (0.73.11): - - React-Core/RCTActionSheetHeaders (= 0.73.11) - - React-RCTAnimation (0.73.11): - - RCT-Folly (= 2022.05.16.00) + - React-perflogger (0.74.6) + - React-RCTActionSheet (0.74.6): + - React-Core/RCTActionSheetHeaders (= 0.74.6) + - React-RCTAnimation (0.74.6): + - RCT-Folly (= 2024.01.01.00) - RCTTypeSafety - React-Codegen - React-Core/RCTAnimationHeaders - React-jsi - React-NativeModulesApple - ReactCommon - - React-RCTAppDelegate (0.73.11): - - RCT-Folly + - React-RCTAppDelegate (0.74.6): + - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety + - React-Codegen - React-Core - React-CoreModules + - React-debug + - React-Fabric + - React-featureflags + - React-graphics - React-hermes - React-nativeconfig - React-NativeModulesApple - React-RCTFabric - React-RCTImage - React-RCTNetwork + - React-rendererdebug + - React-RuntimeApple + - React-RuntimeCore + - React-RuntimeHermes - React-runtimescheduler + - React-utils - ReactCommon - - React-RCTBlob (0.73.11): + - React-RCTBlob (0.74.6): + - DoubleConversion + - fmt (= 9.1.0) - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly (= 2024.01.01.00) - React-Codegen - React-Core/RCTBlobHeaders - React-Core/RCTWebSocket - React-jsi + - React-jsinspector - React-NativeModulesApple - React-RCTNetwork - ReactCommon - - React-RCTFabric (0.73.11): + - React-RCTFabric (0.74.6): - glog - hermes-engine - - RCT-Folly/Fabric (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) - React-Core - React-debug - React-Fabric - React-FabricImage + - React-featureflags - React-graphics - React-ImageManager - React-jsi + - React-jsinspector - React-nativeconfig - React-RCTImage - React-RCTText @@ -950,8 +1015,8 @@ PODS: - React-runtimescheduler - React-utils - Yoga - - React-RCTImage (0.73.11): - - RCT-Folly (= 2022.05.16.00) + - React-RCTImage (0.74.6): + - RCT-Folly (= 2024.01.01.00) - RCTTypeSafety - React-Codegen - React-Core/RCTImageHeaders @@ -959,118 +1024,164 @@ PODS: - React-NativeModulesApple - React-RCTNetwork - ReactCommon - - React-RCTLinking (0.73.11): + - React-RCTLinking (0.74.6): - React-Codegen - - React-Core/RCTLinkingHeaders (= 0.73.11) - - React-jsi (= 0.73.11) + - React-Core/RCTLinkingHeaders (= 0.74.6) + - React-jsi (= 0.74.6) - React-NativeModulesApple - ReactCommon - - ReactCommon/turbomodule/core (= 0.73.11) - - React-RCTNetwork (0.73.11): - - RCT-Folly (= 2022.05.16.00) + - ReactCommon/turbomodule/core (= 0.74.6) + - React-RCTNetwork (0.74.6): + - RCT-Folly (= 2024.01.01.00) - RCTTypeSafety - React-Codegen - React-Core/RCTNetworkHeaders - React-jsi - React-NativeModulesApple - ReactCommon - - React-RCTSettings (0.73.11): - - RCT-Folly (= 2022.05.16.00) + - React-RCTSettings (0.74.6): + - RCT-Folly (= 2024.01.01.00) - RCTTypeSafety - React-Codegen - React-Core/RCTSettingsHeaders - React-jsi - React-NativeModulesApple - ReactCommon - - React-RCTText (0.73.11): - - React-Core/RCTTextHeaders (= 0.73.11) + - React-RCTText (0.74.6): + - React-Core/RCTTextHeaders (= 0.74.6) - Yoga - - React-RCTVibration (0.73.11): - - RCT-Folly (= 2022.05.16.00) + - React-RCTVibration (0.74.6): + - RCT-Folly (= 2024.01.01.00) - React-Codegen - React-Core/RCTVibrationHeaders - React-jsi - React-NativeModulesApple - ReactCommon - - React-rendererdebug (0.73.11): + - React-rendererdebug (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) - - RCT-Folly (= 2022.05.16.00) + - fmt (= 9.1.0) + - RCT-Folly (= 2024.01.01.00) - React-debug - - React-rncore (0.73.11) - - React-runtimeexecutor (0.73.11): - - React-jsi (= 0.73.11) - - React-runtimescheduler (0.73.11): + - React-rncore (0.74.6) + - React-RuntimeApple (0.74.6): + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - React-callinvoker + - React-Core/Default + - React-CoreModules + - React-cxxreact + - React-jserrorhandler + - React-jsi + - React-jsiexecutor + - React-jsinspector + - React-Mapbuffer + - React-NativeModulesApple + - React-RCTFabric + - React-RuntimeCore + - React-runtimeexecutor + - React-RuntimeHermes + - React-utils + - React-RuntimeCore (0.74.6): - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) + - RCT-Folly/Fabric (= 2024.01.01.00) + - React-cxxreact + - React-featureflags + - React-jserrorhandler + - React-jsi + - React-jsiexecutor + - React-jsinspector + - React-runtimeexecutor + - React-runtimescheduler + - React-utils + - React-runtimeexecutor (0.74.6): + - React-jsi (= 0.74.6) + - React-RuntimeHermes (0.74.6): + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - React-featureflags + - React-hermes + - React-jsi + - React-jsinspector + - React-jsitracing + - React-nativeconfig + - React-RuntimeCore + - React-utils + - React-runtimescheduler (0.74.6): + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) - React-callinvoker - React-cxxreact - React-debug + - React-featureflags - React-jsi - React-rendererdebug - React-runtimeexecutor - React-utils - - React-utils (0.73.11): + - React-utils (0.74.6): - glog - - RCT-Folly (= 2022.05.16.00) + - hermes-engine + - RCT-Folly (= 2024.01.01.00) - React-debug - - ReactCommon (0.73.11): - - React-logger (= 0.73.11) - - ReactCommon/turbomodule (= 0.73.11) - - ReactCommon/turbomodule (0.73.11): + - React-jsi (= 0.74.6) + - ReactCommon (0.74.6): + - ReactCommon/turbomodule (= 0.74.6) + - ReactCommon/turbomodule (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - React-callinvoker (= 0.73.11) - - React-cxxreact (= 0.73.11) - - React-jsi (= 0.73.11) - - React-logger (= 0.73.11) - - React-perflogger (= 0.73.11) - - ReactCommon/turbomodule/bridging (= 0.73.11) - - ReactCommon/turbomodule/core (= 0.73.11) - - ReactCommon/turbomodule/bridging (0.73.11): + - RCT-Folly (= 2024.01.01.00) + - React-callinvoker (= 0.74.6) + - React-cxxreact (= 0.74.6) + - React-jsi (= 0.74.6) + - React-logger (= 0.74.6) + - React-perflogger (= 0.74.6) + - ReactCommon/turbomodule/bridging (= 0.74.6) + - ReactCommon/turbomodule/core (= 0.74.6) + - ReactCommon/turbomodule/bridging (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - React-callinvoker (= 0.73.11) - - React-cxxreact (= 0.73.11) - - React-jsi (= 0.73.11) - - React-logger (= 0.73.11) - - React-perflogger (= 0.73.11) - - ReactCommon/turbomodule/core (0.73.11): + - RCT-Folly (= 2024.01.01.00) + - React-callinvoker (= 0.74.6) + - React-cxxreact (= 0.74.6) + - React-jsi (= 0.74.6) + - React-logger (= 0.74.6) + - React-perflogger (= 0.74.6) + - ReactCommon/turbomodule/core (0.74.6): - DoubleConversion - - fmt (~> 6.2.1) + - fmt (= 9.1.0) - glog - hermes-engine - - RCT-Folly (= 2022.05.16.00) - - React-callinvoker (= 0.73.11) - - React-cxxreact (= 0.73.11) - - React-jsi (= 0.73.11) - - React-logger (= 0.73.11) - - React-perflogger (= 0.73.11) + - RCT-Folly (= 2024.01.01.00) + - React-callinvoker (= 0.74.6) + - React-cxxreact (= 0.74.6) + - React-debug (= 0.74.6) + - React-jsi (= 0.74.6) + - React-logger (= 0.74.6) + - React-perflogger (= 0.74.6) + - React-utils (= 0.74.6) - simdjson (3.9.4) - - SocketRocket (0.6.1) + - SocketRocket (0.7.0) - WatermelonDB (0.28.0-0): - React - simdjson - - Yoga (1.14.0) + - Yoga (0.0.0) DEPENDENCIES: - boost (from `../../node_modules/react-native/third-party-podspecs/boost.podspec`) - DoubleConversion (from `../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - FBLazyVector (from `../../node_modules/react-native/Libraries/FBLazyVector`) - - FBReactNativeSpec (from `../../node_modules/react-native/React/FBReactNativeSpec`) + - fmt (from `../../node_modules/react-native/third-party-podspecs/fmt.podspec`) - glog (from `../../node_modules/react-native/third-party-podspecs/glog.podspec`) - hermes-engine (from `../../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`) - - libevent (~> 2.1.12) - RCT-Folly (from `../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) - RCT-Folly/Fabric (from `../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) - - RCTRequired (from `../../node_modules/react-native/Libraries/RCTRequired`) + - RCTDeprecation (from `../../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation`) + - RCTRequired (from `../../node_modules/react-native/Libraries/Required`) - RCTTypeSafety (from `../../node_modules/react-native/Libraries/TypeSafety`) - React (from `../../node_modules/react-native/`) - React-callinvoker (from `../../node_modules/react-native/ReactCommon/callinvoker`) @@ -1082,6 +1193,7 @@ DEPENDENCIES: - React-debug (from `../../node_modules/react-native/ReactCommon/react/debug`) - React-Fabric (from `../../node_modules/react-native/ReactCommon`) - React-FabricImage (from `../../node_modules/react-native/ReactCommon`) + - React-featureflags (from `../../node_modules/react-native/ReactCommon/react/featureflags`) - React-graphics (from `../../node_modules/react-native/ReactCommon/react/renderer/graphics`) - React-hermes (from `../../node_modules/react-native/ReactCommon/hermes`) - React-ImageManager (from `../../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios`) @@ -1089,6 +1201,7 @@ DEPENDENCIES: - React-jsi (from `../../node_modules/react-native/ReactCommon/jsi`) - React-jsiexecutor (from `../../node_modules/react-native/ReactCommon/jsiexecutor`) - React-jsinspector (from `../../node_modules/react-native/ReactCommon/jsinspector-modern`) + - React-jsitracing (from `../../node_modules/react-native/ReactCommon/hermes/executor/`) - React-logger (from `../../node_modules/react-native/ReactCommon/logger`) - React-Mapbuffer (from `../../node_modules/react-native/ReactCommon`) - React-nativeconfig (from `../../node_modules/react-native/ReactCommon`) @@ -1107,7 +1220,10 @@ DEPENDENCIES: - React-RCTVibration (from `../../node_modules/react-native/Libraries/Vibration`) - React-rendererdebug (from `../../node_modules/react-native/ReactCommon/react/renderer/debug`) - React-rncore (from `../../node_modules/react-native/ReactCommon`) + - React-RuntimeApple (from `../../node_modules/react-native/ReactCommon/react/runtime/platform/ios`) + - React-RuntimeCore (from `../../node_modules/react-native/ReactCommon/react/runtime`) - React-runtimeexecutor (from `../../node_modules/react-native/ReactCommon/runtimeexecutor`) + - React-RuntimeHermes (from `../../node_modules/react-native/ReactCommon/react/runtime`) - React-runtimescheduler (from `../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`) - React-utils (from `../../node_modules/react-native/ReactCommon/react/utils`) - ReactCommon/turbomodule/core (from `../../node_modules/react-native/ReactCommon`) @@ -1117,8 +1233,6 @@ DEPENDENCIES: SPEC REPOS: trunk: - - fmt - - libevent - SocketRocket EXTERNAL SOURCES: @@ -1128,17 +1242,19 @@ EXTERNAL SOURCES: :podspec: "../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec" FBLazyVector: :path: "../../node_modules/react-native/Libraries/FBLazyVector" - FBReactNativeSpec: - :path: "../../node_modules/react-native/React/FBReactNativeSpec" + fmt: + :podspec: "../../node_modules/react-native/third-party-podspecs/fmt.podspec" glog: :podspec: "../../node_modules/react-native/third-party-podspecs/glog.podspec" hermes-engine: :podspec: "../../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec" - :tag: hermes-2024-04-29-RNv0.73.8-644c8be78af1eae7c138fa4093fb87f0f4f8db85 + :tag: hermes-2024-09-30-RNv0.74.6-6f503f52cbf98b2b37c4d3900e7f1193d6512548 RCT-Folly: :podspec: "../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec" + RCTDeprecation: + :path: "../../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation" RCTRequired: - :path: "../../node_modules/react-native/Libraries/RCTRequired" + :path: "../../node_modules/react-native/Libraries/Required" RCTTypeSafety: :path: "../../node_modules/react-native/Libraries/TypeSafety" React: @@ -1159,6 +1275,8 @@ EXTERNAL SOURCES: :path: "../../node_modules/react-native/ReactCommon" React-FabricImage: :path: "../../node_modules/react-native/ReactCommon" + React-featureflags: + :path: "../../node_modules/react-native/ReactCommon/react/featureflags" React-graphics: :path: "../../node_modules/react-native/ReactCommon/react/renderer/graphics" React-hermes: @@ -1173,6 +1291,8 @@ EXTERNAL SOURCES: :path: "../../node_modules/react-native/ReactCommon/jsiexecutor" React-jsinspector: :path: "../../node_modules/react-native/ReactCommon/jsinspector-modern" + React-jsitracing: + :path: "../../node_modules/react-native/ReactCommon/hermes/executor/" React-logger: :path: "../../node_modules/react-native/ReactCommon/logger" React-Mapbuffer: @@ -1209,8 +1329,14 @@ EXTERNAL SOURCES: :path: "../../node_modules/react-native/ReactCommon/react/renderer/debug" React-rncore: :path: "../../node_modules/react-native/ReactCommon" + React-RuntimeApple: + :path: "../../node_modules/react-native/ReactCommon/react/runtime/platform/ios" + React-RuntimeCore: + :path: "../../node_modules/react-native/ReactCommon/react/runtime" React-runtimeexecutor: :path: "../../node_modules/react-native/ReactCommon/runtimeexecutor" + React-RuntimeHermes: + :path: "../../node_modules/react-native/ReactCommon/react/runtime" React-runtimescheduler: :path: "../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler" React-utils: @@ -1226,58 +1352,62 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: boost: d3f49c53809116a5d38da093a8aa78bf551aed09 - DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953 - FBLazyVector: b46891061bfe0a9b07f601813114c8653a72a45c - FBReactNativeSpec: d03238c1acaf30a16b45173edf1ba786c27ad0ea - fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 - glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2 - hermes-engine: d992945b77c506e5164e6a9a77510c9d57472c59 - libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 - RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0 - RCTRequired: 415e56f7c33799a6483e41e4dce607f3daf1e69b - RCTTypeSafety: e984a88e713281c2d8c2309a1a6d2775af0107ae - React: ab885684e73c5f659bad63446a977312fd3d1ecb - React-callinvoker: 50a2d1ce3594637c700401ba306373321231eb71 - React-Codegen: 0b62f5a15aac03c4e04e7d62ebee702071d93660 - React-Core: 9d66a8a953d975aee4989abccf4602e7ba7c65fa - React-CoreModules: e93a24aaae933d496329112cec78b681c76cdc53 - React-cxxreact: 8f6abe06e11f79f2292c7939dc6390027e53e5ba - React-debug: cbc88cbcffdca42184a32d073ceb7d9b11122b8d - React-Fabric: f22d9c367ae9536650d06d7c338383abf41daa73 - React-FabricImage: d5b397555e58147bfbcd24c9d2cd10e566ea29ee - React-graphics: eb385065f994ca67550ae69df58dcbc27fdf1b07 - React-hermes: c2877efac91c02266c66cd62ccef3fa7c36d8604 - React-ImageManager: 99ffa733ce3406463da89bf74fd55a12c5aeb053 - React-jserrorhandler: 5a90e88499755b6cfe263c01c208ac3782f535ad - React-jsi: 5da729c3787b5d58b8612fcd4308290e88af9dde - React-jsiexecutor: 911f565c4dcb2faf750e274a18012c88355fc33c - React-jsinspector: a98428936fb888cc15d857226a26d9ac0a668a0e - React-logger: 6c1170f7bc315878ef4bd3b918e09130cf632798 - React-Mapbuffer: 41c166b84fc479afc78097cd51404109ec9edf68 - React-nativeconfig: 8fd29a35a3e4e8c37682d976667663d834ba6165 - React-NativeModulesApple: 68eb729eaf628ba066bca5308dd4ccacaaacba97 - React-perflogger: 3887a05940ccd34a83457fd153fdeda509b31737 - React-RCTActionSheet: 2f42b4797374b53e93b65c79eaa8a0d292e255ac - React-RCTAnimation: 8d855a38975b065bab2528ccf158734044bcec59 - React-RCTAppDelegate: bddf79fb86d03810269d1af5d6ad06a654479a16 - React-RCTBlob: f4bad11cecd4ed488dcbbda1581ff8fe92746107 - React-RCTFabric: 05fd71882ffd9733433ad4816d899f397ffd496c - React-RCTImage: 187d39d7f82dbddaee1c00fe5beb3fb4cd16eee2 - React-RCTLinking: 22568a7c6d2ee51ef4d5c36e9e4d9720f74e9aed - React-RCTNetwork: 6453b643f665273e31fdfe21cfa5a32666d61685 - React-RCTSettings: 237e7aa727543b5df2e0eecbfc49fc1bf21482b5 - React-RCTText: 9a775859da5b6a1a2e4bebcd358909a77072f7c8 - React-RCTVibration: 0167279571af233088b53ca3c67606b2a355a0f2 - React-rendererdebug: 4023a996275f40116d7c88ae5be0b5882ca3eeb7 - React-rncore: b6967c52eff4a85adffd6e4cb48a3c9cbb6a1e51 - React-runtimeexecutor: 2fd27b921f664e66d903ee274dcda55cc0b2cb2e - React-runtimescheduler: a36193fd33a0187852d54d402e170510f1300952 - React-utils: eaaed6083fccd050a594baf1d72db5f949a3b9bb - ReactCommon: 1a93f1ef5c6e33bf14b9563cdb8e7621a893aa37 + DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5 + FBLazyVector: 4b1589d37c9ff4dba11a63083fe7515fad3ac111 + fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120 + glog: fdfdfe5479092de0c4bdbebedd9056951f092c4f + hermes-engine: 2102c92e54a031a270fd1fe84169ec8a0901b7bd + RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47 + RCTDeprecation: 5f1d7e1f8ef6c53f0207e3ac0d0ca23575e8a6ab + RCTRequired: dcfd24ece09940bbf24b7c2974f4eb68a9baee55 + RCTTypeSafety: 3d65944055cc73f3bb28c3f05c7eaff2bb7ceb83 + React: c5e9f3c07a890a7e2a1ec9b79faa5c53dd7aee01 + React-callinvoker: 9ac986dbbd0e1b3463cb740b12c0b37dbcd15fed + React-Codegen: e9d0fd607356108f892094898279c99c536d4076 + React-Core: e8de3613460de4f02cdf6a0d726526fe273766b4 + React-CoreModules: 704fd52f83780e1870a946d5c3ea6ea1175aa523 + React-cxxreact: 75572783e7feae5a9f67157ea13968bf5ab274a3 + React-debug: 180e1bf4a97fa4404ee7fb68952cace122aa9d73 + React-Fabric: 1118712bb2dfae21b7d03d5daf419018e867f8e9 + React-FabricImage: 3878f51fa0ac860fb733f0a3c958442a7b5ec587 + React-featureflags: 05fabc5e165fa3864c879556e83a455b8a0573fa + React-graphics: 77bb68d9d913682a23c621df01ab61b2e58a5c70 + React-hermes: e4c48dab6830b282e1b41023cdae9b5c1f7ae075 + React-ImageManager: 6dbe9e5578c03d48b25e646ee65faa63b10e9544 + React-jserrorhandler: 16f7ef986fd20a2d342e5430c9dd0502a4136320 + React-jsi: b34c85593159261ce19f9c5fd0a627b3dc1483c6 + React-jsiexecutor: dcf7df38a296d104b196c193a0111d3f8a46da0b + React-jsinspector: 7dfaff7a0f57d23eeab023fe6a243f7707a14f6d + React-jsitracing: df84cc252a1f4bb0970f7fe13c470451b18c2cbb + React-logger: de9b65c8c7b71a663e6e99d347b1c445f5190c39 + React-Mapbuffer: 766bb4d8f655d816913325b353d800debbde7209 + React-nativeconfig: c36a079fa219a9911070cc0058b746407e1ef47d + React-NativeModulesApple: eab84dd7bda0650f3ce41c53f76ffd49d689763f + React-perflogger: 9f21c9e3d8d220833e649a141fed8e5ca08977d9 + React-RCTActionSheet: 4c1f0dc56952f21a904e9f3bf74253eebee1d1d9 + React-RCTAnimation: 2c0b963d4fd978ce35daa330986a8bc442c7517a + React-RCTAppDelegate: bfb8293aa467aae8a28050e4095b0ceff284cbd5 + React-RCTBlob: a440574d805536c58c0c409cb5058334c8d2886c + React-RCTFabric: 6ea72ddf222ea1e373d0cbac88a1c62355701995 + React-RCTImage: e63bc8abbad2c5a4eda53ff35282d83bc9df7559 + React-RCTLinking: 12c6962253fd2f2494231eb8ae2fecae71e54e2f + React-RCTNetwork: 46df47440bd2bf63b0ca0a3c640471243ed2922a + React-RCTSettings: 5e1dfa02ae2d6cf54b3fdfebaa80837540c50847 + React-RCTText: 1c045a74e4fda674523c932f53bdd15b2a3ba085 + React-RCTVibration: 2ba9de92ae71526b3e02b8b8b2fce5cbf47c393f + React-rendererdebug: acb324f4975412bb14d55b29dd5ca6961b5fa06a + React-rncore: 63db76511a92db6cf9649c9d6567e014b7eeb6f5 + React-RuntimeApple: 6ecb0a470d1ef989895a4e5d31980004378ebf71 + React-RuntimeCore: 2794fdb42f7d37f3c877f614e12a0a240b594815 + React-runtimeexecutor: bf091a7f5f5130daab6d8216aaa290374b214cb8 + React-RuntimeHermes: 73249fcc108708a137119de18c3d40ac5ab90160 + React-runtimescheduler: b63ebebd3e000e0ba4ac19ca69bdac071559ad57 + React-utils: 2955bdc1b2ed495f14dc7d3bfbbb7e3624cfc0fc + ReactCommon: 5c504a77030c7ab89eee75b1725b80d8cee7f5d7 simdjson: 7bb9e33d87737cec966e7b427773c67baa4458fe - SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 + SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d WatermelonDB: 9d081fc01426c62a852de3d25385493e95625e7c - Yoga: 1f93d5925ea12fb0880b21efe3566677337cf2ed + Yoga: 2655d94606b547901976080f15cdc6408575f699 PODFILE CHECKSUM: e01e61fe51db443bd6e19b33eb82b8bc0bff155a diff --git a/native/iosTest/Pods/Pods.xcodeproj/project.pbxproj b/native/iosTest/Pods/Pods.xcodeproj/project.pbxproj index 0e89707f9..0088ff08d 100644 --- a/native/iosTest/Pods/Pods.xcodeproj/project.pbxproj +++ b/native/iosTest/Pods/Pods.xcodeproj/project.pbxproj @@ -9,11 +9,11 @@ /* Begin PBXAggregateTarget section */ 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */ = { isa = PBXAggregateTarget; - buildConfigurationList = 7C76CDC37DF97D65D14788FAB3E50631 /* Build configuration list for PBXAggregateTarget "React-RCTActionSheet" */; + buildConfigurationList = 30B947E14EE1C9821D33E6F7B6C9B674 /* Build configuration list for PBXAggregateTarget "React-RCTActionSheet" */; buildPhases = ( ); dependencies = ( - BE334C366704AC136BAE1E30391A612C /* PBXTargetDependency */, + 795142F7B9CEBC2409056405CF1A0236 /* PBXTargetDependency */, ); name = "React-RCTActionSheet"; }; @@ -23,22 +23,22 @@ buildPhases = ( ); dependencies = ( - 3BAAE3999428A556BBCE036902C768E2 /* PBXTargetDependency */, - F1FAA420C35786D3CCCFE528EA71F36B /* PBXTargetDependency */, - 10C6074D93805D300E692AF64A66D076 /* PBXTargetDependency */, - CABF18F184D0932D98055D26CFA40458 /* PBXTargetDependency */, - 5E9A23A1D3D13C02B5D30D584D6F8740 /* PBXTargetDependency */, - 2D504CFAE9578E50B04039280616D00F /* PBXTargetDependency */, - D89714F870379DEDDC21CDE363D5732E /* PBXTargetDependency */, - 40AB201D280E699B856A027CCAD2D69C /* PBXTargetDependency */, - 67FBCF87293795BE2F7E5EF1BD6A29CD /* PBXTargetDependency */, - 43540A79C7BB5D48653AD2CB906481BC /* PBXTargetDependency */, + F77531E668A19B6443CBD7E19D27545D /* PBXTargetDependency */, + 9574B0698E37FC3108573EFE439B41A8 /* PBXTargetDependency */, + 0C5451BA2A75717532FFAD7F482792BE /* PBXTargetDependency */, + 3AD4BE5BC377F82502EDC24E98A0CD21 /* PBXTargetDependency */, + 3AD979AD7992ED35CB478669CECBFA0C /* PBXTargetDependency */, + 7845C42B56BD999D4789DAC5D452DC83 /* PBXTargetDependency */, + D871603375871A9101013BADEECA2E73 /* PBXTargetDependency */, + CE6EA560516182C0A6BB28F3AC6094FB /* PBXTargetDependency */, + 94FAD4F9BBCBE1444B11C91C436E40FC /* PBXTargetDependency */, + 9D5BDF20084DF3E8210FEE9F61DE5032 /* PBXTargetDependency */, ); name = React; }; 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */ = { isa = PBXAggregateTarget; - buildConfigurationList = C24EC8310DF661FE07B98B983E6B0CDA /* Build configuration list for PBXAggregateTarget "React-callinvoker" */; + buildConfigurationList = 430F0181C23B9D49AE0FB01BF97532C0 /* Build configuration list for PBXAggregateTarget "React-callinvoker" */; buildPhases = ( ); dependencies = ( @@ -47,14 +47,24 @@ }; 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */ = { isa = PBXAggregateTarget; - buildConfigurationList = 9CA11359C03E1114524EE5CA1CD684A3 /* Build configuration list for PBXAggregateTarget "React-runtimeexecutor" */; + buildConfigurationList = 81539B5A4569E3F41E63CB9C9B3DDF65 /* Build configuration list for PBXAggregateTarget "React-runtimeexecutor" */; buildPhases = ( ); dependencies = ( - 6329F5E3C568DB54B0E20084C226D0C5 /* PBXTargetDependency */, + CCCDA559E86BE44E9BF7387A47AEAE68 /* PBXTargetDependency */, ); name = "React-runtimeexecutor"; }; + 718331030FAA6D88E74D4B2240BB4AC8 /* React-jsitracing */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 3C2B4CD24E58B412E3E2C697725C9878 /* Build configuration list for PBXAggregateTarget "React-jsitracing" */; + buildPhases = ( + ); + dependencies = ( + 0C2CAC5C2695689B85F032B736C68BB2 /* PBXTargetDependency */, + ); + name = "React-jsitracing"; + }; 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */ = { isa = PBXAggregateTarget; buildConfigurationList = 611882B4FC76DDB90E3FE11E69E82A1D /* Build configuration list for PBXAggregateTarget "FBLazyVector" */; @@ -66,10 +76,10 @@ }; 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */ = { isa = PBXAggregateTarget; - buildConfigurationList = 0B82EEB0F5A6CAFDBA876EFB069491EE /* Build configuration list for PBXAggregateTarget "hermes-engine" */; + buildConfigurationList = 65417709D1683A7567ED9D68A22636AA /* Build configuration list for PBXAggregateTarget "hermes-engine" */; buildPhases = ( - 80476EF4F76182CE1847228EFC6BFEE6 /* [CP-User] [Hermes] Replace Hermes for the right configuration, if needed */, - 6C3BD5055660B7552F0309A29B01FE7B /* [CP] Copy XCFrameworks */, + B89680891A24601AFD2489230D18F55C /* [CP-User] [Hermes] Replace Hermes for the right configuration, if needed */, + 8F6E4EC43155610A21F16E054B4EAFF3 /* [CP] Copy XCFrameworks */, ); dependencies = ( ); @@ -77,33 +87,16 @@ }; B41E34C6B259B9994C513BE178912491 /* React-rncore */ = { isa = PBXAggregateTarget; - buildConfigurationList = 1753F5E3EB90734277F0CAA22FE7441E /* Build configuration list for PBXAggregateTarget "React-rncore" */; + buildConfigurationList = F730EC4EA56CE21717CD773050DB72DA /* Build configuration list for PBXAggregateTarget "React-rncore" */; buildPhases = ( - 889284F8A5132AFB8A76158C7B7497D7 /* [CP-User] Generate Specs */, ); dependencies = ( ); name = "React-rncore"; }; - C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 240E9B9F3CF102B41695342BAD92EC6E /* Build configuration list for PBXAggregateTarget "FBReactNativeSpec" */; - buildPhases = ( - DAEC133DF9B2EE7A96795E4BC6C750BC /* [CP-User] Generate Specs */, - ); - dependencies = ( - F0DC14731721ED1905E8E8CD4EAC3C01 /* PBXTargetDependency */, - 7A22D43A4F8001DB194A7D140A95EC71 /* PBXTargetDependency */, - ACCFFDAEE455E9B103D0D23A3374AD26 /* PBXTargetDependency */, - 483EDDD46C0AABDFE84903AFED45907C /* PBXTargetDependency */, - 7DC21ADEC563EB72A38E286EFBEE358A /* PBXTargetDependency */, - 5E4C42D6AE208CBA615D723695097043 /* PBXTargetDependency */, - ); - name = FBReactNativeSpec; - }; E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */ = { isa = PBXAggregateTarget; - buildConfigurationList = A628D520BFC61F4F449C6135E7CA4781 /* Build configuration list for PBXAggregateTarget "RCTRequired" */; + buildConfigurationList = 9A3369F1A104F96B1995A4DC4B4D5777 /* Build configuration list for PBXAggregateTarget "RCTRequired" */; buildPhases = ( ); dependencies = ( @@ -112,7 +105,7 @@ }; EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */ = { isa = PBXAggregateTarget; - buildConfigurationList = 8319E309F0C32984A2D51E629ACB41FA /* Build configuration list for PBXAggregateTarget "boost" */; + buildConfigurationList = CBAB2C5064DBA2DAE34E7B896B68FABD /* Build configuration list for PBXAggregateTarget "boost" */; buildPhases = ( ); dependencies = ( @@ -122,7746 +115,7725 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 0015FBE8501952AC2BBCF54ABF84D280 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A63B19161FD8F3B43D990A16DB78445 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 002E50EAEF5B497F179A87798375193A /* RCTModuloAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = B67CD3BFA6A95A80616524237C4028CA /* RCTModuloAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 0034F8B9130C43AB929ECA45799D3E97 /* RelaxedConcurrentPriorityQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BC55141A570E719A19E8223BAAD14EC /* RelaxedConcurrentPriorityQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0055B7D83750BC1546036F1DB88DDCDC /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AF21108725FA51B85FF102A31ACD238 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00639DEB37821DDBE940B18F102E8FC1 /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 70D9601F7E425DB7B58AC278532206E3 /* React-RCTText-dummy.m */; }; - 00B095F65EA76A0D75724800EFB67E6F /* InspectorData.h in Headers */ = {isa = PBXBuildFile; fileRef = 096B1C5A4F7BF2A03992CD13C3C27D33 /* InspectorData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0131B6E866D721C290ABB725290B5A09 /* TimerFD.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAD31877815FD25B15F1875317D78F0 /* TimerFD.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 014C12A3E2C74EA3BD78C4EFE3B6EF90 /* color.h in Headers */ = {isa = PBXBuildFile; fileRef = 200C4D0F5E2A126F55F4F50414812754 /* color.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01590DFA1C14CFB9B28D339A67F098F0 /* http-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = B47D0257F962DF947998DE6F04432D62 /* http-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0189EA28EAD378031C573C870A6E8B13 /* RCTImageComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BAE3190CA1859D167DFFB3441FEC913 /* RCTImageComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01B8E795AF1497FBB0A91E615F395B81 /* nb.lproj in Resources */ = {isa = PBXBuildFile; fileRef = BD5627F479B1C481DC3E42AEB18FE0BD /* nb.lproj */; }; - 01E2D072D65078511C7BDEEFFE711C15 /* RCTBlockGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 792F6436715E634AC8B84A371AAF9303 /* RCTBlockGuard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 020C89AA10AECEA89084CA0A306DBA3C /* Inspector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FD018370763A1CA80A34DA88A25C2D47 /* Inspector.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 021BCED120E721B4183A8AD8CFC5C529 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 49C68DAC810CBD8966A8376862964CA6 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0225C22FE208C214178D738DA9F98871 /* RCTInterpolationAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5128D6E2E8EA2EC722428ECA04E277DF /* RCTInterpolationAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 0242FF63092D9E38685AB1C9FB96ADBB /* Futex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ED83104C30874C8E25ABC5903243D30F /* Futex.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 0251001E44559E900666008E16AD2516 /* RCTTransformOrigin.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D2C732B10A598B8B4CA916B9EF33D1D /* RCTTransformOrigin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 026EEF43C1BF2B5E6C4898F14457F561 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 86E47B7D571AA07D434EF472AA96CDF2 /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 026FD6F4DD64DF12B16FA857DDB7F935 /* DynamicParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 13765A79918D1ACB7749E37A4B2C1A03 /* DynamicParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 027351C8EEE9BCE7DE25AD65F8DBE76A /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = ACB7344A1AB0291D73C9174F6A2EDEB7 /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 028CFB18B4C0FC7B5D5CBC284AB58DE8 /* RCTSafeAreaViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = FB14AFB1806B04802447C7B3F8DD056A /* RCTSafeAreaViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 028DAFE02B7B17D075F26617AFB52797 /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = A865F19FFA5A53D0701177C838C42424 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 028FA231C49394D18EAA810422843D37 /* ImageShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FD407F4394F82BD986034A91372AF111 /* ImageShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 02975AFE852392F432F9C9B694BCA1AE /* FutureSplitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5799549094FF0EAA7CE37D8B23210029 /* FutureSplitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02CE16F8CF8D888E78901EC2DB85BCC7 /* ViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C4155B991FCD4429238F6B8BF733E9D /* ViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0306304685DC56A8689D09DEB59ED825 /* Props.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F27EAC4AD71E846B74A1D25DB2547D9 /* Props.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 030B0C6439551E177E7F70F8A5FE2302 /* SymbolizerTestUtils-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E5125C612EE370CD5359959E98DBB997 /* SymbolizerTestUtils-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0320080D20DB8C3B380E9A55752036D1 /* ConstexprMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A94B640914086199E9BCDE2DC320B9F /* ConstexprMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 032A13462E7D0787FA8D43EC0BA5E72D /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C94736B8234C19ECD3EB17E23FA10432 /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0331540BC20A043DE98DCA492EDD7D9D /* ru.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B9BD078040306AFAB79D7AB75B0A44F6 /* ru.lproj */; }; - 03581E5D4C16442CED4AE12DF16230C9 /* ComponentDescriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8279D0F31434B477331C2395DD894A93 /* ComponentDescriptor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 0364A19CF9719BA18B744C8BFBF53540 /* WMDatabaseDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E95C82CED337875734C128A86D27E46 /* WMDatabaseDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0365114D37B66B1D4F3FC404F7505B8B /* Display.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B418B9140983A4362FE1BE3541CC211 /* Display.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03782AD4B7DCA627F6121B7EE981E40B /* ParagraphState.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE8F4BA861E5020DC434C91F60D494B /* ParagraphState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0423998F4D8A28C04149526F6E6B9CD5 /* RCTEventDispatcherProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 851D2EAC671DC8D1F208FA66FE034CDA /* RCTEventDispatcherProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 043B1C66D743EB76F6F1A96CF8A329A5 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 111A558E019AEB6F9EDD671FD74E1580 /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04C1F7DC66A3F02D65091CD46CCCDC9E /* defer-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 333826FE3007A95C4BF80ED3513EECA1 /* defer-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04DA5067488F0CEF42FA792DB385DE48 /* MapBufferBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B35FCB42909C4CA850AD6BE13BDD059B /* MapBufferBuilder.cpp */; }; - 04EBCA8AE59EF34526F9F7D68E214D2D /* ImageResponseObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = C14AE662F1081CEBFE50FC6ED1F31734 /* ImageResponseObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04F63CCDFDAF328319B07B01A9D1B866 /* ratelim-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 07F8F28F4D731C0E77CA9668BB2B6362 /* ratelim-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0507419B28D0B90CE7120D891C184CC7 /* SafeAreaViewState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 202170A5B2CF75EB7A7A87967BF9D6EC /* SafeAreaViewState.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 054FE8969CB4855255B1C2B2D0805FAB /* FsUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = DC18F771237B1769A9C5903B425B30F3 /* FsUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0552DC283304CF6D3C5AEDD86DC4070E /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B16F4341A26C2DCB0D2D4D582EB4822 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05649F3E3F51BE6FAA2190AEC286345C /* RCTBaseTextViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = DA7B2AEC5682EA825201277F168F8182 /* RCTBaseTextViewManager.mm */; }; - 05688E3056FEF44A50C74D6C2AC9BE4A /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A49556C0486AE9D89C5D6EC82FDF2E7 /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 056D480140A05B08D455F41BD81C44A4 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BCAE84EBAEDB3A0C7B9D2C7A8A16B258 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05794F6747C8731463D3E8B9218C88CE /* EventHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1BADE690C01B4A3B7CAEC85D73EDBBBF /* EventHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 058C27EB011D9DBCBFACF8662C927BA1 /* SimpleLoopController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F684F42A13F6B3359CC7F44DDFB713F6 /* SimpleLoopController.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 059240E97914C100D5A9DF8029EA41FC /* TextComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 4418B14F9A647FAB1AE6B6ACD4B17AF5 /* TextComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05BCCB00132CBB777D2C814E4E7452B3 /* SysTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A694C050A57B5D4B36D263F3324E3E2 /* SysTime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05E278F17D5D40F2A1DCEB7081DEF7AA /* CalculateLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F2E3BA1EBE0490D7FF1B9ABF4C857808 /* CalculateLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 05E7AAB278970A23F57EC38713FCAD4B /* Latch.h in Headers */ = {isa = PBXBuildFile; fileRef = 9122327E016F88793F8C472D04B127A3 /* Latch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05EC8DD7A1757F7DAF140E5CA156AF95 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = A045ABBCBD8E24D7ADCF6FD5221E1C0D /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0601435EF651B88D24E93309109FCD8A /* DwarfUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 77F87C7E1AF4360FB2E2D110F0B52AF7 /* DwarfUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0632FFE80A344831ACAFEC1516A6C058 /* Fiber.h in Headers */ = {isa = PBXBuildFile; fileRef = C7CCDDA07192CC78CCF1239B97B4DF80 /* Fiber.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 063B25B573449D1F5A99D305557E1E26 /* Stdlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EF6193F0BAF474ACE68FEE4B99837A9 /* Stdlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0646507DB878247A5F7DE91655ECCC03 /* RCTComponentViewDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = AAFA3AC1E9C9E0E21C443C872A81FABF /* RCTComponentViewDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0661651E74742EEE611B40FC0987D7F3 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = DB5D222C0AD21FF3FF634B101EB79B84 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06A3E7BEDF5324A6B6A1EA8DCA7DF0BC /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = C22E5477EC9BBCEF090FE351832AD5C1 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06C2DA5EF3F64C20F199207B166A603F /* Float.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D2D93EAF0401F6AA78B95CFC033EB65 /* Float.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06F4A449417117AE8F1DA25766C06A4E /* Spin.h in Headers */ = {isa = PBXBuildFile; fileRef = 10F5B67C2547B58E7C4E222ADEED860A /* Spin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 070A82B490E3B874AD7BD988276C54FA /* RuntimeSchedulerClock.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F75B30AF20E814EFB83FE082E36F726 /* RuntimeSchedulerClock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07313AF71D73B9D667A9D99427EE95CD /* ParagraphState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6EFDCFCC248BB45AE947C5FA5C78CC2 /* ParagraphState.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 073BFB89FFFA08EA5F4DBD2732D42415 /* RCTImageDataDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B67D01EAAE7FB01C9B99D8C4AF217E87 /* RCTImageDataDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0744E6CDD2EAA4ED6CCCA704B3F90241 /* RawProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1F1BD3118E115F321059F723C3443AE /* RawProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 074C715680EA666277C5CF58E5029227 /* RCTLogBoxView.h in Headers */ = {isa = PBXBuildFile; fileRef = 29FA88EA0E631BAF5570F38E35DF73EA /* RCTLogBoxView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07624BF16769AE41A8EBAAEF18837CF6 /* AtomicNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E404C43269850C0E115EC0C815DDC17 /* AtomicNotification.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 07A67CA207A21CC933672C6F3874478F /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D3F459E7C85C5E574C23360D9D3CA6B /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 07C3CF03ACF424CE10BAF7D1352B9A38 /* PlatformRunLoopObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 345239361E6BC51705FD68D8F6EB778B /* PlatformRunLoopObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07CBE568E95D02AADEB84DF55BC86207 /* evmap-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 793638A8DE62AEEAD6C9993B8A73AC0F /* evmap-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07D043ADB72E532EAA34FAE46458CC8B /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = FC501085A664574A561FB5729E24A89C /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 084471E4706BCF41FFE1929387AFA5D2 /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = A865F19FFA5A53D0701177C838C42424 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0846CA0E65ACE91F2E5869D1F7C0966C /* RCTTextView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03895A5711EE9C617BAC4B1907550F21 /* RCTTextView.mm */; }; - 087434256FCEE76290FA5367FE7C5F66 /* RCTDevLoadingViewSetEnabled.m in Sources */ = {isa = PBXBuildFile; fileRef = 90759527A0E8926861ED5B5FB5622BAA /* RCTDevLoadingViewSetEnabled.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0875CE24ECA7942B51B8092C8863DD4C /* SRProxyConnect.m in Sources */ = {isa = PBXBuildFile; fileRef = 6611E436DB82C5C87EAC2304EED9C89C /* SRProxyConnect.m */; }; - 08B49126DFE2B42618DFB342DFAC4F80 /* Hazptr-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FCC05913D61B6413BA8444145D8BFAB /* Hazptr-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08B4917BAF4CDF711072628FA3C547A2 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E385BF4E489D98A9303E890B454078 /* RCTInspectorPackagerConnection.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 08BAA4DA799CAE07F6B1F80312F228B1 /* AtomicSharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FBB7AA259465541E563094695FC44C2 /* AtomicSharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08BD739995C3D74B229EA8B78B11BE64 /* ShadowViewMutation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B27CAB319186C49AB78FD58681C05915 /* ShadowViewMutation.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 08EF7F8D514CED669A7BA683179CEFCD /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D96D1368387B665048A940D9137998C /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 091074356A7882F4308685E44E8E17C4 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D60F5690B299B51D781DBBAD561498A9 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 092C4102BEE86F2C4310957541F2A4FA /* zu.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CAADBC8314C45AA4A11F1718185B2F18 /* zu.lproj */; }; - 0939106F0BCA3B5B6CA773D0A87684C9 /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = D01036D47CFD75C061AA24AF57F28AC0 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 094BA2012129FF6410A2313A435E3FD0 /* FmtCompile.h in Headers */ = {isa = PBXBuildFile; fileRef = E8FD60A8BB5F6BEE897ADB03BEF3D034 /* FmtCompile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 095BECDECAEC9D844F651AD43CFE2B87 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4721C8BCED43573B2F6B3FAA3F911AC9 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09992D5D40FD034EEE4AD76ABF74A178 /* CoreModulesPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 85FBA74BD47F6CEA35AC88A50D6553DE /* CoreModulesPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 099BBE0247E8A78FAAB3CE7B13B09C8D /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 294405FF96E93803A30084D690D89374 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 099E11B5F8B2595AF09F647A0F925BB0 /* small_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = 718463E1F6D30E8490FE204C540F98FC /* small_vector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09A001554A7AD12962F3097F2909A516 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E8D29DB766B3D477C599383835DB1355 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09EFB68A3DE4BED1146B0158673CDF71 /* Overflow.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF7F79B1C2F6E07F1D6F257260027D1 /* Overflow.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A23AAF64899E5EEB995EE64F5DA32EC /* TextInputState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7AD11AA3D493A5D2F97FAD71BEA4E98C /* TextInputState.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 0A287DB1B325EF5387594B7A07A123F4 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = BD060EA0DF4FDB06EBB63F4FA485A145 /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A61EAE58C745CD7F58AA9830CA59989 /* CalculateLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 1922E48A4BCE8EFF6BAB8B28586495AD /* CalculateLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A71990FB1192BAD10B25708189F1741 /* HeterogeneousAccess.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ECF85A7515BD2BFA2F89A0D82422226 /* HeterogeneousAccess.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A864425DD4AFD562E61520AA431F02E /* Promise.h in Headers */ = {isa = PBXBuildFile; fileRef = 855A9DDB99A4C541A8919C512E35CD11 /* Promise.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A9363645A1A929B79EA1B33115D48F4 /* AtomicUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D8634A9D7F6D826BD8EC41936E6AC55 /* AtomicUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0AD5D33FEB9B056B558D5E6E4958F64E /* RCTDynamicTypeRamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8173BD23DF5CFCD8C532B7CF7437ECD6 /* RCTDynamicTypeRamp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B06701483682CD9E66874D666A15481 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = B1381C36B6D449196DEC32179B6C8A1B /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0B0A81A3D277165F8599E3A9A6C44D3C /* EventBaseBackendBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC8A7524BD011AD20B79FA55F2EE84FB /* EventBaseBackendBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 0B15C47FB45D52ADB464C5EC35FAB1D5 /* LayoutAnimationDriver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F3F07F36F8E02AD29DFC82CBDF3FC94B /* LayoutAnimationDriver.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 0B17C0FE2D31BFF2C6DA2CF0CB4C14E5 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F7D5D96727F113C7712532AAF19F088 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B2EF20A16128410B6FD7717A3178871 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = CD47B1EF8DC17F095CE8FF2C9C73679E /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B34AA3B132826089EB116A8E46D98FE /* util-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = EA77ECAE74317A62FAA4F79E0D295BA5 /* util-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B712A7F9CB9ED3E291B97035BBAD8AC /* React-ImageManager-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8300457F85CA827DA4C97D4C05E3B5FB /* React-ImageManager-dummy.m */; }; - 0B7BEC0F3180050642EC994AFB28F026 /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = A8FF44E56D21F162DF1CFDFA1E343CB6 /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C0BB5511DA88F561B33F5BA36244F8F /* Hardware.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 79184C6B3FAF5C088E889CD5B6D03476 /* Hardware.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 0C16050BB70300126284BFE3D1B2B2F5 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = A6C39601F47FAE1B0F1B183FB6681465 /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C1C423927AC822936582685EE2B545A /* Value.h in Headers */ = {isa = PBXBuildFile; fileRef = BF1DB102046709CCEA149564CEAE3800 /* Value.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C28D571FBF1CA5F52548823485DDBA1 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 28B219A9B1CAABAF0E977F24647ECD13 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0C2FD2885D7A59F6EE1DE37D345E3EB6 /* AtomicHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 156066473031A5BCDB5320A3F84241DD /* AtomicHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C648788989C224A428F7D9A44A5F548 /* RCTSurfaceProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 09CAD056C4AE876CD10F09549737912A /* RCTSurfaceProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C8385D56B336871DF2E6CD1BAFE03DC /* RCTImageLoaderWithAttributionProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = FD9623717746F8739FDBB921E645DEF0 /* RCTImageLoaderWithAttributionProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CBD2F8331F2ACFC1A45E44B65907DFC /* TouchEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 61CD82D59663A9C92303E6E9B8155252 /* TouchEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CC17F5B86FCC5B6A7DE0C07997571CA /* Direction.h in Headers */ = {isa = PBXBuildFile; fileRef = EA453233910AEABDAD4EC3AA4B5E931F /* Direction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CD090B2790280449371336969E3A772 /* RCTTypedModuleConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FC9F8B89EFDBF435B2C73FCCC1D0817 /* RCTTypedModuleConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CDEE0C93011B05F6DAEB65B7D59F2E6 /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B97AF43C779D11F45803663DBC9106CA /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 0CEBC82115E74208992497F4BC5EB8D6 /* ShadowTreeRevision.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B5E72CC09BB1DA7FA9ABCE7741DA5EE /* ShadowTreeRevision.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D0305563835BA45E3AB92FDC061900A /* Sqlite.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E3908EA63F7610EE4336DF5DB2A5077 /* Sqlite.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D1743A4B6792ACBD13116350612233B /* ShadowTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 691BEE7F92B6CFA1DB6E4F64EC7C1716 /* ShadowTree.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 0D27122D30F81F59EF3DDC424667745D /* RCTInteropTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 183B3F78D1F3A4172FC02F8728251874 /* RCTInteropTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D325991E405854833437B14B50A40BD /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = A4C4ED00F8DA4FE2A8A681B088554B17 /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D3502314FF33B617641EC0B97C3E81C /* AsyncStack-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = F49BC4EDE2588621962380C641293634 /* AsyncStack-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D741BE8CCC8AD623556EB24540135F9 /* SmartExceptionTracer.h in Headers */ = {isa = PBXBuildFile; fileRef = 76031E2F882A347740ABC868FF49F4C4 /* SmartExceptionTracer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0DB201FB04CD0CEB252A64C8ED294AF1 /* CallbackWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = C79F56D2DEEA61D47C6D03F2CC056E1A /* CallbackWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0DE083C41542B960EEACFD0368A265E8 /* ParagraphAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FF20D252DC29C899877A9F0D1E344BC /* ParagraphAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0DFEA60957C53131382F56C69A692E30 /* SocketFastOpen.h in Headers */ = {isa = PBXBuildFile; fileRef = AB8611B49B3964261CE10CE2A4A0BA57 /* SocketFastOpen.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E0620507C8F90B3C66CF9FD2F35EF9E /* TimekeeperScheduledExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A919B6B6A405D9246B447611C9A3725D /* TimekeeperScheduledExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 0E17C91EDD92D6D15FA481B2FD1B2687 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B2E3DD8D65ED60E3C97480FAAEC452B /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E3B71F142AB3A54F06DF9461AE90220 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 39091B6833326CFB5B2EF13E5D2B7A98 /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0E3FD57E8B21BCECDEBCD7F3206A8323 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = B5CFEBB3CDF0531091CD511802A738D0 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E535451E025509FFF33E3EEB51405DD /* Benchmark.h in Headers */ = {isa = PBXBuildFile; fileRef = 48CF2575BEB7B3B041C4FD40E60B976D /* Benchmark.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E5C36D97C7337ABCD8897D1B33CD127 /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = F70EDF035B8AE0F06349EB0827FC6F27 /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0E8B1E2B2A5D42D8A17978141B53F916 /* IOThreadPoolDeadlockDetectorObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 05C43CCBCA61A354D1C3023C65123600 /* IOThreadPoolDeadlockDetectorObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0ED32F086EEDDDDBBE9C58F1DF144281 /* CString.h in Headers */ = {isa = PBXBuildFile; fileRef = EF9E02DC984929BB5E8FC5F21BEDA08E /* CString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0EE6CCFCC514E184B84D9EB9A1E61235 /* ShadowNodeFamily.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC7D07BAA5C77DD23B01FC18B4844ED6 /* ShadowNodeFamily.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 0EFF1C14D917298F34785BF6215C062F /* TestUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 20B9623CA686DF1E43F595551C04DCDC /* TestUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F28D3A6FF9D9A0244A5377B3CDCA5B3 /* SafeAreaViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 04518244F9220739BBE79B55B3691832 /* SafeAreaViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F3898B3A7FC03039BCAEB823AF0460F /* RCTSyncImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D01094F31DA81A4D6EA8AE00B423A55 /* RCTSyncImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F3BB857FBBA81747BF74BAB56C9E7C8 /* Channel-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1095531AD302033FA96C9DD37C9B0D5C /* Channel-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F3E8800CFAA27F9B884CF8190239AB6 /* SoftRealTimeExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 95FFD35766AFF7103C64A2E2FB832AB4 /* SoftRealTimeExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F4CE31FF797F45A485A8FA5C9421982 /* Pods-WatermelonTester-WatermelonTesterTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00F247CF24ECD2EFFF35AC12E91E6FE7 /* Pods-WatermelonTester-WatermelonTesterTests-dummy.m */; }; - 0F71093FB8BA31599F02429AF46AC2C1 /* DelayedInit.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D23A66E0AC97A5E2690B09CFDFB772B /* DelayedInit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F99535194FC33CF98EA671A272DBD11 /* DelayedDestructionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 08387020EC76AB3246C4D2FF1B689725 /* DelayedDestructionBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FABD3B1818C1E279EB57DACD0BC0D74 /* AsyncTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = C86EBC4F861149D3A23954F52ED5CB32 /* AsyncTimeout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FB9BAFF63D7070DBF64F133BA9D914C /* libevent-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 27EDD7380D5A2BAE0D642838F7D53F3B /* libevent-dummy.m */; }; - 0FCD2B38C06F588587B972E48C25DF07 /* TokenBucket.h in Headers */ = {isa = PBXBuildFile; fileRef = A93CC985BD6DD03D02509C1C73960AC3 /* TokenBucket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FD52C3C37B871E6DA658EF2CA8E1F3F /* RCTTextViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = E156A8AF9D5A1FABDDCE61C0D7B75C54 /* RCTTextViewManager.mm */; }; - 0FE35AF616D41FDC2AAFBA435499C7A7 /* SpookyHashV1.h in Headers */ = {isa = PBXBuildFile; fileRef = E818B0963C0FE60E2A6AE9AC7ADCC32E /* SpookyHashV1.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FE543C3B8BFE78448AD5DFBF30A0501 /* EventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = B8E7F80B7DBA1B54D7D02189AAA32229 /* EventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10013D40EF58C3A6C2DABE32DFE32404 /* RCTMultilineTextInputView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0A3013981922CA3A808AD984DFC69A58 /* RCTMultilineTextInputView.mm */; }; - 102AF9C09DDC19D4203AD633225805D1 /* Baton.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FC524B1793D0D866C572983259F42F3 /* Baton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10B4E85CAF42FEC9151B4783BEE9FF1C /* EventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B2FDF20EA810557F54785C109B48C18 /* EventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10D8197E0B145A5425D09BB78DA6BA18 /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FA724B3BEEAB5962F2842C6246597A2 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10E3655323DE431E0B4ABB3E26D03EDE /* WhenN-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A58542913442463A4B2E11E16336600 /* WhenN-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1116C5E8F8F4E6DB09BC6C50F5400263 /* IntrusiveList.h in Headers */ = {isa = PBXBuildFile; fileRef = D2D080EF9972C02097B80B5E185E8593 /* IntrusiveList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 119430961CBAD6F5AF022D678CF8E88A /* InlineExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7DD3FCA8AF1522330F55E92771D20D74 /* InlineExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 1198C16EE6DAA6D4F31410EE524E950E /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = D05646D28E2FC2B2A79EAFA38950F8C4 /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11F275937DBDA5517C9ED7D0FB818723 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1F16520A680BC08436D8977BA46FE6F /* RCTInspectorDevServerHelper.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 12342F0614DA4E5E6B16B8E7AD86D409 /* AtomicNotificationQueue-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D304D1A39AEDC51CC8DA5BBE3F43AAE /* AtomicNotificationQueue-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 125BB36ABC1419A99D6EDA6A1BAB0050 /* Base.h in Headers */ = {isa = PBXBuildFile; fileRef = BEA1D8A7C9026B9268AF26C06E431574 /* Base.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 125F60DAC324CAD6C8DB5AE6CD0A58D7 /* TextInputComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = EEF23D3DE29598071CA13B560A42DC52 /* TextInputComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 126AE0DC2859652C29A019F7AF7FF7E5 /* BitVectorCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 456A14BDEE24F6480A55B5ACF2BD92FC /* BitVectorCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12803E794E901B252ADCAFC5B92AF652 /* RCTUITextView.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2525C79F023E2E46D6A6D405A712FBB /* RCTUITextView.mm */; }; - 1288C184AB92E6D7DD8BF4D03DFF5F60 /* RCTAnimationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = BE4739289F14565894D20D74801A7B6A /* RCTAnimationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 128FB1D8945F606BBB0A519B3B7D060C /* EventBaseManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCA739E961517019AFE1256FF1A26702 /* EventBaseManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 12A1F5FE7378FC4E2079844A4681E7CB /* SlowFingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F771F4E94DE44170726C365BA3C1C75 /* SlowFingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12A29EC97A7C0EB53616978A39BCBDA1 /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AEA2E9F1E330E600FFF5AFB8F9DDC0A /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12A87513A086FB25B0ACB764A4CFF672 /* F14Policy.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F8D96597CF8DE18CD615D8D4BE4181D /* F14Policy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12B9DFAF87687CDC212F196C47084770 /* RCTConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 317D4F45F7C2152DF26D0EF435624C4E /* RCTConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12DCB35EEDC7FBBFB487DF103A1AD782 /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = 25AA5D7D0D07AAD63AA2B91805FFB68B /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 13033E77C152219AE6EEA0217ED156DC /* IOObjectCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BCE79DD12F247AB82E4F3501CB4D1EB /* IOObjectCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1313E2E1B955E70A049FD7089FB8120E /* Baseline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1C46338948335CD2BF69DF6C632B435 /* Baseline.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 132BD57DC682A4BF503A59534A25DE50 /* RCTLegacyViewManagerInteropCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5615469E2AA409A747ABC0EA214FFA9D /* RCTLegacyViewManagerInteropCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 132D303A221F5A7B5BE52FCDDD5199D5 /* STTimerFDTimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DEB38AE271D8C2F992017DF7AC2B7BE /* STTimerFDTimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13416FD0ED0D2C0705335AE3E181F518 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = B75DA165DFD5E272EF61F6D14B11EA16 /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 135BEB1418E8242696414B6411CD43AE /* RCTScrollViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 744280F8D80E67C3DAE907344CDD0E65 /* RCTScrollViewComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 136EAD6D78A65EF3057CB3FF4C85F6AD /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AA0A5A6E01B65194DF3F607EB04FC94 /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13C0BB151E4B2EBE66ED16A096660A31 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = AA9A7DF58CC70E66BC46A5CD6BEE69FE /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1403CD9F8DA8D44CCB821AB5CFB9F51C /* ShadowNodeFragment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6C10EE42DDD7321D17FCA6B46A972295 /* ShadowNodeFragment.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 14353EE2A80A3811CDFB58679F2291FA /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = A7FD7DB661C6AE4C3D916BEBF5C43150 /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 14BB024DE7F4D13F15FD99C219774C6E /* AttributedString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3917EC60C164128B1094861590AC049 /* AttributedString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 14C43535E0E2983EEDC9C41D9858D499 /* en-GB.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 11879E06365324A01E64CA7612EDA96C /* en-GB.lproj */; }; - 14D9F7287A4E6B9943B15B1DF12657EA /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = A3A5EED9EDDAE1FE143DE07E0117D6D3 /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 14F67987E34F4A90E3004672F688931D /* ParkingLot.h in Headers */ = {isa = PBXBuildFile; fileRef = 44F69FD692B19AB66F5F999074E0947E /* ParkingLot.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 150494AD8DF1843272B1C13C7FD7502C /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C668BA2E0A163AE4A3CC6347D5F3909 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1510BC27A8D97354BF56728BFD23C85E /* React-graphics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D4D6EE4A76B2C09921A33ABA3DCBADCB /* React-graphics-dummy.m */; }; - 153CF932822BC30548CFCAD6BDA09EF6 /* FlexLine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE20CB7F8670697F3722430AAD212CC9 /* FlexLine.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 153E4B5ED77CF95859E5D7301AB7A9C4 /* Builtins.h in Headers */ = {isa = PBXBuildFile; fileRef = ED2CBD8B468B4DEB1FFD738D19EAC782 /* Builtins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1542B4EB9D8C03D7F8A071FB0A2613F2 /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 1428C39429C6155A45CC629BC7AE39A1 /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 158640E1FA427A4D16675B16C52B84EC /* Bridging.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C32F553909F50C4C8578B5F243D1284 /* Bridging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 159C733AE8769E97EF2FCA7ABE099FEE /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = BBDED6EE2F8981DD88E3DB2B4B430C21 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15D3A0D73AA67C23F90D7341CD467152 /* Merge-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 110B3DBE5757BD3A776CFE0F27C9B613 /* Merge-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15D69D8693AF980A8C2FCB7FE677C99F /* EventBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC8E9C908FE1606D3E28FC91D37A0287 /* EventBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 161EA1C0D2E247C7B05689312EA749D6 /* RCTComponentViewRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = FEF800B02993B8A4B14AF6F1BDE852E0 /* RCTComponentViewRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 162B27BEDFB8054EA07F0FBCDD931331 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = C9BF2AD5C4CB46DE45CDDA1A63FF8C12 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 163AD6475106BB14A0B2D753D603DEE7 /* GenericBaton.h in Headers */ = {isa = PBXBuildFile; fileRef = 32DF39705F280596D2415C75E9661899 /* GenericBaton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 164242B21799378129A52DCAC68C7B4B /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = 87367D0451EA5047EF8BC02882EF794B /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 166686C16AF7616F5FB6D21D71831641 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 37BD1E6700753D349575D55F7FDEB664 /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16D4727D0F01316081DA80F5A6C421B2 /* AtomicNotification-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = F60429A7A7658C53A720BD9CF8A57781 /* AtomicNotification-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 173284BDD55157D6BEFDA36ADF183B29 /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0CDF59D6ECC18D4717BC80BCEA774ADD /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1734E9EEA36AB9539E0426B425C0DE22 /* LegacyViewManagerInteropState.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03C2410BC70031C06C39959303710AB0 /* LegacyViewManagerInteropState.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 173504A2323D556EC760AE344EF42D8A /* RootProps.h in Headers */ = {isa = PBXBuildFile; fileRef = F72D406CDF6538FE0C14B4CDC3A9E1BE /* RootProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1756B87409C0D1BB1C723948CD70772D /* ScrollViewProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6741D6B9DDD980EAAB7EB06A7CABE92 /* ScrollViewProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 1768A516B508CB6DB2CA6DF11CA5A1AD /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = ED4EC0E95F43392B6C0521D59E59D7DA /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17783F21A1AE86DF084533C7DC6B6A4C /* TextLayoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A0FBF4EF5C1AEB435B739D57AC6DC55 /* TextLayoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1792EAB3AE7236D15B9E8DDB339BD6AD /* ar.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7C0E8856AA6825D373FECB74A8B33300 /* ar.lproj */; }; - 1799A8A68C82C17A1F0590D8924D7A70 /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 102976AAE824D5617D0422625C2BF600 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17AFEC21D112A435843B59F12C542C75 /* RCTTurboModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 31B9A730BE99A3908F05EF0B203C570B /* RCTTurboModuleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17F5BCA6D8590F759B3CE4434E828EA8 /* React-Fabric-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F9CC9E304503017FE217CEC91C73B1E /* React-Fabric-dummy.m */; }; - 17F6651F889080B3AD449BC176ECC92C /* StubViewTree.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C27EF792A26298DF7E4F8E14E995D57 /* StubViewTree.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1804362B57997C0220FCF732024E735C /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 38FD9D2750294A911674A20D9B0D8BEB /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 182E7FF68C958CF18F73EFC64EA5E023 /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = C69CE1C94238A78432743CCD0D2B588D /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18507BEE374079B4765FCCDFF13E426A /* PointerEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C938EA86DF4C675F7CDC3FBBEAEAFCC /* PointerEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 185895AE61889667CD0B554ADD2D4D74 /* RCTClipboard.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46F9DFE68628EA61F1054E0D38DE87BC /* RCTClipboard.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 1910AFF5B37F6582B3683BC1A9479D92 /* PriorityUnboundedBlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EA1BE72612ACD5E5000744570F99B25 /* PriorityUnboundedBlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1914250723F747260BD9F5A035E0D308 /* bufferevent_filter.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF4D40DDDCBB29DE4C287044628A3AF /* bufferevent_filter.c */; }; - 194DD5F063D3136AF98A70968456D9CD /* FormatTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C24A0FFECDAFC2B1A14A64A796D6D6C /* FormatTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19597D9D40A3165420F59B67428F1D7F /* UIManagerBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EC924BD166D70F2205BF1062C1E02E9 /* UIManagerBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19A5CC5AEA2D1E74AA6A4C09CDA0AB0E /* RCTImageComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = DFC42577B47840DC2CE0C75D96F20181 /* RCTImageComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 19A6B90350F98E0933C784C25F4A25F7 /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4C630A45DCE056D61DC22825C487FE /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19A747BC2318ACA9A12414C907EE64FE /* TcpInfoDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D96BEA692DD6A0555FE2ECD41C343E3 /* TcpInfoDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19BF19716921399D78856CCB03F58168 /* NodeType.h in Headers */ = {isa = PBXBuildFile; fileRef = 662C18EB58DC4B9FCEFAA6242996C9F8 /* NodeType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19F5D6CB0FF82490B8217CCC27F00B0E /* ImageResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ACF8EBBC42D2CCDE607E82B2A0BCC60 /* ImageResponse.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A035743CCC0F9E007CE4E6517A02B19 /* ManagedObjectWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = B85387A4738505943160BE31F527E211 /* ManagedObjectWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A0D4F348D9E7CED988D84B63D2BD4C4 /* ChannelProcessor-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B5184BE28BB2B3E7147CF506C695B88 /* ChannelProcessor-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A4B948FD1B7269A8DFBD496FBA2A9B6 /* StringKeyedUnorderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 96945EDC50C967FB1287320FABE21C9D /* StringKeyedUnorderedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A4BA564C48CC5CBB7420AB1DD1681D3 /* DwarfLineNumberVM.h in Headers */ = {isa = PBXBuildFile; fileRef = C1F3D561DA8E825CA6A14BB002A24E65 /* DwarfLineNumberVM.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A6171D1582837B889914CFCF37817BA /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C0266F4E87878A96691D8B0F61B095D /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A687C62518E40B11A45C241C2D21A33 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 93E9E1D8D05D731F7CAC4A7EEC9875C6 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1AA0576DF9AF85EFA7E299D94B5C3B82 /* MapBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7DBDFD408CC1329D677944D04AE96750 /* MapBuffer.cpp */; }; - 1AC9B77BBC2F3ECD8E90F88DE81D2004 /* Cache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5CC7E1FF10A897B70CA1BE8E0322785C /* Cache.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 1AE02EB314BCBC95CD62C4D390BB23D4 /* F14Set.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C732365FB6F17616FFB4DA266C74F8F /* F14Set.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B0D07181174D89305157C8708C2BB6F /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6231221244CF68436CFB09581D851EA1 /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B1BE2F6A5821972D118CF18CE6CE9F7 /* bufferevent-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AF3D5C8F4A814B45FE948F0F70F772A /* bufferevent-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B25ADE91047A23CF9D88DDA0461BC06 /* Instructions.h in Headers */ = {isa = PBXBuildFile; fileRef = 8858A8578DE3B4869B47465B4A2F8ACA /* Instructions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B5030AE9AF449F84496CAF546227287 /* Pid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5BB167989FD0F38A1F426524A3CA9984 /* Pid.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 1B755F1E73BC6E222B9DD525BCABD582 /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 70AABEEB47C80C603970FF26C5021CBD /* es.lproj */; }; - 1B9AC139B2A477105566DE00376CC7B6 /* RawPropsParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6C63ECFE6C1DBEA0EEA0A6F0DC611B00 /* RawPropsParser.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 1B9D6930A7672642ABCBD774AE6856C7 /* Asm.h in Headers */ = {isa = PBXBuildFile; fileRef = 81BFCCF699CB22FAD6664FAC5A28FD20 /* Asm.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1BA35A1C9456BD63007B89C0336EBE47 /* BlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 243CBFC61B7D490102AFF72C115E50B1 /* BlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1BE2391F0C4AC2F35FF5C4F50B98CC05 /* JemallocHugePageAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B9C171AA4D6DC6E7DC490F14121932A /* JemallocHugePageAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C6C073764866653E4B127E3033C01FA /* React-Fabric-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CDAFC422CC936CB35B8DC3E9AD9AC39 /* React-Fabric-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C6D841AD4E774BB7810FB3EAB26A90F /* RCTFabricSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 59B4398B0AFEB8FF7DCE6DE68BD46DF4 /* RCTFabricSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C8321048A051AD3268BF157C05694D0 /* Align.h in Headers */ = {isa = PBXBuildFile; fileRef = C19374C8A4A5E59AFEEFB9AECDB1D6C6 /* Align.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C86A2DF5897152BBBA5C9017B18EF7D /* Transform-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = FB942C630445D377D077D3BCF0654039 /* Transform-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CACFDA14E1DEEB2B11F0757DD70CD6D /* RCTVibrationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = CCBD6226A9C1767FD77F6C3372278659 /* RCTVibrationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CAFFC1D66ECD5A0C3CDB157F545ED56 /* SysTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 24756EFFFAA904BC159631796DB3CFAC /* SysTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CE25555EB659E6640A0EFD3A638F2EC /* Request.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6CD1AECDA932FEEDE9733C8EBB0173DD /* Request.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 1CEB93EF3E552C1BD994CB7A768A610D /* Sched.h in Headers */ = {isa = PBXBuildFile; fileRef = D3540745D47B25264EA00A92B2D7BE3D /* Sched.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CF6C7F8E6A04E14E40AC2DACF6D3434 /* Uri-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = D371E246B36393C423E4BC2E49084812 /* Uri-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D186F7E26B2CE4A956DC4D5329E8E19 /* ImageResponseObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9B0B1EAE2B8DB31A484BE5FBBCB042 /* ImageResponseObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D1B201C03A90E3A414748CFD22A60E8 /* pt.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 100FCA3BFE057F8DB9BCFA7A1735A3F3 /* pt.lproj */; }; - 1D4514C0EFD88114B887F55055C9104A /* ConcurrentBitSet.h in Headers */ = {isa = PBXBuildFile; fileRef = BE18896349F389B26B99EFEF03CBA96A /* ConcurrentBitSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D6D4DB0C3052FE41228268F80CF5B5E /* HazptrThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = A76C1B0EDCC5EACEA9023160FA0EF80D /* HazptrThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D6FF7519E2F0644399A95EB2DC60CA6 /* RelaxedAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 8223C4A13AC2BD7573D7014558CE6EA4 /* RelaxedAtomic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D81BD28F95AEED82FDD077C11DB8C6E /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A05E52F16900F73CFC3F0870E533AB0 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DA8B076C7438ADF54C2AAADE7CF392B /* Subprocess.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A3B16DD1800A6F031EFAA13E8240A7 /* Subprocess.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DBFC4684E08A2F7A6A1294D3510253B /* RectangleCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E6FA13F9D80A6529F1B362BDC93109 /* RectangleCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DC3315E88CC7F4A6CD50DD571653D14 /* RuntimeSchedulerCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = F288B92D37281555DB9C144722655328 /* RuntimeSchedulerCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DCEF89009C8DC3EB2E04EA7C2E62D56 /* SurfaceTelemetry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 78B3664D5000B5B422E984FAA07D02B0 /* SurfaceTelemetry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 1DFDD2A8E6FB8ABEEE67255D0FD4747A /* Mutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8382F6DBBE3FA9D1D55B0C545CEDF593 /* Mutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E0C9D107C929B61D4B23E9BCDCFCB9F /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A782C72A601A94EEC0D50807C2259A0 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E5ADC640A42F41F09197A4EC817BD1E /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AED4A99C94B751DD3208B97E7629CCBE /* json_pointer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 1E5BC0277478AA2830E004E800C14AE6 /* TurboModulePerfLogger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB497703BF0C9E0ACB14CAF60DF50A2A /* TurboModulePerfLogger.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 1E5C2F5DE1A455AAF74F458AB23207BB /* MemoryIdler.h in Headers */ = {isa = PBXBuildFile; fileRef = C326B9A0B5ECB1C4B890E3A411F617D7 /* MemoryIdler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1EA52568495458D8E9F5EE7A8952A591 /* SimpleLoopController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B923FCAF5C7796A626526088CA49FB3 /* SimpleLoopController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1ED4493BAF37EA8CAA1843028349C7C2 /* RCTFontUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 198EC771539EA733C50462574334B26F /* RCTFontUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1ED4C59D499F60EC7C15D430725F194F /* FanoutChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = 554DD05CF870A725EFF855061E4E63F2 /* FanoutChannel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1EED5278666C6D78869E0F8B6B9812AA /* F14Defaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE43DA4DFEF01922E5C6149472A08C1 /* F14Defaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1EF98B68D5EDD7B6FB7D015A3C29C11C /* ManagedObjectWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = FDF3C8D6745739ED6E6F3727A5792DC3 /* ManagedObjectWrapper.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; - 1F052F5D563CB4405BCC904A08F83A23 /* React-Codegen-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 010F62F0F849FFEE788EECA60F4E1AB4 /* React-Codegen-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F05B79298391CDF8A3BF63D40CE5DD2 /* InlineExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = BACCBA610AFEBD98138B156E74BEB96A /* InlineExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F35C0A1E4A578E2790C0C422529CAA0 /* SurfaceManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECB6A144FE30BCF24C2D3E3B37E1D0B1 /* SurfaceManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 1F4415985CBDFC41A63F0372D1B3F1E8 /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 96C83DA3260EC475CF2A9D115F1FAC59 /* dynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 1F77519B2A1D1CE344399AE65B2F443D /* SRRunLoopThread.m in Sources */ = {isa = PBXBuildFile; fileRef = 765C7CFA1C59EC19A4C0FF164AF4A5DE /* SRRunLoopThread.m */; }; - 1FB2A793F3AB5FBE7893BC3C00D131C4 /* EventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 72E57D2C1CC871F5C8201598B5702A7B /* EventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FCADD289E9F5D366809D1147775F03A /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A8346C11DF338BE58A881EAD784091 /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FCDB105691033B5D1E4A63E0B3E4494 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D17EF7F9C53715BB0623024A21A149E /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1FEB128B4CE533DDD207CC177BD4B606 /* AtomicNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EB996A9F57A1188E5CAC82B66CF439F /* AtomicNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 202A71CB1C68E60090C906646DA9E473 /* GTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 334649FB887B2D123EACD5F2494C1C62 /* GTest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 206182A22449356D9EA0A64C51046E4F /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 39E50A5C81CD9604639E09851ABFCF09 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20ADF862B6D96934E474F3106D47AEA7 /* json_pointer.h in Headers */ = {isa = PBXBuildFile; fileRef = DF39CBCF699F22A20259651B21F973D6 /* json_pointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20C69399CB4B56C236ACB0337770A6F8 /* TimedDrivableExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4C84E8FC8AA374CC11A47B09E202F57 /* TimedDrivableExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 20CFD7952DBDE4EF75CC2C529AAA0200 /* Array.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A6D5EB88EEA458AC5F5E6EF2ECD1983 /* Array.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2101DDE7719FC7046478FADD4CD5BBE2 /* RCTPropsAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = BD6D361A21DAB6DC9FF56792D6A00E72 /* RCTPropsAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 2106A91680008217B4AD3949595B57B9 /* ExperimentalFeature.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CC46BC96576958B4E2D2279D09E8520 /* ExperimentalFeature.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 210C29EED54265DCA104B57F560E0662 /* ipv6-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1730EA8C2A27DA02F6A790B6EABB4C6C /* ipv6-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 210C4BB5C3989ACB1575D17FD5C4CA13 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = C6C8EDBD461643AC76A54C3F8DC014E4 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2158B64C15D269044416D28AD5E4D0CB /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 54EDF8487AEB482682F812BDB74D85F3 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 215FA7AC3148DA902A6EE570ACF0D5C9 /* Errata.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F8041B9BE1FEB0B1F6592C278E80FCF /* Errata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2185C70869CA8F16DEF5598671117271 /* FMDatabasePool.m in Sources */ = {isa = PBXBuildFile; fileRef = A6AAFBF60ED16E8749CC6BFA681B8929 /* FMDatabasePool.m */; settings = {COMPILER_FLAGS = "-Os"; }; }; - 219DA6C2E1ACBB6EEE0EEF73F3B2F0EA /* FBVector.h in Headers */ = {isa = PBXBuildFile; fileRef = 72D7413839F303E1C9A8355767A578B2 /* FBVector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21AFF3B45373DC630EC1C2FAA496B04A /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = F99AAFE7CECBFC3A393BCBA75F8F5297 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21B1AB52DCB0049195A1A687B1DBC805 /* AsyncTrace.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34959D92A3DD2E03900FDD1EEB71C3DC /* AsyncTrace.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 21D1863C6E407B52581170FF4095C517 /* Accumulate-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C633B340EEFB007A6370292939A374F /* Accumulate-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21E118E4D5013E2DE9A24BF1F3307AA6 /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 70AB8FF860ADD2C37CB5CA1E1F200F94 /* json.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 22244F9EE67C9EEED1264E8AD585E8E2 /* BaseTextShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = FF6FDB291600CBD552F63414A0E074FF /* BaseTextShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 223049818A297A73627FA9D4A24BD03B /* FanoutChannel-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BEF56A2FD0CC7DAE3163DF0D6B19A9E /* FanoutChannel-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 228768DEF70E5932ED2B72128CA2D122 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C64419353BBD7FD829EF5B4DA7485C9C /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2295FEE7A5A66370D357064BA9403065 /* RCTColorAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 659A506F5795E91C324CEC179EEC4F59 /* RCTColorAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 22A2DB14CAA526EED2B79F7F2B85556A /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3150D02F0BDA862E558C2A02B8C0C40C /* React-jsi-dummy.m */; }; - 22ACD91C94D1F86F93223A16812E8489 /* UnbatchedEventQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F91B79BB473BAD4747A78461558CB5E4 /* UnbatchedEventQueue.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 22CE3B32CDB7EFC42858D865886158E3 /* RCTColorAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B17CD02F5FDC5785F89D0C3CD6A500B1 /* RCTColorAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22DC83C65CCF8C0F8F44FB556B660985 /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DA437A28B438B6A47FCFBAE2D750B59 /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 230FDB9FA6A896179678292F76967556 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = E3787C78B51BB3F5A455D66F77CC12F5 /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2312631C599F766859171F742CEFFE6D /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = C0E9E0C9619FB50D7E48388F077073D6 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23527CB4D03EE7E8E63D66C381FF2B63 /* Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = F405E9C5E5EEC9C3637664267BD567E2 /* Dynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 235E522AD760203F151105D654123880 /* CheckedMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 89EC0ECD7420D0FD35D7E8E1BE33DCF5 /* CheckedMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 235EDF2339134B13978DC7D4F89B0ED9 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B0A4327D5072489AB4D52BF14702E0D /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23704960D38D112E507C41C2FBA731E0 /* SequencedExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 08A76004D859DB49438A3D9A5B0D86B5 /* SequencedExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23B551C04F50E7257F7EE3AB90CC1B06 /* UIManagerBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0621E5D354E51363461B243970A3F2C0 /* UIManagerBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 23BDAFF9F14F1216E693C9427BFB2341 /* YogaStylableProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3335DC72BF76446875C57B753702FF14 /* YogaStylableProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 23DFD6DADF33EA812714296939F0764D /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46AB4510A367BEEECC089E61C47E829E /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 245ADB20AD0BDD79A9524ADB400D669D /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CF857E07AD3C0FFF9C712F840C5BA128 /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 245F9CAF1CAD0D171BD574FC6FE75201 /* UniqueInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D909237A264828D86AD1F2916010B310 /* UniqueInstance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 2480E21DA5D05AE8634A10E427F381E8 /* printf.h in Headers */ = {isa = PBXBuildFile; fileRef = 21BE78EB5B46F9CF608EE25677D5112B /* printf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24A8B2675B4694977B0120B69A50891D /* RectangleEdges.h in Headers */ = {isa = PBXBuildFile; fileRef = CF1A498F232A1646082588CFA100B006 /* RectangleEdges.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24B2B6BFCC504444ED92E75454532B59 /* propsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 90795D76C239BFAF3D305EA5721E2033 /* propsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24BD5B424CAF30B2994D24858A5CE605 /* RCTImagePlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51C8075B586D9476ED8FF876E6D4D57C /* RCTImagePlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 24E42325B9FC9247A74F353C15E2FE4E /* flags.h in Headers */ = {isa = PBXBuildFile; fileRef = 916C1F07CC0CBC8B14C47730CA405714 /* flags.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24F061F1B23FF29D7E1DAE0A5FE12074 /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 82FCA056FF06CC35224AB90F9428CAC0 /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2522D22E0D897373C7C400AD55A00E0E /* SurfaceManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CCAF1C54A5489B24F0A919BBAA15F28 /* SurfaceManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2558A6C23E8E34F18E8219BEB409C60D /* RCTMountingTransactionObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 162456153083BF48D83438A577AD278D /* RCTMountingTransactionObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 257DEAA537E044632AEE76DE0E0A3826 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 650A3B54B10A2BB3AFFEBFFFF8AFFF0C /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2588104A6D7B65BDBC9CCEE1945CDC6B /* TurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A29777B2CF0000DB550B49FEFBB5DFB /* TurboModuleUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 259B924D187E0B2B60BFDB9F106F87C3 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = B367148BDF8F51187D5C7ABB5A8803BB /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25B220E67E94AF682F11F68310A6F583 /* LayoutableShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 34D64259BA55D4854231FC202E12B3E2 /* LayoutableShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25B2820DC36C2828718B16E6F12E9B6A /* DiscriminatedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E56F99DA026D163E08E3C7962DA7C1 /* DiscriminatedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25D2B40E1C3755D7F15485304020BA6E /* ViewPropsInterpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 474E3DEED2303974737DCB7B09C3BE19 /* ViewPropsInterpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25FDFFDA4A5A889B905616B1A8F3617D /* RCTObjectAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B73360C4CAEDD75D31EB345814137F83 /* RCTObjectAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26129550A2DBEB08A9ABFF6D0F2674A0 /* AsymmetricThreadFence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0A54E75C8224A5D3BF08275C7287C77B /* AsymmetricThreadFence.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 2650CDC9C8A82E4A16875EA6EDD735C9 /* RCTImagePrimitivesConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 029E05487F1C99AF0D33ECC78B3040B0 /* RCTImagePrimitivesConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 265FD9522643238129B803D5E591C632 /* ConcurrentSkipList-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 875A051130C13CAA478A6D5F322CDF04 /* ConcurrentSkipList-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 267BC3EAB2CC14C2D5540EFEB1F57EFD /* b.h in Headers */ = {isa = PBXBuildFile; fileRef = 48497AC35BD1867839F530654B0F35D0 /* b.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26E639E0A9D742B324335D00A3DC6209 /* DynamicParser-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A03BC495DCB8F9A195CA89BE621509E /* DynamicParser-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27328FC3BBB0B8C2515D83FCD6972022 /* React-rendererdebug-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 780528A93F95F2B9E2AEFD29BEDA5617 /* React-rendererdebug-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27373DDE543D0CF80022AF174782DC77 /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 422F66BF5D88383F8FDF3EAFE298CD26 /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 277CFA3FB3020387FADB3714B0C09AFE /* Helpers.h in Headers */ = {isa = PBXBuildFile; fileRef = FC9EBEC21CD074C00940BFA7D68498FC /* Helpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27EE413D3BA4D43F94518FEB37E2D04D /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 258E9655C685A4095ADBD07A28D78C4F /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2802C745D1F254A9858D302FE4C3C4C6 /* ThreadName.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D427E56E1110F8E3FC67E128F0FAFAF /* ThreadName.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 2816EA41FC7E0B10EEC8CF043ED8493D /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = D9D384EF62A4EFA62AE902D951468563 /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28375570C3E82AE3E8ADC5F1D01E6347 /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AAEF6052C4F60F642244C74E8139E6C /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28488932EE757A875CBBDBDE73AA00D5 /* RCTImageViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = D10516975E5E19A110A13D1C70E665DA /* RCTImageViewManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 2887D6F4A9CF8C72565A74D02725191A /* React-graphics-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF229A219E49D048982E1C249F64F014 /* React-graphics-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 289B46D1E030E470F42E9CFE4F814E2B /* RCTActionSheetManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 58839AE699BA7AD3E4883CD73A8A2F3C /* RCTActionSheetManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 28BB8C453665527F99178362E8AB8CE5 /* RCTDevMenu.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB2F68EFC6DCB3A840695127841038E4 /* RCTDevMenu.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 28DE778E7DB94DD0CB13963163E49762 /* StatePipe.h in Headers */ = {isa = PBXBuildFile; fileRef = C4FA6B01E9EE30B970272FD3C863B9FC /* StatePipe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28F85511DDCDD119FAE8B62C69BB5342 /* TextInputProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 89E47F2D331DC12C1BC9CF9B274B9BDC /* TextInputProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 290AEA8BE4ACE8F3310C1EBE4D66789E /* BenchmarkUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EEBB17BA8721C46C789E2B3DC303E9F /* BenchmarkUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 291A533236EDA19292BE319BE34479B5 /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D8567743F8E6705F99F241ACAEE46DB /* React-RCTImage-dummy.m */; }; - 2932B883C1DF78899B749D47EBDC9999 /* ConstructorCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 253E7C24B5E7A8EA9DCD04325DA2C154 /* ConstructorCallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 293526F14003F0AE01223BBBCDA64284 /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FD61EE35F958E9A7C6960A05BA706E21 /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 293926CF93F34CAFBC729D86A97E7939 /* RCTTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F50C6815AEB17390BC39C5BFB8F01E6F /* RCTTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 293E4D5629CBF491ECDD40112314C695 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = A40FF66AA4C8684430FD9A15E4F824A1 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 293F23EDFB9BFC9142CE53BD8ED2CCD0 /* RCTIdentifierPool.h in Headers */ = {isa = PBXBuildFile; fileRef = EE98A1BA7318C2BE27B7A8489EB64693 /* RCTIdentifierPool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 293FBF44688C796BB5E682DAC845CA56 /* LegacyViewManagerInteropState.h in Headers */ = {isa = PBXBuildFile; fileRef = C0FF43D83ED938C6D310BA3DEDD72824 /* LegacyViewManagerInteropState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 295B455CEDC3AD7937324B3CC6335D46 /* Util.h in Headers */ = {isa = PBXBuildFile; fileRef = 131001B941BE28E2EABDD8678DAA2AEE /* Util.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29B2A388C632390B147923FEBDC01D84 /* da.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 4B5F1D84B25A54F6C54FB7FC49BAF396 /* da.lproj */; }; - 29B941469BE8B8C8429765005574D97E /* DebugStringConvertible.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D507826F7F86E8215D36C4BDE0ED2B5 /* DebugStringConvertible.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29CAEAD3F1FD78F7AC622B57C65D6463 /* strlcpy-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = F629BBA75BB65D06BBDEF730651AF01A /* strlcpy-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29CB2E03A861E65393DD25A13467193D /* GlobalThreadPoolList.h in Headers */ = {isa = PBXBuildFile; fileRef = 264DE97F0A94FD2548DDE9B01AF62ECE /* GlobalThreadPoolList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A154018FF949304BA5D0033F9DD64B5 /* TcpInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 20970794A47F7778A0E3ACF116DA05A4 /* TcpInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A6EE4E5716FED95918EE535FA31FF7B /* SRRunLoopThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E021E020F886CD10853335829340B12 /* SRRunLoopThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2AC9B6289AC0182823E2354C898CA5B1 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A26D6AA48CC27AB250A66C9F85026CC7 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2ACD718E6B703DF1739C5300EBFA86F5 /* HostPlatformViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 04D0D6ACA87A28E510C7A57DA938AC78 /* HostPlatformViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2ADEDC51688CD2185E616D77F9C1EC28 /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C1DDF4F882924C3BE16685BBD3A12C20 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2AF3F73D2D7D69465B76A1DA901DB1D0 /* ReadMostlySharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B8C18BD4997D6383A89BAC77E59D744 /* ReadMostlySharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B0ED3B017922A5BEE3798D697F16411 /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0EBFAE5764E6291EA80450515DFCE551 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2B175FABD8C0F1DDFD9775EE5DBFAA7D /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 265B2C0A43B2717F10CFB2D0BC68C306 /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B1F1C9E543675E88B38240845D89506 /* RCTTiming.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2E607F300C5E38706C137760DBF5BCF6 /* RCTTiming.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 2B321F14DBEE6C76A05BA849D8D0C47C /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C02BB6C7BBC2E72724591881E1F9B0F /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2B66A4808D7306FC915FA68708925734 /* RCTBridgeConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1571649619E0548890877C51A7151B5F /* RCTBridgeConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BBB19A3C9949E54614A0E1A7B5E3318 /* MapUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = B6431B08E7A91544CC34EF80CA74A00E /* MapUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BBFCACB7BB717934D343B019D7F9E13 /* EventQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = B317A1F472139A049B7FA26098D1FAD5 /* EventQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BEA2FF02336BD1C8D3D6FE10A0CC87D /* ThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E14853B6496F7748D1A30C5A7091D5D /* ThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BEE8EDD9C65F4BA67BF1B9A7D732FE0 /* SafeAreaViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E98DDC336DB0342AD29E7F8D1C70283 /* SafeAreaViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BFC895992308C0D9555AD7449DFE0F4 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 55BF88010DF648773434EE6FE988A34A /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C78495BCA56059F305A99663EA0B403 /* CoreFeatures.h in Headers */ = {isa = PBXBuildFile; fileRef = 6946DC00BBE2267925523FD020C5325B /* CoreFeatures.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C7991167544393639FE54C71212C1F4 /* Timeout.h in Headers */ = {isa = PBXBuildFile; fileRef = C7DDA22B991E2AAE29CDE1260A151EA6 /* Timeout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CA92CE79FB5584609166100D75ACFAD /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 302A51676C1690975904913B2021CDB6 /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2CC5C1BFACB46D59527AA145AD5D3BEC /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E9525285DE7734F8E8D714F31CDA2FE /* InspectorInterfaces.cpp */; }; - 2CD03AFE5528CA2CB8E1E9D2619BC19F /* ImageShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = ABFD138F34D8F788A054F407B07E78E9 /* ImageShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D1026994C8B50DF15B99165417ABACC /* RemoteObjectsTable.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BC4CFCA37CCC48F19408D2BECAE8D59 /* RemoteObjectsTable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D1E75276F6717470CC4A08315337B5C /* Node.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46DE6ED03A46CDEB11B35EC94E96BC72 /* Node.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 2D259FAF67F167A38214B92A466E62E7 /* Align.h in Headers */ = {isa = PBXBuildFile; fileRef = B1E04650A7D423AE04C5740687BC7FD8 /* Align.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D6895A73A717F9EF7B2207D6609E18B /* SingletonRelaxedCounter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2B172F9C33630B3BE370160DDBC17B /* SingletonRelaxedCounter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D8ECD67247E0B405C8F54D7A168E104 /* RCTRawTextShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 036423EFF921E7486D15A84DED31D815 /* RCTRawTextShadowView.mm */; }; - 2DFD7610698EAE13C6C31C02871E7967 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 4821721553AF9219135C58023FBC45B3 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E08D93D066DB210591048646CC6DC73 /* chrono.h in Headers */ = {isa = PBXBuildFile; fileRef = C546BB05439178E8DCFDA895AD918257 /* chrono.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E1116039FE7743B590B624EF7A14C68 /* RCTAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F8C5ABB59565CD0E241742CFCCF9C97 /* RCTAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E17868808E562A3EF6147B6D91F6A04 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6EFA2C9A5F5464C1943871A5C9264A81 /* RCTBlobCollector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 2E2AEB01138614AA796C4FC83725B272 /* ShadowViewMutation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D55721717C95EB3264E142E00589C02 /* ShadowViewMutation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E367D087D775038A2E593A32A5D7C6B /* GLog.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A79149536A3D40412E24680681CEEA /* GLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E69214F3A4E73310AFAE5FB3DB97807 /* PriorityLifoSemMPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEB7377881EC08DFA0085F25C5D84E3 /* PriorityLifoSemMPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E76CABB869ECBCA1D2C31721A76867B /* Props.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0711898DC72B1AE89CBBCAB5731921B6 /* Props.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 2E957ADCD4D76D5792D4EF3BB4971336 /* Task.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AD53860E76238FC27B7F31FE0A1FAA6 /* Task.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; - 2EE326873F2CB3137FE38EE9FE8BF35D /* TimedMutex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 44E753B3FDD2E45392DE4FC6860F2B3D /* TimedMutex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2EE50EC8A121E13F9A8734673F64996E /* React-NativeModulesApple-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E26D26C620D240B6B318AD4AB33507CA /* React-NativeModulesApple-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2EF2D0C1A817D048B25EAF98A4662C5C /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 102976AAE824D5617D0422625C2BF600 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F34DC94558A3ACF79A79A4C6E7C32FB /* TimeoutQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2EC9421C99EFE3B3025BA6B9BEA256 /* TimeoutQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F53C9F2E0950F5FD9A151328E95ACBD /* RCTBridgeProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = B46B030EF95D48F61622E7CDB2A5D214 /* RCTBridgeProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F8688FC7CF4377655154CAC6846F316 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = CB361F5D07AE5C7FC2C7B057F990043F /* RCTPackagerClient.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2F8AEF9804B4C71D9027544DF41D69CA /* CallOnce.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EFAFF3BA20887B27A47F2DF250EECCD /* CallOnce.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F90105A1B98D56F9EE119CBBED88A78 /* RCTInputAccessoryComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB814ABB3B76D45237E703DA4F149E5E /* RCTInputAccessoryComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2FAE75A6B8B14E4B22B7AD1C90DDFFD8 /* SRConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A2608BD99159E7A9B863CE4AFEE469 /* SRConstants.m */; }; - 2FAF47A07CBD927F7509E89CBBE2D54A /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F6C3B8D718C97FFD33339EA2605A179 /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FCC8C8E3DABEFB1CE49CB3416696829 /* F14Set-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A8E41830A1ABF697CD7FB2678E3C13E /* F14Set-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 301016FC132F38F9D122A06171CBF8A0 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EA35D902A3D314B30A5305CC5F9BD18 /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3029A9838F1AE09FDF96BE6AEFDCB820 /* StateUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 904BFEF0E6F2E967C86B64560513AC7C /* StateUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 304D8ABFB19A69CA18C1522C423921C3 /* RuntimeScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = FD8FAF2FA08DB8D4522C01F96E614193 /* RuntimeScheduler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 304EFA096277CEC8487BA7988C32BBEC /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = E6BF8C6B2F11A3DE6612AD876DAC421C /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 30532AE46C3B146664EA209AC625D5E7 /* TLRefCount.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E5CD6FBD55FC15BBD10906814F9229E /* TLRefCount.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3054D71F6B13B29CD608ECCE16F678A4 /* HazptrThrLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 727275466F307810600956A19196023C /* HazptrThrLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3073417C2ECB7D177BF90E22AFC6C3A5 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6DD9E732AE54B3564515DE8797E63339 /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 3076CBEDFBF5FEB2A7DD850E27894B22 /* LayoutAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = DC556867D9001636643D787F01F76292 /* LayoutAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30A53CFE4B647BC55D40C64039665422 /* bufferevent_ratelim.c in Sources */ = {isa = PBXBuildFile; fileRef = 6458F10FCB4CE037160765788F6E3574 /* bufferevent_ratelim.c */; }; - 30E0BF601707F902D8F5E92BA734CA4D /* Select64.h in Headers */ = {isa = PBXBuildFile; fileRef = A1DCD7054CA789C8FE5F389F02F1DE9C /* Select64.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30F6CCF44F3BD0F26D84BD92CCEC752A /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 952326E173DAC650820EA26CF2FFD153 /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3109F59F6DBD0450C1BC87021051B270 /* RCTMultiplicationAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = FD2BF6CEFB7056A8A56E9E421A33BA53 /* RCTMultiplicationAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 3120F0A1B0B6A5F481F119FFBDA44FFB /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 91E0C499FEDA67A085EF6F6B62BFA393 /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 313077C8AE42C61251417EB4268ABBC6 /* react_native_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 5410AC0242C4F2DFE4F45B1B8176C2B3 /* react_native_assert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31419FA63DDF1477CE6639467953B395 /* BaseTextProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 333690CDE788B482134593B4A06F9E3E /* BaseTextProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 315D6DF63E2EAA4AD586C9545075C034 /* IoUringBackend.h in Headers */ = {isa = PBXBuildFile; fileRef = AADD4603EC4B218AEC02CB4F9CD6C54A /* IoUringBackend.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 320F3BF5AF844A956B8FAB7A50B42DC0 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E8D29DB766B3D477C599383835DB1355 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32172CDEF7EAB129B663771EF5F124D5 /* ModalHostViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 604A0B426A756D708AB4EFDE1ADF0E5F /* ModalHostViewShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 3218DA9C5C46A20459F8A820BF7CE1B8 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A035B7E73360BAACC2CB0E51052985B /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3227BBA2688178DF5ED524AEBB4A01CC /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 83B772D6D9C11920314580CA0E6BCE9B /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 322B263CD3E4FB1522D963FAED178227 /* Fcntl.h in Headers */ = {isa = PBXBuildFile; fileRef = C079FB8D1471CCC65FBB959F7A8DD790 /* Fcntl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 322DA80125DA5A4E55C832F490FAF0E7 /* Dwarf.h in Headers */ = {isa = PBXBuildFile; fileRef = 46DCC9146F03777DF03452959AEBE99E /* Dwarf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 328127417A05409DF2233542FA8B8708 /* ExceptionString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8703773BA54A93D86FDE97553B14CA4C /* ExceptionString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32990697FD0CB51F4A9C0EA629534BD1 /* RCTAttributedTextUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 072A12B849203AEDB0B3686518DF334E /* RCTAttributedTextUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 329FC4044963022864F4077248E47CF1 /* ImageRequest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83437A1EC11AE56AEE198DC3F97FBF28 /* ImageRequest.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 32A972910835C06B3D4AB273D4E3D482 /* RCTTextShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B747CA8A2B67006D7E40AFCFC1D2802 /* RCTTextShadowView.mm */; }; - 32C66DD85D29CE0B6824A7F78D4093A4 /* Overload.h in Headers */ = {isa = PBXBuildFile; fileRef = A0ABB72A8E51CFB55142C8EBFB62E571 /* Overload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32CC83B402028C4D1AD7FFDB68727CE2 /* GuardPageAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9476712222271E7C5E97F18EAB2012B /* GuardPageAllocator.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 32DDD694D877315A104EF45C91133A4E /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DB206652F1E03BD4D65A1A8F8B677DA9 /* React-Core-dummy.m */; }; - 3318CAE77B7503B217942833DDFD7A0A /* IPAddressV6.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CABE6C1974DE48A65C4104B9F096034 /* IPAddressV6.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33387C49BED9199D9B3B5481639F310E /* RCTVirtualTextShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7704407F7A0720DD4ACFEB4023F1102E /* RCTVirtualTextShadowView.mm */; }; - 3360EB0677897AEFFEBC43F1B84CD17C /* AssertFatal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B4DDAB339D9AD778475DA5D806F640B0 /* AssertFatal.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 3361C744513D3423749562008A889D06 /* Task.h in Headers */ = {isa = PBXBuildFile; fileRef = E4F6542313B82668B761820B709E7194 /* Task.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3374EC640D340155C94C18BB859D9D4D /* ImageResponseObserverCoordinator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6EEEAA3627F7EB52C83A7AAAA8C90BFA /* ImageResponseObserverCoordinator.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 3378E31B069CF8FA71A7135DE885E868 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = DCD3638E7BE57F63FCBCEB7DFD18D9F4 /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 338412112B4C2624F64344B2EE8AA5BB /* SettingsImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 41B9DF10DDBC6CF07F3C0E13B7AD8CE7 /* SettingsImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33C672C1D3E9D8A39BC70B967BA0E18E /* ShadowNodes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A06EC37B3A6C572D252D774E8103B8E5 /* ShadowNodes.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 33C944585F2B91440BAB8600388CF3BB /* RawPropsKey.h in Headers */ = {isa = PBXBuildFile; fileRef = C28D52CB93A9E4270766AE5DAA946423 /* RawPropsKey.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33D1063155CDEC43566A4CB4E46E7827 /* RCTEventAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 73333DA45A3F9CBC581F431303AF976C /* RCTEventAnimation.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 33E4E54947FB17B702F1DCAFD7B9F03D /* Database-query.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C4BF813C89C5A71E9968CB3377F0247 /* Database-query.cpp */; settings = {COMPILER_FLAGS = "-Os"; }; }; - 342036DBF5A8604F157F6FFA9E6D25A8 /* EliasFanoCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = B110F89B3145BB9CFB56A0F2951E0C57 /* EliasFanoCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34486C5CCCF7C5C5B79E9F8AC7301AC8 /* YogaLayoutableShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = ADE88BC4F4B8069624CB753D34BDCB88 /* YogaLayoutableShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3456D7920D3EDF8B20F6039D4D59BF0A /* Yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C9E22E63D166FB88C5D3B696EFC8A03 /* Yoga-dummy.m */; }; - 3464DD9C73BF53E380D92D04BF716830 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D238F8EBC3A2FC55F0D7E0CA05188158 /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 346722DF7056904E293C90AD05D0C608 /* SRIOConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = 85B42436F556BCCCFC562FACAD47BB13 /* SRIOConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3467A0AEC089532F51C32AB4B8D088B6 /* ConcurrentSkipList.h in Headers */ = {isa = PBXBuildFile; fileRef = FD7605B438ACC334C01E6EEBEBCB8B77 /* ConcurrentSkipList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34742DEED492E21154490F6B7861DCBD /* RCTResizeMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B30677ED8E0196AF0DEAE12E76CA31C /* RCTResizeMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 34826822004DDA6692BB9C6D002CFA03 /* RCTBundleAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EE8D6BFC3EFA00CA4A5A25B1C13C5D2 /* RCTBundleAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34858DDDED8CED75BD2812D455CC2A84 /* Merge.h in Headers */ = {isa = PBXBuildFile; fileRef = D6CC6695509BB49A5F54892896BC0B73 /* Merge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3495992116E28DC0CCC092A95473D3ED /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A567EABA820BCFB12E5D932A83242EE /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34D33649FDE654BAA80CDE8451DA1421 /* SRRandom.h in Headers */ = {isa = PBXBuildFile; fileRef = FBE9454AD5568363E38B7ACBFF33426E /* SRRandom.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34DAB607A0813E763A1469560FFFEAEC /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = EBF95494229459017C973E3CE21D0D3A /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34DF24FB72024ED49963EF39822883E6 /* TurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 01E2ACCD86ABB7F2AA9B42A5309EAE66 /* TurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34F3CF12647CCB7B03DF37F930C07062 /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 17ECDC8B727B7E8AE9CA3ABB55BC8ED4 /* RCTProfileTrampoline-arm64.S */; }; - 35369EDE202A006A657EE25AF5CCB55E /* IOVec.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B4082685E57FE384A92BAC92BB0C76A /* IOVec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 357F2CF2364BD0D531151ED71A9FBE5C /* RCTImageView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1CE157C9906FD1ECBEC1B1A32CED63B8 /* RCTImageView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 358CC66EF8EB9CD169FBB0A6D59EF3D0 /* UnbatchedEventQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = F4A72CB02B1DFB8733BFE7105A808546 /* UnbatchedEventQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35D05877996CAB21E4D04E2739D87DD1 /* Color.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 155F6B9C94EC4226F0CAF0A2ACDB7F0A /* Color.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 35E9A3080DF5AD80148AB38B300A6EA7 /* FloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 62BAC5D66EF8D7641D0AAE68EBEE0131 /* FloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35FFBE16DB1B8F4DF0A0FE99AA697BD8 /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DE6D916784E372A3DB419F1BB7C25E9 /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36054A3DF6A0B742E3C554A785A5586F /* Retry.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F11D078CF4E38134910D3458C1DD37B /* Retry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3616ABDC39CE0AFBB6F0D190A5E4D978 /* InstanceHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C74217938A826EAAB501A972585A420A /* InstanceHandle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 361B4B7989A185B2D81266D512379BC6 /* GuardPageAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B559534C1130E040AA288E70CED1694 /* GuardPageAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 363548C30B327A3D1490DF79E2076ACB /* ConsumeChannel-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BECB9B3E166560603BA4C379CA97C39 /* ConsumeChannel-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36418DB684DE036F9135A79FDE6CEFC6 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = B367148BDF8F51187D5C7ABB5A8803BB /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36469C1064DD382980E7E0DFB019F099 /* SharedPromise-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = EBA45365745CB8DF5AD94973743A4212 /* SharedPromise-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3650C066A7B5B1F5C520A358B9A775D7 /* HazptrThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF9BC4812CD68A63BC2DE66C404FB379 /* HazptrThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 366029DFCA14C5EA263B73E93FA702BD /* Retrying.h in Headers */ = {isa = PBXBuildFile; fileRef = B1894AE14B3B41FED19A18A7C2541FF3 /* Retrying.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 366862686B048E7ED60ABD9E716263BA /* RCTAnimationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9D7B46802C84170042F00BF4F61DCA42 /* RCTAnimationPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 36D4AFF8B11AA195B8B81DD5CBAE0D19 /* Barrier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 084D8DB28E76FB0710C86CE905F9BDAB /* Barrier.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 36E3185B97EF8ABA6EFD92FBF890CDC4 /* FanoutSender.h in Headers */ = {isa = PBXBuildFile; fileRef = 534B4CA52EBC3D8C1B66E7D5A98FDEBB /* FanoutSender.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36F1D9C56CE97380206B3EA8E7DCF77B /* UnimplementedViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 163E551FA31D46F04D2B6D4F1BFD3761 /* UnimplementedViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 371E2544581ECEB035A6011B84AFBAFB /* compile.h in Headers */ = {isa = PBXBuildFile; fileRef = 66C12083EC990F359CB33B1A9C9B2DF6 /* compile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 375992B7F3695478443D0E77873A7F58 /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 6092AA655F988428191B5483C823BF74 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37E5DD43EAC2B76A612CF0EB91B018D5 /* Aligned.h in Headers */ = {isa = PBXBuildFile; fileRef = BC5ECF49D1A16A34C8764006296F72E3 /* Aligned.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3819C4EBF39E18C6D524CEF919B0EAF5 /* AtomicIntrusiveLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = CA508AC32B6149A9F21A8573D6EC1310 /* AtomicIntrusiveLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 384666D17B38BAAC9A32EF8BEA4115DE /* RCTTextInputComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = F29453A9E772029554A8F4C1B1839D7F /* RCTTextInputComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38620E626B5B504F941B9802A6EFDA59 /* sorted_vector_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C57BD896BB59FCD2B81922407F712C9 /* sorted_vector_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38827F20505BCA0E1C770681A709F638 /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = D15BA8E32D46E4841E5212ADCE3DA310 /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38CC91869A89DEFBD558B859C97E2D73 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 34F6D681AC46FA54DBECF6226D9C9887 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38D6492B5B9F272B9EFE148658661083 /* ScrollViewEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28D12FD1EC1B1100F16438A55E2DCCA8 /* ScrollViewEventEmitter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 38D6E5FEC4041C66C268041249C47CEB /* EventBeat.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DAFFFCD50EB2FE33A1BD999D7AD4EFB /* EventBeat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38F398AA978825318A29C4B4DA844AB7 /* FutureUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F46DFFA4216551B146321AE3C99EBBD /* FutureUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38FFEE5229A809E63C10BC9D98FA1E15 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = A5F36D17C38CBCD1A91A51B245385D11 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39048CB54388C7559E2F723650C145CA /* WMDatabaseDriver.m in Sources */ = {isa = PBXBuildFile; fileRef = C7885BEF0F076631AA207970F9CB8D71 /* WMDatabaseDriver.m */; settings = {COMPILER_FLAGS = "-Os"; }; }; - 391A2E52ABF2D455E32344153A58D166 /* RCTPerformanceLogger.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2D939CF0B78E259B0FC61F95278B2FFB /* RCTPerformanceLogger.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3922ABC7CF3F9614ECFEE6AA8C3BB73E /* SRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = CF92F42092EB36695F83C0F36D470CE1 /* SRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3963425999F7BEB654D2FE9742E2805D /* UIManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A76BB873D36701F73E8AF44F6C7B71E8 /* UIManagerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39ED1AE45BA57A6E16A7D6315F4ABCE7 /* React-NativeModulesApple-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C3E9D317BB2DB5E61F23FA60A86AC1CD /* React-NativeModulesApple-dummy.m */; }; - 3A56474E3E79EFB412E1CC86CDBB8A3A /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0E2C0D794E82F1681F2CCB5AE59048FD /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3A5F151D109A607C221B99C40A2CE8FD /* RCTConvertHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3A4751EE08A2C0BEAB7320BCB5D773AE /* RCTConvertHelpers.mm */; }; - 3A602709F0C3CA1333686794A65639F9 /* Observer-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB290AAAA22DF4BDD26341536C334DC /* Observer-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A67FB80DF46D9B63F79796225338699 /* RCTAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = EAEA92C76F008622B2654D2F82CFA2FA /* RCTAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A9DAE45FE6A8A43A00E32A2FFC1C5F0 /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 63FAA99AA0B63313DD462F7305C2F517 /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AB8B9A84F644C055DBE425716C93ACF /* Optional.h in Headers */ = {isa = PBXBuildFile; fileRef = 97F61EAA9F586BE4B7B0BD4F287CB88F /* Optional.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AD48102B2AB6556897D20E04B91F745 /* RCTMultilineTextInputViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD6F5E434ED7C5AE4DFF2441D2D892E8 /* RCTMultilineTextInputViewManager.mm */; }; - 3AD5602D1CF3E844D4C0F1B9DB41E33C /* PriorityUnboundedQueueSet.h in Headers */ = {isa = PBXBuildFile; fileRef = CBD1BD44863E0F44D2802E495F903825 /* PriorityUnboundedQueueSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AE3800556F6302845CCB21253624D50 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = A0514EB51177779C84895D782AD8ECA3 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B14BEE2FB424AF68D47FEE97F54CE6C /* Concat-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = A37F450D1DF9AB3FE4EAEA2219F5DE2B /* Concat-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B14E54BB0A50F2BC4020550DCE8DE6F /* CString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F38E7FB838A6BA0AF6EA13F0215B43D6 /* CString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 3B22A1A5436F8C780108003141922F4E /* ConcreteState.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A5A64217D160FA42CF61B6E984A8024 /* ConcreteState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BA99E1E8F76E87E504AD2788A7C1B28 /* SaturatingSemaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 36CC848E1FAB5315A02B1AFFAD4E8A5C /* SaturatingSemaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BCC138E92470D0C3BC82E5F5018A382 /* Array.h in Headers */ = {isa = PBXBuildFile; fileRef = C3C26796B5B8E89E52BAC996B5A66A22 /* Array.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BCFBEEDE7AE4F20F98A6461030E9C80 /* RCTFontProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D280432743FB8EE2BF0666FA88B3BC6 /* RCTFontProperties.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C05ECEF9E9A645F92894C7AC093239E /* SymbolizedFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 3414D2FCB3FACFE2839D44776E5FBC6B /* SymbolizedFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C128A98B7304D8CE406A9AD853235CD /* HostPlatformColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F6CBB91A67C88AFEA126434A8B92AA0 /* HostPlatformColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C1A7C3D605395901EF8C6B0DFE93819 /* SignalHandlerTest.h in Headers */ = {isa = PBXBuildFile; fileRef = B1750B0DFD216FFCBCFBDC174517A2F4 /* SignalHandlerTest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C20AE1CCEC2C0303FECDCF6B59C7E6B /* Sealable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CD23D4E93494FB3564FEC63C75FA65A /* Sealable.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 3C4759AE926BE96895C3DAED70B9B2BB /* RCTObjectAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B73360C4CAEDD75D31EB345814137F83 /* RCTObjectAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C51F52AEA2E6AE9F5C9257ABD127D2F /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 842666BD6832876C35F4AE04E74E0EED /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C60EAF81388924724417AC128485383 /* SanitizeAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8DE5A7F5DD13C4F96BD31F4F9A45A449 /* SanitizeAddress.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 3CA0EAB105D0AD2CC37372AC8244649B /* ManualExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CBF3FECB221DC789E079A047E6326C4 /* ManualExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3CEE99783AEC33C5C4BAC226853200D4 /* RCTUITextField.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8297FE380007961A79E5521A1E40B56E /* RCTUITextField.mm */; }; - 3CFB1F388FCBD52B3A59EB7B886BFE7B /* AsynchronousEventBeat.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CF12A01A03CBE650211881CC5A7ECFA /* AsynchronousEventBeat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D035037976011A3AA95200518CCD6AD /* LayoutAnimationKeyFrameManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F5CE844B985F4581F9C5846A46E3D2B /* LayoutAnimationKeyFrameManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D06DE6375B2C40D5B0FD54932F1B078 /* ModalHostViewState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 89CC6D011301DA38032E96CF82D17FF8 /* ModalHostViewState.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 3D0F5B173E2EAD862B9A55965B01D0CF /* RCTSettingsPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 144F8FA6C920A9D5E5F4D96FA22CC7CD /* RCTSettingsPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 3D1EB84BCF0439F093E98D6AB5368E9D /* RCTJSIExecutorRuntimeInstaller.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A73E382E14F3D83BC5E2ABF7F8392E8 /* RCTJSIExecutorRuntimeInstaller.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D23105A9F643D75853510E8FF0F12FD /* DwarfSection.h in Headers */ = {isa = PBXBuildFile; fileRef = B9F7D2030CF9852828BDF595504F60DE /* DwarfSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D3454E1B28F37DB02FDF4BB91EEBAC2 /* Invoke.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EAB2662449D2125D0FE80E136751C7D /* Invoke.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D47828E75CB8A77E997F2560BBD9AC0 /* IOExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C6360058DAC11BF67B88E0F7B3301F6 /* IOExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D8B5944E3F367FFE9188B30076E2975 /* BatchSemaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B41AE89BBF6CA7BF05A13C8CAED1055 /* BatchSemaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DBA5355A11D761A0ADD4E2468315ACC /* RCTUIImageViewAnimated.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DF91A7A581C427DB22F7EB12809B102 /* RCTUIImageViewAnimated.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DC10D2F34EB7E86961FB4BFF0D44A55 /* StaticConst.h in Headers */ = {isa = PBXBuildFile; fileRef = AB173C38F7733637DC50EDB30BC11645 /* StaticConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DD2BEE54F4891AFE3C6D8E6E228BB39 /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 661FAC2B96C77AA444589C4E3913FE10 /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DF8723252348A26FE02F86FD3EAF154 /* Chrono.h in Headers */ = {isa = PBXBuildFile; fileRef = 842446FCBE3688BE90930DDCE49BE805 /* Chrono.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E3C3E388C858C936548EE1EAA1C1332 /* Coinflip.h in Headers */ = {isa = PBXBuildFile; fileRef = 51B6E5D6A51A7E08BC6607B9A5A813E3 /* Coinflip.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E4E28834135F7EA5B23FE4C239972B4 /* ConnectionDemux.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 349F9CAB1EE25E11A1B4CC7E85478487 /* ConnectionDemux.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3E5897FCAD9C447A745132FA2219D9DA /* EventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32F2FEA080AA81AD470B371495DA8733 /* EventEmitter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 3E58AC18B10BD25784C7B6C8E79CBF27 /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 840A059E42F5E1C1221274AA9219F992 /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E6B47A3E21A1D107D4C2A0463976122 /* RCTReactTaggedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0196F613E9125DDC58EC45EA83778701 /* RCTReactTaggedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E89AF35BABFA0121DAECB2599165129 /* IndexedMemPool.h in Headers */ = {isa = PBXBuildFile; fileRef = B0140977B1E7C6C220F228DBEA1A3E96 /* IndexedMemPool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3EAE19B2CA64A417D6C488D1EAEC5609 /* Unistd.h in Headers */ = {isa = PBXBuildFile; fileRef = A35230D3C1885E5D8C875F9C4336EB31 /* Unistd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3ECC49D99F11E10582D788530914D2D4 /* RCTLegacyInteropComponents.mm in Sources */ = {isa = PBXBuildFile; fileRef = 04FBD8CB101BF5CBD4D6C139B1D2AAB7 /* RCTLegacyInteropComponents.mm */; settings = {COMPILER_FLAGS = "$(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DRN_FABRIC_ENABLED -DUSE_HERMES"; }; }; - 3EF552CAA8C09C27910F7B0949E15C56 /* LayoutResults.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CCD6F783F762891F3CA2697197A378F8 /* LayoutResults.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 3F27F833FC389DE0C168495C96A52AFB /* BridgeNativeModulePerfLogger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6BE5BE5166CE9332E0C921199C00A13D /* BridgeNativeModulePerfLogger.cpp */; }; - 3F45E4016B525EB9A859BF90368C297E /* CppAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = D39680EA293AB2A56930BAE577B10E0F /* CppAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F5839D991DA152775381745F47E7F51 /* Elf.h in Headers */ = {isa = PBXBuildFile; fileRef = E0D9B1202CA76D02C49B6A79F6E0A570 /* Elf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F65CD69C68825EED6DC48033D556E38 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9D3348C253BDD9E7DB1132D0E26080 /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3F78B926793E0BDA487AB8139050D27C /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = 173D127FA14FD20DF2D1FC7BA010BEBF /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F8D216C5072F8C8C53A5FAE0451417C /* InlineFunctionRef.h in Headers */ = {isa = PBXBuildFile; fileRef = 286BD9C9D69D5D3BED701B934EBE5114 /* InlineFunctionRef.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F95F46FC4F305FC69474A0AB7BA8471 /* Observable-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 87B54C63BD3BA4391BC1533830FD27F5 /* Observable-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FD8E88B9D90083799DE7E19AFCD62B3 /* TelemetryController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D1BE543429FF2BCA092D2DA67C7727D3 /* TelemetryController.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 403E815720C6B735877B6A632520AF1D /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C9BB263530F1373A312E22049DA36 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 405E7935F1FC72D625E4C05C02CC345F /* Filter.h in Headers */ = {isa = PBXBuildFile; fileRef = FE096B75D2C9DDFD0775D0D9F491B667 /* Filter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 406B94057ECA9C4EE6F1C1E052EF3E35 /* HostPlatformViewTraitsInitializer.h in Headers */ = {isa = PBXBuildFile; fileRef = E123A7556FA3E8EE6DF2AF8F13731E91 /* HostPlatformViewTraitsInitializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40738E42627938B44007545DC7664A6B /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AE1A7699A41AD81652F8C26666ADD7B /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40752127E69338DC9D65EFED884ABA39 /* RCTImageShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = F9022392756774F904A4A16369DC1D26 /* RCTImageShadowView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 40DB20AD93DA12B2D8AF25FE19F574E6 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CE31C8DEADF3198A0A10339D4C98083 /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 412436AC99264095C3429F385421170B /* AtomicHashUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 378D69BB342BCABA07E7B39ABDB1AC97 /* AtomicHashUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 413420185FE961D26E380143062736B9 /* RCTFileRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 167478C2D8BCE582FC070E11E685987E /* RCTFileRequestHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 413668165E21775704B4DBB76AFB42AD /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = DAB804DB557D775F3FA403D78F8CB762 /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41435A87D9B1CAE62EE311810D459065 /* TimedDrivableExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = A78345E5E3B72FE09DA66082B55DCAD0 /* TimedDrivableExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4152C5EC0D2C56572AAC2DA424BA070B /* Try.h in Headers */ = {isa = PBXBuildFile; fileRef = 68B1907D8687271623A363BC403FFBB0 /* Try.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4182AE05DD2C9BF53859D93F2A1BAE8B /* F14Table.h in Headers */ = {isa = PBXBuildFile; fileRef = 50AE7C28F179F57B95C2174A4E4C59A0 /* F14Table.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41D1DCEEF4FC1EAA62DDB1E6B32F17F8 /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = E2EAC7CC24DB307D2B2F46873189FBDA /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 42073618A88B423951560E85E29BDF66 /* RCTScrollViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = A61C323E754B3E5C5D8A17D981CA2242 /* RCTScrollViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4210DF814F6D0731BFE77F34DC44CC5C /* RCTLogBoxView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 838E24D40EABBE7E1A4004C3105942A0 /* RCTLogBoxView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 424D1295AA3D46D0D39BCE2EA572487D /* HazptrDomain.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C9F58D5CFC49BF9A671D07B90DB64B5 /* HazptrDomain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 42557E1D5BF6353AA88D69856CCCD706 /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = A3C6797595B38172404E1578D314F74A /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 42C107CB667B5DE17CC10074B81B2739 /* DistributedMutex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = CE0F72700AD859A5B89F380FD340F88B /* DistributedMutex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 42CC90E9A245375CB5881BBFD2639616 /* ScrollViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 25E7490BC4984215D4251338571C7634 /* ScrollViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 42D70744642176E74A81C5F48A6FA8EF /* SRDelegateController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FC387EFCE014FAF17E2D6BDF9787FDF /* SRDelegateController.m */; }; - 430EA3773779E43D7FC9D40A9C4DAFA2 /* RCTCallableJSModules.m in Sources */ = {isa = PBXBuildFile; fileRef = A7C5918377CBD325D85305AA5ABA756D /* RCTCallableJSModules.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4320B6535A73C321AB760AF174600261 /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F6C9CA1A007BC2A14D79415780E8B1F0 /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4341ADB99015FE117533410257E1F24B /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 08FB4D039A7AB8BA3B4DE3BE6057A5FA /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43560B0ACCF8B0F4FD9DC0A311B2CDBF /* SRError.h in Headers */ = {isa = PBXBuildFile; fileRef = F8725FB4E8C4A14CFA0A19324C01B96E /* SRError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 438D342D786517B663A37AE94782BC37 /* RCTPullToRefreshViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7120C76DD8330380D2FC747F619233B7 /* RCTPullToRefreshViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 439439EDC5F57B192EBFEB6CD599E894 /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3727C1BD514632F1B5DC55853175C5E9 /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43BABFD4AC1D1AADB89A572164C99920 /* RCTNetworkTask.mm in Sources */ = {isa = PBXBuildFile; fileRef = EAB2DEDC42A7E2E1498D9D061F2F2C65 /* RCTNetworkTask.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 43CD0B8BB361E8B4BCB7C2D58AAF4631 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = CF81B5B228393707B8C80DB455C51DB3 /* RCTReconnectingWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 43E2B6519CAAFD06D2784FEBBA9168D1 /* AsyncBase.h in Headers */ = {isa = PBXBuildFile; fileRef = BB5D7B2A4A152C7388DEB59F8A5FF1FA /* AsyncBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43E6131AC81110E596940AA5373310C4 /* Concat.h in Headers */ = {isa = PBXBuildFile; fileRef = D3E3662863CC7804AEE0A079D7979DCC /* Concat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 440BC7E9039E1DBD3BBDE279709ED22A /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DBD576025E6AAD1FB14CD65C52CFE9E /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 443A1FB1D759B045498A0BC2EDD47623 /* RCTBundleAssetImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = C0222558B36E70B04A8EBB37FE7DF5D5 /* RCTBundleAssetImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 443D88FEFFE964931924CE41FE642962 /* StaticSingletonManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D511438C0FD10B00552DF9CCD7970EDF /* StaticSingletonManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 444ABBAC49395939E1A0707FE714E546 /* Lazy.h in Headers */ = {isa = PBXBuildFile; fileRef = DFBAC9041605C94EFA358AD9F11FE896 /* Lazy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 445BA33B0298531A99DBE1F27AD4752E /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 8180642BA2E94F587092CC50CD9E23DC /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4467227F846AD47F78C33786F8135D63 /* RCTRedBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = 794F2A089CE64A64AF6188AA6CB5322F /* RCTRedBox.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 4469FEB2EDEECB92D0FE05198795344C /* RawTextComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = FEF07024F233A9D335B0BC9AEBA75800 /* RawTextComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 447123F42BC8AE7EA55C35A42CCA695F /* Async.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FA554EA554D5ADF70A7EE0C1A52B879 /* Async.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 448F474B0981A08BEEC867BBB70B7E40 /* AtFork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EDE4C7009337CF0CA28B0D7E439AB0A /* AtFork.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 44A40EB9B472F67AAC83C9D5F1C33F62 /* RCTDevLoadingViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AE23D078D262D50FC25B844B8D7BB5CA /* RCTDevLoadingViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44AFA37705CC4F1AFE4EF1CC28BAE2D4 /* RCTImageBlurUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = F063CEA6C32E8573FDCDD09BAEDEDB8B /* RCTImageBlurUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 44DA8D521AFEE0C8FFD3FE7F31D13476 /* RCTI18nManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CC4533A9108CBD47F5886DCCF1BF29 /* RCTI18nManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 44EA8F80BCCCDEE658674CC2A76150D1 /* os.h in Headers */ = {isa = PBXBuildFile; fileRef = 85B801679B182BB0DCD3FEAF8FE7586A /* os.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44EE1A6676A1191E23B7F928FA941C23 /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = CDE0585C5922FF755F72DA1350EE7D2C /* UIView+React.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 44F51E16A74DEADED2FB41CE4C1FA97F /* UIManagerAnimationDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F5C54D18EBFD56B88F06F2F22F4BD81 /* UIManagerAnimationDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45309904A04184B37ABF826A3ADDADB9 /* BoundedQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A7A804C30873B12C509D283FA5CFF6D /* BoundedQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45452121BC188DB9BE294A4E376989FB /* Number.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E60B6CB776A6469B62610676A5ACFB8 /* Number.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 456BE7437CE406D8B41970A4611EFBF1 /* React-RCTAppDelegate-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 376B90C6AE18EFBC6F587D95C2D85ACC /* React-RCTAppDelegate-dummy.m */; }; - 456DCD1E6050C4491B2409B63818AD4F /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 2960522AD9D825FC8DFF2EB9DE4DA506 /* RCTProfileTrampoline-arm.S */; }; - 45B75FBEB6C20C20EF62A994204BE84F /* WaitOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 01629F5FE66D224BAE622C75D5D3C4B6 /* WaitOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45DD2B4B19A1543D0AA2E492728F9112 /* Database.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FB382D5B72A740DF9F91EB8D3AD6955 /* Database.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45FB8087D62A62D4D8B1E0CA9BFCCECF /* heap_vector_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 2803DA10989697686D24AD216C479EB6 /* heap_vector_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 462EF1F5BEE059FBD0F7DC14978B02F6 /* SRHTTPConnectMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 10E61E412AD9116064A2149983C449D2 /* SRHTTPConnectMessage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 463E10E1CBD7F525056AAEB6446A3E23 /* RCTScrollEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 76388F44891EFA1CDCB0CB4F487E605A /* RCTScrollEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4656513B9E9A6167557B0E7B3944F0BC /* Hint-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 606867305D0131B9C674F1294BE1AB6C /* Hint-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 466E9012D420803B411943B0903F02CA /* Point.h in Headers */ = {isa = PBXBuildFile; fileRef = E8D033D4303D8884BEBFC0206EEE3B23 /* Point.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 467D4D0F82B002CF35B46C7221E97828 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = E28397D41251354DED761E62118A2D63 /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 468C3A234DE8A9E3A33BFFBF94EBAD83 /* posix.h in Headers */ = {isa = PBXBuildFile; fileRef = 33E18F065D4A07D777996FC000A3B365 /* posix.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 468C9A394C28C219477D60A5B1056524 /* RCTDisplayWeakRefreshable.h in Headers */ = {isa = PBXBuildFile; fileRef = 25D045F328641426B1D6767EE1B4456D /* RCTDisplayWeakRefreshable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46AFDC6738122F76A368B5840789C078 /* SmallUnboundedQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 80C6ACE84BFE9A1EBF1B01BB3753D51C /* SmallUnboundedQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46C444FFADB383E50B37A4C497CF51B2 /* RawTextProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 69DED015CCC4C291B85320AC60482361 /* RawTextProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46CE10B995C40C8F20B9CEFE9E9F0946 /* ParagraphShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 47F190C05A76AB26CF1103672130D608 /* ParagraphShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46E6AB18848A0B7D867873E6F8FA0D25 /* React-CoreModules-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 346371DE77029E27A92D6DCF54A813D3 /* React-CoreModules-dummy.m */; }; - 46F3E6769EB6A8D458582C8E78E99A65 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 233595AA06252339978E4CC02111B7A6 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 474FD4D8FED7D80BBD96F4B4CD64ACCA /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F067E58D088C605EE3EC9D20EAEACD4 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 477772DE7FA99F3B9712CB35EAD8096E /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BF6D75C08DFB2241EB06B3FE9104A0C /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 477BA449BA22E2D7117026391EE077B2 /* RCTSurfaceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 104599C41CDAFF9B432FFF4FD8783C6E /* RCTSurfaceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 479533318B789B675EBBA098377723CC /* ModalHostViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7477FEDE4E6DF44B5546CD4C548CCE00 /* ModalHostViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47A8A16778BDDBD5D02648653B1F450B /* PolyException.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AEFDF67A3CC16423044C8383619F79C /* PolyException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47AE33834CC5298BC0DF933A160CA4A7 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D60F5690B299B51D781DBBAD561498A9 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47B1C02819CFEE5BA8F080821DE6182F /* TurboModulePerfLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C2F2F4BA51ECC02678016B39FB78B1A1 /* TurboModulePerfLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47D350E7BE375B099A553F597F3F69CB /* IOBuf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 310080BC997989C8309F4854BA8B8085 /* IOBuf.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 47D3A578F13235354394A2A41EE847AA /* SerialExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF00520ABB3A067770B9CCF35612FEC8 /* SerialExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 47DEEBE126A00F06FA887DB48387F8E1 /* ComponentDescriptorProviderRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99A5294DEB03289BD274D5EF447DF95C /* ComponentDescriptorProviderRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 47E7473FE52D8CCF5604C7E14BE35DDD /* iocp-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B89521B449F6893B2B3B428AB3D7AFB /* iocp-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 482BD9A725BCFDEFC522CA1DF850FFAF /* BitIteratorDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = A2E6C05DB145104822B98B6187E687DF /* BitIteratorDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 482D6721FC93E9CC761DCA30C7F4F631 /* Unit.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CE524BEFDE15D49A60F621976A5DCBD /* Unit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48348656D5053A19BC440D0895AF8200 /* RCTBlobPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FAD9A3CC95D675BF61C7ED599DF8338 /* RCTBlobPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4847929DEFA168B305A30F45E6EC5709 /* Futex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 940F8D349A833010CAA57158E94C7E20 /* Futex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4861893AB5DDBDE2C1931834F47187E4 /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9855F25A9E4F00CE1FAE1C40FA186582 /* Format.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 4894302CB900D4E1322877A4391B4D30 /* ThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = FF8EF5FCF4C75B677EF3BDA205F44E4A /* ThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48AF07DC607B196D44B0B25431AA5F8A /* ScrollViewState.h in Headers */ = {isa = PBXBuildFile; fileRef = BAD53F5E7AB2BF032E4F717B1891D3A9 /* ScrollViewState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48C4061F2114F7D8564AD179F4AC3FA6 /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = E5159F44D2231A5974E242F355AC1EE1 /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48CB7E30930F6FC6231178B19ACACFE2 /* ScheduledExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = A6502F7D1D5FFDA2965269DDA81C02B4 /* ScheduledExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48EC83745189050A35B83D203BE348A9 /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = D25B11A743727581BEF305CCC97F87A3 /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4916426ABBC9FB68D4E5DC7A99AE2978 /* RCTInputAccessoryViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 83A443B67AA5FD5231E9D76B037E034B /* RCTInputAccessoryViewManager.mm */; }; - 4976E6847F7403D72C60205B26199D32 /* Task.h in Headers */ = {isa = PBXBuildFile; fileRef = 53973AC3A23986BDFA578B6C6671BCDD /* Task.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4998632EADE67148FF3881EF8D23F54A /* ImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 273BAC191E1E7E1CD40A577D57B638A9 /* ImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 499A6DBBFFAED95A2EFABCE0C5057A85 /* bindingUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BE71EECD01EFBDA50FD49226D59FD60 /* bindingUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49F789398B1398FA7A28992A847CDEB1 /* RuntimeSchedulerBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = B18E5A50C425822F3D189BB248EC16B3 /* RuntimeSchedulerBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A00093392E6E1432AECF339CA314949 /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 902C46EDB9C37EC3E703863679EA8D9A /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A27DCD19601562BA9CBCA10B3965B98 /* Sleep-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 904479749DC9869A51275C29665BF4A9 /* Sleep-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A86457A35676C14FBDE186689CB9F0F /* BaseViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = AF2B7A1B34F0A83B49F0047B126BB347 /* BaseViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4AC854A33DA59C4D139B50F3D282762B /* EnvUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 81C592125F876DE726B1658C5E20F1BE /* EnvUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B0450BB65C0193212D17F9B9156F404 /* SRLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C15AB64D2CF56C60715CAFBF21DE94A /* SRLog.m */; }; - 4B896B58C6AEB1E6FF6EC6ECB4A54030 /* Sealable.h in Headers */ = {isa = PBXBuildFile; fileRef = A4CFD91D2594FD33B7EE2C5D6DF840F1 /* Sealable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BABC3BE96C391093E010E9B71C5111C /* Future.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A9BF36BE20BEBF024D7E88A0493CAB7 /* Future.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CAAC9EAD81FAC70D391C5F58C7AF8A9 /* TurboCxxModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA3168B64E49092D3A6703FD39B6896A /* TurboCxxModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 4CAE60F3D1B8ADE26E3B2CA80D13BEE6 /* DatabasePlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 19BB86482DBF089F57EF1DAC3937542F /* DatabasePlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CB6AE4B3209DEE50A67A6CBE9762B91 /* CPUThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 96FF5D871835378B48B24198835C562E /* CPUThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CD4EF2FD0DFDE6988BFF509CF2F99E6 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AE1A7699A41AD81652F8C26666ADD7B /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CDE40D144A0DF892986D0C74C3B29DA /* FutureExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 940F35CCF80D5448A1AE86CF903DE58D /* FutureExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CE662C33C69F97139097823E709243D /* SpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = F279073FD66B23189946F5969948EE4B /* SpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CEA7D52E1131D8E42E7C00E90654D0C /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = AD42D7754339B6048DB2534F38D258AA /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D09DF8657B9F1AE5573EE3B30891F7F /* GMock.h in Headers */ = {isa = PBXBuildFile; fileRef = 498167B8BA8F61C08E0004602F323487 /* GMock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D253E36B19868B272FC7DCB5EF3A39B /* AtomicUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 81813ED7E61633C7EC9A2A302DC08A32 /* AtomicUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D2C0873348C39A8344E44CA9ED309CD /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C88E91914D396657C33644F45818EEF0 /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 4D7F69AE25694CB732EB20D5DD81F73F /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A25B7FD5F7356FA25DE358C84330FC3 /* F14Table.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 4D9FBAD2ECBCF7B3632FC3C383B36F1F /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 190220DAC595C89A376162BB5CDE50B3 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4DA2167328EACE457F069EC4162AA499 /* StampedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B3FEEC8880EA993F4C3858A8BC8DF32 /* StampedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4DBC599170434A5934FBD0251C5BD566 /* PolyDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = F1FEFC99F36067F2B0F49FCE5A0F8B01 /* PolyDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4DCDBFC110E696C7E69FCEE8EFF7948E /* RuntimeScheduler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C58A7796CE224C9C0F3A764D2EA96769 /* RuntimeScheduler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; - 4DF9F543BDE65328DFDFFB6B64B241DA /* RCTDefaultCxxLogFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B98F2729B2CBE9FBDD8E7C5F1F1A079 /* RCTDefaultCxxLogFunction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E294A652483154CB8B731AE3745C6A4 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 76B05CF49E5C04043EDF84D0B8DF34E2 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E303C2330F070B63F4CE436AC2AC147 /* RCTRawTextViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7F7E370EC2FE0DBF249ADC2749678568 /* RCTRawTextViewManager.mm */; }; - 4E3360C8CDDD1D8E889E7C2B154741E4 /* RCTSurfacePresenterBridgeAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = F202E4F65F41AF885C9172E2A0663BFA /* RCTSurfacePresenterBridgeAdapter.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4E33C8FF1A1F676242C33B7257D85AB2 /* AttributedStringBox.h in Headers */ = {isa = PBXBuildFile; fileRef = AD732DDAC7595CF3438E8C765C64F4D1 /* AttributedStringBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E41B368BC27A2DF93D75E01D1F0D847 /* RCTInputAccessoryShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7A0EC9D7D6B0BA9B76A4F001DEC6FE70 /* RCTInputAccessoryShadowView.mm */; }; - 4E62DA1D3636DCB46C7A56102019366E /* ThreadCachedArena.h in Headers */ = {isa = PBXBuildFile; fileRef = 0661493A485E891AB3178C4C657D0185 /* ThreadCachedArena.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E62DA77362A26BA7B79094834A194F2 /* MultiplexChannel-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 644A59E2460AC8AC6B7820436096CD6C /* MultiplexChannel-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E66C33E9DEA883A15465B63C2DB1D73 /* th.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F21F19F34E5DD1113C8D3B559F2593CC /* th.lproj */; }; - 4E7CB468ED2787C8A19A7C6AE8A607EC /* Differentiator.h in Headers */ = {isa = PBXBuildFile; fileRef = D016C9B32B02FF3AFCAE88946DCDE27F /* Differentiator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E807517EE5A9BD18DD8F4C96DB60117 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 575CBC48985A4446F4FA74740AB5C55D /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EF61B47DBF72E0159A991E4BA099B83 /* Baseline.h in Headers */ = {isa = PBXBuildFile; fileRef = 6256F8CAF3D59F5D891769070AABD338 /* Baseline.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F287A4EB4334E1473A95F5437F124A9 /* GroupVarint.h in Headers */ = {isa = PBXBuildFile; fileRef = 33D9929C1A3327D89C326ACEE7583B81 /* GroupVarint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F7480B5BB9F24B8DC5389F19B1F7995 /* BaseViewProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D11E3EFC102271FCA363D55427071A19 /* BaseViewProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 4F9C696374BDC616403D63F821B395AC /* stubs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A0F4D5D8C4BD9AB981008D9573FC204 /* stubs.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 5008E1E74CA8B7385CC0E9F7B961F981 /* PointerEventsProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9C1AF618F45880F354E8239E77FD31E /* PointerEventsProcessor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 5039D72FCC0274CE87D4CA097F8BA56A /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = A7CE36615DAE23F391D5C2D450DA4444 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 504D95EDBBA1514E2EE25442BFDFA4B0 /* RCTViewRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FC27D198217CBA710E61FDA75931892 /* RCTViewRegistry.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 506C43641C9630930B98B333922FF785 /* RateLimiter.h in Headers */ = {isa = PBXBuildFile; fileRef = 50CCEBA4FF89A8BFF75836A0666BF739 /* RateLimiter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 508F1098412A474C4285A5860FA1FD95 /* Cleanup.h in Headers */ = {isa = PBXBuildFile; fileRef = FA12B86967AEB2AD25E5F9C1AF00D0C9 /* Cleanup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5090397D8D1873D46ACBFDAF12A2A752 /* FiberManagerMap.h in Headers */ = {isa = PBXBuildFile; fileRef = CE5E8B745BCA7F8EBEC6F43E85D288C5 /* FiberManagerMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50B1D45EBCE0E75B9A59E3B0F846BD9D /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EFF30C8E59A36CF8D13F29F1F8BA4221 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50B5444AE29D88379B374F8A079C06B4 /* flags.h in Headers */ = {isa = PBXBuildFile; fileRef = 92D5CBE78EBF99510CF6F4A3563BF8D0 /* flags.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50D4E37B3E5AF56A10F4D1424BBF8974 /* Conv.h in Headers */ = {isa = PBXBuildFile; fileRef = E3912089ED45340C0AEF42DDC0BC7250 /* Conv.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50DEB84313F43CF1D4785E8AFF48460C /* SocketRocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 392044629337ABD19A980A96EE943FBE /* SocketRocket-dummy.m */; }; - 5105E4725CBAE637E7B1D308062C7F33 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = CEC3221BC72FB6F71A856B801CC60B18 /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 512FFF763BB9B8F1C298E25D9FE3BCBF /* NativeSemaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A2E1EE7FE67B7835E4EAD0B2C76DFD4 /* NativeSemaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51496FF0CC27F328F6C81E0FB38FEE45 /* RCTLogBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7AB5FA2C8B3BF0FACD428B7C6F283697 /* RCTLogBox.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 5152574406397DEE9CDE4E620BE352A2 /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = BEEE5FB114138E55EFC6BAE6013D5A2E /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 515C7C40E0B002D63A4D2D6D1453BD46 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = B64CCB0DD1381DFBB58CA919D6F78E34 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 517C5E44C6D358E744F3E6378342B45E /* Differentiator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18537B09E4D56D2E2A54B86F149AE4EB /* Differentiator.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 519C18B5954FBD648E479DFC60D9A99C /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E5EAE9A7FE58F22B8FF5658F5E05CC /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 51AF524BFA2D64EFA8F4BDC2B58BE908 /* SanitizeThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E806939D9921C6AC6B2765E363F7C699 /* SanitizeThread.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 51DC82627AF826A80C266C80C15B4E70 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 67ABEDE17B1025C4581336C7CD7D085C /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51E7AEA2657F632A7275EB86682A68FA /* RCTTurboModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 575D7E6F3893A6398FEA585FAD29E5DF /* RCTTurboModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51EB4669C25E0D7CDA86FF73B45ED159 /* CallOnce.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B7405E2E3DA62191FA13EF3F63CFAD8 /* CallOnce.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51EC059124A2AA0BCFEDDB9A664D5417 /* SysMman.h in Headers */ = {isa = PBXBuildFile; fileRef = F5BDC7062DCF7920ADFDB8DF7D63D4B9 /* SysMman.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5231A8C7E287E5D0335D3BB64F104136 /* Result.h in Headers */ = {isa = PBXBuildFile; fileRef = BB86E27E95D2090521E33949B96B8CAC /* Result.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5270EC23C1985996C683268D463E158C /* evutil.h in Headers */ = {isa = PBXBuildFile; fileRef = 216D14F126E7EF9776D0F7B470ACB1C6 /* evutil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52730439E4152D2172B4583F95879553 /* evhttp.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B2058B9D8FC004B76DE799F30C55548 /* evhttp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5303CA02F4F565E010A731C26A263901 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BB5736A6C6EFC3DB8FA41651ABBC583 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 530B7A647F1F05368D5F1F69D9C24ADB /* bindingUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2708298752F8F3BEEC1AFF5DA6457735 /* bindingUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 531D30368C391DB757CEAF5B4E115624 /* NetOpsDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = F76390918912AA0D28898E733026CC80 /* NetOpsDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5345188A133BE02D92B1AE57FC687F86 /* ThreadedExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 02381C7B40146D657BDEB171F1843502 /* ThreadedExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 537899C20D30707524A82BDFA3A94D2F /* RCTFPSGraph.mm in Sources */ = {isa = PBXBuildFile; fileRef = 93FC7B327C6402F76C46E39E0D18CA0A /* RCTFPSGraph.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 539AA382BA7BE611A72B9BEA71FE8927 /* FBXXHashUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B83753E5239302FC4F6CAD67C4FA541 /* FBXXHashUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53ACA5CBE6F9C6E30FD14B8458579D3A /* UnimplementedViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0905F8938F7B0251708E0243C573E95D /* UnimplementedViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53B653954A8568B8E70D6194E087E9E5 /* RCTPerfMonitor.mm in Sources */ = {isa = PBXBuildFile; fileRef = AC613B4105A5B01EB9BD773C99429804 /* RCTPerfMonitor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 53C5A158350CFD7B9A95AF18B97D41A5 /* RCTConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 96EAF46418E1E46C0606FFE9BA0F867C /* RCTConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53CB0155F3752180BF5423378BFD348F /* RCTSafeAreaViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = D5B1876881135BE5E6EA43B405F899A2 /* RCTSafeAreaViewComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 53F2A6F8F0B4837E10C4D627E7B694E6 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1486BB83352069F8FD0B64A338EB592C /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53FEDE9240E8D058106C0E13D332AC25 /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 986919266487BC782E09906F21B3EDAE /* RCTProfileTrampoline-x86_64.S */; }; - 541F455DC17FC156D9825E687F9359C0 /* evthread.c in Sources */ = {isa = PBXBuildFile; fileRef = 16B4092A3ADE3325013ECE17A564E236 /* evthread.c */; }; - 544F82E9E584D83E23E8079FBDBD476B /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ADD1077288D23E0170E6E51A898B856 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 546519E8A856726EC97C1DECFFE0ADE4 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E40E3777E3C62F9A067BF95A02B1EFDD /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 546539AD96D55B8F9C24300CBB261A8C /* FiberManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FDF69364726302B03F99E2102BA2B961 /* FiberManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 54867D2074C0A75C1C049CB256BE4054 /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEEEB44D01DCAF8745B7CAAE440D3C6C /* React-RCTBlob-dummy.m */; }; - 54AA61B9866A6B8CFCB54D2AEF05B76D /* AsyncIO.h in Headers */ = {isa = PBXBuildFile; fileRef = 69EB5AE9A9CA8D399D65457A29C675C8 /* AsyncIO.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54B0F343686632FD21F8F4EC29A6F06E /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B490F6CF107277F081ED2A240E5596F /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 54CA88631F065057F92FACFA186C4F9C /* RCTTransformAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 88064AE9D8CAEEC1FC873D043186530C /* RCTTransformAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 54ED242EAC1327A5672D96EBE712EF65 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F719CF50268D1CA31377E600B9774A3 /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54EE1B8FD2AB90BBFBD19187600F93B0 /* RCTThirdPartyFabricComponentsProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 86E2C861998877EE3BD788F83FA28D7D /* RCTThirdPartyFabricComponentsProvider.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 54F90A747FD892839E06E26F8B1DA351 /* FMDatabaseAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DE3E965971D3DA08DB7A87DC103F21C /* FMDatabaseAdditions.m */; settings = {COMPILER_FLAGS = "-Os"; }; }; - 5510E12413D5878DD698B83856B6D493 /* Access.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B6EB885392295A207EB5B5BD7E2520B /* Access.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5519EA21C60D2225B439607AE231B71E /* LayoutMetrics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6F75E85091ECDA51A5C8568FD1BDECE6 /* LayoutMetrics.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 55201C1D8210FC70A4721E8404B80A8B /* RCTBundleManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E847907F2740798F8D08D6CAEBB04E65 /* RCTBundleManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 552EEF5E1FE30E2E9BADD7D54AD413AF /* LifoSem.h in Headers */ = {isa = PBXBuildFile; fileRef = E8D5ADFB227484B318C40D1461339C73 /* LifoSem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 554B106EB051945FE7530414888F1F7E /* RootProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7236D6D9187B8221FD47D0C9AAAB86A0 /* RootProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 554DD25E300EC0D94E436B80C8A5DDEB /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 49E0130A45837033A1477495246389AD /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 556FBD64D69CF48E335A630C7D156D37 /* utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B0E68108A39BD751FE5D1EDFC6DA2C4F /* utils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 55913C3C4FFD04D331915EC9D211FDBF /* CacheLocality.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9A2015ED0811F7BA91774044613B1494 /* CacheLocality.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 559508224176C8148A7B0B4CA764D80F /* Sleeper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4DFA58178FD07815E9D3A21AB7612347 /* Sleeper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 55D10BEEF2A3E1E29300246DCD1CF0CD /* Sockets.h in Headers */ = {isa = PBXBuildFile; fileRef = 43C051CF9ECB4F1C8F650C52587676BF /* Sockets.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56156E29B00E1E5DE2E95A923FD69234 /* Future-pre.h in Headers */ = {isa = PBXBuildFile; fileRef = A08C37E63F38ABB2544A23072E46AD7E /* Future-pre.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 564A7D75076EE66E2D36853943E7F5DF /* ForEach.h in Headers */ = {isa = PBXBuildFile; fileRef = B3826BF5F1F0DE5A07002A722E76E49C /* ForEach.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5652BC2A8BBBCE5B5202EE718CD86720 /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = EA57CD46A3D8E4CB86C935C923E99E9B /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5672B3C26DF8620CABA6114D0D7254FC /* LayoutConstraints.h in Headers */ = {isa = PBXBuildFile; fileRef = 96CE237097957387413AE81D415A1416 /* LayoutConstraints.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 568DED94A5B3EF39BA8E8B7624D1399D /* Props.h in Headers */ = {isa = PBXBuildFile; fileRef = D9B1B363580B8DDD516840B23436B3B4 /* Props.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 569494171042E6A1A18F3CA8A805AB23 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC3C8C35484682E344F705125E286F96 /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 56A25D66FDAB0B206DA6CEBCFFC18D74 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = BE21012CB8DDD0A4A816437380BCDB67 /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56BD6DF3E7F5ACEF02CDD0334CF8800E /* FileUtilDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = D32E877C0826DFC912E80DFC61569EB1 /* FileUtilDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56D7DBFE48159C49A838A42EE1530AF6 /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9080B9A6CDE02515FAD368A353D4F6BB /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 570DBF4C374C3BA73F0F24CBF6A89EE3 /* ExecutorLoopController-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 7020E9B7AF2F579BF7E978760AB992F4 /* ExecutorLoopController-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5736629EB83358AAB4EEC104C012323C /* CachedMeasurement.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A99B54AAF43917C7FDE83FB531CCCBD /* CachedMeasurement.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5754516AC226F7079CABC2EBA136D0CF /* RCTBlobCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DEF345C2C9D781265EAF4FC359B44F0 /* RCTBlobCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5765E8EC1B6B298086A6FB8F5A8B8D27 /* Collect.h in Headers */ = {isa = PBXBuildFile; fileRef = 49B615C78831A2BAAF87042131BE3184 /* Collect.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 576E32DEDCF66E19F30EC0F776498107 /* JSITracing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07C4B934D1844A726CD49C1BDA8E4C37 /* JSITracing.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 57834BC6E7F7C93A7B03334352142480 /* RangeSse42.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DB4F6D5B7D1218798800BDE326A2B97 /* RangeSse42.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57B698D3C2BDC8710855693D683CC50D /* RCTScheduler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 987EDF2F097105E47A86CA61E68A2D3B /* RCTScheduler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 57F1C5C63A76622DF78B8D0DF9D587E7 /* RCTBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = B0BDEE7ED421489DFEA347C7C7AF4F18 /* RCTBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 57F472267F366D264381355157A0B818 /* ChannelCallbackHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = CF2771E97C1B71BE59A86023DAD03727 /* ChannelCallbackHandle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 581BCB0F303447A739E94824D741B288 /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B4BBB963776DDF0D4F73329F5F54CFF /* SpookyHashV2.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 586464A1A150291AA7D0B188745BFED8 /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D5587593244FFF62B39474B4B0C41E62 /* DoubleConversion-dummy.m */; }; - 5902CDAF20ED82E9A75E9C9979C27406 /* Hazptr.h in Headers */ = {isa = PBXBuildFile; fileRef = 352AC285227C783F3E91522912B0EF29 /* Hazptr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5908DF281AEAC296E7185FE2CC923D4E /* UniqueInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = 4497F2ABE4AD87ECC04D271357D4C30B /* UniqueInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5965B525DFC14AC1AFC03D37F5A6ECE5 /* Unicode.h in Headers */ = {isa = PBXBuildFile; fileRef = E3AE4E10C5B758B3A27295223CB3B9F4 /* Unicode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 596A8BAD3BF69741ACBE98BFADFB147B /* ManualExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 045DD8F7C8C8CBB135DB5A6FA8322AEF /* ManualExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 596DAF99CBC4FF6AF2C9B002CF6ADA7A /* SettingsMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = C0DF78C8767C0366819137712DD9E0AA /* SettingsMetadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59917156FF1333C1DBE02BE01BC71BA5 /* WMDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = D11B8F2B5C64216FDDC056CC10324D5A /* WMDatabase.m */; settings = {COMPILER_FLAGS = "-Os"; }; }; - 59F6CE40C49CBB673850CBA88CDD16B5 /* Cast.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EB4EE3C7BA26EB0B702D1ACAE45FAF0 /* Cast.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A1B839E42B45FBDE9D846CFB31D6F4C /* FiberManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8731CE140D9C8F07CD3D543D89CD047B /* FiberManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A317EEC4549730C5D6BBCB7AF34803F /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A9187F19E84940A7B5C97DC96A5C313B /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A3B2D703D14D3E784B155449597CA49 /* RCTAppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 777E843B168B6698630B0A0FFEF0DAB9 /* RCTAppDelegate.mm */; settings = {COMPILER_FLAGS = "$(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DRN_FABRIC_ENABLED -DUSE_HERMES"; }; }; - 5ACC0EA0F4F0AE10839EF817429ADBDE /* ViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 68A783C653DAE21DD9256C1417DFC098 /* ViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B0F5D5F4001A59596315CB0CB31424C /* RCTBaseTextInputShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 753DB6F71EA81ABDECA45B6A67A13FC0 /* RCTBaseTextInputShadowView.mm */; }; - 5B1BDBB882CBF302AE93AF1F4B4A5449 /* MapBufferBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D63F0C66537C20ABA06A08D8EF11618 /* MapBufferBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B7BDF5827ACD94375A4FE4BED420192 /* DwarfImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 832B2E995BD87DB0DF6A7B1C0807C039 /* DwarfImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B8723DEC2A15CA888BD5621A9664C84 /* UnboundedQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 89B8DF4D0F2D9BE5F0CAF4077CCBAB9B /* UnboundedQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BB320179E5CACCFCA8F9625FA5D49EF /* RawPropsKeyMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A6FBA524F0C1A71F247900CE0CBF304 /* RawPropsKeyMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BB7B1AE8B24F625AF98AE3F7E340D8D /* States.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D1DCB8DEDE9CDC92F42DE4C45977649 /* States.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BC89614A004994E5AF731BC6280B8E6 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D1A8052D596883DD6F7054046094C84 /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BCDE01BA0D17F0DAD52430823D76AE3 /* React-Mapbuffer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A5AEF049FF2C24AFCDDB78E02EF9E44C /* React-Mapbuffer-dummy.m */; }; - 5BCE390295E645DE0293599B18018A09 /* ValueUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = E7CF6448BA7FDB41544562933B9309A1 /* ValueUnit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BFF4889D8841FB5748FA8F9AB96273A /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 60D1A9D184F83F93B9B724065A466F00 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C2C74661C825EC1413CA7D0E96B7974 /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1837B7D3693F7BE2DB1BA7DFE43D8CD6 /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C3674589753C66D5644E44D0DC0BD5F /* RCTTextInputUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5769C292423E5A77FC420E5913E2A54D /* RCTTextInputUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C7D6FCA3998E8F0B84DD3C27E5A6B12 /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = C231423894DF1A00B00428C31F03E541 /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C8421D01416E0D35B43515E2E2EA615 /* ThreadedRepeatingFunctionRunner.h in Headers */ = {isa = PBXBuildFile; fileRef = 469A118AD2527D6F53FE90370263294B /* ThreadedRepeatingFunctionRunner.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C8C3D423B3C1790471F00F9BBC248DF /* FMDB.h in Headers */ = {isa = PBXBuildFile; fileRef = 27A9ED35794A3DA6FBB6FA12D0CC32FC /* FMDB.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CBD27467CA763099C93A639DDA140CB /* ThreadCachedInt.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CA8ADA44891B0F8E73792AC823F65A7 /* ThreadCachedInt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D060A89F6B575D6D0A385181AB566D1 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = E321C04AAAE892F36B26CD24839B9F83 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D0DD0B78EDD75E0879B1FFC00DF9BB4 /* buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = 1CE62B8862BF989D4FA2036FDD0E8F1A /* buffer.c */; }; - 5D2E9E5A972FC7E2D85A0330EF3AA47D /* CallbackOStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B220075E54C21046A86509639FC45C4 /* CallbackOStream.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D6A84508EFD0EDF64588E97D398885D /* StubView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 456FA3907D6C8C8430B9248EA95DF7E3 /* StubView.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 5D7B407C4C85095BDBA5E4F552C275EC /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 47D528B4E4A646A727E4AFE954C8B39B /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5D7B4CD8D848F0322316F71E58856C0E /* SanitizeAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DB3280B3B80251A5F936B7187439B4C /* SanitizeAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D7DD5459B675F408532FA06A2187635 /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 025B23A89FFF9457C263457184F28EA5 /* React-RCTNetwork-dummy.m */; }; - 5D8677BED1D90CC37CF100FD2D8A46BA /* ViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 65E2EB6286DADD9E3D25873A2DCF69EB /* ViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DA2D4BE9D03385C1E536315F2736E0F /* RawPropsPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = BC6EC0CC518CFEBD44492C8A8DF5E2C1 /* RawPropsPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E0C1683ED7E05BD24DE92B2D47D1EB8 /* SysMembarrier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8271961D27CFDC35E9A89C4ABFFE5D2C /* SysMembarrier.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 5E2B3A71ED9EE9A7C5B8C56583642E4F /* GFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F3621C8F4B1E288ECE7BC25E510F651 /* GFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E344FDB9BB9E7A9031E265104ACCB7C /* SingleWriterFixedHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A2887CE50684803AC61DCEBAD146C0 /* SingleWriterFixedHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E52BE112F93EF6A3B0DD141E072220C /* BridgeNativeModulePerfLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C86EC6510472482E97AD2EECC3C9A548 /* BridgeNativeModulePerfLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E63EF9C4A86F427C3A183A5A73B9961 /* HostPlatformViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 13DC2C4E5295B1C951916AF9C48594AE /* HostPlatformViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E6CCC37AC97984FC66028A6CC100CE0 /* react_native_log.h in Headers */ = {isa = PBXBuildFile; fileRef = 77B88C45883B97C599411F3FA0D8B7C2 /* react_native_log.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E73BA83906675E76EC6020773E0C766 /* DelayedDestruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4179A53F023E2A1FDD6C6F53DDF3D /* DelayedDestruction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E86E438863B2E34490327052C7DE985 /* TurboModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 87742A30A812EEAD120494016528510F /* TurboModuleBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 5E9E39D6C44C767139914CFF4CFE1A90 /* ms.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 3421E211AB0E2C7FDDFA89465C316A76 /* ms.lproj */; }; - 5EC87DA1C580E7F24FBB9EAC7C17CEF0 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA71158CACE240DC1E8F5E32A0A2D051 /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 5EDCF05A1098C46FB894891BFC7760B7 /* RCT-Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FB0C87CED2321315D1852522D367918D /* RCT-Folly-dummy.m */; }; - 5EFD25240D17A461C4FE43850E7168D9 /* MPMCPipelineDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 394C86030F37CE3B5860ACFCC75F2264 /* MPMCPipelineDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F003C0EBABCDAC6B0C5F5D7564B59EA /* BaseTouch.h in Headers */ = {isa = PBXBuildFile; fileRef = 94B9C193253E8568C211A6FC99FB1867 /* BaseTouch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F26A0E9DDCA9331344C5AE76C90A8A7 /* YogaStylableProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 962A413938258C5A4CAB8D84FC524096 /* YogaStylableProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F35A8791C9A3608216A7BAFC8307B92 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 07D9D8C18FF510BF75C9EC4F1FBF01A0 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F48ADA0631920BE2BBD90CC7F05E465 /* SRPinningSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F01BBE88AD13936DEE6F79896AC45A6 /* SRPinningSecurityPolicy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F8161B578526C4828A1E3550CCFB564 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57FDC42A03738FBF092FB1AE0194C0CF /* Exception.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 5F81DE1D120ACF31DEB994D613529722 /* Preprocessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 41ED376CD2ADF644AB6DAF76D509A94B /* Preprocessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F87CA80B717B29C7B7A5EFC440BF0AE /* Libgen.h in Headers */ = {isa = PBXBuildFile; fileRef = C6300DC6A81C6AD55BA218BBF145E981 /* Libgen.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FDA6CF52681515360F017FAEA17E429 /* Singleton-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 709480813D2A751F3089E87153FB5EB7 /* Singleton-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FE0B73593F4CC50BB0C359A57C8E2DD /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = ED4EC0E95F43392B6C0521D59E59D7DA /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FE140A8D764BB1DDA66A8481BA94576 /* TextProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 316D0DF66719724113C00276AE1535C3 /* TextProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 5FE16776440A3CFC53E25FC6F8F3D8B7 /* DatabaseBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD48C5E3293602B2952AC45EA90A9B2E /* DatabaseBridge.cpp */; settings = {COMPILER_FLAGS = "-Os"; }; }; - 60062296723B4FD19CB16F87A7AF9F39 /* Touch.h in Headers */ = {isa = PBXBuildFile; fileRef = A700FEB05AD0A435867F16FEF9F90DEB /* Touch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60095F894ACA34D09DBF7B49ADE59D5A /* RCTTypeSafety-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 40736120A095CA75F0440E8A0ED20F32 /* RCTTypeSafety-dummy.m */; }; - 6011596843CF9F91EF9F5C350CD7ED9E /* IOThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CF684A792D11B8E0725F1F0D3DDB0874 /* IOThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 60123FF66ED11AE9F7832A07DE56E8A4 /* ScrollViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = F6AD95AFD118211F97AD99A9E6FBBD22 /* ScrollViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 604D5606D34892A1A2B68640892E7C04 /* RCTSettingsPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = C578124757467045D0509D1A9CE8FD33 /* RCTSettingsPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 605B55194124F1998FC8BA9E4639406D /* ParagraphEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 57D4A129EA537C2B38115E6A78AA16AC /* ParagraphEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 605D6BA3815F069A8104742808B5B1E4 /* TypeInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 1277D2F8E2B4A3CAB59F09E36CD82CE1 /* TypeInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6069CC0AAE268D67589DCE0E10805FBD /* EventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = EE404366EB03FE195BB16EAF91FA7C89 /* EventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 606CC3513DF20663A281DDC0A0273D64 /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1875CB0718A69DC27E78F911FAFE68DF /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 607DD8CC846E9688669D152DF1F23D72 /* RCTTextInputUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = C72BC726126ECE2BC44FCC88A86F6431 /* RCTTextInputUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6097F0E04788AC23DDD6E7F84FDD3ECA /* BitIterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 53CDC54A342121E5A5F7310CC5CF7134 /* BitIterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60A3E51312E73BB59DFED0E1D0286A79 /* DatabasePlatformIOS.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8E04AB257E76DE270A7CFBD595FF6817 /* DatabasePlatformIOS.mm */; settings = {COMPILER_FLAGS = "-Os"; }; }; - 60EFEB8DE61E340923E6F80C477D11E1 /* AtomicRef.h in Headers */ = {isa = PBXBuildFile; fileRef = 64578BA91A484915216642A2B31ECBF5 /* AtomicRef.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6103B15A720E77828C8F5833C373C521 /* FBString.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F0F9D21CD346445531723201B0BE083 /* FBString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6110F4F96597CB3D4486AF424FDBC834 /* Database-batch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E3C0A0F9F87B566F88E0FE80D135C27 /* Database-batch.cpp */; settings = {COMPILER_FLAGS = "-Os"; }; }; - 612B3E528D49A859AF4CD8C52D164CCB /* CoreModulesPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A51C80F5DD321EE09E9F2601E0A913A /* CoreModulesPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 61327E79DB30894E564511AF6771DFD4 /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 8327ABD18B85783C39B3EE10AF078B95 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 613B5EC19662BB138DC7AC1B31D8F9B1 /* tr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CC9D6F9AFA08C9A80F4537A7965B9BB0 /* tr.lproj */; }; - 613D7D3C698EE913CD3872E4B261CB7B /* it.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B8D9A49CB2F3F218C12D77BFA5CB1C21 /* it.lproj */; }; - 614E98070D194252B0511FFD7F47613F /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 32151BA10070E986892C4811AB320AF5 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61615537BEFBAAD02CF0E637182AA616 /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = B69BF018364EDC6FB2688222AF857630 /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61809F2396D1BBD4B7F0FC2BE12983B6 /* View.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F848ABDC0664F39094C83C7EB3DA69 /* View.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 619D1849CA41579BFA90D0B5C84B58FB /* Baton-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 02843D629B27E551FB78DC386C998603 /* Baton-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61A6CCED84F642C83FC01EA169124784 /* UnimplementedViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 563822883EC1FE486B9F2E5DF552DB31 /* UnimplementedViewShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 61D66AC30F8B1F1749AE485D63428E8E /* SRHash.m in Sources */ = {isa = PBXBuildFile; fileRef = C9D96207916DA5E3CA07E4D4D9FE43F9 /* SRHash.m */; }; - 61E212C7F4C23EAA395CAE7528A0D847 /* Blake2xb.h in Headers */ = {isa = PBXBuildFile; fileRef = EE32E107FE9065C7823DAA0AFF9D4389 /* Blake2xb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61F79141AC8EAFCA0E775C61EA2EC94A /* JSITracing.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DDFCCBB3CB0E6028FFEB0FD88BCD6BA /* JSITracing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62616451FCEEE49703812B85B09CB4BA /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = F0138E019C069F41031F802F15F0ABD3 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6272DB78F08D5AF1437247E42FC61AA6 /* RCTTextPrimitivesConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 370A549E628BC1D4D8F1F585148F692B /* RCTTextPrimitivesConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 629C5607C3DF915044127A585162642F /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 234521E75B40C0D829D0B3E5DC35FABA /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62AC0790ED342B11F0328EFEDCA14041 /* AsymmetricThreadFence.h in Headers */ = {isa = PBXBuildFile; fileRef = 8392BDBD279F7A5C3666E7C7880F0B87 /* AsymmetricThreadFence.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62B58CCA2558A178C087548E3D1EDD2C /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 60A368631EA1CE76F13B08A60594A8FF /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62E2BDA5AA7B417DC94EC1C8BF121FE7 /* SurfaceHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 29CB91BC04DFF1D048E1910391538FFF /* SurfaceHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 631B02E8C17D018897C4425A9FA1402B /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 21B3619D47DC102B9C82FCC7A859FC23 /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 63309CF6C647A6360D9DE2A921911C96 /* React-utils-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E1B23A3D53517B81B8031131DAD4CE2 /* React-utils-dummy.m */; }; - 6330FD878F356F96316BA798FF15F4DD /* Thunk.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F2B838F0190F6A1EE735A2E520F20CE /* Thunk.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6343F17FCC549304D4C158DBCDD12F90 /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B4825A0B482458DF48D6F67A0D882F63 /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6357396F075DC0C768726F5442E14D16 /* AttributedStringBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 601CFED576220ED61FF65023DBFBE719 /* AttributedStringBox.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 637FA941507C14A6C193480E4031FE19 /* UninitializedMemoryHacks.h in Headers */ = {isa = PBXBuildFile; fileRef = 66896A427D3AEF4D3419A5A5D56F5662 /* UninitializedMemoryHacks.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63D442DF23AE5328263A35EDDEED2BAB /* RCTExceptionsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4C1F8A5F02F79EF7CF00EFF5B3B342B6 /* RCTExceptionsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 63DA4543A9A705FDF0AC70EE2601928A /* Format-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2356C7890DEFB6FA1866958684655AC8 /* Format-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63FF6D91308578B9A7783FA3FF644EC8 /* RCTNativeAnimatedTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 61F4A27BFFD17E5CC134EC5D9A104AEE /* RCTNativeAnimatedTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 6400644946C11A493B542E9F7DEBF61B /* ObserverContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7317F97F29D1542F92C79F92CD4EE154 /* ObserverContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 642A016235FE438BF241F9A011F4F737 /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 9898E819A0AE71C2E88FEF40FD58C904 /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6443A97A899946089EDA516E77A0837D /* FBReactNativeSpec-generated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 73437730B49A1032E6EF2CD6019A728F /* FBReactNativeSpec-generated.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -Wno-nullability-completeness -std=c++20"; }; }; - 6469F4886BCBF22505202493ADA3AC95 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C74B595DDE4D0CEDDA938E80944A4047 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6485574442FFE92CEEEE84C1B6771A98 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 962B938F0078DFA64191248B586F40EC /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6490B5C35BB9B9FFF016025ADFF0F035 /* Likely.h in Headers */ = {isa = PBXBuildFile; fileRef = C78A5D2264B1BBE1B70C25714F059BE3 /* Likely.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64956D43FC4C99B25E5C5C4BDD9FD03F /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = D4262CC84F1E978FD756180B54D829B9 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6497E8724DDE26A3467DD20901371A06 /* TurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 522598AE970CC5A7675C66ABB43767AC /* TurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 649E38BA70D9B8DB2F9788BFB3FA0E93 /* CalledOnceMovableOnlyFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = A75B4C7520F3BD4F60EC2E4907D3D3D2 /* CalledOnceMovableOnlyFunction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64C7112F850E7408166FA0B6300331E3 /* Merge.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F0FA33DCCAB534309021192BA7E61A6 /* Merge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64CE60EA12D5F86E3BD9D58CD7157E09 /* IOBuf.h in Headers */ = {isa = PBXBuildFile; fileRef = 558BBCDD3D99F1E1A60389CD880B2848 /* IOBuf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64F0B9BAEC0BC405813FE5AF23E7F199 /* QueuedImmediateExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1724BF8DFB780EEAF71ABB2A1290F5 /* QueuedImmediateExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 651A647823C3BE8352979AE5F2B2EAA8 /* VirtualEventBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AF9166C1FF9634E1B694FA8ADE9AF92B /* VirtualEventBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 65560466D4250403D342EAAF4E74BA47 /* ApplyTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 172A64D227EEFA963D36B93D47A36BCC /* ApplyTuple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 657B72390F4FB1D9CE2420410FA1AA10 /* ConcurrentHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = D399FB2EECF301F0DB3CCD152F96BE04 /* ConcurrentHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 659B3EAE87D3618A504F1C636C2DB7E8 /* Atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 75FF5A7085EEB8A386D9D7DA16CD805E /* Atomic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65B84684B66BBDB973A59FBD32A40F48 /* RCTEventDispatcher.mm in Sources */ = {isa = PBXBuildFile; fileRef = C6C7DA230A844C2E065E24D90FD55D8A /* RCTEventDispatcher.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 65BEBEA134B2B723E3D2B948E66E644E /* SysUio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B499E7CE289D79494868AEFBA4F60464 /* SysUio.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 6617A657297EF2E7C186769A0009CDF8 /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = D51ACCE1528196CB3AD9092CA071F49B /* RCTNetworking.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 662256EE34C79551E572216BC4515FC7 /* BlockingWait.h in Headers */ = {isa = PBXBuildFile; fileRef = B33F56756551C6E4D010291EFA33DF53 /* BlockingWait.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 664056BDDBDDFF3766F440DFE53B80CF /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F01ACBB4ECFEC6AE030D33B3D415C647 /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 668F12CEA0EDF967F750C3E79A7E9A3D /* RCTMockDef.h in Headers */ = {isa = PBXBuildFile; fileRef = D41FF5139C2BC845805ABC1A2698142A /* RCTMockDef.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66D0862AC662493A13972A543FF59128 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C0266F4E87878A96691D8B0F61B095D /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66FBC9B327DAD348A6CBCC3C18F56895 /* RCTLegacyInteropComponents.h in Headers */ = {isa = PBXBuildFile; fileRef = 1647066500EBFAB8BCF6993C604C001E /* RCTLegacyInteropComponents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67034209F2A1E8129C0058FFCC8134B0 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C4E00F457150460253AC0456AB259CF /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 670A4C491B459BC7628B4EE10B7DDA45 /* RCTSinglelineTextInputViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0EB43B96A012C6EBC624CCBD68DC784F /* RCTSinglelineTextInputViewManager.mm */; }; - 671CFAAAFF3FAA454D9588937C927459 /* RCTTextLayoutManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2BB6F6CD03F6A6858CC1E1124C799519 /* RCTTextLayoutManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 671D72A415D35839886FA34D34E12B9E /* ValueFactoryEventPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = 71B1856C0051F86FE495F46DF87D21B0 /* ValueFactoryEventPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67D52D873C0CA5BD7A7B0C85AE4A5EDD /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 125A67FE8A38C31042EB291BA0FDDA19 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 680D38C898C9F5635AFF84DBA401095E /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DB6A0B07C043B148DEF8CC226BB3044 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 682463885BE72D7D0BE43E682ABD7730 /* RCTFrameAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 627B5EDC63D177BEA99409A9043DEE62 /* RCTFrameAnimation.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 68952FEA19E56F63FCF92F8F3F699EEE /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = B680CFB5B3371C20F29725D8FD4559AB /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68A37DCACDA1338550EB72BB0EEFA108 /* IoUring.h in Headers */ = {isa = PBXBuildFile; fileRef = 88E4AF05A43BB10861CC7812681E92DB /* IoUring.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68C437DAC8CB96F6B67DD1196A194094 /* Event.h in Headers */ = {isa = PBXBuildFile; fileRef = C0360B60AD9F74FB6BB8E00AA6E26DDF /* Event.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 69211612B4AC0477CB6484DDF5F68E64 /* CPUThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32A60FABB2C9CD146D619724B6CF9AE3 /* CPUThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 69492A8D19387DE41E8D196D11F78495 /* Libunwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 7137E3D1A9ED9349F73F38914CCDC733 /* Libunwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 694E9B3EF371D3D309CFBD7F33F39504 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A0B788B082650B9F2B48F130264C329 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 696A35A75C84E0BDE25983E0DDC8F425 /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8FCD50ED533A7FA8DEEE7E28B8A04F96 /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 69E1D2BEDD4B3CFC034361DA69AA6C8E /* RCTObjectAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 34D55F707915EFFCA63436A767C62D80 /* RCTObjectAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 69EEC30235EA0E338A62B5769BEB4891 /* sk.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 032ABCE283832E80BD1A9650F4A3ADFD /* sk.lproj */; }; - 69F7399AEF94897C75577E096DD5CED1 /* event.c in Sources */ = {isa = PBXBuildFile; fileRef = 93D9738A464A355561F8B75D4036FD44 /* event.c */; }; - 6A03C84416BB5252F0F627E4A7FC83F3 /* ShadowTree.h in Headers */ = {isa = PBXBuildFile; fileRef = 01C3C45C492C1534BE061244387AD579 /* ShadowTree.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A085712B3CA2EFE7D092A7A4E45A399 /* RCTImageLoaderProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AC799F3D4502456B1433097E5DB290E1 /* RCTImageLoaderProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A18AD88EC9E3907F06A6D77215B504F /* Traits.h in Headers */ = {isa = PBXBuildFile; fileRef = EBD870B338163D107DA53F87CF7C6AA3 /* Traits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A393B436EE473572C16F55358F29F3F /* ParkingLot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C3ED77D5FD90652C26E1EBEDA6B63F65 /* ParkingLot.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 6A800E9F2D2D9BAA623C2007B6C34717 /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = B08216CA2F36147BED7DB768264E8146 /* Config.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A8399E7468FC6D8211CEE354B3899A1 /* RCTBundleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4A06EBCC49D0571A942B7F0E6DE773 /* RCTBundleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6AA4ADD96FE72D43D3AA6B856A2B35A6 /* glog-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 70EE6575C04322BB4A940ED5C78E1893 /* glog-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6AAFE6AA3D673C143718C79622B60A46 /* event-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6189429662E6CB352C84BABAD35DF2B4 /* event-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6ABF38FF5EA4A1E1DE78A53316BD33F3 /* EventPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = 2652742050B862B032189F922D143489 /* EventPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6ADF1E3618F07321F1C260ED8DF27FC4 /* RCTSurfacePointerHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 873C3CB21BA854B6DCCFA011E3860542 /* RCTSurfacePointerHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6AEB922AE2234BA6219C2A17DC1E475F /* Dimension.h in Headers */ = {isa = PBXBuildFile; fileRef = 44A71FF558FCE096B29ED61C7FD7DCB0 /* Dimension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6AF03E8A9FBC366DADC4CABE8471138F /* InspectorState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 142A073F05FB33F4001A6B3334E9A8C7 /* InspectorState.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6AF81A14364796B25D8B850025287584 /* UIManagerCommitHook.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E498D8BA59EC53BF44D681543A53C2A /* UIManagerCommitHook.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B1583DDED8A58C6AF1343AAD39E344F /* RCTVibrationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6192791F1D0E530162C5215CB9C06154 /* RCTVibrationPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 6B1DAAB968080C2A99A0E4ED787EF3DC /* BoundAxis.h in Headers */ = {isa = PBXBuildFile; fileRef = D8DCDC1C4C1691C5064049601636028C /* BoundAxis.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B43DD4928759644185F9456F9338A76 /* QueueObserver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E87304041DEB56EA2992AD37DF63268B /* QueueObserver.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 6B6C51CD545627E1EB49C5098B62E8FA /* ExceptionCounterLib.h in Headers */ = {isa = PBXBuildFile; fileRef = 963747BC6B1AB610DEBA19925FD6ECF3 /* ExceptionCounterLib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B7791871300C9376E85A4297280E349 /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E9B565C99D1FA3927E34EA964B8E89C3 /* zh-Hans.lproj */; }; - 6B812CDD80B4B0B643F08BD0FCEA6304 /* WTCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = A3C0176783BC37D7572F240DDBC954FE /* WTCallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B9EE97A7DC872C8012CB4D06D53E470 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = C39D72418600EF8C1FA269E3AE57D6EF /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BB5023528E7B9EDCC2FA899B5F3956B /* SysMembarrier.h in Headers */ = {isa = PBXBuildFile; fileRef = 724AF955C2749A01BB5B4B915F35E2B5 /* SysMembarrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BD11EA886AB7C761CD4C5E61991D8FA /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 646BB4E0221553768F279755B6BAC76C /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C1AC6A1A1668376550AB0D1A623EC30 /* RCTLocalizationProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6BD5896B47D779D159EB4CF6E37C96DC /* RCTLocalizationProvider.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6C387AF206A5A29A99340C38D35138DA /* FMDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = 446E06918DD100CD5E6A24FDD1736341 /* FMDatabase.m */; settings = {COMPILER_FLAGS = "-Os"; }; }; - 6C3F16577F7047A34615B558E847E253 /* ReactNativeConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36B73E65F2B54E8B95CB3B6849F1EF6A /* ReactNativeConfig.cpp */; }; - 6C80540FE992B0F5F0819C3FB1B1CDCE /* RCTVirtualTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ED3850E679D852CA134016909BC27FB /* RCTVirtualTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CAFD9B60B56FB388BC9BC41BCECD443 /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 0526F9A35F2F8B86F9F803723C9B2640 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D0A3F0AF88C027585781FA1BF8B9630 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = CEF8A4801479EFDA491C0293B16D5A95 /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6D11358B0E779D4ED4FE58E2DB22A525 /* ForEach-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = D9E7DD31A6F69BEC81B208B0560D36CD /* ForEach-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D178B4159A57BB04B5910944A667325 /* RCTSurfaceRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 46C02F088814FC535FC08A4FA3D3D579 /* RCTSurfaceRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D1B84AB20669FE3411ED17531286D68 /* FunctionTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A68887E0BE2B777BB7C489E6652367D /* FunctionTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D7ECEA08CC1061A1C1A6AD4A3EC86D2 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D36B5E9198CCB214C49C2BCDD834B453 /* MallocImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 6D836D65043763DA95221932C1CBE8CC /* evdns.h in Headers */ = {isa = PBXBuildFile; fileRef = ABA845C5128B2EFDDDA1C6575E369037 /* evdns.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D8C95D4932F78BA0352123D3795DFC0 /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = CCAE0971DF8ABB2607E1A961F3A76F50 /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D940FCE09EE9C5C5CB05D5BE901A62E /* CallbackWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF58D98F3027BC3084C19C2F2EB897E /* CallbackWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DA8C2B7DF486142D81AE0FA210DB2DA /* FMDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 56B1AC967CCF561AFEC31C039C9C8EE2 /* FMDatabase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DD4BA8E536C84904D4C6EC3C31FC3F8 /* BatchSemaphore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D9C6A754FEA5400CD73B8DAD6D8AE7D9 /* BatchSemaphore.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 6DD672BC2CCBEA131EA1123E2DA1EEBF /* accessibilityPropsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 401B29C8341CD8E78291F582A43A7EFD /* accessibilityPropsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DEB3FD827168B677909B6A4CC7329BE /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 1DFDB9AA62F0D7D8E5B89E58CAB1BCFB /* en.lproj */; }; - 6E06BD1F18562F776B46D23CF5B9928D /* RuntimeSchedulerBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2C9046E19AF811CC0CC256FF13F8849 /* RuntimeSchedulerBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; - 6E54C8D04F53F97AA95E0DA643F20C1E /* ConnectionDemux.h in Headers */ = {isa = PBXBuildFile; fileRef = 37057BBCD8CB916F91156767BCA4E621 /* ConnectionDemux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E65F6E026576A5482A6E5BC3B1AF655 /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = BFA1A291EC710A2F193B1BED7673C18B /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E6DEB7B99E837EDA566AE9FFB38E59A /* Observable.h in Headers */ = {isa = PBXBuildFile; fileRef = D98B00155A88BCFFB6E26B24E23240FE /* Observable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E7807353FFB559EF70FC8FACA121F9C /* RCTAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = F4B2895FFB7F1310AF3F807BFE6F7911 /* RCTAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 6EAA05253171618D1E2FF7290533B452 /* LockFreeRingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = A9866F23C9A142C7C671385693FB1BA2 /* LockFreeRingBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6EBC9DBD7D1AEE13415D932B245931AE /* PointerEventsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = C0969994E4700C9354CCBB46DF0B621C /* PointerEventsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6EC9D11C465B86C4EFB9A8176CC99FE9 /* BaseViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = C8C90D06EFDD1CB617D6AE52244D955D /* BaseViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6ECECE2748364AFAFEE9F8405C549425 /* ImageComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BCEF174A51622AE6246884F33D04974 /* ImageComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6EDA495C5699D2262F4C69D10726C409 /* LayoutMetrics.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD6FAD4BC27373B51010755CDE641CA /* LayoutMetrics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6EDEBEA1AB7B4F57DBAE798B96751ECC /* Hint.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D25AC07978A1FDB47C8741AA5EE04D9 /* Hint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6EF415C810B1D09B3CF4DDBF7F80DD76 /* ConcreteViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5934EBF82918631076DE5CEBAAB72E9D /* ConcreteViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6EF5442997485E2A0C8261851152F03B /* Settings.h in Headers */ = {isa = PBXBuildFile; fileRef = 00A62E47F0F8A51F059CAC7B52B4E4E4 /* Settings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F2E04D3325F8361766A4F2A12D90293 /* RCTDevLoadingViewSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D562FD382AD4458E7F8C45EAD3844A6 /* RCTDevLoadingViewSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F4DCAC2A9EEDB7AC579AF21E3304B05 /* AtomicLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = DED0FF6965EF9A24B976FF7D407AA3F6 /* AtomicLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F51BB4EE1152907669E2571F22C4390 /* HHWheelTimer-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = FFEE88B891D49D4E9A87DB86CD68506A /* HHWheelTimer-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F5835FB77655F1897E86E72CA4DFCB1 /* SysSyscall.h in Headers */ = {isa = PBXBuildFile; fileRef = AD1EE7878B2A5A0235642A1F346DBA8C /* SysSyscall.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6FCD6A2CF6CB6CCAD51DC870A61EBE04 /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5C474A7F45C462104ED005077276A520 /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7000DEB9D54FA879E685206C030C40F1 /* evutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 3FE9D2BB5D1E08BBD3035F18285A9DF5 /* evutil.c */; }; - 7024C47132A75F26062FDF84291BE853 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = D8C3608D622CA4133C0B186BD0F4873A /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 70360C51F2A1A3BF76F70C9373A4C695 /* Cursor-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 82C75BC027FF8C55A7F2CB029B5FA5BF /* Cursor-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7042B6F335069780561AC57A31994F90 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = C223B82EF8F5440FB65A40462750C0E1 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 706E95414DE292E092B2825F8EDF5085 /* simdjson-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2310837D732695A2CB47D8F135CB5AEA /* simdjson-dummy.m */; }; - 7096DCAC85EC86D9B77A349751A55514 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 53F35ED6031FD11DF2183C2A7449BCD6 /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 70D919E4762D8367935B5EFC61CE18EB /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = 888EE41AA8371D279C67A9EEC799C80D /* Config.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 70FA16309732A63C94E9AE60168B44F3 /* ImageResponse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01C7314E1BF79B0322F2F703D64C11F3 /* ImageResponse.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 712DA2BAC5B8F4B1A0B33C49A59D1EE3 /* RCTJSIExecutorRuntimeInstaller.mm in Sources */ = {isa = PBXBuildFile; fileRef = 98ED69D4AE07AA75750E61280EDD75E2 /* RCTJSIExecutorRuntimeInstaller.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 71A18E43D18BC875DB293112476C9E73 /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = AC22C6965DD3BF9EF3D82C13C1FA60DB /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 71A34081D4B27CA58C3CD273AD65E115 /* SurfaceRegistryBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 96084E73437C7CDA940387B3493683EF /* SurfaceRegistryBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 71A3A9E8896DF9435D6B72873E105D41 /* Core.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C201D99ADA6B76461FC8897DE19C2743 /* Core.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 71A5CF15100EA9563270C7B315C8F84D /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E3398BDB1964857CB193BB183B52500 /* React-jsiexecutor-dummy.m */; }; - 71A95CD0B4E0D27911A0414A9F0DA12F /* Telemetry.h in Headers */ = {isa = PBXBuildFile; fileRef = CBEB62B3243560EBC38C1F5F2F62D172 /* Telemetry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71C595D53D04069931C0D56305F4E587 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F709B56E3CE0FA3DA3E06A44105D8A1 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71D65EEE374D2B81EB4A73EE5F8FD869 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 92563B797C5490CA9C17B65443A0D09B /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71DB3183A3045F2379B5C7A135041F17 /* Log.h in Headers */ = {isa = PBXBuildFile; fileRef = 192024F5EF871598480D693ADA568C3E /* Log.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71E99267BB6795972C15AE06F14EB89F /* SynchronousEventBeat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9938677ED7A11C16524E20F28F2AD4E4 /* SynchronousEventBeat.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 71EE535A4BD6C82B11D44874DE5CB669 /* ImageTelemetry.h in Headers */ = {isa = PBXBuildFile; fileRef = C0AF09875330CA204A4953999769E348 /* ImageTelemetry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71EFB67CDD3BFD1B8FD94E74C72C2164 /* JSIHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 98EDB586A3E44C210C1C2B933440FDCC /* JSIHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 721F9AC37B06C08D14D5430063C2DC22 /* Connection.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B447BEDA77F620D00D53B628675A205 /* Connection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72288B56E3D57C7627AD58B605BB8646 /* RCTNativeAnimatedTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D28F4AEF762CE3304DEB7370D705551 /* RCTNativeAnimatedTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7247D2C2992912A3C35A1E98CD158F0A /* RCTLegacyViewManagerInteropCoordinatorAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CC16C3D48E8240E1AB1795AE85D7323 /* RCTLegacyViewManagerInteropCoordinatorAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 725C2C6D4B336B192EEF9F1FE02C66D6 /* Bool.h in Headers */ = {isa = PBXBuildFile; fileRef = 57C3011E99A8DDB6F506D867185E03E1 /* Bool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 725E303EAE71CABAF946B1516618C4C2 /* MapBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D956A00C7F6FA5EC911A0FA32F061F3 /* MapBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7268C3EEBC96F64B4EA6BA18A5CCE65F /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 07F4C465A3C02EC984CA6F65CA309602 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 727F09B742D6AB937F1C37A2585FE6E0 /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A478D5638A6650CDC81B7B2FE4E0EC69 /* React-jsinspector-dummy.m */; }; - 728FE6C508760B0FBE764A6708F400B9 /* el.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 68129BD713D1F0A82C16C1F7BC7D2E35 /* el.lproj */; }; - 72949266F14EFCBAE9B8A4283683AE15 /* RawEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9A6FBEB922F6EDAB112687F89DCEFC50 /* RawEvent.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 729A8CEB0864B911FEDA0F9B7D6C6045 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = B72F7F251EE4CF18EC95B45A15FFB145 /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72A2BD981C879F2376F95CF93FB1EDEC /* RCTImageLoaderLoggable.h in Headers */ = {isa = PBXBuildFile; fileRef = B1FCB18E4D818DC18E300A1084EB9A2A /* RCTImageLoaderLoggable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72C52177A4EB3C2835EF3A49493CBCA5 /* AccessibilityProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D547EE6D3A95BC636CF3A19067E35C4A /* AccessibilityProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 73083C60BF3973C83DB161CCF2BBE1A1 /* NodeToString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 812F19531F7FD7CABFD538BE62E86D56 /* NodeToString.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 734A2C0C00344495D814CD83DBE3BB21 /* StaticTracepoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 060B665293F7BD425773915B86A5E156 /* StaticTracepoint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73945E14C088E2209E00ADF042EFA8C0 /* RCTRedBoxSetEnabled.m in Sources */ = {isa = PBXBuildFile; fileRef = F5D69810175FFF6D17C54376E9AEBC8A /* RCTRedBoxSetEnabled.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 739E9C660A6FFAE8CA575F6AD9E1AB79 /* SRError.m in Sources */ = {isa = PBXBuildFile; fileRef = 73B8351680F29D13CB5DFD6E5F8D49C7 /* SRError.m */; }; - 73B848266BD3186C14DD104145AEDBE7 /* AtomicHashArray-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = A57A24BC0CB37D9ABCE46CE66C927141 /* AtomicHashArray-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73C4A04F4E5BCE2B835B6A9CEEBDF72A /* BaseTouch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B9910C68FC2316C98BF9BB50D60E07C /* BaseTouch.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 73D237A2C31403B6A8DCCB6100F1545B /* RCTViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = C1A2D7C0656D69881D8A7EADB2130701 /* RCTViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73D6AE7FFB9C5999000C24D61FA682FC /* RCTLinkingPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C389B26C32CC437E0B0E9CA51A78180 /* RCTLinkingPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73E837CB1201A0C539460752CEE1BB65 /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = C09644ADBC2423D39ED12083CF0A65F7 /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73E8B3D4CFAB0D8A848BB254816476F3 /* RawTextProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3F33CA1E5BF7307F7A81156727B79BC6 /* RawTextProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 73FD45B23E1E9EDB0596FF9A3CCABEB5 /* WithAsyncStack.h in Headers */ = {isa = PBXBuildFile; fileRef = E554EEE49090F34A2F7E3D35240EF111 /* WithAsyncStack.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 740052FD56123115CB322AF6D2C8E134 /* TcpInfoTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FFCB8EA35E7C2C4468958B99145647B /* TcpInfoTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7401679EF529F774E3D57A3A59865E35 /* RCTBlockGuard.mm in Sources */ = {isa = PBXBuildFile; fileRef = E57840F8C4A23117DE02B41BFC248F97 /* RCTBlockGuard.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 74092205ED3C39B17DED794029AF42AF /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F4F746512DD5B43AD49597EAF1BAD77 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7416558F05D23131623D87BB65D92FE5 /* RCTSyncImageManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = B14F05DEBA838E5A56E0E4168AC4A353 /* RCTSyncImageManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 742296424C1CACBB2BDE8898CA4FA21C /* ComponentDescriptorRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 5334346C4118F0551FBDBE1B498E5052 /* ComponentDescriptorRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7432590FE89527FA76ACF67A97A8CCDB /* EventQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A757C563F2F4BA183C2A640BB87A2857 /* EventQueue.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 74547ECE9C1517E493D71EEE90676B0E /* evutil_time.c in Sources */ = {isa = PBXBuildFile; fileRef = 449E83903CDC981D5C42265496502104 /* evutil_time.c */; }; - 7455CA6A7AF66155A09962426D1E8CD7 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B0A4327D5072489AB4D52BF14702E0D /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 745CF84545E4A5CA4F0FE20F449D294A /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = E5FF52966017BA43D357EC5DD4BBEB48 /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7466C6E482D0BDF757796C65D16A6641 /* RawValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9DB3F08582D23A7151E6311417701A80 /* RawValue.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 747BB41761A1C3C2595D8330DFBE72C9 /* RCTAppSetupUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 94DDB65D8A59829A18A1EF730CD0DB02 /* RCTAppSetupUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74826C5D775266A30EDA6C642648D896 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 76D4F9E9A0EB9CCF04C00C767A8D8537 /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7491D33863B321D392BD7B422834F5E1 /* RCTTurboModuleManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5BA7DF770ADB02879596E6BC1FDD53C0 /* RCTTurboModuleManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 74C2C70EA140FEE238AFED020EF409E3 /* Size.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B58B9EF52B6CD0A07B4DF9A68127D51 /* Size.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74C46617A4EA6D03B3188DDB2B1D9F48 /* MeteredExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9BEE7BA32CCB420C9F114C9EE8449C2D /* MeteredExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 750E8161BC981B070B353F20357D76B6 /* StringKeyedCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 88191B81526E84A1BB669E4D1F1BB337 /* StringKeyedCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75425AC70982D32ABA0A182B0E75EC2F /* AString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CF3A99014F79BBD851FB4A7E4EF9C4F /* AString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 754A3C57A76EC84C9243520C6D2F010E /* RCTRefreshableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 19CD0C0C50C1E9B369D6F0FADD8396E6 /* RCTRefreshableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 756A850C32C8B587B73580F8DF4FE88A /* JsErrorHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CECE4D0297C50DBE0BECABE05059CA97 /* JsErrorHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 75747374EC6AAFB6551C6B8A3AD7EC06 /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 4E272C966188846A88740557AD7EC1DD /* fr.lproj */; }; - 75910B87BECF4614D44C5DCF016A4A9F /* InputAccessoryShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B44F3C2015197B2349E89971D47261F5 /* InputAccessoryShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75A910387F74358433FF656906FC57D1 /* BaseViewEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AC982209BF397D98519537207F1698E6 /* BaseViewEventEmitter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 75BAE15098805D48593AB94B703C8953 /* NamedThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EA3C0E90128914733AEEE7646979314 /* NamedThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75D9B59B90900A7A08DB4A45EE114560 /* Rect.h in Headers */ = {isa = PBXBuildFile; fileRef = 17CA6F374240B222DD8EA5AE5384BBD2 /* Rect.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75ED58AE7CB5BABF08A78D2E2AA70A7F /* RCTTouchableComponentViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C339693F5E75B9D5249D40EC687BB436 /* RCTTouchableComponentViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75F187290A14B56D5BB4CE6457C92FAA /* LeakChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D9EE0D6C240D4C95E5264BAC044FDAE /* LeakChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75F189005FB548D768F7B0BA80183519 /* IOThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BD2C55203A816F2E35CCF0B57AA6457 /* IOThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7624E71D1DF07B8A5D2DBE503414A3E1 /* stop_watch.h in Headers */ = {isa = PBXBuildFile; fileRef = FDF08734CFB7711C7494C10C7471402D /* stop_watch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7638ED9C1993A3EE612ED04891068B32 /* RCTBridgeModuleDecorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E86248C0DA20C7842883C4439295D2F /* RCTBridgeModuleDecorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 763AE94CBFFF7D101FBF4A11FD7122DB /* RCTNativeAnimatedModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C38F813FEC9FA1FDE3A1F7F9A25C8C7 /* RCTNativeAnimatedModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 763D526C91223FC379FFBEC37A7762D0 /* F14IntrinsicsAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C2816F249C5778DF4138F4E30A78F80 /* F14IntrinsicsAvailability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7661536B1F0B79462C41917AC588E9F4 /* RCTPlatform.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8B58D5BA4B550CF2980DC119D2D6303 /* RCTPlatform.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 767068AB3C67ED77650035924716256C /* InputAccessoryShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7185F8BA6EA8FBC9577670AC727DA0D3 /* InputAccessoryShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 76840DB9D31AF74EABCF57BA9D4D5A48 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A03B92D70FCB3C5CC073F3F88862652D /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76868B015BACF881683FFBC4D512439E /* SafeAssert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4DC9B527152DB5D02B9BFD3236BF31A9 /* SafeAssert.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 76B282F05C0D5BA6B55A4FD8687BC666 /* Accumulate.h in Headers */ = {isa = PBXBuildFile; fileRef = 60ACA75BB57121AD6B450039CAFB397E /* Accumulate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76D11CB7B239EA2DBD2AB02FDBA66BED /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9940B99CDC725DEF1502F6E2166426B6 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76E515202CAD5C69DDB9530A453B7FA6 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = F0138E019C069F41031F802F15F0ABD3 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7715441D4FF701F85701A757D1108F43 /* Function.h in Headers */ = {isa = PBXBuildFile; fileRef = D5A3E6B0B4EBC53740154C6BA183262D /* Function.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 776E7DF95DAE9B0517AE6FE67FBB5EB4 /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F10803015C1CE5D1F2D8E572EE098FD0 /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 777F034B96EC57A1641D86151B8FEC28 /* RCTBridgeModuleDecorator.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DF1638F97C606A36035EA083CDF2C67 /* RCTBridgeModuleDecorator.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 77995204C019D310FDDBE7BFE969BC44 /* DebugStringConvertibleItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F75131CE58F1147F3ECD0C6198689C6B /* DebugStringConvertibleItem.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; - 77A5AD57452CF1F37366F5875CCB7063 /* LineReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E9495A920EE8285F03303DA687F66CC /* LineReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77DD45C301B04FE72A133B11AF4F10D9 /* RCTVirtualTextView.mm in Sources */ = {isa = PBXBuildFile; fileRef = CDE6C344D525A655535A6ACF319D6F65 /* RCTVirtualTextView.mm */; }; - 77F9A61F06FB0B57B0C2F44E55C0AC44 /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E73BDC75D6231B257784B8058EC6449 /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 780FE674E8E0676EE5DEE556425C0D39 /* RootShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C35699ABF6B3B9D6D8EA0AA04468A6FC /* RootShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 7822C2D745F9AB72302D7BCAE99D4A0A /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 39E50A5C81CD9604639E09851ABFCF09 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7824E3220B2BA087079F4B3CB020BCA7 /* CacheLocality.h in Headers */ = {isa = PBXBuildFile; fileRef = DC435AF973E6DC0BA4C955A875675A48 /* CacheLocality.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 783910D0800617906FD557A5930BE4A6 /* SRSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = C714425D1A0769C0A8EF7E0B0A55171B /* SRSecurityPolicy.m */; }; - 783B316040B1B0B390D68342EFFD4324 /* RCTPlatformColorUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = DFE5131CC154F5798B178C06AE138D02 /* RCTPlatformColorUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 785B6E349DB4221B4347CFA0A7DC4D0C /* ChannelBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = A9B58153C5BC418BBDF05AD7199315F7 /* ChannelBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78761DD99C236A8DDEEEADDE13230CA9 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DAA14F95892B0E87EC00676C84F4521 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 788492C56DE7547D4F311F3C84D4C135 /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 562EAFE4FD51A0A2F53667CDEFC96C29 /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78A2B56246C15C85AE392359BF86515E /* React-Codegen-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4344BCDF9ABDD9AB2F1CEDC850BE3354 /* React-Codegen-dummy.m */; }; - 78BD033CED819F0A0B7CC14238B235FE /* ThreadId.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6DDC9E1387566539216A403EB3FF8740 /* ThreadId.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 78CADD55454E33B9253D95123998F3D6 /* MessageTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = B569499428CE88E0A9D4A2594551D0D9 /* MessageTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78E222E0C58E8043531E23A0CA194B21 /* NetworkSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = DCA9E90F210726BE63F0BA83A3394A1D /* NetworkSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78EC86CC4DD017BA3A2385CE581A94CA /* NSRunLoop+SRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E98A274C8C924C1950A31709CE4112D /* NSRunLoop+SRWebSocket.m */; }; - 78FD3827186C30B36282C030E47FB057 /* Pods-WatermelonTester-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 413649D5C571D8A6170C6A4424CD088F /* Pods-WatermelonTester-dummy.m */; }; - 790D7BC16EEF1A6A1723B569BE465EF0 /* RCTPerformanceLoggerLabels.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DD666DEDE1CEB6A30A722336AC8BFC6 /* RCTPerformanceLoggerLabels.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 795D0A8F4C74DBF0CD22CCC1FDF5B184 /* RCTJSThread.h in Headers */ = {isa = PBXBuildFile; fileRef = D60E2AC3E735A5F89407199CEDFA8836 /* RCTJSThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 795D633A325AA09F5D14D87E72EFA6D8 /* EventBaseManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7215E7B9F2AC6DE499260BAA19DD4739 /* EventBaseManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79666DD49E74F942CF34B021A450BD42 /* MemoryIdler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8EB015328437B6FDCD00F87D11560AC3 /* MemoryIdler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 7967110F82619E0E7C67BCEA42CE99F1 /* Transform-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F95FD55A0FA941207C483267D9FF337 /* Transform-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7985A55ECAD15D65082359AE8AC0F088 /* React-RCTFabric-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 95C9003EDC3841218F45A8A960B7EF53 /* React-RCTFabric-dummy.m */; }; - 79A48558D83E7F76EDB979B797488E53 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 303B4854467E151A062CDD0CC4551325 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79A65B8DDD6C4CA076A18F05949AD3A1 /* CodingTestUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BBDAC2389691E9E68AECDD0C25FEF57 /* CodingTestUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79C1DEC92307BA2CD361BD533BF7E0E3 /* SparseByteSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 1273C25D20823980CE2E53B75ACC70EA /* SparseByteSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79D40617337F629E4F22E9B94FF0D3DE /* QuotientMultiSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F336EFF3D750F8247621856A73985C4 /* QuotientMultiSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79E739BD9DA382E778AFB009F12751FE /* Dirent.h in Headers */ = {isa = PBXBuildFile; fileRef = A3C68979DDAA497AC2DBE56BA9AC482B /* Dirent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79F92A6A7A61F5DC2B6644E4FC256217 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = A65273F1B62BC55B36F7BE37E5FB5DE2 /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A267C6B5CF8AEEE9883D966C857C7C8 /* Promise.h in Headers */ = {isa = PBXBuildFile; fileRef = 0662300CCD48626259E6CA17D7CB1547 /* Promise.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A2B12AF08A9C5881568E6CD6E33BBFD /* MemoryResource.h in Headers */ = {isa = PBXBuildFile; fileRef = A3A2006022D98964B9A01EA7E965E6E6 /* MemoryResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A2B3E0A4BB2961C7A45D3C9A7EC2383 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 0845550D8C3B2B3AF9CF319E538CE213 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A39DC48955E916642919CBD9D335F11 /* RCTVirtualTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ED3850E679D852CA134016909BC27FB /* RCTVirtualTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A7F9D54D112D15A11EE7DC9A045738A /* Sleeper.h in Headers */ = {isa = PBXBuildFile; fileRef = 10518D9DC49FFD55B0FD1A9D3BCC7F85 /* Sleeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A823DB8E4272B824732ABE3AF96AF82 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CFE54652031922A14291E1490D31F49 /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AA2F43C8A8C8B5246CDC5EF929E68B9 /* bufferevent.c in Sources */ = {isa = PBXBuildFile; fileRef = 084C6C833C3F6CBE7662C00770A636EA /* bufferevent.c */; }; - 7AA7A10EE1965CE6AD4D151439CDEDDB /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = AB9B0AB0C2355E891CC6A43E22FFEAEB /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AD9EAD4D8A49A5B316AF8B481770BFB /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 07FF13208F745FAABBABB314DB2C5CC0 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B117B347790F4CBC61A36D969CBE332 /* ranges.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E333000AEB06D8BDDA3151F3ECF4B14 /* ranges.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B1A78FFE29773033045ECAF83035723 /* HazptrRec.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A6555F10993058487D2EF85C65305F1 /* HazptrRec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B28A878FD3C1C82C9322A5FECE20748 /* SignalHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = A8ED32F6896C7D6142581CF7280A3D11 /* SignalHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B63DA24A6A2DE09A80D6F6C2C0F68F2 /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 71EF0692EC2530951451DF526E39F0AD /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B6D994EA17AA0D0836E214B2F27E045 /* HHWheelTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 73A6F51592B921895DED6834A9CEFD0B /* HHWheelTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B700B8D9FB57773B4A6B07BAC64814A /* LayoutContext.h in Headers */ = {isa = PBXBuildFile; fileRef = C5330B8B810D55C14DFF534A0E5A900C /* LayoutContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B7CBD3F33AC66E63D8F633189C50B08 /* RCTFabricComponentsPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 01226A5D54750F9EB3376CD9393D50AB /* RCTFabricComponentsPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7B819F20B3B4CA762990ACD4AD0D8183 /* NSRunLoop+SRWebSocketPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4C23DEED559A01BE27AC452B8EACE0 /* NSRunLoop+SRWebSocketPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BA4A8FD726AC48F1C09EF6BC2CFE1A4 /* RCTSurfacePresenter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 220A1E4998F1869905613C77E9557228 /* RCTSurfacePresenter.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7BABFDA0C001E458CFFE3B81DBB09F5E /* RCTMountingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 66763A71E37EA1C12D2E194D747B2EFD /* RCTMountingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BAD46C125F8077B44525A9B7F5B298B /* MacAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 80250FE919CFD3640B18AEC15ECBE4B2 /* MacAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BB4E26264CC00469E0FB1B2C66A00ED /* TurboModuleBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 0495DD928A029F8ACA36793C84B89DFE /* TurboModuleBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BC494CBC56ADF89F81CB0CA8FE3F447 /* RCTDynamicTypeRamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8173BD23DF5CFCD8C532B7CF7437ECD6 /* RCTDynamicTypeRamp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BCC95FC263AC0FD6F0A5E239C312DCE /* ShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D126964EA1901A4E28AC985EDF1BCB6D /* ShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BD945BD59F6925EADA6FDDC72177C4E /* RValueReferenceWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3317541205FFFBC694500F767C93EC47 /* RValueReferenceWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BE465B58FA44A71A52E4F29C3CCD68D /* WatermelonDB-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B0B1A38BDC41B554CB01FD70B98ABBFA /* WatermelonDB-dummy.m */; }; - 7BF6CCE235494789879FF14CF723D0FE /* RCTComponentViewClassDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = E82FF55E4CBCDB57BEA6BED231CE97B6 /* RCTComponentViewClassDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BFC7484FB454E86076DA91908D8B1BF /* Elf-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = CFC62953FD2D54727FEF876E68483B54 /* Elf-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C1393EF4B6AF4ECE750A5FDB5273EC5 /* SanitizeThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D5533FF075D2D920EAB15B1AACF8FBB /* SanitizeThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C3C63BFBB87A52D54EC5D7668CC9708 /* AsyncStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 5736E5DCF9DC5F673A74FBB573C5D5AA /* AsyncStack.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C482A96C685FBBA93B0A7BC6BAC84BD /* FiberIOExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 318B2D33A469B69DEA79BA946F6C013C /* FiberIOExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C4E937DA3B1AB6820322B0A1EDD8387 /* BaseTextProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F8A74E536C6F01391B60D8FC4C8B423A /* BaseTextProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 7C5228ABBCA0A2F0F9E64A4B97CB5E0F /* RCTConvertHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 58C61DCA500F161CE65C620A7556369E /* RCTConvertHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C6D344268C06146C4CC3507C53EA896 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BCAE84EBAEDB3A0C7B9D2C7A8A16B258 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CADEC0894F3A91901AC8529C336E4AA /* RCTActivityIndicatorViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5127215633D2EF3A1AC20A04D7AEA1EE /* RCTActivityIndicatorViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CD98E6E2DC75CDFDF2EAD2B3B3DE950 /* Futex.h in Headers */ = {isa = PBXBuildFile; fileRef = 011139F8763256AAFC67C9909ACF8F66 /* Futex.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CE5D33966D4FB2DCD2D2FEC05966D05 /* RCTGenericDelegateSplitter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99FEB41B8AC59B0F506830560A8251DE /* RCTGenericDelegateSplitter.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7D085EB151AB2D97534B1075C6073DE7 /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = 3019A7602D80D4E13DE8C9B42894C169 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D100179EAFCB1D0B18B6A3FC4C8DC38 /* ResolveValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 4471B51CF9700F80553C0E2A7206C4B5 /* ResolveValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D1AE8ED59B7822BF575A502672F66DE /* ImageState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C99083246146E13B9DD258830C9563A /* ImageState.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 7D23EC2B34BE26B2D226E268031838C8 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F5BEC4AAEA7257332FCBBF7F66BBE66 /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7D2C53A3AFC619DD34AD0F6FA4C80FDC /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = D6E9AA6D30B9B875A845F2ACD3FE9FA6 /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D6B64D24AE7035F622AF0E34E4780D1 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6768DECCF9575AA37225B9FE098F9096 /* RCTHTTPRequestHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 7D883429C36981F908140EFE112D7B7B /* Symbolizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E2C95A6E0F6E206F4F07F8B8E03C8DA /* Symbolizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D8A60CF4E0B93FA7F00F7C389A37E7F /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CE98EFDC66779E179F82D4E8AC3D0A6 /* glog-dummy.m */; }; - 7D8C0FB93AF90D14EF1DBB5CEED5D3AC /* RawValue.h in Headers */ = {isa = PBXBuildFile; fileRef = B89AE31725D9B257AD6FCB45C0F42731 /* RawValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DA502D237BA43735961602E3B25B477 /* EventBeat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99597E2078D1EF138C44A1704FB7F182 /* EventBeat.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 7DCB69BFB32BFE07009E24EF185F3E67 /* ThreadWheelTimekeeperHighRes.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E9DE8B8F61986D6C073688E1A09FBAB /* ThreadWheelTimekeeperHighRes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DD561B32F62FA1ECE154B8FAD3E6DAE /* InspectorState.h in Headers */ = {isa = PBXBuildFile; fileRef = 20A65BD06493A6A9F6A12B22B7C83F0A /* InspectorState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E359B3B5AAF5AA01E60A9129DA05E9B /* Fiber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F3B92133B1D20D1AC4887023EC5497F /* Fiber.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 7E50BDB85F4914E1AC82196CE5507589 /* format.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AA3877131B89E379DAC56F2343A434 /* format.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E77A87CC26190CF61E57597B5CA5763 /* AtomicHashArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 54B664EADDA43F285F3039FD82BFED56 /* AtomicHashArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E81D8CBF0F9A2918E72A394D86041AD /* NativeModulePerfLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 922F8AA1686B949D90A2225CF9072F9F /* NativeModulePerfLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7EA4D29A82D56C24169D0EC922F0FCB7 /* FileUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 32FAAA016331228D4F76A101483AE521 /* FileUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7ED6DE6191A50651C2D36148B1C6A73D /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B57BF0D972E31D9F2C5FD054BB5DF50 /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7EFD3B5B48DE336AFD44DACB5C2218FE /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BEAC714C523DF29D0F135E28C7C3E60 /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7F2C5973FA0CB9CC7B00F41F942AF049 /* BaseTextShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE1DA1D5A6AC570FF94E81DD07931F7F /* BaseTextShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 7F2C5F0E14D1548C508CF2750FB47253 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = A7CE36615DAE23F391D5C2D450DA4444 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F494C59D810AAD336612DC0138A2D36 /* CurrentAsyncFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 322988115B0F5F22D3A1189059E6A7D9 /* CurrentAsyncFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F5844E31807120AE328B05BB9969700 /* MPMCPipeline.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F3868285458A6F0B37F957F7E867EA6 /* MPMCPipeline.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F6916E20968E1F617D414F34E1CD8D4 /* PositionType.h in Headers */ = {isa = PBXBuildFile; fileRef = BF63D7B2406657DC2883E895124A3267 /* PositionType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F8107BD4103384C96FE2CA5AA3628E0 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9940B99CDC725DEF1502F6E2166426B6 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F8BB25BAD8646E4B69051DC95C6E433 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = B30E283B1CD49A4C0664B90732D847B8 /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7F98CDACB0C60DF52B9C3A172F0EE88C /* RCTImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 10E7CDE0D9D3AF2E389EF4EC2CB2721D /* RCTImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 7F9BCB3E4D9EDEE8CA724216A9A1B0DA /* ThreadLocalDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 1615D332324D1CCC8ABEF283DDF6D232 /* ThreadLocalDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FA488A2AFC56D3AC463BF48A19E070C /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FCF3BD4B8CCCDFCF8C780ED77F1DB2E /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FC7FC9A291888D8BE9C901069E56DB0 /* EventDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8FF18DBC3AD38B8C9CF1217CFDA4603F /* EventDispatcher.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 7FEBCE3C4293AA638AC78095E1C155CE /* RCTFileReaderModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = F33ED1E6BDC90BEF6D18EA7EA4303B2F /* RCTFileReaderModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 801B0C2670ED3992866E2627D5C8B8D3 /* ConcreteShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 33FD34ECA12EE489DF89C12EED75DDD8 /* ConcreteShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 803F8596F57635228F73E56889C75092 /* Format.h in Headers */ = {isa = PBXBuildFile; fileRef = A72699B189B844FD78A9A544F13DE91C /* Format.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8070DF0AB3FD1D1025DAB40CCDEDAD55 /* Rcu.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FF1B7272DCB6702CA2109915D2759DF /* Rcu.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80930F71155A591DE2FB1CCA2E442328 /* RCTImagePlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = B9B7DF1E3DD2E9B2B5532D0D2E3A9A81 /* RCTImagePlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80C0A34B1FDDBFE58D29575661BCFA30 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 31BFC117D93835A6268E7E6024B95C0E /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80D68271C5AA173F0F5B9712AE5DE52F /* NativeComponentRegistryBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 17E1868CF2382A691105DC89AD1A5F0F /* NativeComponentRegistryBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80F2E1A8A3EC9EA50CAAB81CB325F2E1 /* LayoutPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = F740BA402DB24F91CF3A22DDC8B65169 /* LayoutPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81192BFDEE7425F128161C82F796E9C1 /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = CD1CE79B57377F9C143910A1DDEBBC17 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 812E7ECDAE48E3F8899B29A5220AC853 /* ScopeExit.h in Headers */ = {isa = PBXBuildFile; fileRef = F06534B870AC1E65E4909A8009C5CE0A /* ScopeExit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 813DAAF655396BC282095287AFD448E9 /* WithCancellation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6295F049A5356EE62DA74837619FD4CC /* WithCancellation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8144A24FD536E9F83F3FC8D60B8AF160 /* ManualTimekeeper.h in Headers */ = {isa = PBXBuildFile; fileRef = FEF1E2D79A369BF959B6658AA258F787 /* ManualTimekeeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8152D5E243C7EBF8D69F18DC280418C6 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 0503095A8E05F31A1778831BA9C9869A /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81593CD3ECAE3DB602C46BDB9118463D /* SurfaceHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2B10CE82F40E79C284DFB52242C7F5A8 /* SurfaceHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 81647AFF8BE1DA111B7470944F2E5317 /* WithJitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DA4C5A140B2190D41D01B19DC42A0C2 /* WithJitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8176BFBE59329C62CB9E42ACB151290E /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = D53467CE9C125FC958683625F8C90B89 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81BE73426A379ADA39854BB34916C3F2 /* EventBaseLoopController.h in Headers */ = {isa = PBXBuildFile; fileRef = AC76684805694E23B7BE2CD36C9C8D1C /* EventBaseLoopController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81F2C430BB526C787C79B023E8CE0CD8 /* Singleton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B68556693EED433AB93293A67CCE9607 /* Singleton.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 81F4415E464341C938BFB88F80EE8F86 /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 70C21140EFE0FAE235B6E278FF390EC9 /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81F8D4D9488B6B3FEF61CBF7F8F7CAA0 /* json.h in Headers */ = {isa = PBXBuildFile; fileRef = EA8D79EFBF3F78BEBB86F2DB395DD4E6 /* json.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8222D2D707E68A0367BAC1A45A20CC3B /* BatchDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77046117ED007FA7A3241BD0CD4E24 /* BatchDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82378A64AFCCCF98B8AF80499F7286BB /* SRSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 553E6E80A66DC94AFEF027C1F5365AAC /* SRSecurityPolicy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 823D574DB022065F2438B27AF933C1C3 /* RCTLinkingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = AA52CA9E3A73D2B4E41AEEC51594339B /* RCTLinkingManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 823E76058C31F34ECDEDA12613C8C679 /* Demangle.h in Headers */ = {isa = PBXBuildFile; fileRef = D76EFEC306333DFA47ACB35D7163FD6E /* Demangle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 824D687BC5A1C5F3D0820D93A41CC968 /* a.h in Headers */ = {isa = PBXBuildFile; fileRef = 30FBEF5D4C29F1E2F21235D74E9B3549 /* a.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82569B84EDA7A34E181D9535690B7BEA /* uk.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A492F5D3479F061F930B00CC44ED55B6 /* uk.lproj */; }; - 828056595871B1EB099A577B3CD4A6C3 /* RCTDisplayWeakRefreshable.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8AEEC1F3F16911DFD9B6B0DF581BE713 /* RCTDisplayWeakRefreshable.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 8294DE962A83C0708741DDD4A66F8E7D /* Thread.h in Headers */ = {isa = PBXBuildFile; fileRef = 74331E2CC72BB7256A2FAF5B14CB7D23 /* Thread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82CC2435E6811BE140E5673EAFABE5CD /* SRIOConsumer.m in Sources */ = {isa = PBXBuildFile; fileRef = F76BC79B20A535D4A3469463161C1DAE /* SRIOConsumer.m */; }; - 82E0D4B983A0B4759E5A3529458D94B5 /* GroupVarintDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 75DD1721B22DB8473E05C19B580046DB /* GroupVarintDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82FC9CCF753AE8816DE2801B8102B03B /* ElfCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 92E0C7C8074851F48AD241F642B2690B /* ElfCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 832F3170190118B058C1A6C98D1D07B2 /* Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = DAE874A9D860429C1AFDE2C2CBA6E010 /* Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8332E79F6943724BF45B55ECCB4A4C0E /* IntrusivePtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 684FB5C66D0FF399563E782D798DFBF2 /* IntrusivePtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83342569AB350697753B03BFE726304D /* ContextContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EA49808722E9A40BA17DB5DF55704D9 /* ContextContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8349A7D15EC5E24D36D361D400745F90 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = A31CF1FF79A1947A18A68E20FAC73AA7 /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8374274C94AAFBE3A9B60ED11E7AC5D3 /* HostPlatformTouch.h in Headers */ = {isa = PBXBuildFile; fileRef = 24DEAA10B676119AB63C7987ABE04DA2 /* HostPlatformTouch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83B04920AC16B9700755A2C900BDDEA9 /* RCTAdditionAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9569335FF388699592B4C215F0A73875 /* RCTAdditionAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 83CEB9925216B24AC85163CDE4278955 /* AtomicBatchDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 32AF3AD8D60F975EE5A092A9B2986002 /* AtomicBatchDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83FD283834EF12C0E3D6DF3C36044032 /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 272064EB71165A14A0BDA418E8635505 /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84042155958330F86681DB4B0E1E0596 /* RCTPullToRefreshViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 949A850D9884383A5925B57EF2F2F23F /* RCTPullToRefreshViewComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 841574E282BD9521F327E0410B56745C /* SRSIMDHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = A0859146A61222BD2F79C2DE47D6D820 /* SRSIMDHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8465E2A4C77E8D17C0F32EE262618AF4 /* AsyncTimeout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 835AA461146DE7C3BFD5279C42DA59F0 /* AsyncTimeout.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 8474FEA67958E5E0DB2A1168944F1987 /* TypeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 7413894AFF4287E3844BC3AA75F5D5C8 /* TypeList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8479D6AF3CA7541B384B7483B825E7CE /* ThreadId.h in Headers */ = {isa = PBXBuildFile; fileRef = 58D029BFC1592ADDC256AA2B47A97292 /* ThreadId.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 849091821A1C695FF088B1C5387D1CEE /* RCTLocalizationProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 38167C79531788F4FA1DF17B03CBCAEA /* RCTLocalizationProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84BB6733EEB854EF3458C4020102D7B3 /* DynamicBoundedQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = EB710A6DB708E48308387A97A6F53941 /* DynamicBoundedQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84D2A7BE93AC6F8BF46ADE31D236A630 /* PlatformColorParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 9237DB13960A77ECA0BCD4297F750865 /* PlatformColorParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84D9162F58C584FA14DC7532A7C66CD2 /* RCTThirdPartyFabricComponentsProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = F13597C04AD941259D263D08A66CCB35 /* RCTThirdPartyFabricComponentsProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84E7A89C0A5613ED80FB53F5C3C0F98B /* RCTActivityIndicatorViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = A43628545BA49A7720B152BBA014C0D5 /* RCTActivityIndicatorViewComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 84ED56E83B17512EE93589D80CF7686F /* log-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = BD764B7155A4BAA71ECEBE0ED43594BE /* log-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 851633D59AC2FBBEA8AE4164ED5CAC36 /* Unit.h in Headers */ = {isa = PBXBuildFile; fileRef = 758AF7C709D5238306B863085C1C6CC5 /* Unit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 851FF4F06D725AB3D206759B90A48ADF /* AsyncGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 98B3854930B8CBA3C999EA539AE5C441 /* AsyncGenerator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8523AA705F9D13D90A03B865D64EC897 /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = E87901608DF4838B3919C25D888552F8 /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 856B6FEB6505155FA94FA83010C0AEB2 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7052598672E8ED644887BB6099906E9 /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8583B07053FBB4F69FFCEF1E599ACA75 /* Exceptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 00C087419DAEFB2B7966EF283067DB40 /* Exceptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85B4E990F3859EBD63BB3BC5203E3FD4 /* RCTBackedTextInputDelegateAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = E6B659DEE08CE8CF30AF500D24081F45 /* RCTBackedTextInputDelegateAdapter.mm */; }; - 85B5871D54672296D448177ABC9C26F2 /* EventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C7FBEBD08DE18A1450F9EB42141A50B /* EventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85C399C7849300EF94F3584591AC22A8 /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 09ABF09BD35CC4110EDB86E4628336A4 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85C5158E6DA4B10891C4579AEF014B15 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = DB2441CADDCAC54CE22DF1EB1AD46845 /* RCTBlobManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 85CB57B3F08CB7AF9ED402AF02AD173B /* ParagraphProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B79EF786152BFBEAE6E4F81DDF8B53AF /* ParagraphProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 85E8A27B7EF8B1C6EC47D3E97ABEF54D /* TextInputEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5C671AB09389E1A9114128E756CD8C8D /* TextInputEventEmitter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 85ECEABBFDD685D55BAFEDDF9AA4F86D /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0627C6979C4020C463CA99926243958B /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 860D6CEE89F6051478D0274914BAB306 /* RCTBlobPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 399057A72EF01D0C5EDF94FFBD04F7D9 /* RCTBlobPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 861928D36205E8433FFE65A16F60EF6F /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE77C411A9286967E00DDB48CE1A0F49 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 862AB965028E28C55B8EC075558891ED /* Class.h in Headers */ = {isa = PBXBuildFile; fileRef = BACF7F98684178EDA5E28C67A0A93D9F /* Class.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 863DB99C59C8F401BF23C04A64D46252 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A782C72A601A94EEC0D50807C2259A0 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8645AD71D8D32FD58CEC243A1FDC7AFB /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = CCBD1836830F65496217D04B27AF1A03 /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8649E81DB1F4EA89F0447DF00051E706 /* Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 837448B8D11CD344271C91AEAD4F76D6 /* Thread.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8670B7C3E28180533ADD1A117231247E /* DeadlockDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = 2497ADB5CCC9E733FE4216BDDB9E8A85 /* DeadlockDetector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 867177345B266682238456EE633B3976 /* StubView.h in Headers */ = {isa = PBXBuildFile; fileRef = E5379ED5387A1C44F86901E161B6B76D /* StubView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 874360FD35C0FAE20AD2E7B54AA4F3B8 /* SharedFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = 464C883E5D5D12E96FDDBDDCC705E162 /* SharedFunction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8778EC34B4FB5DDD57124C18CC26AEEC /* FMDatabaseQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 4673A82DA80FA82B2DD57C8F756D1722 /* FMDatabaseQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 878BEC8DD642BE0AA83E0BDFCB8B8B45 /* ViaIfAsync.h in Headers */ = {isa = PBXBuildFile; fileRef = DF03B3589D0C12351AD77FA1A8C5D08C /* ViaIfAsync.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87961F4CC5796713319D3D4007B16319 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 49A95FE9EE2869D806F3E4D64B441356 /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 87A15D2487989537CF0F6199FCE6536B /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F4F746512DD5B43AD49597EAF1BAD77 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87B60E0F21EE0D9FA81474E341BB06A4 /* ThreadCachedReaders.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E9792408CC51EA1872C28A02B1239D3 /* ThreadCachedReaders.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87BDDE9217BA57AEEBC2AFB17FE93046 /* FollyMemset.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A8844BF29514B0CB997C539B309AA52 /* FollyMemset.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87E07D1D31A038F292E611FC1F567E6B /* ShadowNodeFamily.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C4D03871275458CE0790E71C1594939 /* ShadowNodeFamily.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87EFE41EBF5E825AE0B1080C94F4BAA7 /* AssertFatal.h in Headers */ = {isa = PBXBuildFile; fileRef = 96471DEF41D3EB8D08550CD309C83A23 /* AssertFatal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8800EB95620E45E6287FDA1D5AE61CD2 /* CoreCachedSharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = E4FC8560F0FFECD7BC5D68FDD50D4DF0 /* CoreCachedSharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8806048C8EE0862A83589C0BCC089FC1 /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = 2876DC1244A736B107A457F8AF631582 /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 882B1D1E6C18CF840E6C376CBCC1F2A0 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F2CEDD76F1A4CB5237FA0B066C02E1D /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 884FE1506AC16E961DE616E0F5C3FD28 /* Generator.h in Headers */ = {isa = PBXBuildFile; fileRef = DE270257B53ADED318F3994ABEA52629 /* Generator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88630F952CE8FEBC35413D6DD7154BEF /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 24C8BEBDCC0114CCA29E7C37558713FA /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8864C132725C0D98F7A11FC05CCA1927 /* StubViewTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6F917B204BED99F2689FB73D7E87871F /* StubViewTree.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 88A720092A0B786273B59A4CDE24F4D0 /* F14Map-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 63769F7FFE1A037BD1F54B995571FAF9 /* F14Map-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88BB8EB4DBAF3068B58D9089DD160CA2 /* propsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 74C442CBAD339CD9A27DCCA3BC0C6B45 /* propsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88CEEADF66686D7DB8438105D9D0E3A4 /* RCTInputAccessoryView.mm in Sources */ = {isa = PBXBuildFile; fileRef = DFA13A5510BD2ACADCD061930C4D0893 /* RCTInputAccessoryView.mm */; }; - 88DF57CC624CB54119FEE78975D24E73 /* RCTTextAttributes.mm in Sources */ = {isa = PBXBuildFile; fileRef = 760E0F604E6EE581E24F8476C949215F /* RCTTextAttributes.mm */; }; - 8910808FA9829B802F1E98459C814BE7 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AC14A3B6356B81F33888E3A245FBFF8 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 891D69AE208D5151E3AB2B749350CE0B /* SRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 04FCD1EE1371F2A680848DFA9B59EF14 /* SRWebSocket.m */; }; - 8937DD7C3CC536471045D72E749C1738 /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = 14930D1B14828D717D0D9D0D72068EAC /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8960F8B3DD39985D11AFF57DB5D0D1D9 /* DynamicPropsUtilities.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61DD9D1E289209641D9B67F0BFEE29B2 /* DynamicPropsUtilities.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 8A1889CE63C3AE49DC6D2F9139B4CCF2 /* SocketFileDescriptorMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7353B004B3AD5D3C51B1BAC527DBEB /* SocketFileDescriptorMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A2BED05384614A802661A277EEB86E1 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C8142341B9C5E09797CA426C83E1EFB /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A5D325CD93FE7BD50386C145F6A6FE6 /* ThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7A96C6B82DDB76A48A82E69AE527502 /* ThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 8A885148227D05E1F37E084CAE0AFCEB /* RootShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DFAF61277333F3549C62F17FC2B7A6F /* RootShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8AA400A1EAF809FA394F54FD60699E4B /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C8F395F584CD353376F7DD54F0AA2E4 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8ABBD77F83D6CB4810876E1E7B74AA0A /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 80C03628737B44D3A71BB38B264F1CC3 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8AD2C966FB4BA2AE2EC427FF25E756C8 /* Arena-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 587A43B77FAC0AEF19FF1415A7028B9A /* Arena-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8ADD742F8CE818CEAC5386F85D2E07CE /* HermesExecutorFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 89EB9E3D3B59AF55D41C372CB0FDEEE0 /* HermesExecutorFactory.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8ADF28757EFFD02EBC855ECAAC8404E4 /* Edge.h in Headers */ = {isa = PBXBuildFile; fileRef = 44D648865D7D9660AEC9444D1BBB8AF0 /* Edge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B1D3D52D6D54977BB5D9FBE69192578 /* ShadowTreeRevision.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 370C386C01537827C3498EF2805AAC53 /* ShadowTreeRevision.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 8B284323F39DB181B8A8D791F7DEA40B /* Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = B0284A182D68A84D850B40DE9B71AC7C /* Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B40340E7C8F1C9A126E2A2A9844B4F9 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B16F4341A26C2DCB0D2D4D582EB4822 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B4396CC01C59AD2F4169F73FCB2886B /* Promise.h in Headers */ = {isa = PBXBuildFile; fileRef = E9BCC4D5341F3DDB4ED74A88CAB7483E /* Promise.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B4B30D3C3288E7B094116B1D6F4F23B /* SocketRocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B5138BBBF483FA2760AA49D44B360A /* SocketRocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B8B720B8C0642F04696EC690DD372A9 /* MallctlHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B30443903499CE296D1C625D9D4AEA8 /* MallctlHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8BA551AFDEC8D2BCE94D69D30E9BF90D /* Producer-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F46716E60223CD82E3094ED416D8648 /* Producer-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8BBDDCCA5E3B153777EBB61D3B071E38 /* GlobalThreadPoolList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CEEEBF5F0535BDB3A64050927D67EB /* GlobalThreadPoolList.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 8BD45847821DE01CD7EDF79C18DCD362 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 77BF9CC35E505EE535ECD1019A4F907E /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C030C5F235DB0ECB604D7A2EC275126 /* StackTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = EFF7D7E6715CB9F9793C429DED32C64F /* StackTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C25F9FB96F8B678E4D5D465A339510E /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EE99776FF238FABDBD4DBBFF2717AE3 /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C333C9AB434DB1892F5636A6A789D44 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4783C7090C98B61D999FEB01C8F42A0B /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8C4103C7352D9953B0B824954075C343 /* RCTAppState.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07D67D5FA20CBDE3522295B9A15367B4 /* RCTAppState.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 8C455D01704A6869C394F9355C4D5DA1 /* SRURLUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E9CF34DB0A40FE0B38D0206FF044BF0 /* SRURLUtilities.m */; }; - 8C65E1DA293F3FD5B333203C6E03F1E2 /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A83DD716184BB6E8C5178794D59D190 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C79CD9DE8D09FD79DB4582522400D36 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 690764BC1A1891C6425141CC9A08953A /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C92CD2AB665355B1423B239A18B8DEF /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9EA429204C6C7E37F0880121386288 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C9F3878183FBA6CB4B5F501535C5ADA /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 66FCB356E455D7FB88353478B8F586E0 /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CA2B7362E08FE906358B0A7D6637651 /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 40A1BB265005139863B77ECC2A5695AE /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CD992E6A65EDDD75A3F4D2A642DBE6E /* ImageProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8ED6E93529D7D77869FF875819081255 /* ImageProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 8CDA0D5B6F9E305C5BD5E817C4EEE64F /* SmartExceptionTracerSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ECFACEC2369E120A2DACC2141AF2719 /* SmartExceptionTracerSingleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D20B1C0E84C6AAE62FA5ED26883FE60 /* State.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3DD429DD1287A7B885307E1A64290A27 /* State.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 8D268FFBC31FB66C5954C2456BC7D57F /* AsyncPauseState.h in Headers */ = {isa = PBXBuildFile; fileRef = 1387467511A67853A6E6DD655B31A780 /* AsyncPauseState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D2CD370AA13D9440CD03347F62CC9A8 /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CAC626C7F00E54E21DF2F7CC33749E94 /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8D3920B60E2117BEE3BD89D4270299B3 /* JSIInstaller.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B4C63ACB1AE0E409D2211D371DA4C96 /* JSIInstaller.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D845DBA8E5C4F3F9B73BFE7FD9AEB8A /* hash_combine.h in Headers */ = {isa = PBXBuildFile; fileRef = 6297D6808CC5285C1DDA4A80ABCB0CFC /* hash_combine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DB9A5188CE26C73763A7AF2B950B867 /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C0988F90CDBEB93661460DF67FB46914 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DCB0FE65323FB30B8A70CAB6FADD66B /* ImageProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C6D0420C382A615506952844A5DC198 /* ImageProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DD285A29B8C0573711A547B7F52C98E /* RCTTextSelection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 374B4E819CE55607BC2F6700DAAB0413 /* RCTTextSelection.mm */; }; - 8DEB5A64C0F3F4524158369041ABF6D2 /* StaticSingletonManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DC97CC353CD3CDACFB9EF1CB7EC56081 /* StaticSingletonManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E2DC06A35568AC3C7EAD65406B00408 /* RCTComponentViewFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1743ABAA22DE7D4AD94614757542588A /* RCTComponentViewFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8EC76CBE7EA5B91F771B34F508554278 /* evbuffer-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 542F9E7F1AF8D814FDD1615FB310E618 /* evbuffer-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8EF5222CCAA4CA095D6CD9928A090172 /* json_patch.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F11025C5334DFA79018FE794C970956 /* json_patch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F06957E605E69790205235BA86D6BEA /* RCTLocalAssetImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7048AC54816D883DE71C33BD2EE76C76 /* RCTLocalAssetImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 8F09D7C8FD3B269D91EB0B679042F435 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A26D6AA48CC27AB250A66C9F85026CC7 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F1F9AF72E95CF690D647CD6EE5B123D /* TextInputShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6957CEF164A68FA4B067685195C31E94 /* TextInputShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 8F78073E2FEFE76147E3FE24D46B3ED0 /* RCTModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 756BCF720AD60DF2C9602AC9803B5F70 /* RCTModuleRegistry.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8F7AC8D445FE4E6284F5235DD6F15BCB /* ScrollViewState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D32AB10FC983D93A0BE1E0065610AFAD /* ScrollViewState.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 8F7CD4BFB2E1AF2615F533CFD65D4AAC /* RCTDeviceInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1BA99955B773A244529FB89B33920B1A /* RCTDeviceInfo.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 8F9B22189ACDC685A5198760EBA64A77 /* React-RCTAppDelegate-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D3807C3E54151AF7E0214B470714BC6E /* React-RCTAppDelegate-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FABBB6A91DABDC9ED2644CF6E9B2273 /* RCTRootComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8FCAD3E3BA7804FA5AA1B62D7EF8B77C /* RCTRootComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8FB1C86E3E995060AB74AB4775662B2D /* dynamic-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2839A4C93867B005D10BD9C48D8E768C /* dynamic-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FB469BFA339B22B5276946ED93CE239 /* RuntimeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = D37CDC4F555F37E4DC4490FC203BC021 /* RuntimeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FD1C11066FA5CD6379ABB15E64C9083 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F2FDE6BFB704A9F6779C2EA292B7F1B /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FFAE46FDDE8F32563FE9F7AD8257CCD /* SimpleThreadSafeCache.h in Headers */ = {isa = PBXBuildFile; fileRef = AA6D7AC84CDDDE425B27AC09BB813652 /* SimpleThreadSafeCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 900BB4D1AD24BDDBEBC967A38E71AAE7 /* log.c in Sources */ = {isa = PBXBuildFile; fileRef = BA13097BCCBD6E15F9560916641062FD /* log.c */; }; - 900DB2F1A471E7698D53124CF63AEE03 /* SafeAreaViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 86B41A9791DAEC6E9AE3544850D8B5C0 /* SafeAreaViewShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 90149B619CBB9A37A2734FE354826813 /* Future-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2140F17670B7A5C0FED1B4FA91F230A3 /* Future-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 901D59545762D7A2DB161835943DBD7F /* Checksum.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D630F88D0E25ED3622A27129C18F62 /* Checksum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 902E9526AE02F83F2ACB37B480CF61C7 /* simdjson-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0416F872B854FD77063C57DC1A737C46 /* simdjson-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9058EF7DF53237B1FBD2A52FD23FC0B6 /* SmallLocks.h in Headers */ = {isa = PBXBuildFile; fileRef = 990203BA9304685C88539CC3CED0B4E1 /* SmallLocks.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9061A3565B4E202E00697A62DD4767D9 /* TupleOps.h in Headers */ = {isa = PBXBuildFile; fileRef = 02B8043E881B7F29908D9D1F69E5EB1C /* TupleOps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90711B763C047A90D4D427F26ECEDCB7 /* ComponentDescriptorRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A090CC6861558C3CC1F4F785055ACF2D /* ComponentDescriptorRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 90767AF77E76D1C1EB45CB0661F3ACAC /* RCTSurfaceTouchHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B584114BA996EB8209E77C3B7221A07 /* RCTSurfaceTouchHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 90AD493F5B9A337232DC971BB2F4DC0D /* SRMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BA7E10D4033AC3E54B276D8074DFAB1 /* SRMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90F0F35BC597CEABCC18B5CB6DC38DDF /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 37DE61B7C10AB3DEA9B1C22E3742B51D /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90FC67120B70BF3DF4DCA8638F3F515E /* RuntimeAdapter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7487395076EF39070F69D1DADAF2A9DC /* RuntimeAdapter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9151900F8701F8ED64B6336DFF9DA9F2 /* UnboundedQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = F56787B3BB063374C4B0426B66EC7CD6 /* UnboundedQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 919B2D23BC2F504B735B3ADF5FC43496 /* ComponentDescriptorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D551C3232A5F676758645CE5B7E3740 /* ComponentDescriptorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91C7BFB091C4A04EF0EEF55531C5277A /* DefaultKeepAliveExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 87129355D98123DB6CCEA792EBF30E6C /* DefaultKeepAliveExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91CAC0D5716BCA21F54C7EEB52294369 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = A95865CF52F72AC7F1A457BD56AB0B1C /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91E7DE188D777F148BEF2FD1C351B1E1 /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = FFF6C5A69CD1F70D2690C4C5C1519BC7 /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91E84E0D3E7F86FBDF588291D9F2FF79 /* NativeComponentRegistryBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46446A4572C808DC5385A4EA85E03A40 /* NativeComponentRegistryBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 91FB26C90017ECDD244AE2B51CF671FD /* HeterogeneousAccess-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 306CCC8D01AC4518DC3F4701A6696FA5 /* HeterogeneousAccess-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 921B7E38A17997C1AC535B931EA1BB63 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C9B7F59787A31163CE56BA84A4CB971 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 922E7A6254E1020367C001111BFFD838 /* StateData.h in Headers */ = {isa = PBXBuildFile; fileRef = 31164E58BE85EDEC93B484AE9FADB851 /* StateData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92403BF0C81E82E703146C3296F7A9C7 /* RootComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 88571F889AA5C39F977829335F050215 /* RootComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92450DDDB321EFB843A5CE07E5D15CA4 /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C498ACF64A5C4D82B41B49A808F50F8 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 92607DF6C0ACA9791FF6821426295E4D /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2E2E9CA30401DF4668DE489F9B9B466E /* RCTInspector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 926E0490001A0BDF4555C3F3AB3D4881 /* evutil_rand.c in Sources */ = {isa = PBXBuildFile; fileRef = 171FA9E666FEE006418612234C3B75F9 /* evutil_rand.c */; }; - 927407FAAB40462FD63FE1F281C841D9 /* ParagraphEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E66CC37EE92C026CBBAB157402B2F10 /* ParagraphEventEmitter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 929ACC594F7E41C0D54EFF98D28C7451 /* MeteredExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F8CBD7D99BDC299D262F13CA782D8858 /* MeteredExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 929B190390FA2472857DE603874E9BE2 /* SysUio.h in Headers */ = {isa = PBXBuildFile; fileRef = C4A30FC502034FAE85DCEC97B767B159 /* SysUio.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 929FEDA1B4F469CD809AC07D70F6D9B8 /* LongLivedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F1F7BB28F9FDB3E481DA2E4E30E1CDE9 /* LongLivedObject.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 92B86E5D5A9D4FEBC1BC300ED0756BBF /* es-ES.lproj in Resources */ = {isa = PBXBuildFile; fileRef = D941E3100BE6C12477756C12BECEF26C /* es-ES.lproj */; }; - 92D54D363E4795DDB0FEB7822ECEDEC9 /* SerialExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 12942CB7A957306A832C2DCCBCE55A8F /* SerialExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92EAF59D73BE6A3DB60FAC4761955D7B /* Fingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = A8947EA27063BF4001E9FCE478CA7C1A /* Fingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9328D98C91F813CA1AE4B2057CED0EA8 /* EventEmitters.h in Headers */ = {isa = PBXBuildFile; fileRef = 444BDD9DA98FFFFA84A1E4E0FC68F43F /* EventEmitters.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 932C12F018D20AFDCC3D0ABBA7DFA3BB /* RCTLocalizedString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 32658BCA29C994A5FD5161246ED8ADD0 /* RCTLocalizedString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9334624DF8F74F0F056876846EEFD4BC /* React-ImageManager-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E9F4D5DD2137167C45FA16E45BF0A724 /* React-ImageManager-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 934BE99AE342143520650A594191CAA9 /* SemaphoreBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02E8422E43F5E818280D6A5FC3F3E535 /* SemaphoreBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 934F3E479969692AB8F835599AA03EAB /* ParagraphComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 538AF35B448978E88B442A42FA8519E0 /* ParagraphComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 936B671D981D6EB01F8F20281374E781 /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D72B8ACF2B41429B4291E782155D516 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 937F9184417AD83DA318B71181478FA4 /* AtomicUtil-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 91E203DBEC3767585F0B942DB396F11E /* AtomicUtil-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 937FA8FDD28B4AD473D4DF5C882DFA77 /* RCTSinglelineTextInputView.mm in Sources */ = {isa = PBXBuildFile; fileRef = B3ED2CC60677AD76F58BDB88A5E601DE /* RCTSinglelineTextInputView.mm */; }; - 939D8D8F76F4653ED60AEB216458797E /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 69105F41A0A94B8807363A9554CA3F9A /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93A45C848258D2953CC35582DF08F1F6 /* RCTDynamicTypeRamp.mm in Sources */ = {isa = PBXBuildFile; fileRef = C583A82C915E5420591989B21A2DFA18 /* RCTDynamicTypeRamp.mm */; }; - 93DED6248A9B221A4F5C09BE5C76903B /* Pid.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D02C3B1CAEE5D86F4416FF6DCEA3493 /* Pid.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9402B7F403B40A3B8D5A881AD7A768F0 /* ro.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E53E6BB76C9782F81E7C3142E0C9F598 /* ro.lproj */; }; - 940628ADDF5EFC7EAD3C1F2DD8855425 /* State.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AC560460C5FEBC35227CA27A68178E3 /* State.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 941FF4A7A9AF04D3A566C6D9D891B49C /* RCTGIFImageDecoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 67EF3A5F142D107728F3489775476C59 /* RCTGIFImageDecoder.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 94221EA23C72C97C3E985FA0D36B9A53 /* BitCast.h in Headers */ = {isa = PBXBuildFile; fileRef = 4322723D2C7F340D6A60F679977AAAF5 /* BitCast.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 943161DB6AA82440275CD4BA5A5DB949 /* SRHTTPConnectMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = BC6F3B1B16909B07D94077B315D02BE5 /* SRHTTPConnectMessage.m */; }; - 948A9447A70029F2B9F28ED3AECBF8E5 /* Object.h in Headers */ = {isa = PBXBuildFile; fileRef = EADA4CEBE5DF66B8030336B4D5B9D892 /* Object.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 948B4B01A5CC1D5E70B0B5032A2EAC0A /* ExecutionObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = B8CA60F88E1AE41BC93926A5F91BCBBC /* ExecutionObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94D60A40682A49DBB41EA6602657B4A3 /* F14MapFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 472A46F1ECC1E5216FD07DB8905D1E68 /* F14MapFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94E82FE37564F71937E488994FFE4A61 /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 513B511D200C2E8ABD001B4CD1778698 /* ScopeGuard.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 9518DE31DD2089DC7ECE6035B1B82582 /* ShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 908EECC5BA74DAEFAA078EE2F51ABE7C /* ShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 951C72EFE1C6246CB47565F420AF5F1E /* Iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FD778B3121BDECF1D7E6CB6925C07C1 /* Iterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9524AFC207B5ED0497250A2E04B27D21 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = E49FAC6266088F64E2D4CA7FDA9E2E42 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 952EB226DAB12A61CEAECE7EDA0A4A67 /* ExceptionTracerLib.h in Headers */ = {isa = PBXBuildFile; fileRef = F8962878F177A9A46386ADE6216A7DD4 /* ExceptionTracerLib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 954F146E44EEDAC6E7B7FD6E4A545514 /* RCTPerformanceLoggerLabels.h in Headers */ = {isa = PBXBuildFile; fileRef = D1624BCFBD14E123E488EC715AEEDB46 /* RCTPerformanceLoggerLabels.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9555E0DB2AEA92E1ABA5847F73B41952 /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5457B428388A5BA2CF0F4AADCA4D1EC4 /* Conv.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 956B7A4C446CF972D3DAB544664BBFA8 /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F61D2B244BB6B41AC612D440563CC68F /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 956FEAACE7B4872C9BF7FFA528440F78 /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 3374135757FEABC92DA1475D1D935CC3 /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95796B2C60ECB866035505ECEC0B2E00 /* SharedMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD9E1E3EC35FF8BA499CB4DE89001EE1 /* SharedMutex.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 957B842AD040BAD401B105B33D5B2378 /* TransactionTelemetry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0575CDD3EA967A99A69D9143874A7AB9 /* TransactionTelemetry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 958B952831864ADA194B9B9C61DCB266 /* RCTTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9A0C84CBE562BAA1174F483432AC65DE /* RCTTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 958D29B61D0759F363BDD3EC0E094D30 /* NSURLRequest+SRWebSocketPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EB93E29BDEF3614A2A41739BD1C4B93 /* NSURLRequest+SRWebSocketPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95AC0BA7DA8BC40E0AD5A88A7E4FEE86 /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = E97B190FAB011C3F335DABFED7FC0E41 /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 95B8A7F38DBA666E089FEF1D31B0C773 /* RCTPLTag.h in Headers */ = {isa = PBXBuildFile; fileRef = C4E9F105BE68D18EB3279CF596B851FD /* RCTPLTag.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95DAE10FB2A76CA5D1AEC9D9AD2C2F7C /* ConcreteComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 85D142B858DC95D949A8DCE7A6E0AE49 /* ConcreteComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95F86176E326FD1569ED9865A9550985 /* Keep.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CEF5363D16471C7BCD5BD7BF92317F4 /* Keep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 960D4FB66520345BDBD3244F38599A68 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BB5736A6C6EFC3DB8FA41651ABBC583 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 965C2556223627C891E4AF73F6FBB060 /* Ordering.h in Headers */ = {isa = PBXBuildFile; fileRef = 32AAFF1BC9136C993AFE21F80133C566 /* Ordering.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 967749B61E402B335FA544F23921DDA7 /* Varint.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DFFC98CBF18095CDACCE6839A215CEF /* Varint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9689B18B0449AEDC12EDB5ACDCCBFE4A /* RCTNetworkPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = BFB6BA40736C8B5D649E6E0ABE83931F /* RCTNetworkPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 96965BE52517D23ADEA27C5DE57C7682 /* Cache.h in Headers */ = {isa = PBXBuildFile; fileRef = 49CF6963673383F6B90D2A2729976577 /* Cache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 969B57810CED1BB8AD61D1A4B661D8EC /* MessageTypesInlines.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A8A30B6B5D0427A17838A52F92D68C /* MessageTypesInlines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96B9E809F87163D031FE89982FCDEC3E /* RCTImageURLLoaderWithAttribution.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2E68F6B2AF07E29F492AB86F3A45FE18 /* RCTImageURLLoaderWithAttribution.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 96C1DEE18B5F5DEE20C939F047C8227F /* Executor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C379DB1C02DA1452E08F8FA34E4A6885 /* Executor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 96DA7A084DC4AF59604CD5EE6ACDF21C /* Error.h in Headers */ = {isa = PBXBuildFile; fileRef = C9422DE1785B6E65336783AA72D2793D /* Error.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96DB9AF2D1BFB39E3CFAC0E5EC0D00BF /* AsyncScope.h in Headers */ = {isa = PBXBuildFile; fileRef = A868AA516C3AFFDA4DF49A29D5037B27 /* AsyncScope.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96E717BD2C844BEFEB7614D31D169D88 /* EventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = C1C2754FCE2EC99BDEFF0CC81AF19546 /* EventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9717513DD7E0D1236E03A24C17880E74 /* PixelGrid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 13BFF20CC4DA87997DE61F16CA6696DC /* PixelGrid.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 971C393A94D5129C882F6757053F5CDC /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 35CFB7B80E8D752A7972ACE42B912F88 /* de.lproj */; }; - 972A84330E9E5D44E2E3056C5EE62046 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 0937E33739392ADD968C193B81AA13CB /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 972FCC6269685F1503A1D124F6841BE6 /* EventTarget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E52DB0554F4052857066CB59FAC6C62 /* EventTarget.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 97A2845C4C70EF55D0DF9C4533155432 /* minheap-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EB4CFC54AD4703AE18649B2893EC722 /* minheap-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97BE0169F05FF380F2D7B0D167AE13BC /* Vector.h in Headers */ = {isa = PBXBuildFile; fileRef = B2A8F2FD836285499CB6073ADB143A6B /* Vector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97CE748E6387828A42800FD79E43025F /* PointerEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA2992BB99A85E60281DA5846370ACE9 /* PointerEvent.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 98135CCEBB45F9D1910EBCDB2D3CF1D0 /* EDFThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE6173B50DD2BEB57E9DA5AC48EA070D /* EDFThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 985AAACFE360F77351BC6D98CEDC583E /* RCTMountingManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BEF991EF9AFACAC6ED854C35418B2E3 /* RCTMountingManagerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 985E05E9EC8BEA26B3174F0DDC95B4A8 /* EventQueueProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D9733D7C8AE052D7BE25A7C472823F21 /* EventQueueProcessor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 985F6412B09D8F9A7A146A022DF3F21C /* MallctlHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 361D1AF14ECB5730F1FE419014458529 /* MallctlHelper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 98645489B7C5F09DCAA5CDE2C2D33D32 /* JSIInstaller.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A980E871D3ECD523DF00DBB5B1EF995 /* JSIInstaller.mm */; settings = {COMPILER_FLAGS = "-Os"; }; }; - 9895293A29744A119702CDCC5052634B /* Inspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 66BF4C03FA54538555F9B27154229097 /* Inspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98AF951A58C76BC16A8D9381EBBFB504 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A274B3D36ABA8ADC4C2276FEACEF848 /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98C765B43522020046B69752D6713352 /* UIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 648B04CC6FCBE2B51463B0776191B6D7 /* UIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98DA8FA7D08849B235A35C563AAF0010 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = D937DA8C0F794B84EF2DF5325374609E /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 98DBD6726C55A3097F545D14CB53F81E /* RCTStatusBarManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14D6FD641519C1F693D8DB86FC995B26 /* RCTStatusBarManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 98EA5E6B27243BBE804A713AB3B0FBE8 /* CallbackOStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92DB9AFE8ADBD8F11F7989687051F814 /* CallbackOStream.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 98F675953C9688AD0DA6D231E3FFF98F /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D6BCE0DA7D491AB0E0C6DF4B7982650 /* FileUtil.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 992C22B347BCBE7A5196B79897212F02 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B428223AA302BB737E5524AA9EDF2F /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 996D3CA1C20922AD2C314DE0C02FAED7 /* TextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 38A2011E4B4080ABD1EBFD971F2D1CF5 /* TextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 997BBE2923B2F663B8EA9CD706261475 /* HazptrUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EBBFD4FDADAEBD10B4776ECD7E06CA /* HazptrUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 998BDD7D5438C0BC6684E2F80CF0EB7D /* ProducerConsumerQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = EA27966E71B63A48C693BCE5434746BE /* ProducerConsumerQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99C9B6446FE807454E431863DFA35B73 /* ExecutorWithPriority-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = EE370458F8ED11DDDBBF63C02E5D6C47 /* ExecutorWithPriority-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99E25C04CD35C76316DC112C7D13B5D7 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 438118B832E608FA3A2CFC8CA9A7D2E3 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99F2C694AA55DC4917191AC917C33569 /* Enumerate.h in Headers */ = {isa = PBXBuildFile; fileRef = B09DC4778EDC12D21516D4201AFC96F0 /* Enumerate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A15DC2116893782E3F7CCC273C2C576 /* Try.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BD9562B76AD727B7966658E5047101DD /* Try.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 9A2282584A4675DF8ABE03C48A01D066 /* CustomizationPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 7653B695DAF5DDB6794B4B4A805C1BE7 /* CustomizationPoint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A4A24E29DEF4B84418272DD3F097943 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 07D9D8C18FF510BF75C9EC4F1FBF01A0 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A6D669AF0B68036336D88191B52E3CC /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EC982E98CB0AC4F1313DF0FFFDD522A /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9AA43AECD984523A9B2331350D2F5E1A /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = FF0A89930DDB67422FA9C31E158BBA04 /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9AB0FA1517E8CB0574666EC3B086D167 /* RCTKeyboardObserver.mm in Sources */ = {isa = PBXBuildFile; fileRef = D41D66175CFCA018C69EF32B8C89CE9C /* RCTKeyboardObserver.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 9AD9F86AE783F439C8551898A50C3A00 /* GlobalExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 77536B50BBCE1C00BF6564318F08C9C6 /* GlobalExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 9B05C3BE071D4D7BA9696C621941496F /* SingletonThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C9B0D95DECD97396CDBD0F71785767B /* SingletonThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B1D12268E00F957190AB8A00E3F1201 /* SysStat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC7C3637A571873A0EE5B60D16BFD578 /* SysStat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B355740AFF7950A2DB3EA94E0440D9E /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BD43F04F6F8EB7DBE10B926B46FC569 /* React-RCTLinking-dummy.m */; }; - 9B544CD39C36C14E4AE8C0CA87D56F90 /* ScrollViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5C2872FDD5279CACE999E4E21B94C44 /* ScrollViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B8311B96DEA87D5C9CC8CFE65623FD6 /* RCTSurfacePresenterBridgeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E328D1A8C1674968CD874DAD537B6F0 /* RCTSurfacePresenterBridgeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B87B7263006E8E400822B725E60FFBE /* WatermelonDB.h in Headers */ = {isa = PBXBuildFile; fileRef = A6C19ADD9D4D4AF44385B149CDF15658 /* WatermelonDB.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B925A4C71CF1017A889EA84E77AFC85 /* Collect-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0596EAEA5C190CF43A6A615080FA9FED /* Collect-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9BCD47AE50FA5CC3F34DF00ADBDB9AC2 /* Bser.h in Headers */ = {isa = PBXBuildFile; fileRef = 27BA1E81627E0A3996B6CCA7B37367A3 /* Bser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9BF55CD8C6FCB5800B6BA2517BAE4A31 /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = D0C4439AF2F183C9B8CB1A5ABF1657FF /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C11E2C9B7435360F61061A074FF54D6 /* StrandExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C06A50CB6D37363F7CE2063CBF13E7E /* StrandExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 9C211678F95735D3441B995CDD2FD952 /* ShadowView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D8288F063F66A1A44554A9F5145970B1 /* ShadowView.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 9C2866E77D1AE319E5D09E17B5B1EA8D /* RustAdaptors.h in Headers */ = {isa = PBXBuildFile; fileRef = F310D512C4167A8E52358273922A48AD /* RustAdaptors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C545DFB4BEB2D9A226F8D429CF330E2 /* RCTAccessibilityElement.mm in Sources */ = {isa = PBXBuildFile; fileRef = 658A14BB7DCEF01E9B6453BADA6EC769 /* RCTAccessibilityElement.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9C7334C66DAAC9950153D567D5A7D480 /* evrpc-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 37B225297781C12E0E620D023268615E /* evrpc-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C943CD1F7592F43D2C541BA88ED0142 /* Partial.h in Headers */ = {isa = PBXBuildFile; fileRef = EB6E9722347FA912FFB58C6E1651864C /* Partial.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C97BC3AD8C3F3AE83A17574472DE2CE /* GtestHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = D45FE9CAF4CDD8514B6836841169CD0A /* GtestHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CBC1293EC4BC0471DF4EA82FE6CE9B6 /* ToAscii.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DB7B53600B1658A236DE22170671EF2C /* ToAscii.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 9CC82B73C90127822F74D6A77BA2AD5D /* RCTModalHostViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 26EA3F9508A734E303EBE24284A19B55 /* RCTModalHostViewComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9CDF3877338A34E40F90A26FFF2FD5DB /* ScrollViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ED40EADF35BDA5C6066D2AF68B28B051 /* ScrollViewShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - 9CE95E3C74895B20779366BB816D63F8 /* EnableSharedFromThis.h in Headers */ = {isa = PBXBuildFile; fileRef = BD0DAFC005C9EBEF74F29D0471A4E8F5 /* EnableSharedFromThis.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D12EB87CEF8DA005D0674FA6AECEA6B /* Syslog.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C7623C358AD6732F0B3A88168B4C984 /* Syslog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D17BC51D7F78CBEC7E09E8934D71BF7 /* FarmHash.h in Headers */ = {isa = PBXBuildFile; fileRef = 9897C4FDE52BD5CF66EB08825373F68E /* FarmHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D1E90A5DF97A6487BDAD442CD2F2F40 /* EventPipe.h in Headers */ = {isa = PBXBuildFile; fileRef = 51803F3A10C46BA4C098E5B502077438 /* EventPipe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D7C946C6F1F8AA615221499F77F2026 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = FF411EDC1FFA2EAA643BB5803EDBE915 /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D7E2D3A6256D09E8F84B96DA75AE7C7 /* Core.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D4A96E3BFCBDCF0C4366CB58AB1A1C7 /* Core.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DD6DC88FA38C44D53255A224DD92E1D /* ShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F2E782C7A0FC4BD2950145D0513082E /* ShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DEB97C928294467BDC94346061684AB /* NSRunLoop+SRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C6623535C72D8A8752358B6D6DFE52F /* NSRunLoop+SRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E0F0FB0146C2DE44D093682A4583462 /* NetOps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55F0B114E6F2D3E8B4413E18E866B604 /* NetOps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - 9E26041FA2631E937C18208B29CB3797 /* LoopController.h in Headers */ = {isa = PBXBuildFile; fileRef = E4A8F5D965C695B62D70E1618742B559 /* LoopController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E5CC9068068AEEE85A939C4325AA9FE /* RCTAnimationUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = A479683E1C576D7FD8C3F24276A2B4E6 /* RCTAnimationUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 9E6E03E429FAE52BB1126715B6F15C07 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = F4356BC407FB7EC9646E4946CF2C5B1B /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E71611CF9FC8BCBC981A706ED91208B /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF1A3BCAA7B9F4C5D1EFDFD44BF6184 /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E91020427B35210A06EBF8C1F11C8C1 /* SRPinningSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 88432D35984F2B6CC3039932BAAC077A /* SRPinningSecurityPolicy.m */; }; - 9EB11C468C525C8E333C512EB7D9F502 /* CancellationToken-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6430C2D3EAA22FF03A0D5DBD64228F17 /* CancellationToken-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EB7E8FAB894275DA16349E90B22573B /* FixedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EB10977B5EA3D1B7B28DA35FAD27BBA /* FixedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EB85F70A73396236C56C9A463F68D21 /* RCTSwitchComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5014C485188BC1174B363E90A8FDC69A /* RCTSwitchComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EF29FFC8A83AAB1768D14FB3B5AE3F1 /* Traits.h in Headers */ = {isa = PBXBuildFile; fileRef = 631B1DEC14865FAFCD238C31A3FF55C7 /* Traits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F1641E88602EB3814B79576B62DC675 /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FC85745C34AFCFFFF08896A88B4B49D /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9F2968578AD3B3AB75A907ABFB7EEFB4 /* hr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 163D10D13D174B13187AB6BB99CBC092 /* hr.lproj */; }; - 9F2C15139D7A9D01D29F48000496C6DA /* evthread-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D532431933C9D85C6871B20605E013D /* evthread-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F47A46B9C738217FFA3EFB26FE7746C /* TimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F67C1C94A4BA5367B01B087EC32BE687 /* TimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F739E1251593CA0EC8FE9AAC57B88CF /* epolltable-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5766D4AF7A3CB5BB188AFCC9633A16A8 /* epolltable-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F856E7033889211D2E4CBE1354A7761 /* ThreadCachedSynchronized.h in Headers */ = {isa = PBXBuildFile; fileRef = A8195647B5483E79AE6930F225C04C9F /* ThreadCachedSynchronized.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F8A70B17AA44B0B381CB66A043A55DF /* EventUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E5F4FADC79DA21A93E2688A6D28D7AA /* EventUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FADA48D7D9F5072F0632FA405FA923D /* TurboModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B8737C781B770024127F4750082B860 /* TurboModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - 9FD78297A09134464123C820ADA37222 /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FAA9B5BAAC828F3FF1CD052851A2461D /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FDCE58A07742629FA02A4CB1E9D0B46 /* React-runtimescheduler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C9BB81C4167C3F20361F5F47A4904FF /* React-runtimescheduler-dummy.m */; }; - 9FEBA42F2DE5277AF37B86F4ED96A190 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = E321C04AAAE892F36B26CD24839B9F83 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FED0A552FF5A5FD03CF418B1A98DC4E /* RCTLegacyViewManagerInteropCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A802540CDE5B0AF1B1159C741870318 /* RCTLegacyViewManagerInteropCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A007DBA8DB375540D4488673E16C5D2D /* RCTImageURLLoaderWithAttribution.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A654A69355F23F0E8744FAFA1C55A21 /* RCTImageURLLoaderWithAttribution.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A042F319366ADFF39752613ACAD6D1B4 /* ReactPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EE8C8AF82DCB1420BCCB49654DBF62D /* ReactPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A04B866D011D9094BFFDB424FB7D98A4 /* LayoutAnimationCallbackWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D5335C580588C01A1D1BC045F0C5445 /* LayoutAnimationCallbackWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A06FDB8B9AEEA5E0975D303C9597361B /* StringKeyedSet.h in Headers */ = {isa = PBXBuildFile; fileRef = C8747586F25230154A7570FD31365935 /* StringKeyedSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0760963ACE979BD700E1EF97DDC4E75 /* SharedPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 77FAF9A7B28299A786F831E5AE52DEA8 /* SharedPromise.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A07CD3D88422A83DD6EDCCB2541DF89C /* evdns.c in Sources */ = {isa = PBXBuildFile; fileRef = 2AA6F719832B4C2BBBF55B219BB68801 /* evdns.c */; }; - A08A480982603C161BA01C61F0130BE9 /* IOThreadPoolDeadlockDetectorObserver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC5026B1244051C532988BF73E26FA46 /* IOThreadPoolDeadlockDetectorObserver.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - A0F337798A87E51AC27C59F4435E74A7 /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FAF2C561D0F05C52EE285A6EC8E1EC3 /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A10F3BCD7DCF8354341710189C50022D /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 8279B553B70241F1A130C8D7D6D81901 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A13C16BE629C1C7EC61F7214B8D6D727 /* IPAddressV4.h in Headers */ = {isa = PBXBuildFile; fileRef = E900F800638EAAC075E1FE2923F89956 /* IPAddressV4.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1454503D0654E5FF1C2C93D6BF0BD97 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = 305A7B5D2DB75E13E887BC1F55D210CE /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1669F11982376C8A53BD1397C7B97EC /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 43B749ED80DC89F1FF3B99A6C150ED1A /* Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1677D4BD15C0F3729BEEEB67928767A /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E6ABB1309B7457225089DC01EAFE67BA /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A180DB05945C63B1DEEEF89C0F238DBD /* RCTViewUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = EBFFE8EDE2368EF7C2335941D22DEBB6 /* RCTViewUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A18186207E21577B9D17C13E362D55F0 /* Props.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 89550547AD157C7BE0319F48FF708F0A /* Props.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - A1BBD73EFAFAC374F1DC521025E2973E /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = C73FD398A5F9839651B8C441DF644468 /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1D846DD30CD342BBCD230750AE67181 /* PicoSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = ACE1183C3E5DB9D0F091BDD99014FF9B /* PicoSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1E3C16B2768B56C5BA537B8AD3CF122 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C82F6E5B466F94D5F786475B765403A6 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A231CC2F226F24A26ADEB406A13422B9 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EAE3B125AD3F09CFEF036AD6937710A /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A23C6F965C61296AE0C600E2C0870198 /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 973A5C458C1BBDEBF9F7569B3226D306 /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A25CBB6C1EE5ACB894214326C76C0453 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 9256C3D3554CDA4E93E74700AB75E52C /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A27E0E8C1618B113D7232C1A50E61F5F /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 55BF88010DF648773434EE6FE988A34A /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A27EA890A2BE7B94AD93D4CF0CEDD994 /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C0988F90CDBEB93661460DF67FB46914 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A280DC684EFB9B5AEBD0464B20401A1D /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 582EC6AB84220D4EEACA0069504FF097 /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A28C0E278FE5FAF9DA5E7E197CDB4431 /* dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = FFE66148B8B9889AA000F5920B8D4A26 /* dynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2AB5C411A87E7C3C57571A2D85675F0 /* NodeToString.h in Headers */ = {isa = PBXBuildFile; fileRef = FA898297DCE07284A78D12B169993FCF /* NodeToString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2F4C16AE6F17F48DAFBFE059BFC7AF3 /* Coroutine.h in Headers */ = {isa = PBXBuildFile; fileRef = A5CF8E7DAD0BEFF2663E74686E9D2853 /* Coroutine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A31FE371A9F03388BB28DAAF033C26B2 /* AtomicReadMostlyMainPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF9D27F10A15DE45E851DBD4878487D /* AtomicReadMostlyMainPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3285E9313D0A61759FA70C5E7073890 /* HardwareConcurrency.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A3783C038283E4D8BA0997F5E43FEE8 /* HardwareConcurrency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A33347386F593B842885A7F86645785D /* MicroLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 5068F66BC099AD9F50ECFFC191B1E45D /* MicroLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A354AAF074253E19F5F1D468A0D881AD /* Log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7C426093A98B01319D4D5BA9702D87B /* Log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - A3EC5B6735388322A49E8C2D13AF4F3B /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 316141A4460D53B610A6650539B1BAF4 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3F0C0963C8AE01E4E487CC56EB5D2A3 /* Random.h in Headers */ = {isa = PBXBuildFile; fileRef = 18BDB86CB276AD3D0D0E1E020AA9B3F5 /* Random.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4003276474BF2119304A68ADA27B227 /* AsynchronousEventBeat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 351F2BEADA91598B39C510E8818DD8DB /* AsynchronousEventBeat.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - A404EF6AC8ACDBB595F4EA50AAA58F90 /* Scheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 231DA88876792DFACAD82B00ECB5BDBC /* Scheduler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4376AD7C3B742B32668AA31EBA6D011 /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A3A9842CA9DDFB76BD48016348F6AB4 /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A44C738DDDCA894C45F63859E9F6311E /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B79E6780BA27AA0C9BC4AAFEC3EC44F5 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A45DE4F6B845B0C3A19F23D26203097C /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = CB611AE5A02C73153F46BFC3DE4A0824 /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A46824927D7F179C00D9DE2D1A65D72B /* PrimaryPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 61B4A8A9C7369096C791FC264790AFCE /* PrimaryPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4C696DC64406B16A26E60C955FA92EB /* ManualLifetime.h in Headers */ = {isa = PBXBuildFile; fileRef = 59E6B17515C1C50882FCC995AC9E9903 /* ManualLifetime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4DB9E9924F3F9B99DB619115BD766C9 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E8C9D24E4C40BE8EB8E6395E845B83B /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A57F9481C730C99657F1AC32EEDF1099 /* RCTGenericDelegateSplitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 482A5311B2E5633BEEAABDAAC7446842 /* RCTGenericDelegateSplitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5B9A2D7C8DE8E016E2B70C2C99DDC54 /* RawTextShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A022E9200AE79458A715508AB9164A5 /* RawTextShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - A5D23555891A62597D57CDDC22772256 /* Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = DDE04F5F59C40FD673D6375C7AA707A5 /* Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5F42D4FB124B2BFDD975772ABE98F65 /* DebugStringConvertibleItem.h in Headers */ = {isa = PBXBuildFile; fileRef = A3565A3DEA7E538CACE391F5284AFCBD /* DebugStringConvertibleItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5F44A66EE252391D9D0830756A657F0 /* SpookyHashV2.h in Headers */ = {isa = PBXBuildFile; fileRef = 397AC2464D1E022F36B1962F59000077 /* SpookyHashV2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6216918B806CA68624417CA1F092710 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F1D7D7C39096BE9DC4206196D650460 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A62BDC77DFDD83EFD82939DA7F3B5C1B /* RCTWebSocketExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68A9CBE4E32FE477C4AE2D11EAAF0D56 /* RCTWebSocketExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - A64FF4152676B429D3E3359E14BFD5B2 /* WMDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = EB22D5CCA86AE3611A4363B9CB36F297 /* WMDatabase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A66A59E05520F666BCD8FC57CB16C031 /* Comparison.h in Headers */ = {isa = PBXBuildFile; fileRef = C286E2462120548A406BDEA322888FAA /* Comparison.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A671C159C8F1E9F159BC49FE365DD853 /* RCTSourceCode.mm in Sources */ = {isa = PBXBuildFile; fileRef = B3DF971A712CA83CC68778C87BF9278A /* RCTSourceCode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - A67578AD1255FDA6C8858128B5B97989 /* RCTLogBox.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A92E49503620068F475356D860BAB0 /* RCTLogBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A68FC1EAAF827BDA813402A2DB935031 /* RangeCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = AD2FAC0AF28E93D1402AB2FB3494B04A /* RangeCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A71DE9464DBCAD28F08FE166FFDCAB1E /* NSURLRequest+SRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = D4280559EBF9AF1124F4A2BDB425BEF4 /* NSURLRequest+SRWebSocket.m */; }; - A7221603D258412903056B124B8B27C9 /* TextAttributes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C0E318E64B1A063E07435234CD9DC2B /* TextAttributes.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - A74CEDAFB6170623ACF1B950C694EF4A /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 28FC1BB964055D7D7FB8FC851185004F /* pl.lproj */; }; - A75E5F575E1FEEF5B5171B0262F94DDF /* RCTFabricSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7F40FFB1D6DC43EDF30D3F041E731CCD /* RCTFabricSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A7759F92A0E762CFA27EEF593524CD52 /* TextShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D64CA28BD71C137B8E7512FDBF2BBF6 /* TextShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A784C88C404C2FCF16F1FECB23204518 /* CurrentExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CA9B0A661BCAFDDC2254042D06D9FA6 /* CurrentExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A78F9A413BC9899A7C6181A50A83760F /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F03AD007752E2F4FDA6CC79D0148493 /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A79B2F725A527C617F6277DCED1DF0BA /* SRMutex.m in Sources */ = {isa = PBXBuildFile; fileRef = 650A0535294A88B11F539285627ACBF5 /* SRMutex.m */; }; - A7B3A1FE628FE2FFF85AA59B447A0A70 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = D6E1C200FBC55812E49B5D2D0E38D8A5 /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A7F803B85BE599F246B1D8A53D831ED1 /* HermesExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F0BF33DFEBF9E1B59297B7DC80E7ED6 /* HermesExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A82A5DCF0CE4C622DC715301D6553C80 /* DiscriminatedPtrDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF531B6F6D4F69971D5696F7985B3E6 /* DiscriminatedPtrDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A82C9F68E2F4C3F1DA8348042B341590 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 497BB8A2A0B8E27F24F0309114AC0305 /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A83EA5C10A0809B79BB10E56F2317277 /* RCTModalHostViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CBFAD8F088961CCCB38609D1BB451AE /* RCTModalHostViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A841E4574588119BFAC4C1ABBE42E3EC /* FMResultSet.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A4655F2B99793712E2F59C8FD019EE0 /* FMResultSet.m */; settings = {COMPILER_FLAGS = "-Os"; }; }; - A8489BEC288EF1A199391BF4547E1849 /* Node.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DE7537EC6FE803BD25A769FF8380B2B /* Node.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A84A6D2051172DACB7610379D42BA9EB /* ParagraphLayoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CEA19219495FAF7A093F8EE14DCAF0C /* ParagraphLayoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A84E460F32D489DB8066749FB6BD50F6 /* TimedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C0F906220FC68142B461441F8A55E6E /* TimedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8522F094FA83E20C7376E78CFE3DAEA /* GlobalExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = C44DE238B38C1BDA7EB2AD7102045C2F /* GlobalExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A87351B9DC64907FDABB8F4005CC3762 /* bufferevent_sock.c in Sources */ = {isa = PBXBuildFile; fileRef = AADE5ADF9D8B9651C5DEA9E703205792 /* bufferevent_sock.c */; }; - A88928250F70C962EC746585999DB969 /* SimpleAsyncIO.h in Headers */ = {isa = PBXBuildFile; fileRef = 2975AFFA5AB8C935AECAB53FBA55085B /* SimpleAsyncIO.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8CD0131D8D13278DF13F25AAE70D8F9 /* FiberManagerMap-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 74E86413FA195410E2D961C98BC0F158 /* FiberManagerMap-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8DDBFDEDA3A053007140BC096E0315B /* event_tagging.c in Sources */ = {isa = PBXBuildFile; fileRef = A200424A926085B8B3D2E9264AF28F72 /* event_tagging.c */; }; - A91345068F91E885C2B7439F76A152C5 /* ConcurrentLazy.h in Headers */ = {isa = PBXBuildFile; fileRef = 6540282129C2BDFA24B1E70730257355 /* ConcurrentLazy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A961533328860EC2CF7E3115279C784F /* FlatCombiningPriorityQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 392D595398A6FC9285E068B07933F067 /* FlatCombiningPriorityQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9A0682AC82CE2B25A2E0EEC1330EE68 /* Database.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 738474757C27DF4C14F856C020399EDC /* Database.cpp */; settings = {COMPILER_FLAGS = "-Os"; }; }; - A9AC62ADE5CCC304445707CBFAA86F83 /* listener.c in Sources */ = {isa = PBXBuildFile; fileRef = 72654F9E7904EE4AD6185EF4696D46E0 /* listener.c */; }; - A9B7D57E07B04D42B1959B8D3B23B32E /* RCTAppDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = E11E3E33E0955F56F0F48196EF55E04F /* RCTAppDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9BE9C723952D956968B2CCF03D460C9 /* SymbolizerTestUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 248B4C1BB9D70C6E428C9A00D571C814 /* SymbolizerTestUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9D370DFD4519E411CC8C6D819A80572 /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = A90D829AB3CB704B24E252215E383D90 /* File.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9F8B19BA0B5BBC05F337297EC3AA57E /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FDC4B7B662F5971341865583836764EB /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AA01995AAEB53BE51C6593E0CB2540C8 /* UIManagerMountHook.h in Headers */ = {isa = PBXBuildFile; fileRef = E6D77776866263E28597195A9898A23F /* UIManagerMountHook.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA2D94409ED925AABDB4EAB7FDE9D4F2 /* UnimplementedViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = AA87D2AC6168A75833E9A7F36C5ACE16 /* UnimplementedViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA5E5A0A256DC1197B951C26810E0D77 /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C5C318AD091EC8D60B1D22F18727770 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA6D7F922CFDEEBD2BBDCB68ADC51FB2 /* RCTDataRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7A1D34E367E1A089651B18B0418D5499 /* RCTDataRequestHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - AA785D943AEB91C27755CA8EDEC9263F /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = CDD6F0BABD3AFBF042C6FA8825ECC31B /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAC3EAA614B627A5B39BCF68BB0D1873 /* RCTComponentViewFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = AFAC567F05166B8B4B4C93467C9020AA /* RCTComponentViewFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AAD7FD414118482D3F0818A1725D8990 /* EvictingCacheMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 35956C960CD13911067FFD9BBDE28009 /* EvictingCacheMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB146B5A3797AFB29230243896A49D34 /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FAA9B5BAAC828F3FF1CD052851A2461D /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB18A04407A78C1A84D1525BF3F3A542 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB9560230FCDB0C2DDD42424227813A /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB263538158F0C49F8F1FE6D9DC74EC3 /* ReactCommon-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C060B48D82BA9AE6E2D31C0D3749107D /* ReactCommon-dummy.m */; }; - AB5129711CEBC1410E429AE5194A2C4F /* RCTImageStoreManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E7CE67337B477CE290E9AA2DDBAC9A1 /* RCTImageStoreManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - AB53D8E20A4C07FEB75B6CC315D4C3B7 /* GmockHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 71B0BB7C10883DA8CEDDC7F77A9B5042 /* GmockHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABC0AA41A4A208C0E005F3A8BD328151 /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 16605345AA465F05CC1C22FFF3596F32 /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABF5893D19B4C976D585F7029AF34CA0 /* ScopeGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 7285D8851DB357007C377826AB675209 /* ScopeGuard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABF75F6D00E6483C542CE5CE9D3E74E5 /* MountingTransaction.h in Headers */ = {isa = PBXBuildFile; fileRef = D92B1DFBF643BA42D31DA8D63DE43466 /* MountingTransaction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABFFC8942C1AC22041EF4CB0062E98D5 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 2426A4E07C322C84D6EFDAF229619BF3 /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC0535B219A0F5E08F1FB12B94F656C2 /* RunLoopObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FD637E09724DE01E89E67195AB25373 /* RunLoopObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC1C0A4754673719201308EA2290C231 /* ReactEventPriority.h in Headers */ = {isa = PBXBuildFile; fileRef = 02BF64FEDE9DAD94A5FA66E175FA9F7F /* ReactEventPriority.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC42346B2356AB9730EAC892BEA137DD /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = C5201DD6A7D04D0F5F7CB738DC14A9CF /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - AC46902749710BEC0DB86B9814FC5012 /* ReactNativeConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E76F95115270E842F4DF8C1CE4398CD7 /* ReactNativeConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC70A8EA8AEF96DD31F94DE197F0200D /* Types.h in Headers */ = {isa = PBXBuildFile; fileRef = CCE7480BC6D60D75C6EF587CDCB5445C /* Types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC73E49DABF7B60DD3136F205A045C14 /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F8365EB11EB827FFB1EBF7B5E54052B /* Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC74444E1C016D09F9610BC7B47CB734 /* EventCount.h in Headers */ = {isa = PBXBuildFile; fileRef = C13BF185EADAE7110D6225BC5D03B352 /* EventCount.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACA917F8AAA69C3C37812F3C5E541BF9 /* NestedCommandLineApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 960AF0F49D60CD49AB4DAAFAA9A6287E /* NestedCommandLineApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACB31EE05008230F6D6243F0E7780C26 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DECD9C7F3017A191FAD16CD8CC1C7FD /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACDB5213EB2E37FA4C08DC8651DB96DE /* RCT-Folly-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F399508BBCD1EB74ACDCEF54E1BDF2B8 /* RCT-Folly-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD0E75A59944F79D58EE25ADE3B5C600 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = B574189EB80D372D4D8EC99C823B6360 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD2E66DEEC897DAE8B6CC5A655AE99EE /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97F1BAF388CE5D555D485A8B489064C8 /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AD3CAA9BB64C59ACFED1BF8D3961EE61 /* MPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = F2B3516EE23752C61874323BE55E48B4 /* MPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD3F912629295047E8D2AE6C5B046F65 /* ErrorUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = AAABDD03C17598225A3C0515FF6DB31D /* ErrorUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD4AC327E159AEA09EA2400F8A6A3323 /* YogaLayoutableShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 830A992741199DBDD77D3C380D93F960 /* YogaLayoutableShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - AD6CDF6DD27771435204CEC193A06105 /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = F28D2B7D5E7FB7967897B9F831FAB270 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD7FF3BFCEDBD4906EFE6305AAABA530 /* Registration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 38E753A0DF0BA1A12CDD9A36CFB51E8A /* Registration.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AD87AA0CD06ED6E759B6890C14AFFFA3 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A1BDE473114250B06B2152AE2C9F59D /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADD02D52AA57A5C6E53CBB43E1137CC2 /* FBReactNativeSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 767DF4EB18A784E327106C2CAEFB2A34 /* FBReactNativeSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADEE5FF5EFA0492FC77B9481209A05E8 /* Observer-pre.h in Headers */ = {isa = PBXBuildFile; fileRef = ECA2C657FA3018F9B55B971D243A22BF /* Observer-pre.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADF36E514797653AC90897EB8AE532B5 /* ViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 27ECD70A88C9A6328ABC0A30EA2F73B1 /* ViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADF4E98B1880940581615EAC8518AEFB /* React-jserrorhandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EF7C5D49FC317296FE0CF10EED39D708 /* React-jserrorhandler-dummy.m */; }; - AE07AB8055895636A9CA155DFA7E6BF5 /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = F0F650F0BBE5CD528FF80BE77CD5C141 /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AE82CFF56C72B6A05CCED27B7BB1F302 /* Config.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 45AEDA76843061185C948764662E13A3 /* Config.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - AED75B4AFC96B49BF57B8D028FB48B1A /* RCTAppSetupUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = B86D10AC14ECDDA6A5413F7E1D9C9833 /* RCTAppSetupUtils.mm */; settings = {COMPILER_FLAGS = "$(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DRN_FABRIC_ENABLED -DUSE_HERMES"; }; }; - AEE9F78769DBD5FB90F3262C4B85AE93 /* RCTValueAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = D122000C62C5AF65F32A932CFC325A10 /* RCTValueAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - AF071DA8110E494C624F3F96795E9F7F /* EventBaseAtomicNotificationQueue-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = B7941BF46EBFAC90EB5AF59B6AA1C6C4 /* EventBaseAtomicNotificationQueue-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF12903C7A88842E1B1DC7C477CE9D9A /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 47FD033FCC2D429D1A9939A5416545E1 /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF467CFFEB3F2AE988D30F64313FFEB5 /* RCTConvert+Text.mm in Sources */ = {isa = PBXBuildFile; fileRef = 516CA43F0F2626165F565D431F12223A /* RCTConvert+Text.mm */; }; - AF7009E1B975279D6D8F0CB9FBC0994E /* ChannelProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B844AB47A0338D02B1D06957C41AE5CB /* ChannelProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFC45934BC8DAB15A2068FFE596F794E /* RCTBundleURLProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7B12C9ED1C8645D9222180FD90B4B5A1 /* RCTBundleURLProvider.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AFEBE920E9884973928DD456C1BCB050 /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 833D981BB862F3009AE0D3E7453807AA /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFFB39A0D3C9BBAD5ED8DA85E85D6DEF /* Registration.h in Headers */ = {isa = PBXBuildFile; fileRef = B7EA41D92A6126ED7BD4E0143A99F0B6 /* Registration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFFB41547AEAAC5E01B5F4F32ABB6A04 /* SynchronizedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = CAEA181975C47FB66F797A420F5AE1D4 /* SynchronizedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B00F0312F86C2B59F2314799320E9E56 /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 541C14060007433D89B301E9ACB1DC88 /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B091C54E718DC82057639A719E2C9FC7 /* QueuedImmediateExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D29627D41E278BC81C37630E07782AE8 /* QueuedImmediateExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - B0964EB5298643E4417BA945DFA02847 /* ManualTimekeeper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9218114E454BBFD850B9C41B7169C318 /* ManualTimekeeper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - B0CFDE919EDC13CA68C4844EECA85DA0 /* AsyncStack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76C58E5B92574319DA88D80B34AC48FF /* AsyncStack.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - B0D28F49E0607EB2387A43602142EDF5 /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A57E96A714DAA52195F512DFC54B1A4 /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0E403E08CD3C60D4103114061485A9D /* PropagateConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 40E62033056E3298FD71B461B9905365 /* PropagateConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0ECC63FB61BB8D474E1A5D605C78EA4 /* RCTWebSocketModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = E7F531776756B183EA73A2B89986DCDE /* RCTWebSocketModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - B0F1E64A58C17B0440745439130A0CFD /* ThreadedExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 662AF4EA99E477A2A78C36A9F2D77E85 /* ThreadedExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - B1246B2CE209C7FAF6F1493AEAD0CF30 /* LtHashInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F5B08C01B5E0A6AC01DAE7F56BFAE05 /* LtHashInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B127764FC3C944B01BD9AA06F9BC1B23 /* vi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 5C83BC41D36FBD5F9332000ABBBDF173 /* vi.lproj */; }; - B129DD4BD653526FB5ABFE1CE44CD5A6 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 03F9BD9070CDF84CFCA24F7B6B46D849 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B18E716E6BA7DDE8346B79BEEC30A773 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D21471BEF3C698685A736E5F9DCCED5 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B190CE8517F2502F86AFA01AA40AA8DE /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B9F8E230C803A709C6DFBE6399708CCA /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1933145F309F882571D3980BFC9D5E0 /* Codel.h in Headers */ = {isa = PBXBuildFile; fileRef = E210A7A0A7A127BBF8C8CC5FF4229691 /* Codel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1B32A574979C1A943E1442AC3851D7F /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 52D748C19B9D13E5A5504F0AC1C62CFA /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B20061F22217796A7CAA701C619871E5 /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = 63356F993B6CA262B22C4C8505AC2FED /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B21D9D4C7CC8BC8859BD49A908446CE3 /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BAC07FA427711452618F6706237E2EE /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B25C3699E1918281B8C1BF6C391C1897 /* LayoutConstraints.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3969602043C2C9F85294CA04BC895236 /* LayoutConstraints.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - B283565F83B18F152934993A6CE8BFC1 /* Codel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7245F16ACFB65F6DE4A85B2871D82701 /* Codel.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - B2DE08F638E014F86849C2D8161D48BA /* EventBaseLocal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E53EDA4E44AAB4D2D903EDF970DE483 /* EventBaseLocal.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - B2F758FB7842AB17B29E5BD7F08A7287 /* zh-Hant.lproj in Resources */ = {isa = PBXBuildFile; fileRef = DE93E766036470BF9BE4332E953B9ACF /* zh-Hant.lproj */; }; - B307F78C562DF515F71F378931978FFA /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AA8C8349E5C2C6C03851D92B054AD420 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3392014AB0FB94A243BBEFE0B70E825 /* AsyncPipe.h in Headers */ = {isa = PBXBuildFile; fileRef = 39AE40FF9CAD4A66D831810C3128AB3E /* AsyncPipe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B33C6C31A573FC83D33DA96910D6BA4F /* RCTLegacyViewManagerInteropCoordinatorAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E72D65C8B22927C1383DA24590DE6B3 /* RCTLegacyViewManagerInteropCoordinatorAdapter.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B355B0CC9F05CF1872066A6121A5CCC5 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = D7375160A91E8CFFFCB4AFC31FAFDDB6 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B394FFF7CEF32E38075CE60C9D2282FD /* RCTTextInputComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3DB548B85DE4BF2A012258BAA1888047 /* RCTTextInputComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B3C3B39D392F0832F454B23D4FA9BFE0 /* SharedPromise.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3475C0A912F2BD18B29DC7D2E522A5C /* SharedPromise.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - B3D28C361CE2DAEC3D3CC5DA93CACF10 /* SRLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 0191408BF29F7A5A68F33D9487EDB4BD /* SRLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B40A43A2EA6CD61878D6678510D08E11 /* FormatArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A63C4B87807AB72F208687FD1E64669 /* FormatArg.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B428AFC54A3209611797437D0B5B163D /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 11D28A4ABA028B3A5FE39D1A382CD0FA /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4441AC100F2D496C7F3C85F47E40FD5 /* ReentrantAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 9010998D97321F8378FF675FE95900E1 /* ReentrantAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B447B5A43D7DF1F8B86B647ACDAF22E1 /* SRIOConsumerPool.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C18AF02BEB6614EA19FD9BE402DB38A /* SRIOConsumerPool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4538F1D28B9CF5D76C9F083493F1576 /* F14Mask.h in Headers */ = {isa = PBXBuildFile; fileRef = 41B16C1530961076869D5B12D9AF2F77 /* F14Mask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B45FF0B70421A7DD71072D56D00E333E /* Byte.h in Headers */ = {isa = PBXBuildFile; fileRef = C90DD53028C13A1CD69D11F4ADDB54BF /* Byte.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B468D9DD9843EE3EAD710030F3C3738D /* CArray.h in Headers */ = {isa = PBXBuildFile; fileRef = A05830F0CB0CEFE0BA50F7270A4BB87B /* CArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4C1C2FA054F0C44C7CD9274661C99C1 /* propsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AAC30F48FEBABFA61968D610BDA954 /* propsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4CFC4ADAE49F3628DB898F60D6E8D64 /* Promise-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 67129F9FB207142FB0E4E620F0E4E5E0 /* Promise-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4E2227723CA2783E857ED3745C08EBA /* ConsumeChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = 568A963D5AFF438A449A9C89145BE751 /* ConsumeChannel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B50533BA34BFAD843B338A097333E3BE /* RCTNativeAnimatedTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D28F4AEF762CE3304DEB7370D705551 /* RCTNativeAnimatedTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B51DE176D41B533D67D65D50D2750E55 /* RemoteObjectsTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CF45A787A41B45B919D1E02D97750DA6 /* RemoteObjectsTable.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B526386E449B7504DC01A0C580725A72 /* RCTInputAccessoryContentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBF9C795976C5E2F3FA797F8B4697D5E /* RCTInputAccessoryContentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B527B01B0F418DBF43079D8C7D43D343 /* FingerprintPolynomial.h in Headers */ = {isa = PBXBuildFile; fileRef = 19D7DD9B960BBC491486212827B3E909 /* FingerprintPolynomial.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B52BE7219B59E4B5EE57A92C36E9D7D3 /* RCTScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 52EAFE8B504268244F606496D5666447 /* RCTScheduler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B56AF2CC048C1C72A8DA54B12C307E4B /* ValueFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = FC96581DB6DA26BD2534E7E18FDC16B1 /* ValueFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5700016FE500B12579DF27F32017962 /* RCTComponentViewRegistry.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6713DAA3FC4D4102EBCF695E267DAA3F /* RCTComponentViewRegistry.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B59271783B2E5B81E1E1F60B9181BEE3 /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2EAA42E65FE68D3D9A88BAEAFF344892 /* Unicode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - B599F7595851D8B0378A1FB581E373A5 /* RCTEnhancedScrollView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 66CBF2F94F7EEDE5E6E78D3FA4FE7D69 /* RCTEnhancedScrollView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B5C0986266F0B87721B17AEC7A3D2BA7 /* Expected.h in Headers */ = {isa = PBXBuildFile; fileRef = F6431661C8D57E5C65C09DCDA8BF6F54 /* Expected.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5E098491E884EF8E749BFF736BA29F8 /* RCTCustomPullToRefreshViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = ACC2B10FE1AF50601413B959218B655C /* RCTCustomPullToRefreshViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B60E2C73E1EC33E415022D1CFA2E280F /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 88182553BF57E587A4616EC13E2BEB8B /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B66A93D453E4DC56A1EED60B57E58ABE /* RCTImageURLLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = D02B585573EE79FD095A3F6DDE0D5F0D /* RCTImageURLLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B68DFFE0968041DE18A76779D44B0CDB /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F887AFFE1354E9DF278093B95A7ACCB2 /* React-RCTVibration-dummy.m */; }; - B6EC4D32C08B515B2601360F0BDDE69E /* React-utils-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A821C4DA69935D4FF70EA1D11278EFB /* React-utils-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6ED4C99B98B99ADD64CBD9D3FAB1DCF /* EventListener.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8FD54AA2E4F1EAC340150215F431D641 /* EventListener.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - B707AB9F5C396B9D15E77936F426BEBB /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 549378B4FD1BD4A7C4936036169366E1 /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B7216B51BA43295DB969A8D12FA2F9FE /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E06C66F9F10B0B96BEAE2AE3C3988CC /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B74CB2ADD024A53E60B24A2170F9379E /* ComponentDescriptorProviderRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = B83FC1CB2B8D3BFCB55B783BD0D3A14B /* ComponentDescriptorProviderRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B75E7D1D9175F240CFEEEA31CDF57008 /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = F29CBB608973349F8F7CAA2FE0C6FEB4 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B766D64FFBF05B70C8216683CC799A21 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = D23F234A749666CEF2B64CD80EAD2259 /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B770C3803D8B666E31E989BACA554C42 /* Stdio.h in Headers */ = {isa = PBXBuildFile; fileRef = 035FA77F2CD1140A505EC0F8388BEF04 /* Stdio.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7943CF694151D1019546DF8044D2875 /* Sleep.h in Headers */ = {isa = PBXBuildFile; fileRef = EE12BC8D12463FA3BF445A7C5E079415 /* Sleep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7AFD37BAEFBB495EDDFE3F558F2D5BC /* kqueue.c in Sources */ = {isa = PBXBuildFile; fileRef = 36809BB04EDB50598AB951CA3F36A426 /* kqueue.c */; }; - B837F6EDCD498E9F5A0625B854B57BDF /* debugStringConvertibleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2760836C5AE3EE020B9917487A74B60C /* debugStringConvertibleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B858A18294356357F3781602A154D396 /* Replaceable.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDB439998E066D075DB595FC0205742 /* Replaceable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B86C301EF9B081BDDBB393070CBE68DF /* Promise.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91A26EF515CFD6B5E9DDF0A5CA434D5F /* Promise.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - B880571B8D133EB38DE8666F9CACAA16 /* QuotientMultiSet-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E78603B2629C27007B4A3D6A68BA44F /* QuotientMultiSet-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8BC3009C7C9370B6323ADF6C3666E34 /* Connection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E19C2EB9C5427A101DB59488D77C77D7 /* Connection.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B8BF18B8E3F67585A8497187ECD9A332 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 29C0788362522A5762D7ACAB8C613276 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8E0926005F78632DECE3D0E7A6B853F /* Database-sqlite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 318A572878E2ACA017231A28F202A857 /* Database-sqlite.cpp */; settings = {COMPILER_FLAGS = "-Os"; }; }; - B9016125703E5CA0009E6184DEF8A279 /* PropsMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 87AEF2ECE9F5E67ECA7421753F854546 /* PropsMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B90217845F796740A38B94CE180D7A97 /* Hardware.h in Headers */ = {isa = PBXBuildFile; fileRef = 45D4AF616D777DA9A963A065E2155A94 /* Hardware.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B918FBEC1093DE2E1D8B7A69936B6760 /* Random-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E478328BF000FD8E1DEEC7AECDF3C8AF /* Random-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B98D4BF24DE034641436D70731F4CB3C /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = B30A3359977ADB37189E7C739247084C /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B998BE1AAAD489AA6DF5D28EF92200CE /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7A75CEAF0521FD678CE5139EB0DB5B07 /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B9C243EACE274C08D03F8F85D59ECB56 /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5141B6E05F5B53A41FFA21C2E012B857 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9D218AB680F0BFC9759839B72D6E0B1 /* RCTTrackingAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 29ECDB6B7615B53F6A34DFBC6A87B88D /* RCTTrackingAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - B9FA328024F95DBA0526ED37601D5515 /* ParagraphShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30D06306B5C81E41931551E2E54A5A4F /* ParagraphShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - BA10A8CFA4748C8738C981DAB4DE6A88 /* RCTUtilsUIOverride.h in Headers */ = {isa = PBXBuildFile; fileRef = 03C9AF7C675FA18A1F428BEE28956254 /* RCTUtilsUIOverride.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA2A60C609E7DCFCF6345448DA8336AA /* CancellationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F077D2F196452C4B65BEEE0E85C7628 /* CancellationToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA7E6253F115DFA04E6429F485F17BA6 /* NetOps.h in Headers */ = {isa = PBXBuildFile; fileRef = 086A1B79EDA4134117BAA265AC4E0E45 /* NetOps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA86305C4031CE3F302BB677A9652BA1 /* EventBaseBackendBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 812131AA5E1361C614A01F03BF2C95A1 /* EventBaseBackendBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAA779DCA91F00939F222C8070603B64 /* IOBufQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69679DFE947162CEAEC12E32E19D67B5 /* IOBufQueue.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - BB01801976C14026B31272CDB42D8C88 /* DynamicPropsUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E2F4A32BBF14845BFE710BC7D5661E7 /* DynamicPropsUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB1B362B60FCD57091CB09788C04CDD6 /* LegacyViewManagerInteropComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = AFAE51BF2BE176A8ECD41B88553ACCDC /* LegacyViewManagerInteropComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB2863F82A327456BAD765238909CDB4 /* MultiplexChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = BDFA685FAF9F52AA6F82F899C5F0C579 /* MultiplexChannel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB36EFB2E3D9FE7E9E4DF82FC3151B73 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 22E83DCE18FDF2A1DDC5EB09C91A985A /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB44D110E18A51BCAAC73D940FB58288 /* PThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 12B7C3483DD018DEC306882AE168CFA4 /* PThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB61393A92533D24FAA2F9AB1C944927 /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 93BBC5FB1EF82970171EC352BDB5664D /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB63103BEE76B06B455C93BCA2EF84A4 /* SanitizeLeak.h in Headers */ = {isa = PBXBuildFile; fileRef = D487DF5BFE27F90CEA85F9FCD77A024D /* SanitizeLeak.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB90CC66AEB201F1AF3AB3EE6C3FF06C /* componentNameByReactViewName.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72656E178770EFF546609CAA793C5824 /* componentNameByReactViewName.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - BB9B6DC3BA3E623DC5E09A9D554CA3D6 /* FMDatabaseAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = DBB5AA5AD8E70AB3223A716A2433D258 /* FMDatabaseAdditions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBD0C3833FF9D110B0C704EE358FFBAA /* react_native_expect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B25AC77F0C8CC7E6E1129BA0F4BDBFB /* react_native_expect.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBD2BD485A55704740220D80236D07E4 /* Hazptr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC07F99AFF2822604CAEC7508F96799F /* Hazptr.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - BBE19F6BB69143199F598A4401B6DDEF /* RuntimeSchedulerCallInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48D95B7AF6D2770C963BFCAD31C30790 /* RuntimeSchedulerCallInvoker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; - BC69303A48377DDDA1FB931D17892D12 /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E50DB3D4C36CA1EA3951B76376E4AD1 /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC98AF08BACCDACA83CD91B1B4D42900 /* Yoga-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B5B84C42785E2814EEABDC4537D4F5AE /* Yoga-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BCBB2A50C7D4633E24AEC303003C24B5 /* EventPriority.h in Headers */ = {isa = PBXBuildFile; fileRef = 77DB2579F7F3F1389937496AF92B129F /* EventPriority.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BCD4440AF61BC380B06A4118D860B3D0 /* http.c in Sources */ = {isa = PBXBuildFile; fileRef = 7283F2E3ADC3BDAD95B258C1FD3A4E19 /* http.c */; }; - BD0E32602A3A38B47FAA54F993E85EFB /* ClockGettimeWrappers.h in Headers */ = {isa = PBXBuildFile; fileRef = C167C401BF3606ED5627405F46E99B5E /* ClockGettimeWrappers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD24391DB204B0F0150DD722EA4DA643 /* Barrier.h in Headers */ = {isa = PBXBuildFile; fileRef = 28566A78A06E9CABF6E39823F2FE4E56 /* Barrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD42EDEAFE7C194BEBC07B0E8916625E /* EventEmitters.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 316E8E9EA4E7A8E636D1CF14706527F0 /* EventEmitters.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - BD52233D4731398E69A05EA9BED212A6 /* CPortability.h in Headers */ = {isa = PBXBuildFile; fileRef = AC89C8FD1FE7295AEA8ED12AB7D9C5D5 /* CPortability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD7E980EEAA817E9B0044095ED7C505A /* RawPropsKey.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9A917490771C99C9974DC2C1F88580D6 /* RawPropsKey.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - BD882650F53465EDA556F9C7E25FC4F4 /* UITemplateProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = FCECA1BD6BD7A4B2E57A86598F14C137 /* UITemplateProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BDAFB38C189FDB8C72C0E320D8833B6E /* RCTAppearance.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9466D9671AA787E458A67C2ACF9A280F /* RCTAppearance.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - BDB6098D7606F0D0F77828FDF222D45C /* Scheduler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CAA71D423BFF3DEA399C2B2EA37A2C66 /* Scheduler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - BE519D5391602E728E339512CE34C47D /* RCTTextInputNativeCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BDA3772A8FB0FB4E71787E71F18FCC2 /* RCTTextInputNativeCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE915A8005FAE960299F6686F715BDB3 /* RCTComponentViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 23D2F2D477289225499FE4AF66F148B9 /* RCTComponentViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BEB24FEDD7BD59002FB857F62FD130F8 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C45EE6A2D6012FDFC337CFDF9C0F8C9 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BED29DB3DB08E2CEB0A3A6CCF092F9D1 /* AtFork.h in Headers */ = {isa = PBXBuildFile; fileRef = 6921516C83DD2CF0ACE18CBFC56BD538 /* AtFork.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BEE451D0FCAFF1ADA898FA4E1850A70C /* RCTMountingTransactionObserving.h in Headers */ = {isa = PBXBuildFile; fileRef = 17F89D861A5350A8EEB115AAFDC83ABB /* RCTMountingTransactionObserving.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF0C210E6928A1E58A028E15E7CA716F /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 101ACF51390FE0EFAACA8F5235B4FE96 /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF20D2A7862673434F3EF7186A097E3F /* kqueue-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = C98A905781B6C8BF5EC91D874906C9DF /* kqueue-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF25054A0555A523A496A6D5AB284698 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 98CE5818CDC87E6BCAEC73D796928A3B /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - BF297CA64A187E3071F775B7FA89510C /* HHWheelTimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 10A362510C018F412AF2D8F78EF1441D /* HHWheelTimer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - BF2BB878A600964649203CBD1056AFC7 /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AA91D919A0579D534A941A918B293073 /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BF465C7A4A577BA245E1B817567CFD90 /* SRHash.h in Headers */ = {isa = PBXBuildFile; fileRef = D5BA7344FCD874E593DEBDD398062C25 /* SRHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF467F5169EB384C8FC08613D3656119 /* Padded.h in Headers */ = {isa = PBXBuildFile; fileRef = F2EAD1082E356BE7A2AC1E4C504B6AB5 /* Padded.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF59B1DB764A48A53DFB8A6043B3BF48 /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 242F718867406061BF6D46CF162D4D69 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF59F036642AF99C2599F37F5DAE625E /* PixelGrid.h in Headers */ = {isa = PBXBuildFile; fileRef = 775FA713DA098F085E92622AA6BF035F /* PixelGrid.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF79EDE7AA3136E0B9AC9EA6A9CA93AE /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DAA14F95892B0E87EC00676C84F4521 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF835DA55D46E6E5FE5D338F49D7AC9C /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 27AB66F79075313382FB581671D1124C /* React-RCTSettings-dummy.m */; }; - BFBC14969715E7D51A974E8439B5EFB4 /* AtomicBatchDispatcher-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E9DA41EAA9EEB287690A9E5E31FFBE9 /* AtomicBatchDispatcher-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BFBD6AE065C95460B11ED9279929719A /* ViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6146FF2815EDE98422E1A948848D5B80 /* ViewShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - BFD9A7E9D903E59C6571D97EB3D0B961 /* Windows.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D7B7263FD0F40043745EAFD3B8EB4BC /* Windows.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BFE885CBCC245D11059132B28ACEA69D /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2CE6320AFCE8917C21CA373B439074F0 /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - C007DE5CAF8EEBE07DD8F59921880C7D /* Badge.h in Headers */ = {isa = PBXBuildFile; fileRef = A124171ADA069065CB354618378EC09A /* Badge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C01CE68BF768BDE7C10622C61ACA8BB5 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = 02F735F004BB5B8D7B6AF7402EA7CF08 /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C05415DBE0123C32D5EB751D425B0862 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = EA6D7BAF936F31432AC78333491DF6FC /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C05A28AFFBC5A571D6D3CD4A177620C4 /* LtHash.h in Headers */ = {isa = PBXBuildFile; fileRef = DBB59F0C6BBC057E2D9E22FAA0AEDCA0 /* LtHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C061C4A242BEF7A0361D50ADCC5912A2 /* Request.h in Headers */ = {isa = PBXBuildFile; fileRef = 46D13D85EF303448DCD24BB70B68B3AD /* Request.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0A10C6BFB23F6F0CDE8B27D5B1627DC /* EventBaseLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CE40E576ED622A370E0F539AB6C664D /* EventBaseLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0AA8E5DC19580CD56E6741BA43B2836 /* Database-turboSync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DED72789FD4EC9BD2DC6FDFF88E363CF /* Database-turboSync.cpp */; settings = {COMPILER_FLAGS = "-Os"; }; }; - C0C0856AD6DE076790CAE88339F32B9C /* React-FabricImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E5B2066D3C7BFD87CA9F17699B79F19 /* React-FabricImage-dummy.m */; }; - C0C7B2A0905175FBB08E46FD10E3F3A0 /* RCTTypeSafety-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BE32D7904D166DF4A8CAC03CDA2BE9E /* RCTTypeSafety-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0ED14E67CDC71802BCD42E8896349B3 /* RCTReactTaggedView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8FD27DA12029326E9AFC54162346D66E /* RCTReactTaggedView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C0F708956F73EA957F6F1953294E9642 /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 165EA8890ED7918D5060A89BA3225B69 /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - C110EBD8C7D90783590DA1559061CBDA /* LayoutAnimationKeyFrameManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A79921BC515B4718A1FF86F607431011 /* LayoutAnimationKeyFrameManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - C11EF129102FEA92EFC277906EF1B214 /* Cursor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC35D54A44922EA39317EB85E4062916 /* Cursor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - C1473F48840C5A540DE2CAA04E10C72D /* Semaphore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4B3C43BE32FBE7E440FAE742B31E31E /* Semaphore.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - C15F3049DE9B18942447C82E47310152 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EFF30C8E59A36CF8D13F29F1F8BA4221 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1839881C531EBDA97CAE02C0B93303B /* RCTBorderCurve.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C98046CD2D309EC4330D35C34B64D95 /* RCTBorderCurve.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C185D6E1463937C9C8838AEFC1611DAF /* ShadowNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E4BC1F40F29EB48D6EB6E57B1C0CC81 /* ShadowNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1911ECC13FD23651FD2579DFDF194E7 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 12449709EC8940CD923E0E154F667F80 /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - C193A40EA3708AE16961D249DB39249F /* rounding.h in Headers */ = {isa = PBXBuildFile; fileRef = 9202ABADA66F3D740CCDC3E4C237EF34 /* rounding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1AA412F8A5E5193FD8C1B2D421E41D6 /* RCTUnimplementedNativeComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 128717B90791A8D9A00D96677183E4F5 /* RCTUnimplementedNativeComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1E189463F93C1BAB3111671F30B658A /* TimedWait.h in Headers */ = {isa = PBXBuildFile; fileRef = FEE38A1373D7DB07320186D05BAE0DA3 /* TimedWait.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1F7D22024306C3F957E52F208E94D6F /* FiberManager-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E6DC6D683BE48C8603DB1A063DF64A80 /* FiberManager-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C208AC6A6F7011100A385ADE5DC0A859 /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C5C318AD091EC8D60B1D22F18727770 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C23F7CFCC534F43CF3C242C9C35B67AF /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 08FB4D039A7AB8BA3B4DE3BE6057A5FA /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C26944AB05DA40BE11169983F3197453 /* ParagraphProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 320C4D0A5E94A151E3D8D65D2005ACCA /* ParagraphProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C26BC76C02FADDF83830628F9A56A88B /* Channel.h in Headers */ = {isa = PBXBuildFile; fileRef = BF4C2BE2EF158175452A6894AC80C9C6 /* Channel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C29CE698D1770AEEE3582BF2BA8A1F78 /* RCTImageUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81A478819A49005EF713C4901CE7BCA9 /* RCTImageUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - C2D30F3A45295D93F7C3086CE5966CD7 /* Access.h in Headers */ = {isa = PBXBuildFile; fileRef = 606F8551474BC68C06F43277EB89BA05 /* Access.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2E87AFBC84EE5CAF2BF228C8B5ADD8C /* RCTAccessibilityElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 60597898E23AC1CEF0169B996FAB80BA /* RCTAccessibilityElement.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C313C6856D209957AEBDDF804FBEC3D2 /* RCTImageManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = B0A04D87C3AC4CD494C4F6A52B9A57B6 /* RCTImageManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C322B86EDE9631008DD884968D794E45 /* RCTComponentViewHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = DE238FDDEC93AC791F87419C1FBDAD07 /* RCTComponentViewHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C331FD5FA19879F7DF20AECB41E19E33 /* HugePages.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A7D0F88307C056C069909E7EFDECF64 /* HugePages.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C36FE3A46CA9433E6E5E7F6E3128AFE0 /* TurnSequencer.h in Headers */ = {isa = PBXBuildFile; fileRef = 14C9F4C3EC24F2B25E6C7E03B51F8272 /* TurnSequencer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3855416BB6602A06030300575006A60 /* evsignal-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = CA5C40BFC3723D1B109EE36BC030222F /* evsignal-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3BFB2E57F80BDEBBA4D11667DD2CCEF /* ExceptionWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = A5D58A34D07A154EB722D5C344C42FD4 /* ExceptionWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3DFD45432052244ADF4F298BB1575C2 /* RCTComponentViewHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 11541763C18AC40030E69AE465DDB1B3 /* RCTComponentViewHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C410C1DB53C18BCA4D6E65DF61DDFEB1 /* ImageRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C35972EC310CBCAC2FEF122D3F5BADD /* ImageRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4242679CB4327A7ABAB761271654E3B /* ChannelTestUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 61FF7B7D86A72F246A0780A9DCAE5717 /* ChannelTestUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C424C4595CDECB92B7FAF22CE6BFF79B /* TransactionTelemetry.h in Headers */ = {isa = PBXBuildFile; fileRef = F42870B45CFBB861DE5977D8AAD64CC8 /* TransactionTelemetry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C42C4951701CF390B81DD9D011293EEB /* Assume.h in Headers */ = {isa = PBXBuildFile; fileRef = F99096BBDF75C8210996F067DA6B3C8A /* Assume.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C44A5FA0DBABED1B3F637BE90E12EE4A /* RCTBaseTextInputViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8BB6A8F879487DF84FDED3651FB5F23 /* RCTBaseTextInputViewManager.mm */; }; - C45170D2C024850519AF55C55941C511 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DEF4702FC9C126ABE128496AE05033B /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C453674B2291CAE0955C6049DD571F8D /* RawEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A313D4532E1F04D91F64CD0AA74A7AA /* RawEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C45700106F41C35BEC726913F43B8FED /* Pretty.h in Headers */ = {isa = PBXBuildFile; fileRef = 585A824E1C0E16EF8F597287C61046BB /* Pretty.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C45782C8F57EC69778E9CE8B87B832AC /* IoTestTempFileUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 203A9D6B9FD990D3D4E645598A8B6D50 /* IoTestTempFileUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C46DF5AB4BCD0EB6D9387096E4352F5A /* MoveWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = D9BB4BAE1D2EF86DDF78CEC622429F30 /* MoveWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C485F521E00841AAC0E1EC3B305CFF20 /* EventTarget.h in Headers */ = {isa = PBXBuildFile; fileRef = 09F4BEC32DABF4FF27E52067E018FD9C /* EventTarget.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4873B0A7BF9612DC8A34F413BF5E39D /* Barrier.h in Headers */ = {isa = PBXBuildFile; fileRef = 643FA16D55CEBDDA0F70397515EC71CE /* Barrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C49B39D86F20C10195A2965051773113 /* RCTInputAccessoryComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BBD292416BA5E275DA62DFCEE9D242A /* RCTInputAccessoryComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4C7CFE9F18A74F0B7C9D07B377F8343 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 52D748C19B9D13E5A5504F0AC1C62CFA /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4D996F0813CB7C125D8AE648CEEF495 /* Traits.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BCB13DCCD32D13511D0A6F25AABE1D1 /* Traits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4F5A03BA3918CC8420F4036EA393988 /* Observer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0958950CA33B51031BAD2A491D513F66 /* Observer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C51302A5EAED077D85918458E2C63EE6 /* RCTMountingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = D23FF2544E07FCBC3D62123196186036 /* RCTMountingManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C5396E5DC38A9C116EF6E61BD42B8262 /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AD9BDC06E41C47C845AC231063F75D6 /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5675D603F980E96221B566AB833E98B /* UnboundedBlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 280D5F390AE3F76187FD986BECE23EC5 /* UnboundedBlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5703AF1536B63AD070E26A8105A0261 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 20DE44EE02C4DEA120A532F5B81AFE5C /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - C58539D500B3AF81962AFBB43991FA25 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2C558C213FBBAB00091AE3375251F707 /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C5C20448FB61230D0B64EF482D732148 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 54EDF8487AEB482682F812BDB74D85F3 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5C51FB535A6DB9E275CA8AA004875A9 /* RCTParagraphComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = E98F54396D880F2D2F028809DA0EEDEC /* RCTParagraphComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C5C5421D052C2615C8059AD6B92BE8D3 /* JemallocNodumpAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = E1EBAF2CE6B60182374327B30D70E6E7 /* JemallocNodumpAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5DEC62F15E8061D3CA8ABB661C8A012 /* MallocImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = D9747CF4D2CEC9E0B5026613E16A8EB5 /* MallocImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C611B52F178DE5A410AF887557A7C460 /* Synchronized.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D1DB6B26BB6FB154F80143AC76199CF /* Synchronized.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6234E3020ABC4108751F8DE8EEB11D9 /* TextInputProps.h in Headers */ = {isa = PBXBuildFile; fileRef = F4BDFCE87AAD7BD2C62BDD42493C1F4C /* TextInputProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C64FA5D54F1882466558A933BCBCBFAC /* RCTScrollEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = FA23D6ED6A06E951F8E9DD6E943AEE12 /* RCTScrollEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C666EB764B1444FA79005F5DFA72B97F /* React-logger-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DDDEB5E3DDB55031C741E694C99F097 /* React-logger-dummy.m */; }; - C6AD977C6633C4690122F5AE55A4F5A2 /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 542BDBC61B3061D6EBA28467FCDBEEC0 /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6BAD4A917CE6B5AFB8D45E258148C7D /* ht-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = D1CD6C76A80962274BA92722A38380D3 /* ht-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6BD6EDE56DD4DD43087F9AD1ACAD1C7 /* ExceptionAbi.h in Headers */ = {isa = PBXBuildFile; fileRef = 79B684EE03016354FF60F801E2FDF2D4 /* ExceptionAbi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6E2BC7B1167048B585B00BD0FD8226B /* EventPayloadType.h in Headers */ = {isa = PBXBuildFile; fileRef = CBA86552DB5CCBA527B3B78B46FAC65D /* EventPayloadType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6E72C1F67BAC2EAB66A17792F8EC45A /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = C852F6A82B1C9B49E8959A95598B41DD /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C70D47FAE84A1A763AD4E2F68BA48BEC /* TimekeeperScheduledExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = C0CF79F83B1A4FF7E08850292807E764 /* TimekeeperScheduledExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C71328BF1B0D97727043855FA74C4677 /* AttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 7523FD9313E276A556D7FB6A2BA91DDA /* AttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C72BA7A2BA27A7D7022F013E1FBC0A6F /* Merge.h in Headers */ = {isa = PBXBuildFile; fileRef = DF54E34DF9D12ACADD8CB4340A357CEB /* Merge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C756E55986F09A477609830FEAF6954F /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4721C8BCED43573B2F6B3FAA3F911AC9 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C757C8BCED2BCDBF8A603ED7AB8FFA49 /* Future.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC3CAC1DBB33AEAA943C9EFB5DABEC18 /* Future.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - C75C0B1BD29E7EE9EA6E9E62941EDAC5 /* viewPropConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = A943D07D7511DEBB135E170FE2699783 /* viewPropConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C765C4BD1697FE05A0D0CE03011D4985 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = C22E5477EC9BBCEF090FE351832AD5C1 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C781F53EEEB340AE3DD3887665CA0217 /* id.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A9DD4B80DE2633C2070E08CFF20E1DE4 /* id.lproj */; }; - C78DE1BAF25E1BB66430FB7160B939A9 /* SafeAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 29E905D12B9A48AE137C442AEFA6DF77 /* SafeAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C79FC625D515B220D8BA3958DA4DDE29 /* Range.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C5705E15AA878F473FF6C19113197E2 /* Range.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7F104405E899BF552F338C5095B5EC4 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D5571DDBD9A9F50021BE6A4133BC9DD /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7F6C000ED03EC81504B842417FC0A93 /* evconfig-private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CDE7EE21F400FD171D1A648EE62D142 /* evconfig-private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7F711F72A216F62E5B85345536E5D7D /* WhenN.h in Headers */ = {isa = PBXBuildFile; fileRef = 396D21BB6AFA2975C5103319CEC43031 /* WhenN.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8186221ECB1474A5256D50B1F4D48E9 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 21615CEF624130E91B5A579561C69BD3 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C838669A2A7E0BED3B5A3636674F8736 /* WMDatabaseBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BDBE7CE6D3F52A2CA0B929510485402 /* WMDatabaseBridge.m */; settings = {COMPILER_FLAGS = "-Os"; }; }; - C85944F3F389659341F1B62C6DC97DD8 /* RCTAlertController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3295BC0620F902BF8FE6CEDF6BF8FAD4 /* RCTAlertController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8A8A9F79962445674FAF5CF1016907E /* RCTRedBoxSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DAC59D5D046459DBDA9DB68FFC66735 /* RCTRedBoxSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8B28FF8DE90A546471A1C7E1FCF1517 /* Executor.h in Headers */ = {isa = PBXBuildFile; fileRef = E4106F7D4870CC3A4DFB3CC1B10305F0 /* Executor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8B91223C200A704B7655B2AAE81EA9F /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2E221D0C0BBC2106A8BB184FED81BFD /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C8D38E4DB70DC5493D7B0EDDD7077247 /* RCTInputAccessoryViewContent.mm in Sources */ = {isa = PBXBuildFile; fileRef = 080C39A7871BC4D4C6F842717A3B38DC /* RCTInputAccessoryViewContent.mm */; }; - C9078FE105D363424050FA5B4892109C /* ComponentDescriptors.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2D1AD27257D43D58F9FE12B4A27151 /* ComponentDescriptors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C988B4D32693B5A573AF618429D1134F /* RCTAnimatedImage.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0DBD40790B63589310D6281125782E0 /* RCTAnimatedImage.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - C9B81EA720D3E0A98F9C2B2EA459B68A /* RCTNativeAnimatedNodesManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 779E87B7EC6681F4D5E60EAC8ED133D1 /* RCTNativeAnimatedNodesManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - C9BB126CE779737317FC68AF56BD2B29 /* PropsParserContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1557742B8F86BC20B1BD314548EB59BB /* PropsParserContext.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - C9C575E4996ED9D1C54A43ABD58E1F90 /* RCTImageEditingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9D9D32FAC0BDC7E7C285F757AA7AA05B /* RCTImageEditingManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - C9E24D8242EA58895CB71FF5915EFE30 /* HazptrObj.h in Headers */ = {isa = PBXBuildFile; fileRef = EC912B3628977BB86FAE7F15B57D01FA /* HazptrObj.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9EFE117F3A5AE43FCDDB2C14556BE5A /* RCTUnimplementedViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC7E3AC17909354848AA57F00945B63B /* RCTUnimplementedViewComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C9F0B83054B1C4565B2BF7CA3CA4A839 /* RCTDiffClampAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0B0950BE99BCF642E1F9B46B36C44C16 /* RCTDiffClampAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - C9F40172B1439FA8D286DF910A54B7F3 /* SimpleObservable-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8264A97C5FAC8CF1C333588BBB733107 /* SimpleObservable-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA097A4E95EBB1A8274B3EAA9F02848E /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = CCB0406447F933E6B8D890756FF2B081 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CA0DB744A4FA2AC46C004D51B93FB4E4 /* F14Map.h in Headers */ = {isa = PBXBuildFile; fileRef = EB58510E87C76DBCDF19336CDB492BBC /* F14Map.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA35CE93C5B4290801EF43AE9679FBD9 /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 96B5733106A036D4F39756110B36BB9C /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CA6372FE8C255D8A3C855DE009D85EC5 /* ThreadName.h in Headers */ = {isa = PBXBuildFile; fileRef = 36977AD384D95E535342C1FBAA90BEA1 /* ThreadName.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA707C4FF74E40B53B0357B8B383C7B1 /* TextShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 353854D19124399936A3A5C0D1303693 /* TextShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - CAB5CF2639C4522DDDFEEB29AA527441 /* RCTUIImageViewAnimated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B9EEE2CAF7ED339EBF934CBB7B7B370 /* RCTUIImageViewAnimated.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - CABA722B6CF389B186F0C913BE665AC1 /* traits.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A60A0DB3972854776B6A5248CA9DA15 /* traits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CAC1B093851BF9840C1AE683B0FE8C95 /* SchedulerToolbox.h in Headers */ = {isa = PBXBuildFile; fileRef = 264BBF75726E44CB953925F20F319367 /* SchedulerToolbox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CAC8B5A189290AF4483A2D846B6E7332 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = B6F81A740FB2951DDF9FAD5547905E2B /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CAF060E5188D6BFA69D6A5F0AEEFAC0A /* Merge-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = B15BB0FBF1BA1A36A92040BEC7AE9787 /* Merge-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB04252B848795F3216EE1AB09395D69 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AF21108725FA51B85FF102A31ACD238 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB3D0AC631BD61A519FB4345B9DD3657 /* CodingDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 690769581F1AA36FD5A07EB89D8E494D /* CodingDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB5B2ABB5244DB2C95E9B753F95C3329 /* Geometry.h in Headers */ = {isa = PBXBuildFile; fileRef = 54A4DE44913F5FA3DA0EA6ACAB546D02 /* Geometry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB5D238A996D51997B4A3B69E7D31585 /* AsyncBaseTestLib.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E097E058AAD4CD2598A6D2C9F8DEE42 /* AsyncBaseTestLib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB73888638024A114D1E1775E49C84FA /* OpenSSL.h in Headers */ = {isa = PBXBuildFile; fileRef = B5723FBDC74FDB1074CD555FD0A4C589 /* OpenSSL.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB7BB540D774FCEEF8D44A4F6997FEE8 /* RCTViewUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 63AABEEDB70066DAB629C1B884EA3332 /* RCTViewUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB9682997F325CEF5CFAC2AF11672429 /* LifoSemMPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 822E435CAE96C8DDA7592EE547D29EB5 /* LifoSemMPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB9BF684F87182B4EAA202681ECC86C5 /* StringKeyedUnorderedSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F773CC98CB5820FD0A9FEDA522D179BB /* StringKeyedUnorderedSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBB7DEF8283D623ABE6FA3A54732533D /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BA04B8CFB7811A9E84913CC6B759E3D /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBC6E5B8962D0E923395178721A06CB0 /* FiberManagerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 06468B8DF6237FFF04E9E0894D4E80F9 /* FiberManagerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBCF0CD33FE7A4755EC766DD3B72A519 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = DA94724E1F44A86A9BCC49599D2C6936 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBF1895DFE03655D6ED3DA2B2F44DEBD /* SchedulerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 56D65BE8ECC879A0DFF7ABE95A17DFA2 /* SchedulerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBFE32E204AE760C2C639C9F8CFC6C11 /* LegacyViewManagerInteropViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EE4298B23B2D2DE230691AEB7F0DB8D /* LegacyViewManagerInteropViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC0AFBB5894F53C60A085BBFD98F8B27 /* BatchedEventQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = AF2A88DBF7CBF6848E5F1061B8C40EB0 /* BatchedEventQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC400BCD0B0ABD3CE22C46395C39F0C6 /* pt-PT.lproj in Resources */ = {isa = PBXBuildFile; fileRef = DF78386D0AEE72DD6B71B2D140F875D8 /* pt-PT.lproj */; }; - CC4E9EF6D0CA7E45F88012C82E8F56B4 /* DistributedMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 944FB80D37DBA4AC0D8069C6E90C364B /* DistributedMutex.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - CC51706B2F6AC58B51B8845F1B971DE4 /* RCTFabricComponentsPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = EE3B83E3C01601A14E0EF4EE512696B8 /* RCTFabricComponentsPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCA37D065218C0C45FDDF8CC70E835B7 /* WMDatabaseBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = AF8B65553F8AFCCEB2D7E89AA2A10C8B /* WMDatabaseBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCCCA0AEDB636A2D86BC373E40B17731 /* JSONSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B1F1C4EA260A81BED0D964035F3B87FD /* JSONSchema.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCD344268F5C52A360B7BB5F3AC8DBB9 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D1D11C73A7114294DA88607E152034 /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CD188A90E4AA24F40D2808718D060C44 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F709B56E3CE0FA3DA3E06A44105D8A1 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD280784466F4928F62D8A9306BA8C9F /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5544BD9114FAA706C681947EB7A32822 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD329DCDEC668B56F63A4AAFE68E22E2 /* changelist-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 793DBF2DE0428672C9676A36A62B9704 /* changelist-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD5553B199BCC0AAF7B04A73EA3D1705 /* RCTSurfacePresenter.h in Headers */ = {isa = PBXBuildFile; fileRef = CFB1804FBB0625B6A7154FA2EEAA5EEE /* RCTSurfacePresenter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD652BF82D67297CE2CC05C21BA6362E /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = F0E346CA8DDBBEEE6FF86B6698433E56 /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CD6C30054700051E75FFD13886A45A9F /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 125A67FE8A38C31042EB291BA0FDDA19 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD9581262F093681000D0C9F32E2309E /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 84E0D0752274167F7E4CD9ABF2D7C0AA /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CDB1EA108E7BEA82BFBB66C94A5B160B /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6241EF8D7F09232E8DBBE2ED58D2123C /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CDDDD9B3050D0D59E9085C0AA2B8CA98 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FCA81255362F436D92710E889CB2D7F /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CDE64B85EE29F20AFB42B94655DB7362 /* LegacyViewManagerInteropComponentDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 290028520CEE83945693AB901B812387 /* LegacyViewManagerInteropComponentDescriptor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - CE0EE0BF9B134EBAB9CEDF56125F87CC /* AtomicUnorderedMapUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F3C72D4960633A00F74D049E94971DFC /* AtomicUnorderedMapUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE21FD7F3CB0E0F1B97E3DB09C9E9D37 /* hi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7E84297DB1C4115AF15788D5131478C5 /* hi.lproj */; }; - CE464B2626B9D011C3B1CF97A9D4FA22 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 111A558E019AEB6F9EDD671FD74E1580 /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE46880BFC7AF62E532CD663C3769F6A /* ThreadWheelTimekeeper.h in Headers */ = {isa = PBXBuildFile; fileRef = 160533624AE3B34B4020AC1865C27510 /* ThreadWheelTimekeeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE539FA37EBB7302FAEECDDEE01FC265 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 764F47B91297FD4C2E4DBEAAA6225359 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE5A8EF5415FDE06132E33849FB327C4 /* MountingCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 47E60C73FC956450FAD51C4BF49F9F17 /* MountingCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE7800551A0EF2E89CEE4AE09B4F1489 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2431F36CB5EEE5DF82EC0FC1E4580CF6 /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - CE8283BA3514C7CDCE712C58EED4A5E8 /* format-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 57D4907D1D7F85A89B2BD758DBB62B49 /* format-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE91726292DC2E08A61D963F5368759A /* IOBufQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 4178B4FC5C0DFB2F404B09671505E1E4 /* IOBufQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEBE71DD468496C87D8E1632657E0F79 /* AutoTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = A6625C6451E01039C805EC57B2C1A23A /* AutoTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF10BC65A3B08F74906255AC0F208AE1 /* ExecutorBasedLoopController.h in Headers */ = {isa = PBXBuildFile; fileRef = D144E61387E582BAF0211592D0C53219 /* ExecutorBasedLoopController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF407DEE5232961FF2D99D544142AB59 /* MergeChannel-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 80DC3493628DEBE6EA722AEB520F06F0 /* MergeChannel-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF4DBD00D4A757ACD13AFCD2695A0AA1 /* FloatComparison.h in Headers */ = {isa = PBXBuildFile; fileRef = E3DBA3A2D2BC4382782AD43363AF323C /* FloatComparison.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF64B491BAA53EE686FF7BD15B7DC0BB /* MountingOverrideDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 65183638CBD962039EE9032C26FD2BB0 /* MountingOverrideDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF9A9850FB1F6F9141BB142595582E76 /* RCTDevLoadingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2EF5D15F09A2040D80ABE84B5DC67E78 /* RCTDevLoadingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - CF9E48C352AF354405D9A2C6E253CB95 /* RCTInitializing.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A466901F490925133FE03C460BCED30 /* RCTInitializing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CFC29D309D6E0BB5257FC1EC7BA9F3DC /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 64E6E3F0A9D0ADCFEE927A62942166F9 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CFD58C5DC1B51C09C427623A53E32171 /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A74BEBBC5334C0E3C59E574AFE2FE61 /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0061A55E45A5F511516CACDA44D261B /* Convert.h in Headers */ = {isa = PBXBuildFile; fileRef = AF971823FE5688D66B53550D3D0F645B /* Convert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0061DDFE013432D3126AC717DF107BB /* RCTSpringAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1E76EAF8AE4C7015430FA29950F822B3 /* RCTSpringAnimation.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - D0089F1D0F0F8111650577FB90FD8577 /* SharedLock.h in Headers */ = {isa = PBXBuildFile; fileRef = DD6DE3FD3A63B6E689B1C56310A2322D /* SharedLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D031036FFFD0D4FBA2DC5B4AC8EA25BF /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 591F6821058A96A64A16061E1AE17F0C /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D05925CA66EEF52513EAB4FB077F1C0D /* IPAddressSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 77A4751B2A3B03113BB633D0F657625A /* IPAddressSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D05D238859D91DE1BE86E966CDF1A25E /* RunLoopObserver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6AF87C7B140EB8F23DCE7A712563081C /* RunLoopObserver.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; - D08C91C8529C6F19E3D01464C5112692 /* RCTLegacyViewManagerInteropComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 90D9409B26149C57218433B8E35D5DC2 /* RCTLegacyViewManagerInteropComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D09EE6A29D5E4DE5A862C17CE4978890 /* RCTMountingTransactionObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = E13CECC8DD00B6B26E8BBA35D20417B2 /* RCTMountingTransactionObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D0D56D050F8EB5F8D76D528678B59BAB /* LegacyViewManagerInteropShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06DA33452520E7014B082FF988C585E9 /* LegacyViewManagerInteropShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - D0D6539BD9A0A65FC2B337EDC36A87B2 /* SemaphoreBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ED8969B9D2F26156B49FAAA5AE17B0D /* SemaphoreBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0F8A3B8E9D347039D33A2F073A15F59 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7CA0698CC717A9A2E3CB1E2D0AEBDDFF /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D0FD3819F29B2876E8E85A4E7355F184 /* RCTDefaultCxxLogFunction.mm in Sources */ = {isa = PBXBuildFile; fileRef = 12809A33B04A1B77576FD5CBCCA5B007 /* RCTDefaultCxxLogFunction.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D0FD78C333F440821100350A75D8E2CF /* FlexLine.h in Headers */ = {isa = PBXBuildFile; fileRef = DB38ACFCCD318B654FBF0E5CC7D2EAF5 /* FlexLine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D10200B4F61D21E1565FCF600122901E /* mm-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E56C2C85A5F3C515CEFD0F863456370 /* mm-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D103957F0A2DCCDC7AF79D54DB8B7B55 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D70DB0D5607154DE6F450B9021BAC98 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D11F9027DB6DB6AE9612FB34F84B3E28 /* react_native_assert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C699B311B626CFC41C485B1DA9160EE /* react_native_assert.cpp */; }; - D12D4AC72C417924F4F68FFEB0F1C4A7 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 83CE30C792499A9FDC958DC36A5AE288 /* RCTConvert+Transform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D14BA3518A69E0DA464EB11CD017054B /* TimeoutManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D1510235F2E5A65CD252749D6B975E5C /* TimeoutManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - D1620F64DAD2AA2AADA9C5E91DE95E92 /* MergeChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A5C272B0D07717745D54CFDBFFB45C4 /* MergeChannel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D182CAADFDDE3F5991B9C40A69547938 /* MessageConverters.h in Headers */ = {isa = PBXBuildFile; fileRef = 5949C6431070B702586E7F55D5D846D5 /* MessageConverters.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D19342AA6A7F578FC9F03999A3EBD0DC /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = A36708C9138407760FC3DA2A7ABFFC42 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1A373773AEF01ABB3056811FC662E3A /* RCTSurfacePointerHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = F7195CD19961E59AA3407E2C128567C3 /* RCTSurfacePointerHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D1AABE5EFFD89F9E53026EE8255079BA /* React-hermes-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 235ECC6D6A5F436BEEB8E4FC15B1D860 /* React-hermes-dummy.m */; }; - D216C3044D69C9FF6DF65D50CDD3C5C6 /* DebugStringConvertible.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A17FE2FDEFF2F1978E06D85FEA2E11E /* DebugStringConvertible.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; - D250536571E9BFB8F9EC81A5EA2517EF /* Debug.h in Headers */ = {isa = PBXBuildFile; fileRef = 42B9C51071C2AEAE7F951E09EBCDF7BB /* Debug.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D27DC9EE3420A091E787EA7566492454 /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = ADC126D09E2E83FE61D33325944F858C /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D2B6E57FC242C102B065903D31877C13 /* hu.lproj in Resources */ = {isa = PBXBuildFile; fileRef = AB088A3B55E596BF9CE3A2DFAF2C4712 /* hu.lproj */; }; - D2CD4D4CD5E1DBDFCD57AACEDC5066F4 /* TextInputShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 93C21CEF5F12E0CE372BE03FA2D23316 /* TextInputShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2D37C53D6D46F5244B0C3F1595326E8 /* AtomicUnorderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = E2168A7FDE1343635E58BE30A677EA1B /* AtomicUnorderedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D30CF13E77EE0137856125EC3CC9CE6F /* RCTBaseTextShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0F4670F980180AF90D3710EB03BAAF99 /* RCTBaseTextShadowView.mm */; }; - D31D761CE3764BFF81D314020485C3A0 /* ShadowTreeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CBDC71C6D84200F480A979DA9170F0E /* ShadowTreeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D337FF81D18671D09BBF5B0A161A3E11 /* States.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1E82B2BC91CD9F989D4DA3B10DAEF9A /* States.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - D36B9E4D9FCC3E669E3BBF684E33D8FA /* ComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 01855A3FAD338F5BFC5A47FA3FE5BE88 /* ComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D396C55A0366A4F29F09157ADCC6237D /* TouchEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F1E57D89916E592820D6790C8B8BC6B /* TouchEvent.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - D3C9E23F1BABB28E8FFA2E605F58652D /* ImageState.h in Headers */ = {isa = PBXBuildFile; fileRef = D493CBAE44E57D1532E37913196058EC /* ImageState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3DEE99A1D37190A904A3FE59FE207F0 /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 097BD740DB2CDE03D878DF14ADFE45EA /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3E6166884C84489B08F288402B14D16 /* NotificationQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = FDD64713AFF05B3225682761884B7222 /* NotificationQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3F6B7E6A8F2BDF48EFB09866D2E2F78 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87444686D04B28F4781F873A9B761395 /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D40E836BA8EBAB42AE03C6A63036549E /* FollyMemcpy.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DAB1595AFE987D4BA4717DA68F63BE3 /* FollyMemcpy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D41E834158E9B2B77EB858D5EFB1FE92 /* RCTJSThread.m in Sources */ = {isa = PBXBuildFile; fileRef = CD52FD7A9BD3F21AD81DBFA974C0B6DE /* RCTJSThread.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D421BCDAA127190EBEB175B0F80E991F /* ko.lproj in Resources */ = {isa = PBXBuildFile; fileRef = EB7E00726D1EB2883288765F99E07C41 /* ko.lproj */; }; - D43AA746D3900573A183C3BE002EF7AA /* Transform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5742F82A910BD95E415693E6B4C0E550 /* Transform.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D44101718FC1791A23776B1ECC93F475 /* Justify.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E11CA58435134EE7CF41FD16D2BFC51 /* Justify.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D44C6F551E6152B3BB7243E2237DA966 /* cs.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 84E3B22D19CC7512D39AB6518760D019 /* cs.lproj */; }; - D45DEA02B919A93320447C0D6BBCCA19 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F2CEDD76F1A4CB5237FA0B066C02E1D /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D46D9D3A6A06B0BC5B87E4D75ED66A08 /* PackedSyncPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = D35F52A5731D173DB3F0A8EC61FCCCA3 /* PackedSyncPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D48377DA1138FF652CFD9770627CBDE6 /* RCTAccessibilityManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C371B051037760DEC5EA5C39148A7121 /* RCTAccessibilityManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - D4A3DF9BF79B883AE806C59180074EE7 /* ExecutorWithPriority.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F271446D9D70949F69EBAD23DCD198D /* ExecutorWithPriority.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - D4AA2C4B2B0CD40C96F6C60BFF73451F /* JsErrorHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C12EC4F60D3EEADB3C5002F44552F47D /* JsErrorHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4ADDAC7810265CFDEB97B0907FBC38A /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = F4356BC407FB7EC9646E4946CF2C5B1B /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4D83A2EA66CF8B6CE85617167782D2C /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = E69ED89A8962B500709F97AD67663FBB /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4DC43C4F667AA4FCB50CCB407AA39AB /* simdjson.h in Headers */ = {isa = PBXBuildFile; fileRef = FFC414CC034BD2C86FD9B15FC9C7D5D5 /* simdjson.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4FB31079472F5D91EE14CAE9F03D623 /* FlatCombining.h in Headers */ = {isa = PBXBuildFile; fileRef = 643EEA9239A8494F75D59E82CD521A15 /* FlatCombining.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5038862317922D46D64D0ED37FE7F81 /* RCTBaseTextInputView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9D54DFC2FA29B257AD58F237DE69C646 /* RCTBaseTextInputView.mm */; }; - D5403B5C5C9553545D92BE223E1EB6A8 /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BD77C9621D738C8B0BD2C5BE6018606 /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D54C698DA80A17EADF0632CBF7123731 /* core.h in Headers */ = {isa = PBXBuildFile; fileRef = 478DA32BC8D4FE44144F47FF398DEBC2 /* core.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D56676029ECAC249DC3C700081D19FDB /* componentNameByReactViewName.h in Headers */ = {isa = PBXBuildFile; fileRef = A9FFBAC47E61094F30BEA1021019532A /* componentNameByReactViewName.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5C187D7EA262C169DADF2FE16A0E7AE /* RCTStyleAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9376961CDDFC3A25B19BAB87E5652695 /* RCTStyleAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - D5D9A6A07BA34A1567B80F0C17F6DD4E /* NSURLRequest+SRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D0E1BB43E08278A66E6D67A309DC7FF /* NSURLRequest+SRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5FCF902FF2938E4D7DC9B80F3AB431C /* ThreadCachedLists.h in Headers */ = {isa = PBXBuildFile; fileRef = A380FD4813423BE03E1CD691805D09E0 /* ThreadCachedLists.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D64013E077B92D3ADD13C51142947927 /* RCTAttributedTextUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 079E206CF7FBDA66DAFD5AE9ECBD284B /* RCTAttributedTextUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D65D3289F9E409F5A6AC2D3BA926C030 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A002CE4542EF5E1EE6DE32CA03DA91D /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D661793DD1B003568C858EF3DBF0F819 /* BarrierTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 1938F913AC2EDA0744B02F0297A02E05 /* BarrierTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D663890A687EE5C25A7BA59E24CF33CC /* evrpc.h in Headers */ = {isa = PBXBuildFile; fileRef = C037C946406BE5369111FE965C7196C6 /* evrpc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D68D368CF43C39A94BCBF060EA246CC0 /* PropsParserContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D044B34587D771C37B84B13778932F1 /* PropsParserContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6BB9DBC847937F893D10499E72C62C3 /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA4FF64473150DF76756D264B5EFE24F /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - D6C0E418896E6D3B3A2D1F74E43CEA78 /* FlatCombiningTestHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = D7519E3031DE99EADBE5DE9176CA41A6 /* FlatCombiningTestHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7200423B8B067D973C669C926C2941A /* RCTLinkingPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = CBCDAFC3FBA334803317FC8B30F1A3F3 /* RCTLinkingPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - D731E00D9523A33253FF59C74BCAAEF7 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = A1F984E00A969D239F23BFAB259ABEBC /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D75DE362610C2377F5B57F907F74101E /* RCTTypedModuleConstants.mm in Sources */ = {isa = PBXBuildFile; fileRef = 75C7BB9CF00B13AFCB3A0F7DCD4C1BF6 /* RCTTypedModuleConstants.mm */; }; - D7A16B0C6D721716F7C5A70A6433C529 /* FMResultSet.h in Headers */ = {isa = PBXBuildFile; fileRef = BE24CF91F9562F22289328595B6A8F5D /* FMResultSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7B6E2EBC83E03AAD6A276C666DEFC36 /* RCTBridgeConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = D0DBA02625C093AD1FD1B61C9B722431 /* RCTBridgeConstants.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D7DC191E7751A10494EF4D0D7B2B7705 /* StackTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = B4E56F3A68079F594EA2B41E9CE35C4A /* StackTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7E0055BE83A6A90BDD67E8AFA73E290 /* ModalHostViewState.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DC40A4BBF923DB39C78898E46E5CC58 /* ModalHostViewState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7EC607AAA975185F68CAAB98A9E9EB7 /* bufferevent_pair.c in Sources */ = {isa = PBXBuildFile; fileRef = F943B2711F135751158F97EB4C33CE87 /* bufferevent_pair.c */; }; - D7F9B7C4CF95D3112E33E22BBD8BCCFF /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = B0A18F5F1B7FEB8ED54636BCE389E989 /* RCTShadowView+Internal.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D840128CE3C8FDFAD4C60D7221F62FEB /* RawProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 527AB674C8C5D43AEE650E5431F73757 /* RawProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D86B75D2C2022670F0142F3FB71D32C7 /* TextMeasureCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDCCBE7FB184377354C427C142B4A3CA /* TextMeasureCache.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - D871C527D27BB513AC5311EE997B89BD /* SerialExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = D3D396F67B10C9DD44725D565DFE612C /* SerialExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D87BBDDE0966DF4435148210BF6E31A2 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 255B49BFD96AC702AEB1CB42EE2DBE19 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8AC974FC76A95BE79461259B52565E9 /* strlcpy.c in Sources */ = {isa = PBXBuildFile; fileRef = 3FD9AA7EB9C87AED552B37AF118EFC0E /* strlcpy.c */; }; - D8D7BBE0F34D3543E3A497BEF5FA4A83 /* HazptrObjLinked.h in Headers */ = {isa = PBXBuildFile; fileRef = F5EA9711F207B0B6125E34247D0E5A13 /* HazptrObjLinked.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8E5BC218951E5217D94ECAEA0341BC5 /* LeakChecker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C40843F6F7642DC0FD5D36263D0A1708 /* LeakChecker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - D8FF4A16A8A229CEA75CF07AF7EBBDB7 /* WithJitter-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1912F1D828C587AD03D52EF927370AE2 /* WithJitter-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D926360DE996F9F6930846D12C6EBB32 /* not_null-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E88FE2784C93640F42CE1195FE9055B4 /* not_null-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D964245DB4266F91527EE12F56FFF83B /* GraphCycleDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = C1D7CDD91920D935BDA698A80088D0D8 /* GraphCycleDetector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9B72C083D1464D0CEFA77EF567EDD8A /* PointerVariant.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DB2222C57DF35AD1A1A69A062819310 /* PointerVariant.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9D5175C902BB8DA2580E5C17BF268E4 /* Filter-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F3393D43C604035ACA09B4EEA9B63EB /* Filter-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA08A2CC860D4A93223265F6FDA648BF /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = F429FF897CFA761AD1CD197EF4B74F86 /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DA1E94D73B0211161025A2241D9A45C2 /* FlexDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 32EA13B8617E59D98A656FACC9891FCA /* FlexDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA3B4F9DE3C001EF7140FDE1768FE5FC /* Timeout-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E9830AB61B1FBFAE6039F895A90C4BC /* Timeout-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA3FD68175F0FCED8A400F43E9334144 /* RCTColorAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B17CD02F5FDC5785F89D0C3CD6A500B1 /* RCTColorAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA810385E25EAC7EAEDD2B0B8A9F03AE /* PlatformRunLoopObserver.mm in Sources */ = {isa = PBXBuildFile; fileRef = DE0CB1A3D124E2A48CB1F9474AE30F9D /* PlatformRunLoopObserver.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DA93782132870E896D9C90DE918EE2D8 /* Extern.h in Headers */ = {isa = PBXBuildFile; fileRef = C846A4CD886BF04A1CE25779B182A2C9 /* Extern.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA9E75F70FE835E0430A2FD9A0861CB6 /* RCTVibration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8F16E9195E67D64E19DEF3DA12D0F62C /* RCTVibration.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - DAB1802CA67B2EBDE75FCB2360710E24 /* UncaughtExceptions.h in Headers */ = {isa = PBXBuildFile; fileRef = C656130CA5D3F455C74535E18958EA9B /* UncaughtExceptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DAB83F07F1BA38A41D8AEC7AB639CDA4 /* he.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 8CE2FF19CC7BFF4759F9BE37D5CEBC7F /* he.lproj */; }; - DAC80F9B0EA9AD96EC53DC179EC5D28A /* WeakFamilyRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 99FAFF1F931779AAD52BD829EF098E2D /* WeakFamilyRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB052308D7536F1898BBA0723D55A4BF /* String-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B809C1E9179CC0F476D93A83BBF3C20 /* String-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB1AD23D488C080A0BA95EE53F1B5599 /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AA128B20A4F8D52461980620B3FF2DB /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB3A98DB2C28D75A642D4CD87633F6C5 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = EF4EAC7BB1E0E98536C7C59EE554BA00 /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB893487E8136F281F36E9DE3EAC66F0 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E8C9D24E4C40BE8EB8E6395E845B83B /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DBB09899FEC3E98F5F4B5B6C6C74BEC5 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = 80F49AA1D1FC611C027690393BBF4886 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DBB312989FB207640720E0CC2DBE105B /* RCTVirtualTextViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C5630C623C65AE28FE603B272AD7B55B /* RCTVirtualTextViewManager.mm */; }; - DBE5C9811D9A4B3C25F67BC0EF11293A /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BE243941F1DB484F85CF98074334BB6 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC07265E41DFAFF28EF16F04751C33E2 /* RCTFabricModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FED20D118B25D6E5EF14D80D1DF4406 /* RCTFabricModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC2DE8AAA2E25296FE2A2A90525129B8 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 21615CEF624130E91B5A579561C69BD3 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC50CFC3B107B86B2E4B637F80467362 /* Channel-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B9C2F2A68B29DBC8400B65B26C14CC7 /* Channel-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC64B2225901B9BBCCD3051ABC9414E8 /* RCTFontUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = B3DA1605E0F686ACFC22A0E168ACB9B6 /* RCTFontUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - DC8E880068EA89B4FE1D541124D8B3DE /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 671AB523705EC38D42A6D0FD32A61E94 /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DCA2BD680CFC0A33446A1CD23BF1D913 /* sv.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 79F8C7EDA4F40586385712C2F0EC04D4 /* sv.lproj */; }; - DCAFE3C678B97858E48F110A99ECCE70 /* Baton.h in Headers */ = {isa = PBXBuildFile; fileRef = EAADEA4DD8E6C31CB446851F27811AF2 /* Baton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DCC7D12D210B3859CB6F52EBFFC68E1C /* RCTAlertManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 80E55BE528E741EE6A9F02AB5C4C4392 /* RCTAlertManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - DCD86E1C665EE70396CB81E6454796FD /* AtomicHashMap-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C65BBC6CA9DE90A05B0C7D2936E6AC /* AtomicHashMap-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DCDA0C47CAD3772D852611B930F56013 /* ImageEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = EC57C653AF16826F4E756F5FC7D9CB5E /* ImageEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DCEFCB067B43E5E76D8E0BD6CB9529FF /* DeadlockDetector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EEA78915C10246DF927F59712230E3A7 /* DeadlockDetector.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - DD27A1BBE0189D107CE5F41B8A4870A2 /* poll.c in Sources */ = {isa = PBXBuildFile; fileRef = FC14B471377D24DABA72BEB260409A21 /* poll.c */; }; - DD32FB5C2ACD85E2256E14914CA92597 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = AA6623144934DC703EBE6040B34FEECE /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD520B4A8FC5360C32C8511FD328C33C /* RCTViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3FDB5B2CC3A5FA111B98AFE3AB2CB76B /* RCTViewComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DD5983FF4C697D8E81D79FFD84ADF043 /* SRProxyConnect.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AAF4E39FF5715370052311595AFAFB7 /* SRProxyConnect.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD99A73A314E0D0105807BDE9528024A /* ErrorUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = D08E4934F4BB63165A7D0A3440352F8C /* ErrorUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD9FEC5406135E6BBAA7CC4495301A52 /* LogLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = FB5A925DDD17C123A82F7F31AAA2EC91 /* LogLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDF23A950889F5FC5FF88F0E13AECDDA /* Gutter.h in Headers */ = {isa = PBXBuildFile; fileRef = 50D569712C5597CC5B8200B6CD5C657F /* Gutter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE03BD81A2F2D23B6268FC02465A497C /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = FAFE1A295EBF81C4DD358E037AA66EEC /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DE12EB85307C98FE0CAD8BA50AF28977 /* RCTInteropTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = C76E2DA9641BE7B2F006F589E7A4250D /* RCTInteropTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - DE4F8AA4D3591EBF33B05AE88EF9A2E6 /* Poly.h in Headers */ = {isa = PBXBuildFile; fileRef = DB7BC8DE6FAE038D7BEAE0D124BC5FF2 /* Poly.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE52B84D328E110E186E886C65CDDFD9 /* TurboCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F71B8AB05C35DC8483F7B98004404CD /* TurboCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE61CDC99F5DD04C0326F37E6A93231F /* RCTSwitchComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEF7073173B3C5C1D74BADD4B74DB9CD /* RCTSwitchComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DE654753379090EFF39751472ACFD0EE /* ProgramOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E15AB21B55B707451B2CEA79FE90A12 /* ProgramOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE76957B126687BD48E68C1D28682303 /* ExceptionString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 659396986770A06E376E50B865577ED2 /* ExceptionString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - DEA8FCB46E098D2566CC8066432F3B41 /* Iterators.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BF974DF1BF57488F149C81E7DDE2F91 /* Iterators.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DEB9E77F1CDD6AC5B9C93011F6E35AB1 /* ThreadWheelTimekeeper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F1B7BE8E7C9DDBF77FCE9455014D3EF5 /* ThreadWheelTimekeeper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - DEDC842B54CE9BDDF844C2637772BFE3 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 50BF1DB0B0D25A307615C2DD27E10BF1 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DEF6E58D1E786FA2662C3C168658BB5E /* MountingCoordinator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B06C10370747FEA331E20A95123ACC5C /* MountingCoordinator.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - DF15F870B57D666A462A8AA1124DF924 /* React-RCTFabric-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DB9B635FAD04D66A007D13D4D975D882 /* React-RCTFabric-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF21664272672C8F98023C621A51419B /* UTF8String.h in Headers */ = {isa = PBXBuildFile; fileRef = 7419C92177B58E80EE932D8B14B25270 /* UTF8String.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF4C56C2A65D72F4D19A28A0108D86B3 /* SharedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E045A7ED184685E1E01684C67B7388C /* SharedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF54FB02DEC6E3458BFF3B2CB007E57B /* React-debug-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F89EC23432F15463FD252849714F2F65 /* React-debug-dummy.m */; }; - DF704915B38FD914B2FD75AD5D58987C /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = A36708C9138407760FC3DA2A7ABFFC42 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF90970D93CDBB2D8CE9B485B5D95BF7 /* TelemetryController.h in Headers */ = {isa = PBXBuildFile; fileRef = 573B42B78395312F2A4F2F51A2BE6BEB /* TelemetryController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF91D11B9CE5FCD990B5344711241E38 /* Database-jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C841775C6041E4B949670E7B4770EF91 /* Database-jsi.cpp */; settings = {COMPILER_FLAGS = "-Os"; }; }; - DF9A949E8D3353D37F332DDD5D74B0E8 /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = AD42D7754339B6048DB2534F38D258AA /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFD8AD24671D2DBEE1C89783186FAC9F /* SysResource.h in Headers */ = {isa = PBXBuildFile; fileRef = 93D74C6C7FD320FDEA8BFD74B21BD27B /* SysResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFDC5444BB8572F433D11070BBDCDA9C /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = FF189C45B126D2EB9DF71426DCD11295 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFE439F837E1BC7B16F24371B4990F95 /* LtHash-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = CA0470B6CD0BC6A2A50BC4A7D6E8324E /* LtHash-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E001A16D600DFA14F92B489DAC240E8D /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 37213019766DCDABCA978E704ACE661D /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E01AC93FCA2594E99A71415FAD855B8E /* TextLayoutManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C2ABD96D71D272AA623F1BD931058918 /* TextLayoutManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - E082ED1A6B1DA69C744A24A91CACED12 /* React-Core-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 03D69F78298DE9E5D9AB676E64E03810 /* React-Core-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E08BBF2533A464F9408E34232524878B /* Malloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F9EAC97E8872372A486B3F9B7D9718F /* Malloc.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - E08ECFDBC9D0D5607ACA215D24A0E0D2 /* React-perflogger-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8817BDE5D4564CE4853FC8D1818897F3 /* React-perflogger-dummy.m */; }; - E0A471F9CA810ECBDAEBE9BA3A9D360C /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 39F6110B68033E3A4C7843A7D1134824 /* RCTProfileTrampoline-i386.S */; }; - E0B4268F881A2FD6E5F8FFA90627D62B /* BatchedEventQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 158360A564E51DD3C446AB5A7A85A66F /* BatchedEventQueue.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - E0CD70DE8214AFDD1D9440DA131C5292 /* RCTParagraphComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 55D6540B7694F2347B907FFD1A54D98A /* RCTParagraphComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E11BFC102E5B7A7F4EAEAAEF2795D2F9 /* VirtualExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F71B3AF9B53AFA28AA68D427D68A1C82 /* VirtualExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E130A4FE7DF5B8B146A363A90D658A0C /* Sse.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A1DEF6F5F0A35DFCB26BF00424DEF86 /* Sse.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E1663166974F5419BBAE09B73D4C51A1 /* PrintOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = B85D7C0138720F36446630C13BCE2E84 /* PrintOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E16684883842F30B4C8E5598BDDBEEB9 /* ThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = A569E3F97A70000FEB210ADAFAD5D753 /* ThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E17ACE2A0BBF2DE2C92D7D3953323DA1 /* MessageConverters.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C7CA6D8679CF73BC3A3D887373AD4831 /* MessageConverters.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E17DE8EC9788F5A5BF39CA37F8313CA4 /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 148B2EC87F750363501A72174B4307EB /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E1E156A0C2E84C578E77EB715767DBDA /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B43A78D70145AC3064BA90893C67A99 /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E1F1EDAA171D0FF25B40234C2B230DD1 /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C3B607853156ED8C98B91401ADD1131 /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E2059D60374BFB03C76D0C64395D23C7 /* EventBaseAtomicNotificationQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = C8369D166C4AB45C81E50B13C5191469 /* EventBaseAtomicNotificationQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E208728D1598389F219D5ACBB295153D /* RCTFabricModalHostViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 28FF80309FEC4B4E70F5BCC99FA1B60F /* RCTFabricModalHostViewController.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E2095F306C8EDE6BC16746B5402DB87E /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = ABE485985718E13F38BD5D312116E65A /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E21E4DF8FB3D163FD43C75AE2A780707 /* LegacyViewManagerInteropShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 06EA6A36B2E8C73F86C9435E6824565D /* LegacyViewManagerInteropShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E22C3FF19DB9C157077ECFC84FE74492 /* StringKeyedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 293E8828C13128B44F10BEA8893C206A /* StringKeyedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E28D8ED41CAF1B1B36EC58D3DA41ECA3 /* RCTParagraphComponentAccessibilityProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3BF933E1D1F089603E530BB4AE4D2A86 /* RCTParagraphComponentAccessibilityProvider.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E2AE785F353E27B794815007E0B6F0F9 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F39C3DC5F84F5C4737B9C76442E55A1 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2BBE27AECE13A3AEAF6E6647D7D351B /* Baton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 59E42B3D6EADC9470D869BA5C6540710 /* Baton.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - E2C9950818782287A6CC51053A85E12A /* AtomicStruct.h in Headers */ = {isa = PBXBuildFile; fileRef = EECE12709C00105706E1F0269A857F31 /* AtomicStruct.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2D00F7010F1B3A408E1F7BF44E63032 /* YogaEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B42CD9278E82432BD07744EFD6BF216 /* YogaEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2D7B43FCCBFA3E8ECB56656C4EE32C1 /* ParagraphLayoutManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CAA68E38AA2A543901EEE5EDBBCB70B7 /* ParagraphLayoutManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - E2E32CB632C068F11EFE716E231C4182 /* Filesystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 86EFDEABDE605C5E98AA03872FB0A3BA /* Filesystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2EE7350162B6196E0A723FDF4054913 /* UITemplateProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15B0C7312F13978BECED077BBD89C9B4 /* UITemplateProcessor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - E31A87C273F43A0F04ED6AE8C2C562ED /* Sqlite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1D415CFFE78F1BFA77CC32FEFE8C7921 /* Sqlite.cpp */; settings = {COMPILER_FLAGS = "-Os"; }; }; - E32DD9FA7EFDC7EF3759C99F6F25D6DD /* OnClosedException.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D13280ABB8FD3278759ACEE84CF7195 /* OnClosedException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E33A40B90ACBE2CF96FA79E80A317A08 /* RCTImageResponseObserverProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 626C2AEF9367A8C7D0028F58EB2CE09B /* RCTImageResponseObserverProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3446EB2AA27526F3771AD4D1E6CFA85 /* Core.h in Headers */ = {isa = PBXBuildFile; fileRef = 3258230A4B4E051BB89554AD882040F4 /* Core.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3706282FF58B1F5181B98894AF99513 /* RCTUtilsUIOverride.m in Sources */ = {isa = PBXBuildFile; fileRef = D0672B87C771726FB149600BAB10D397 /* RCTUtilsUIOverride.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E385E5A0EC8D8521D99758DAB0B36F9E /* ReactCommon-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BF2EE3C9273B1A1D7FC42409C5DB7DBF /* ReactCommon-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E38A09FBF51F57B3548D599E6D85A30D /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = F41B8032CE8AF687875A628539980B21 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E3B6C6C15A9609AE70C7F310523BF71F /* FunctionScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 09A8148EF8A036288727328560875F96 /* FunctionScheduler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3C0D195A9A9DC05761CD86412B2D609 /* LegacyViewManagerInteropViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 0845C3B7C670CABE69F0DBC9C89526CB /* LegacyViewManagerInteropViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3E0FC7E908EEE99B5AAAECE681131C2 /* evrpc.c in Sources */ = {isa = PBXBuildFile; fileRef = D57BCF781EE5A79A9AF002079760C963 /* evrpc.c */; }; - E3EDC1A3BA698CA8B3CDF8BA5E2BF369 /* AccessibilityPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 492117E47F464C5129E5A3A5FACF1BC2 /* AccessibilityPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E416C544C002BBC366AAD0468A7A6081 /* ShadowTreeRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06E3F01A8DF82985A65831DC95502EE6 /* ShadowTreeRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - E4505CB21EED39D2A22165DD5515DCAB /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B9F8E230C803A709C6DFBE6399708CCA /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E47EBA0B36FFA4E5096968A0207B1A01 /* SRIOConsumerPool.m in Sources */ = {isa = PBXBuildFile; fileRef = 63F7A0B0F9129433C6B7861A1118AA29 /* SRIOConsumerPool.m */; }; - E49947C0CB18C857639457622AD7AEC9 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 49C68DAC810CBD8966A8376862964CA6 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4B72AC82F37F4AD0793DAB5B4844DFC /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7C84EC73DE3EFFAD345607B8B84740C8 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - E4D4105FE3631F2985237B19BD3B9161 /* React-nativeconfig-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F00301898C102A0AB4E310939B33B509 /* React-nativeconfig-dummy.m */; }; - E50C5F26CFFBF7C4CF47CB3989B717F1 /* ExceptionWrapper-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = CCEB3A6B2CB56A8A46FE3565A0F0F142 /* ExceptionWrapper-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5418123B43BAD52079CCE02580D8232 /* FlatCombiningExamples.h in Headers */ = {isa = PBXBuildFile; fileRef = 6548C73C4AE6DDE395DD9651F074D4D1 /* FlatCombiningExamples.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E552C43B73BE9C5844F826A191F8C65C /* StateUpdate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24CF9865A32714FCACAF9E8A204F704A /* StateUpdate.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - E56213FC34F4E155A354144DE188F510 /* FileUtilVectorDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D0DABA84AFCA0F714C395BC761C032B /* FileUtilVectorDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5838C04D60AA260F2B611D09AC5C730 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 734D9F0FA9A9FB197685848BF923D2FB /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E58DE3ADF299CF5D5F03420B9CC5D1AD /* Promise.h in Headers */ = {isa = PBXBuildFile; fileRef = B419E52E7A71CC878E8A455901435FD1 /* Promise.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5EF68E437F58FA863F6A88F64BA1ECE /* React-rendererdebug-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F5F5D20BA122C76AFE8B05864EC41DD /* React-rendererdebug-dummy.m */; }; - E5F2E1E9765F3EF99082A69DC266910C /* React-debug-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 011147F862F8D0D61141657CC20319BB /* React-debug-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5F753B99F04191EBDA98ECA5EBED9DD /* AccessibilityProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FD51EF89187B5E4F74BA74F9CF8142D /* AccessibilityProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5F8D3732E09E97000F5C46F090E450B /* React-jsi-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E1A967291DC8BC3E6F704602A7ED6A7F /* React-jsi-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6265AF153ACFC2692BBCCD0A0A3307A /* RCTSubtractionAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = BCB5303D7B93662426D865628EB760A7 /* RCTSubtractionAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - E64D4A7E174BCE0DD783E312C438E198 /* TraitCast.h in Headers */ = {isa = PBXBuildFile; fileRef = 58E94EEAF8717120D588F495ACF5A265 /* TraitCast.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6741A3B05DC7E5D28F0C66B3B59CA1E /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = C141DBE851F4097D8CAF37EC33112003 /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6B9C63BA08F0ECD6B3B8D5A68339724 /* fi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = BF9991A51F5EF06AF835DABE71A556C1 /* fi.lproj */; }; - E6BF92055E8E7AAEF8F4EC573DF6BCA6 /* StrandExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 60848FA3A84DA81D3DD2A417B4B50547 /* StrandExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7302172BFC5270DAA8EE1263FB2566D /* WeakFamilyRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9DCEFAF2FC9EC176CE2AB59424D39C3C /* WeakFamilyRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - E7922517DCB18E3934A791A1A38689E1 /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = B6FD0DAC4851137D84F09A05B515753A /* NSTextStorage+FontScaling.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - E7AF345F2375B9DB0E67D9257CFECF2A /* RCTAccessibilityManager+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = EC8C965FAF65FCB790D7CA63792923B5 /* RCTAccessibilityManager+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7CD30B471403A9C4D4C1EF908D7DBD6 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = CC77F8C461F6D9BF36F31B572A1DBFB0 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E88FEC0CBC5980A7A14BD6A475F5D730 /* RawPropsParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AD40BE157E052056EB988E1CAC15B82 /* RawPropsParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8D15FF5A53A4D56D6C474E35AA012F3 /* Fiber-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = A3309CC51796E573B7B8D8E1933FE4AA /* Fiber-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8D81C8E7039F1A165C66DD5B3DA2E82 /* RCTAlertController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A6103243A20FC7F3E060D44F1C4524D /* RCTAlertController.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - E8F213859FEF3AFA657F232CE7D39BF8 /* ObserverManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46DC3E9CF7B93AC1DDF391E419BD2CBB /* ObserverManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8F6D7370F0FFC64982CA31EF8A0C473 /* FutureDAG.h in Headers */ = {isa = PBXBuildFile; fileRef = 8904C24844CD641219E38639249B8479 /* FutureDAG.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9457ECB93F312A3D0E9B7E952244787 /* EventQueueProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = A363681810E76F766CF142B6D138D2E2 /* EventQueueProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E95B379D75BF777C13BE3BFFFF64DB64 /* format.cc in Sources */ = {isa = PBXBuildFile; fileRef = A6B679F7DF471D6314947ECAD2D382DC /* format.cc */; }; - E96B9C2B78BF773A52ED70D7B6D6071C /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = AD2A47307E052C5E507D7B1D12B93A6B /* RCTShadowView+Layout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E9B7BE6A951B82022AC9F6940D198498 /* RCTDivisionAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 688E59943723C938F3633D5CBDA09F5D /* RCTDivisionAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - EA3B5DACC3AE94BC35A63D35CE9DB04D /* ModalHostViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C60FC52F1C4755BE3CA858B932AB0EBC /* ModalHostViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EAD567DBAD55722B65D1E83A1E5286E1 /* Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 41B399AF763C8E8A41869BB1E4E64177 /* Wrap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EAF8D4F2E6C6757CBA5C8A4298D56925 /* ScrollViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = B5EBCC3D2289ECDA8F85B26D5A519E56 /* ScrollViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB8296BD24B878279DC8AAE4B785D474 /* MultiplexerTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 73450D01FB7270C1C255215AFB0EA758 /* MultiplexerTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB8E736C1F500E429E12C2751762E50F /* ostream.h in Headers */ = {isa = PBXBuildFile; fileRef = 47C7EF9EC97FDCBF249E6FD0B2C29748 /* ostream.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB998790C54B94A279C0D998D3C6A3F2 /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 75F725B3AD13C9DDAD691AE41B4CAC76 /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBA757304D6D24DCAAEC315E0352554D /* AtomicQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 790A122CC7F542208AE869451A4C8BE4 /* AtomicQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBA9F8D6F476DC14D0A44E3426DD8F7A /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = DBE4E082E8A648F30C15B392019B80C8 /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EBB2B7C18391538B8AD8116CD01C98EB /* RCTUnimplementedViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 028A5C8F7307344DAE152AD92092B3CE /* RCTUnimplementedViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBBBC3888FBA187C2157A30A9FECE111 /* RCTRootComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5ECE4C2072D606BFA9BD63AA9E74560E /* RCTRootComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBF1B4A23E89895FCF9126DC27C7B689 /* F14SetFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 31834DBE0CAA6D2883A660C2F0C260A5 /* F14SetFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC12579C543984558AB8CE802075F5ED /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF2C22ADCA231EEF02B329CE407D5D6 /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC1A4C4B39370145CA7C618677894A63 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 646BB4E0221553768F279755B6BAC76C /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC67A48CC740C0028AC2060EA9A03D3C /* SRDelegateController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EC8FFAE4299F99FD43FC1FEA8E725A6 /* SRDelegateController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC6F635B7F69AFADC5A83778AD5A64FF /* RCTUnimplementedNativeComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F868C691AE914C3079F22C576FB86F /* RCTUnimplementedNativeComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EC9E83E6EBB58C85EB4C54EE05130A7F /* SocketAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = D6CDC98658C6BC32DEBCD06537651FD6 /* SocketAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECBC1FB413910C41669EFFFA2FDE90D0 /* SymbolizePrinter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B1D791E34211736A245F0A318A1D3A3 /* SymbolizePrinter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECD38924DDF68853DBF5640026AC2EDA /* Launder.h in Headers */ = {isa = PBXBuildFile; fileRef = 622E4B737864A168AB815CAB8FCD04FF /* Launder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECFB7F92CA5F12DDF1AEE6ECBE375EA6 /* RCTLegacyViewManagerInteropComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B65D47D8D0439086CC1A4D153C0743F /* RCTLegacyViewManagerInteropComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED29B2ADAABF80DE419DC5DF9C8951A6 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = DD4227139BE147DD7DA74E80E8406203 /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - ED3DE06B93C8BE606B4DDF52F263E367 /* DetachOnCancel.h in Headers */ = {isa = PBXBuildFile; fileRef = B504848E9E75A0C6A0B1C6DD08120E4A /* DetachOnCancel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED539518F230525E6F03820799DF80ED /* fmt-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EE5148C21ACA63EE4004D2319A92055C /* fmt-dummy.m */; }; - ED6FEA3539E71489BD46B60514C8052C /* Try-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = A584B4F1FFE3EEC031BD3A5621AD61BD /* Try-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED79215E9C5B43741F70F17F55F7E7A9 /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = AD5854556535541C8B4647C73A794D5D /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED802A9049ECB4696DB692AA44C37379 /* RCTLocalizedString.h in Headers */ = {isa = PBXBuildFile; fileRef = A9222969F85A2C3BDF4896C5A52B97BC /* RCTLocalizedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED886148FCD86F4B2A0CE5430CCA3C2F /* Constexpr.h in Headers */ = {isa = PBXBuildFile; fileRef = F89CB7FE524CD19561335BD1D4A4FEEF /* Constexpr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDBD3645EDF0FB039260F7AD406AD567 /* InstanceHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = C7605C48B24807F36F6F97D0992188BF /* InstanceHandle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDF31C079CF9622B54F421217A0CCE91 /* Portability.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E6A1F79CC36831514200F873C658D84 /* Portability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDF63C9529FF56819FBDEDF74DAEE6CF /* TextInputEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B3D87690C1C39DD0DE6237781EF4FFC /* TextInputEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE24D51ABC0BA80F862A75F584764A58 /* SchedulerPriorityUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 66980D6CE9389FD0FE37E8C8DF841A20 /* SchedulerPriorityUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE2AFA5D64955484F4B05E8E7E708481 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 50B6FE0B0DCEB9FEBEFFE0429AC844C4 /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EE35AD1B7692A6434D6DEA00ED84241A /* Time.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A44AEE6AC934C41D8966D2FB27381B8 /* Time.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE4511C8E04B06EB745D47F7DC8A0CF9 /* stubs.h in Headers */ = {isa = PBXBuildFile; fileRef = 731F43D6D594CDF581ECB849866724F1 /* stubs.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE6006326E5BE0AA3762D7E6E84642CF /* Style.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A3760265E88BF8B90B0DB10086D1811 /* Style.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE639E2996FC25916187F34720FC0E2E /* SimpleObservable.h in Headers */ = {isa = PBXBuildFile; fileRef = F7EF55D5DD68F16E857B8987E8A2B2F8 /* SimpleObservable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE7FBADE6605694BD64DEFB293604F2F /* RawPropsKeyMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F1AA8ADC25AE882B95A65DD65A2FB9A5 /* RawPropsKeyMap.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - EE819FC3922EBC5C93B41BA65785335E /* UIView+ComponentViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FBEA1949C52C2D14EF0DC5A287CC8C1 /* UIView+ComponentViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE8F3166AEF973FC42FD453BD09F30F1 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B79E6780BA27AA0C9BC4AAFEC3EC44F5 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE9AA2C2C7E87338F9373AE6B537DB89 /* SurfaceTelemetry.h in Headers */ = {isa = PBXBuildFile; fileRef = 502D910670155778C7126535F6C8DF80 /* SurfaceTelemetry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EEA9CC8BB853311B1AA5C258FEBFC80C /* LayoutResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E7D87DFCB4CA32A463E1012318C73AA3 /* LayoutResults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EEB4CDC1587A3DB21702A3762EC91A10 /* TextProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 359BBC7B8A35DF73821814B1C5A4419A /* TextProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EEC93F44F8B2A184D09AF558766F5312 /* FanoutSender-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = B984AC90CC831D1C4E2A7FB4B61F518B /* FanoutSender-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EED305898D80F04D40D9C590B3FE7157 /* ParagraphAttributes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A714779C325B1F1AF0318ED7D09D2A9 /* ParagraphAttributes.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - EEFBE745C6BBC1F2C9BBEDD700CB7C86 /* ShadowNodeTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = E068C3F67DD12C7F987AA27F623FE9EC /* ShadowNodeTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF06F204564CF32BDBDA2899446A92A3 /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = C5F5CCCF267B6E2AF3C8551579D17F1F /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF0924F4D3E602BB318A6403B5CD58C8 /* AddTasks-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EDBBE8BD88E7273607060C042B9ADDF /* AddTasks-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF145F28777FB77DBE09C012269BA107 /* Promise-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 67EBB25B31D3B1546678EF3876F01E0F /* Promise-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF5EF7C6749864AFF559BCD7F246B28E /* MountingTransaction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00AE48B5E68B440FE1CC8E1132554664 /* MountingTransaction.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - EF60A167EFA182DBAD363516582DD786 /* Producer.h in Headers */ = {isa = PBXBuildFile; fileRef = 941B892438DB78258E7E3FB10F6A3D11 /* Producer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF8E447A55F4B1FA48C7C3B450A88277 /* UIView+ComponentViewProtocol.mm in Sources */ = {isa = PBXBuildFile; fileRef = 36B80AE607163973D7972124A06D3CD5 /* UIView+ComponentViewProtocol.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EFA062C24D11F861CF91786E3B5E9751 /* RCTImageResponseDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = C63E9A2031B4FDEC94A47B0FC23BE0EA /* RCTImageResponseDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFDC256D65F1AC5E712B27507295E350 /* ValueFactoryEventPayload.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EDC5FF3212001649C38F9ABF73661879 /* ValueFactoryEventPayload.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - EFF1EF2A79B3FBE41502A920474E9C65 /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 782317389F3CBEAF2BA20EFF0C4DB1E8 /* RCTConvert+CoreLocation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F00AE9C2425C368BF674C0690BA80DC7 /* AtomicNotificationQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 80C4314AE277154C6D90A79AB7D41690 /* AtomicNotificationQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F02A4BFFCCF4795F2B3E21AA551FD4D2 /* EventLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 62CED720AE402F23F2BA9071B3993CE7 /* EventLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F04C7EB7BC1684A758F246734EDD5079 /* InputAccessoryComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = CCD3CAF00F00E0DCECAC94DAE685F929 /* InputAccessoryComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F06071D3B6B29290491A72D56C6A2BA1 /* Rcu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FB68288259B865F148A27CA5B01C0B99 /* Rcu.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - F073C112F0D1B4F5DC7A23CA3332D7F7 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F05DBDE59310A8C6EB2CCB2C1A0D0542 /* React-RCTAnimation-dummy.m */; }; - F0A9AE99FD343D232A1F5E01D7036D41 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = C0E9E0C9619FB50D7E48388F077073D6 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0B49B01F6E43AEF171E7874D77DD70E /* ImageManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 41C3D60643848684F4E5AFCD327188D0 /* ImageManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F0B8A6946876689A42E8F18C801BE184 /* SerialExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5DCDDC9760C68958588391ADFF5AB2C3 /* SerialExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - F0BE0058303F5FD71640943DAC988BA1 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = B8CC4E4665FF5A190618DD5CB93C393C /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F0C014B03D28B82ACAEA7E72D6BC2DF6 /* ComponentDescriptorProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A73DE8702554CF01453BEA010CD651C /* ComponentDescriptorProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0FC4A9E83E0833FD58FDFE305067109 /* InputAccessoryState.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A3EFF69E20DB614DBEFCD8895F715C5 /* InputAccessoryState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F10A17AAC4DC979B5BE117DA9948CC72 /* RCTSurfaceRegistry.mm in Sources */ = {isa = PBXBuildFile; fileRef = EADDDCAADB815C8515295A99AA084BCA /* RCTSurfaceRegistry.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F15E399E76F5A5A668187F19ED815FBA /* simdjson.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 908A81BE3868A23CCCCB07D6A5CE5B53 /* simdjson.cpp */; settings = {COMPILER_FLAGS = "-Os -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F160D68C30C18199B674102A6FD2160F /* not_null.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A1F9DF9F06BA0601E65A78FB7CFE13D /* not_null.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F181B0AC165433878DB4C99E0D99D06B /* LegacyViewManagerInteropViewProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1D5937017B5C9BFCDBC41D7E0A15FDA0 /* LegacyViewManagerInteropViewProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - F1825BC71409956C9DF6C39FDAEAA649 /* locale.h in Headers */ = {isa = PBXBuildFile; fileRef = F02C3C9EEB2A16C55CD65DE661B22870 /* locale.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1A0F2D763000F24EAAB4B5AC92D1C75 /* Semaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = EF52AACC82403649C04C397414AB5A84 /* Semaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1AFC20CA9ED9E4A0DBCEE6BF85AC74E /* RCTImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 84D05FF0C73F6707E5A135421390563C /* RCTImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1E5296A2EB82127B9DF46B9304A5732 /* ColorComponents.h in Headers */ = {isa = PBXBuildFile; fileRef = D5E1921D590911FA76C671806DE082C3 /* ColorComponents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F21DAF12D24541423A97B439FBB125C3 /* Foreach.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E243CFFC5B5C8C63D7132A9549913EC /* Foreach.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F23FA57AAC17B43DB27510351CA725DD /* graphicsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AAAA976C8D44962706AA47E4926D036 /* graphicsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F249A543217823D498B54E90E699E297 /* select.c in Sources */ = {isa = PBXBuildFile; fileRef = A40A7E745AEFC111B1776ECBB1162403 /* select.c */; }; - F270DC46A166580366A3171662C90F7A /* RCTAnimationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = BE4739289F14565894D20D74801A7B6A /* RCTAnimationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F27F04004D409B52604F15B20D5F0103 /* ShadowNodeFragment.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F2DB0DFB6B488440674AC08C84F50FA /* ShadowNodeFragment.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F29E36ABF9BA76B1FF6155D9953AA34D /* Lock.h in Headers */ = {isa = PBXBuildFile; fileRef = 9614A3691256DDAC2E725562D8EBD815 /* Lock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2A05234D8B22C4954E79CF0A26DD82B /* zh-Hant-HK.lproj in Resources */ = {isa = PBXBuildFile; fileRef = FB93F2DCDCDB4FC12867A78D12C14748 /* zh-Hant-HK.lproj */; }; - F2C5F18EC265B041F68C4EF0FA290B77 /* SRSIMDHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 116E6C95887FCF0D95175CC985B1B01E /* SRSIMDHelpers.m */; }; - F2D99A0665DDDCF74615C7A97763F4FE /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = A0514EB51177779C84895D782AD8ECA3 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F306B8F5ACE7E4F47E2C5D664E4015E7 /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = 79E71984DE4143A1555337387EBD0473 /* NSTextStorage+FontScaling.m */; }; - F3075F0E9B3E6F2C833614AD5FDAD9EF /* ImageEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B19A3C53E8C46A5C4D440C19172699C3 /* ImageEventEmitter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - F32EC2071D4B2BD648C0431CB63854F0 /* RCTTextLayoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3863E5A6F95146948F1A77F8ECBD8AC7 /* RCTTextLayoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F338153B938288F38FB243C84649ECD3 /* RCTImageCache.mm in Sources */ = {isa = PBXBuildFile; fileRef = 673933000E1E8BDC081D8E9E71419452 /* RCTImageCache.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - F35B7187DE3ED9A901EFA4D0DDB44147 /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = B318BBC9B757C8436162819FC1F8B7C3 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F35F895C921D6039C3C265441122FBCA /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 642B1167949C1DC2CB26F915F8473334 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F38C422BCC3E2F294103999B327D6D56 /* EventBaseLoopController-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B11779884E7E92CDC32391F8D23649A /* EventBaseLoopController-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3AA168F758FA4272CBFD90BE8D4071A /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 289DCC6921EB5485D517EFF28278AA23 /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - F3CF7C81E6B752CEC01DE39D45CF5A2B /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = CEC3221BC72FB6F71A856B801CC60B18 /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3D4AC97375D6E3629B53F14DD1B0869 /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = 196C18574F9F0B63BF1AF4092AF5520C /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3D76227CA975CC4B23C692E7B03AA18 /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2262A791586A4111A0AF3DBF27BF1DA7 /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3D989DCD1DF24851E4B1370D0E500E3 /* Portability.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D7A685744D19CA278C2DA008A722966 /* Portability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3EBA9D6F65504333A2492A26D2B2FF6 /* DistributedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F9AAA6ED16A71C5E2F00F9DF3167550 /* DistributedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F412D69C77B4E36CD318B4C58AFB765F /* evmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 0C1A229E3FC4D0DE9DE6E01D64D754A1 /* evmap.c */; }; - F41F911788EAEE2115A5C258E6D8091E /* IPAddressException.h in Headers */ = {isa = PBXBuildFile; fileRef = ABF44C84B21016B3851416DD28973CA8 /* IPAddressException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F457945BE4C511B1F2890D7068F6BDDA /* NumericBitfield.h in Headers */ = {isa = PBXBuildFile; fileRef = 063BE6D534C9800DAAEE2BC839F70364 /* NumericBitfield.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4612125E28B6B931A01FFE373DBA826 /* HardwareConcurrency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BD1F6A9D39F413EF9E3BE5016205DA84 /* HardwareConcurrency.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - F4641CEE60DEA67AFC6CCBBDCE78A5C2 /* TextInputState.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A7277F7174FF1F38ED184200FC99119 /* TextInputState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4768FEAFCCADD509AA62306BD2BE2C7 /* time-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3195C8B7A0954E362C787347553B6F /* time-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F47861C9A7F76B071FE9CC3A362698AF /* DynamicConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 440CA91DDEE9B28A7CC57CA3548D6FD1 /* DynamicConverter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4B0DE01953ABC69613D46E5CE99FEC4 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 264E63CB9ECD194E881A67AB473EC451 /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F4C4A19EACE777C546AC8056ACEDA321 /* EDFThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = ED679DCAD74C1DAC3D500B2675E49BCA /* EDFThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4D781E4A2DA43CB4624ED01AF6F44FD /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3094A544C3026E7F82EC94992F113E /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4F73BD0DF342E9169A5109E164DC79E /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 471BAB19567D1C81CF72F03A467EF867 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F51140CCB819484BE2F2388CEDAFB700 /* ExecutorLoopController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AD0DB65FFB73424B535EB68C439D8F6 /* ExecutorLoopController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F51951C7C59693CF0A6ED333ECE19409 /* react_native_log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C53853B4D72BD27D2B8FCF7AE09D6C65 /* react_native_log.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F54744187D156954281FCDC7CA718EC2 /* UIManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B76A2F9F1012A151A4C6B28F07AAC8C2 /* UIManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - F58DB47CD57B71304A8E4D9DBBA352CB /* New.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E3541A338A64FEA323B7BB187E7018E /* New.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5A7E6FF08DDEF2BEBDFCA1DB93C0DD5 /* ToAscii.h in Headers */ = {isa = PBXBuildFile; fileRef = C15B96D41560F4788937259C98D9662C /* ToAscii.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5CC52A5E16669E033CCE5A9A74F1306 /* RCTSettingsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CBECA77BE1CA29FC06D522FFDF46F48C /* RCTSettingsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - F5CDD8671BAD77A565F6CF5280F1F3F8 /* SharedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 9169FB3F9DF347F94A95D722DDFB053C /* SharedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5D15BF4D33B3CC5D1200721C0F6150E /* SysFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 30EB760E6033ADCEC1D2CC8D2D4A867C /* SysFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5ECED43C477882271B0FE45CBF1E847 /* RCTNetworkPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = C599CC2CE22600D1E1E5AFF46E820E12 /* RCTNetworkPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F611AEF9BCD77E6EB95A93AB97C095D1 /* Invoke.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B1443A2E5285172DF9B49161370762F /* Invoke.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F619B7401244CAA5F221BEBE1097C859 /* AddTasks.h in Headers */ = {isa = PBXBuildFile; fileRef = D526A36CE4137DAF4F8BB0F862A16DD5 /* AddTasks.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F622925CD759F5AAEC78C3805B58E06B /* UnimplementedViewProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CFA47772C779412A6F03D769DD7762E /* UnimplementedViewProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - F6320431A889516EEA6F515E4584B543 /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = ED66903727293D6035498AD50CA3E619 /* ja.lproj */; }; - F63A9296E20ACD50B8DBF79A72B3416A /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 1695470040324706993E4C1D027588CC /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F644638996152A872EB65D581C57502E /* ExceptionWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B22A3D4207638F7D9758ED5049EC2718 /* ExceptionWrapper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - F644BB510E2F7725C321C784E341C6F0 /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FDD0BBF3756DF0EE8BD21F1CF975489 /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F651B8D8E30862E0E0948003CD03026A /* LayoutAnimationStatusDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F7926BE3C0203FA9CFA83DC16AB8D88A /* LayoutAnimationStatusDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F65DAA57AD89B7FE7F3A39D6EC565B8C /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 11783CA97B1BCE72F94408ECDDCECC4C /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F666289DA8D980277C2433520C00E847 /* Poly-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C025BFAC6A022068676C34A33E8E507 /* Poly-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6905F53D087A837D2F0E864469489AD /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = DBDCAB6CD37059405BB659186159126D /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6AFE611C3E067010FFB7B00DD02FD63 /* Function.h in Headers */ = {isa = PBXBuildFile; fileRef = 26B6E612DA92E93C927710DC052A514A /* Function.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6B5570025E62C5C8A693318A4484CB7 /* SafeAreaViewState.h in Headers */ = {isa = PBXBuildFile; fileRef = 24F96BE37E2477FDC41599307CBCC554 /* SafeAreaViewState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6D17C908B0C89245771915805EE9EA3 /* RCTPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 8350AA445FFE3162998DD653F7B91E85 /* RCTPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6F0424F20003166F79300DEE9CD6B66 /* RCTEnhancedScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 20E6765A0311070E06589963E126CB90 /* RCTEnhancedScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F701AB98918534694D21C8E563655539 /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 04F1CC803CBCF19C9E440D178F834FCE /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - F71F062F6B0C08E6FE258C248BA4E74A /* HazptrHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = FC7EE80C36AB42C9E33829AFCD734AC5 /* HazptrHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F726D01BCE7280404F7B4F7784C17D09 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 124FE84F14DFF683B6871E3FB0F4FFE9 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F77A282B511154D9C3DAC1AB1EBF17BF /* FiberManagerInternal-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E15E501B49D0D5E7428CDF918600089B /* FiberManagerInternal-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F79001FA9A67E28649776331529BB3EA /* MessageTypes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48949580D2B4DD1AFDA2C66F18E728B9 /* MessageTypes.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F793954C20D31531931C7C082C276287 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97204A04F7869E9D4220CD5AF1099E31 /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F79BC4BCB931D26AB8663876072B8908 /* RCTBridgeProxy.mm in Sources */ = {isa = PBXBuildFile; fileRef = 409BBF3D0B160401360A29B494825B32 /* RCTBridgeProxy.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F7D51EB63736CD186CFF724E23F2CFA3 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F358D3D45C152075520FC248241838D9 /* React-cxxreact-dummy.m */; }; - F8141D31A09252D9630632E1AA8CA156 /* nl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 79AA8A4EEE8C0A87330C803EA452F839 /* nl.lproj */; }; - F9478777034FE1487817F18E8E4BB912 /* Hardware.h in Headers */ = {isa = PBXBuildFile; fileRef = 7637D6D81290CF0C67F54B5406EEEC71 /* Hardware.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F94A4EA7A7283691086219005A7B3B8D /* WaitOptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 793B9CFBF419DD23D5363DC6030A9BB9 /* WaitOptions.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - F9A183D9BEA7E6725F4DD901F0583A00 /* FMDatabasePool.h in Headers */ = {isa = PBXBuildFile; fileRef = EFF3A76347EE07A47B950E4F2408BE0A /* FMDatabasePool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9B0D11B63D22130F1B17DAC05844255 /* TouchEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C18BCDBB9C7851B0D321FFF7109D0975 /* TouchEventEmitter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - F9B40B7E0DBD67913CC7C41123BC4BDF /* ReactNativeVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8025938DAC7D1E0F59CDE0E4621A3A09 /* ReactNativeVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9E56BE5A35A4F4B6EBC44BF61DEC9AC /* CpuId.h in Headers */ = {isa = PBXBuildFile; fileRef = 163F9A53C637BB83B11BAC87D5BD0228 /* CpuId.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9FDF99AD0BAE4B47D8977AED79A1257 /* SurfaceRegistryBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 4033D3A9F58F481347E390C489A79F94 /* SurfaceRegistryBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9FE77F81EE723797679464D98F55E6D /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C1DDF4F882924C3BE16685BBD3A12C20 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA0800BB5EB988E14F16972DBE4AF50F /* RCTImageResponseObserverProxy.mm in Sources */ = {isa = PBXBuildFile; fileRef = 365C6C20B861E517AE2EFA4A84465A4E /* RCTImageResponseObserverProxy.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FA0812BCDB86AA6573AB0D46392C63DC /* MessageInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F4284930F942D6A41B7DF9E704E1465 /* MessageInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA0927732A38242B67258087B405C49B /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 764F47B91297FD4C2E4DBEAAA6225359 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA33EC54201445AB2D25A7B4A131FF70 /* CoreFeatures.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1651AC81C9EFECBCFF2A1FFC451A9F26 /* CoreFeatures.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; - FA39C5F9E1AB20F186D3881441A9BB00 /* AsyncStack.h in Headers */ = {isa = PBXBuildFile; fileRef = D4AF27FEFD2238AEF2B199D545695B61 /* AsyncStack.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA799CDD7E8ACC647EF65D33B70B7447 /* SRURLUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = A49F813D9D0AAE8A6FA041CBF564263A /* SRURLUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA8C7614306EFED98C3A5DB796C829A2 /* EventLogger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 23AF86ED93A1431134342B790EA5BF8E /* EventLogger.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - FAC66E2D023CFA5DF258359C7816329C /* RCTConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = B9D68BEE26B3337E09AA7DF2C4A8703F /* RCTConstants.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FAD6D51C7550C0590A9F75C825687B3C /* TextMeasureCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 25EC3FAD13FE7EF5E71F33EA5BB388F3 /* TextMeasureCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FAF38EBC2DF8720D99396182CC3217A2 /* RCTDecayAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = A81311895B0481BD33D91FFCED2AFC80 /* RCTDecayAnimation.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - FB1CA114DDB25918EFB00D8CACC5106E /* BoostContextCompatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = FB44E30B2D42B0A8CECB148C2CE10B5A /* BoostContextCompatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB4F883481EF071B9920DFBFB51DD6B0 /* TimerFDTimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FB620F6D7995C90E677FBA7EF7A148D1 /* TimerFDTimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB9E323642970E4F66B8691FB9910D3D /* SynchronousEventBeat.h in Headers */ = {isa = PBXBuildFile; fileRef = C0DF1B9101F62C6D0D869BB8B8A752F6 /* SynchronousEventBeat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBA4296F205DC43FFF32961B576A6617 /* ThreadCachedTag.h in Headers */ = {isa = PBXBuildFile; fileRef = E2576D6132DA27C06A37E280E980CB1F /* ThreadCachedTag.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBD75089B4755555A82486ACFDC1F103 /* FMDatabaseQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 67AF4959E7170A8D4D13C0F28CDF4075 /* FMDatabaseQueue.m */; settings = {COMPILER_FLAGS = "-Os"; }; }; - FBE3F4F614F85B10D351AA570E4BE0BF /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = C223B82EF8F5440FB65A40462750C0E1 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC0D7AFBD8A62CC7721E105C06DA7F45 /* ThreadLocalDetail.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B65D1EE5BBAB4D1B9847E3CA77157117 /* ThreadLocalDetail.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new"; }; }; - FC1B525557EFC3574247BEC5ECBB126F /* UnstableLegacyViewManagerInteropComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 87B7E70DDABF501655C94401738CE5EF /* UnstableLegacyViewManagerInteropComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC21F39120D700AE38474708C6C93B60 /* Color.h in Headers */ = {isa = PBXBuildFile; fileRef = 0095CFE8EEA76393BE4E61CC23E912EE /* Color.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC42CC34ABDF27479E2310590D919120 /* AsyncTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = C5C1E05DA82BC8615614B6F47AB5D4C0 /* AsyncTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC7C65ABA2163BD03407C3467737CA78 /* RCTPlatformColorUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 687E185A811DDA93EC8C8F03DFC35D15 /* RCTPlatformColorUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FC7DF234B8A297BE0DAA37849DAD7241 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = FDB2432487BDD86F774A7FE27AD8EC69 /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC8165389D995062DB71BE41E0FB3C6A /* ExceptionTracer.h in Headers */ = {isa = PBXBuildFile; fileRef = 337AEE7A63EFD220C03F71FEFD81EB06 /* ExceptionTracer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCAECDB6CB5586A1C20157BDD7892EA5 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = E7E01677BD83475FEC1B57681BEF6CA1 /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - FCB166BD522526F15F64482A599C464D /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 7086A47679DCE91D10852CBA9E170A6A /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCF53CC7F6F56F1B95D2F0F9670D2C35 /* SRConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A5406F1C753D11F9F2E0A254C41AFE9 /* SRConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD97ADF403D8F0AFDA55F161FF048DAE /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 23D45B9F16292480F04ACB34B15EAC87 /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDF01EF81C69DE48D7CA2AA982E93582 /* ImageTelemetry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FDE397A5C641CDD4E51855DF16030405 /* ImageTelemetry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - FE020FC72301024947BFC98D0EBB163C /* ShadowNodeTraits.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 335353C6724F43C8E32394D7BA8B818F /* ShadowNodeTraits.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - FE184056E5E2F173DB3EF4BD0E27E586 /* Indestructible.h in Headers */ = {isa = PBXBuildFile; fileRef = C9C8B29E94436F26489DC3605D5B1AF4 /* Indestructible.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE2371127A455186CA2EBF8E1AC86708 /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC467524340F8147814BDFDA6933F85 /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE26D9359526F97060A8D299FE4C2D13 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 303B4854467E151A062CDD0CC4551325 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE2EC8E95F9990CE21B852A84EAF857B /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 58D47F8AC2D0B3C6FCC899C638329E67 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - FE38F864E40FDDF91D2F4D47AE981D7C /* Baton.h in Headers */ = {isa = PBXBuildFile; fileRef = 439A066CB90E246B2C3AB18E40ED6592 /* Baton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE3ED1A6AB1286EB0B14A46937320BA7 /* Uri.h in Headers */ = {isa = PBXBuildFile; fileRef = 309889DAB2E8D69E094B9E8B21E0AC1A /* Uri.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE56EFFC642410B2895028E70A033AE3 /* Foreach-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 107B9ABF78A158D8937B9EAC14E46130 /* Foreach-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE7C458A7D6468C6575848D0BE929F48 /* DrivableExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = B81EB71F8324257AD1CF3DA7D069C228 /* DrivableExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE8F3CAF7E5AC55D9AAFB865D50806E9 /* RCTImageManagerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DAEE1165E8C41262F890DF42D6E007E /* RCTImageManagerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FEA54D49EB9FC7AF937898A12548CFDE /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 733F6614CAEA136219F82968A7347F67 /* RCTPackagerConnection.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FEAC133F94068B0F74F78BEE8C01AF0A /* signal.c in Sources */ = {isa = PBXBuildFile; fileRef = D27F578EF709B98068AE9ADE831D6CE3 /* signal.c */; }; - FEBFCF379BC694E5CA792588FDCC5896 /* SRRandom.m in Sources */ = {isa = PBXBuildFile; fileRef = FCC7D500FEE59DDF05BB1F04C7A48350 /* SRRandom.m */; }; - FECF4953AB861101F7D1713C9EE81A1F /* Cursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 34C482F41B0FAD8426C10B6A9CD80498 /* Cursor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FEDDA48D6EC5F7E6AF35180E180E5E16 /* UnimplementedViewComponentDescriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93D74E5F84FE3C32C2EE5EE80A862210 /* UnimplementedViewComponentDescriptor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - FEDFCDAF33E08064D0A5499374A5B0EC /* Arena.h in Headers */ = {isa = PBXBuildFile; fileRef = 92E2D0017800C203BF04AA568102B986 /* Arena.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FEE02330461EB7A1341C7677F39F6527 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = A57D2BA77484DB13F6FC5352024E4FAF /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FEF537AC4DA963C2D7982A08E596E1DD /* ShadowTreeRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C99C1D1035CACBFEFC814BE81AC0B65 /* ShadowTreeRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF071DB71B8D4D879885F83261B84C3E /* ExecutorWithPriority.h in Headers */ = {isa = PBXBuildFile; fileRef = 4567C829922191E795519E62ECFF142A /* ExecutorWithPriority.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF1814D11F8677DA3266FE96493F55C8 /* RCTInputAccessoryContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F9B496A2AD33C4CCF6148C62D588426 /* RCTInputAccessoryContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF2FFB54E95EB6CC18B581666A6D114E /* VirtualEventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 39B5B563D758FEC83CA07C4D64C7778F /* VirtualEventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF567D39355F3B018B689459593E374E /* LegacyViewManagerInteropViewEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3F445D28213AAEF79BED62834E4A8EF9 /* LegacyViewManagerInteropViewEventEmitter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments"; }; }; - FF68B9F9BEDA7712252BFC48F17F7389 /* QueueObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 46099687A5D0F3DDDC172FEE1E106754 /* QueueObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF6A725AD17552D3A213E624802DE4F9 /* LayoutableShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2F8206D4A2A3C96DCAFC3809FF447E0 /* LayoutableShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation"; }; }; - FF84209E4A49DF57B12353A452024650 /* RCTParagraphComponentAccessibilityProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EB95F3097E25595B8D55D8EDCD30D7B /* RCTParagraphComponentAccessibilityProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF87977101C32D178E8EDED505DCDC87 /* InlineTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 0174ADECC126B33606CF6F7F4A13724E /* InlineTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFC722B62066268A1D0BB245D959396B /* TouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = E31B5D02719A937FC9EBE9AEE1FF15A3 /* TouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFD2FD349E840FB88D75DC02786AA13F /* RawTextShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E198961812F012F0689A6388C81329A6 /* RawTextShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFFB573575629C7629422AB075304EA9 /* MeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = A1DD3E928AEBC00A383B3B0C6FE4AE58 /* MeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 006EBCAFA23C3844F04C940A4F313410 /* Props.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF2A098BFA676BEB807B64FA44567B00 /* Props.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 008E750C6767F6A81D7DF312DEEB5EA3 /* EventBeat.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CE7D7393D013F61BE78DD0E2CDA786F /* EventBeat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00A5EA92B12316AE199E2854F7DB8F9F /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C9D9E5911728E23B08C57B041A401477 /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 00C54E7CD50896090EF4E7278BA81656 /* RCTBlobPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925A2297E6EEF7197A415C4C41AE8027 /* RCTBlobPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 012219210290351B09E3228F57549796 /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2726901F064D66A4F014D07BB986BF67 /* React-RCTSettings-dummy.m */; }; + 012747985355A39C6D1E6079BBE61B87 /* RCTScrollEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 5424951447BE1FD64194B009E9504B50 /* RCTScrollEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 012BB6EAAEB87A76C792B66D04A36B78 /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = D325DB74A674890FFA71EB148DA83A39 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 013853D86CB10EC25449DC7BF10568E1 /* ReactNativeFeatureFlagsDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = DC24DA11D62A60707D4DA680FD726094 /* ReactNativeFeatureFlagsDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01474AE21855DC963FC28E1C31BEB84A /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 80D64042B21EA7CEEB535422CBABD3F1 /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 017DF990D65F9C2E66641A01B59D6B5A /* Access.h in Headers */ = {isa = PBXBuildFile; fileRef = 908D006CABFC90D4BADBF7B0C2544818 /* Access.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01A541E5BC9CBB99C2EE623A47D5DC67 /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DF60B1D14EECCD8446FC1A15E8766B4 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01D487B3BCD02252EA46AD31A3AE88F2 /* ManagedObjectWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 73AB6FD4B3DF99EC222564D6743427C3 /* ManagedObjectWrapper.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 01E2ED6001D6C49CE159000B657445E8 /* RCTTextPrimitivesConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 9103371D49F49FB8704F83F623604846 /* RCTTextPrimitivesConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01FF22D8A0746B87FA43295D52EDFF01 /* ImageShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 84C69750863FB2783C4C3DA5FBF5A671 /* ImageShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02316C6ABD89D9DCFC7B8AF62D777CD8 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 816B94D26D0966A297B8BFCB1F24039B /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0231AD4A2A7FBFE5C9D2F17185F85FFC /* not_null-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = A854CDECEC563F33590796054B7822E0 /* not_null-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0260211AC75157F22C8A580DB42FCBD2 /* InspectorPackagerConnection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F3070DCC47CC323B0236AAA591CC207A /* InspectorPackagerConnection.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 026D5B5D71D8CFF7B02A6F9E1EEA6B5D /* RCTFabricComponentsPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 69E632279F0013ADFF7F6ECDE2FAF2E7 /* RCTFabricComponentsPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 027B3B0E43853967D8B623D4E5A9A287 /* RCTHost+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = BA9901F19F900300AC2E7122D5AC01A6 /* RCTHost+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 028D9502D34CF9EFCF733F318ECCD483 /* RuntimeAgentDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F4D03D4133A485BCCB2117CF4DDE2ED6 /* RuntimeAgentDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02A0A139AA95C6D1D6EF74AC71B17B90 /* PThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 586BE0D668A4FAAEE338C3991530ACC0 /* PThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0325D441EB7088C55285D0ED7E97A25F /* Display.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D7DA62E7DF50F0A454C529AA78EA7E5 /* Display.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0333BBF0A9EA7C3B7E05BD48E0D67A82 /* vi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 5744FF8972259231F82207B5D2C1B114 /* vi.lproj */; }; + 03366D45E928B9EBD08D6BFDB5566C4D /* F14SetFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = D673246C2C1796D3D74599E1964A310D /* F14SetFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03584C8062B53F05A7A5BA8A4C002AE0 /* RCTLogBoxView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A49FC170B2F422E9973F529DFC94316 /* RCTLogBoxView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0364A19CF9719BA18B744C8BFBF53540 /* WMDatabaseDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 54CED87C8170B13841D92A0113192459 /* WMDatabaseDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0366A2F9BCF416C8C084A6CFE4257720 /* TouchEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 359747BC6AC4881D3081F8B6AA532321 /* TouchEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0370A8D6E25EA067E86213AF97FA908F /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = D9722AC2B3A09F57A4EF66060A291E1E /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 038A3F0242D33B98EB3291B978423B1F /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = 2002DD4A0F6B3EB4DD29785216A66D9B /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03E022AAD071ABD52393EA63BED66760 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = 500E0FB005F00271DB2A0C68724900DA /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 041CF2CB65A7E9545B3EC1BB2BCFD469 /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = E727F73300B53155B530D74924AD2BA8 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0427F0349638DCD376F42A586CB060E0 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C51C4243A2C445225C52EAD81BE81D66 /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 04D5FD40FF43BF9CD112D2B1E115FA0A /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = DDED685F4B3E6B9AD98CDA1F1594C02B /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04DA5067488F0CEF42FA792DB385DE48 /* MapBufferBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BD79853D3326455B2119D890DC49815 /* MapBufferBuilder.cpp */; }; + 04F8707A7E7C72B27B4A1BBE81C9030C /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = E598B862EA984799230DF69702BF2488 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 050FE1A6E2E7D773A48B1F4BED2FC450 /* RCTFPSGraph.mm in Sources */ = {isa = PBXBuildFile; fileRef = 963A0C06992A9D8797E0E1BA9A14DB04 /* RCTFPSGraph.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 05425C40C186C4D905D650FDE09FBB6F /* RCTJSIExecutorRuntimeInstaller.h in Headers */ = {isa = PBXBuildFile; fileRef = AA29C6591A2E715C33B132EAC7AF7008 /* RCTJSIExecutorRuntimeInstaller.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 055DA973F87A7B3ECAE8DC3E4579BE45 /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EA911281D978CB40351D59D5598FC9B /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 057F908327F36BAAE35535CCD3AF5CD1 /* ShadowTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95D17842EC6B842F72D0A2E4DA506E78 /* ShadowTree.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 05A580DBF295D2371F431C910CC5919C /* RCTBridgeConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 43E01084CFFDCD00B181AAEBF7F6EC46 /* RCTBridgeConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05AC9AEA1013D02AF586E82722432DB4 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F40B6C62C59C16116BE5B43DD2B6E4 /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05CEAA68D97F9486B6361528835C7FFC /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = B6501460FCAA027C674AB185B605DE1E /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 061B1D7E9A7E2A984C737EABBEADD5F6 /* Extern.h in Headers */ = {isa = PBXBuildFile; fileRef = 686FA922FDC06D95A33307B2DFE9C50E /* Extern.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 062CCABB12806D7CB657BEB43436A947 /* DebugStringConvertible.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B36F42640063CCA329D93AC8F874A56 /* DebugStringConvertible.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0642403BB181EA7478210C0089DEF508 /* cs.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 8CD6649A7EC8CDD2CF31FCF0EBBD4501 /* cs.lproj */; }; + 0663905B64268796E97AEE20D0DF5F57 /* YGNodeStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C5225A85D60908066F79256FD961B24 /* YGNodeStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 066F723FEEAC257D987EC4692F9132EB /* RValueReferenceWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFECA4F48E22E7225529497330DEB8B /* RValueReferenceWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 069B050AFB16542D9675E9245FF16FC5 /* RCTExceptionsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = B7DAE91AFA1AEC4FD04392E412D1D4CE /* RCTExceptionsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 069EC9D1FB2F67664CF6B2CEC35D10FF /* BaseViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = FD851DC7951B65E103BB27B6706B8EE3 /* BaseViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0740889CD8076D764DE2ECBE838DE059 /* RCTScrollEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C5887CFA052BA4652642CE173F3C2F4 /* RCTScrollEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 074543D7B648948577CE19FF74825D59 /* States.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F3F5D9E03D596413A96FCC9292384B7D /* States.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 07600B8FEF009F0EF5D1EE0510FDEE45 /* HazptrDomain.h in Headers */ = {isa = PBXBuildFile; fileRef = 099CB5926F7A7C10C82306F50F31CAE7 /* HazptrDomain.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 076814077F393DA76C02B2B98955F27B /* RCTSinglelineTextInputView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 28992A73B6E2E3C1194912C0730023B1 /* RCTSinglelineTextInputView.mm */; }; + 07718CEC8AD51EEE4CC2299F0637398E /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = DD12CDD757C637C9F44622EFFFFB58B1 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0786745B0F7A7521328CC9923B8BF5E9 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 21754846DD83D3794B287A3D6BB4DA9C /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0797F9543456306CA94A496239F85C3E /* ComponentDescriptors.h in Headers */ = {isa = PBXBuildFile; fileRef = AC18E26348C64BD7E409DF012EC8FD1E /* ComponentDescriptors.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 079D341C7E45BB820BB7CD75514E3282 /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C795DB945B2C3AA8C9DB7C2065D7C38 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07BFA4FB5FAF3E14B7D0E4C8711EF0B1 /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 832DCF641540319B774328DFB00B9620 /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07D42E889C8BBFAEBA0D6209B9929086 /* RCTRefreshableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 88FE98CEA078C7FBF78F8FA3A02093CE /* RCTRefreshableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07E90BA58803F737B48DA6554802CA36 /* Chrono.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DC5AD5C90390C13DD621B5A02EEE993 /* Chrono.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 083594D0ABE1486128C1FACE9EBBB8E1 /* JSRuntimeFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = D2E2734D8657ABDA8E52005D327C59A4 /* JSRuntimeFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 083E2C962EA0D5E14FEA17B782E3AF09 /* RCTImageManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBC95FE616AEF3E48E3F113E5BB076C4 /* RCTImageManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 084B7DAB689734EEBB98408DD6E7F12B /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 98CDD541D0DC28ECF520BEE664E58AEC /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 08C4E352A9F9F366FA356A9978482B37 /* Arena.h in Headers */ = {isa = PBXBuildFile; fileRef = 10F169E67E9F6AF9D77C49B765487E70 /* Arena.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08DB5A93E58A2B2DB9557F5578E835D2 /* ShadowNodeTraits.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7AE90B08B12F40EABE9BDF5B888E8832 /* ShadowNodeTraits.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0911E5CE6C9678C2C47A2A1749FF64D4 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = D4586CC35438203A980E60618B09852C /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09946EAA53E8CE2FFF8939A7012AABD1 /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC28EEFD6B8B7AAEB56E2A041A6DDCB5 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 099A28E24D0D1D10AE86EA1B272EB1FF /* RCTImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 645F364C7D0579436F0E777A3156F8C5 /* RCTImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09AAD2EF48DD20C48D9ED5976230E59F /* RCTLocalAssetImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2912664908CB6F78177A7A284D257A7 /* RCTLocalAssetImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 09D436AE529D72CDC3C5268A5EFA9903 /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3C987DB1C26CAE3839EA088A41B167DF /* RCTNetworking.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 09D9EE11D46CB94FAFBB54DFAED6C44E /* SRDelegateController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F8810FFDF257E41E57C7103FDC6A5BB /* SRDelegateController.m */; }; + 09DEA251437E9A7F259A7FADBDC16619 /* ValueUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FD37A9A693B3CEB099DDA9955E3C67F /* ValueUnit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09FF08768BDBFF4D478026381BB522BB /* TextLayoutContext.h in Headers */ = {isa = PBXBuildFile; fileRef = BD485A11989B9D9DA494C47A98A5F09D /* TextLayoutContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A1065F756F05AE906969E13DD4A1346 /* RawEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7841C02BBC8782E7B8D3EF2815A6026C /* RawEvent.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0A375EA2429F646CCA545A8C0D177863 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6CEE94FB9A70376F30A45C598232AD61 /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 0A525F353D76ACCAEB8A08546550D6AE /* HermesExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = F7CA9A9E0677E6E622E8C0C6BFC057B5 /* HermesExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A66803576446C88DE73AFC6C2B9B253 /* RCTObjectAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F35ECB508AB87E99C735B9A8219E2790 /* RCTObjectAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A74076497F9A29CE8DDDD53D828748B /* SynchronousEventBeat.h in Headers */ = {isa = PBXBuildFile; fileRef = DC5E287FACF5FD6F1EC1566E83AC741C /* SynchronousEventBeat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A84A0D6B6C2378A9F17CC60E5629981 /* RCTConvertHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = 82552A36AF98B4CFE12CF35D745DFEBA /* RCTConvertHelpers.mm */; }; + 0A9DCA309A20F282A70CE9A354445E8A /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 854FD3BEF6FF2E1CB963FD11F173D53D /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AB017AA30AADCABC979757F7F94A860 /* ShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F2594C363D96114D88D6D3996A6AD08 /* ShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AE3B42013A6EC4A1BDE21E82E39800F /* TextAttributes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 296D3832DB6A00F26BCB4D9A491A88E6 /* TextAttributes.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 0B0269B6A3EE1DBDAAE36B6D4D159963 /* dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 732688D92C1058B4D3B68B3EF5CB178C /* dynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B2B305A2CAE42A22ABF7A71994E8C63 /* FixedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FAC834F5ADBD6F3EEF6BE67C8BE5F06 /* FixedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B3B9EC6140BA1847988F15E0947B26E /* WaitOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C29624546038DCFAE9385CBC490A7F /* WaitOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B59F1574F8DE2DC67F22706B855B56B /* ObserverContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = E0529EAB67BFDD4AEA0A80301D04CE2C /* ObserverContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B842AC5587E3794C6EA8047E54FDB41 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DE9029B11C02C40098A6D686789D830 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BC972460491F39270DE005A9D40A372 /* EventPriority.h in Headers */ = {isa = PBXBuildFile; fileRef = B1E12CAD2C6FB4F2DF64F7CCC6D15E3F /* EventPriority.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BE3BABD266439B755BB51D2E6522C93 /* UnimplementedViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AF7E566A1E46C435965177310C115248 /* UnimplementedViewShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 0BE9D5B31B8178E25D7701679E024C08 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F4B2863206A2795EDD2B67B16FAC91C /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C0B183FCA29DC956E1A1B894DE839D8 /* UnimplementedViewProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E9C75E943A657F3153FF32A050DA7592 /* UnimplementedViewProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 0C1656F42CCF33F050C0CE2F7FC009E2 /* AtomicUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = C9BBAB8DD3A07A56FC902CC374E80A3B /* AtomicUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C173B954EAFE33EB0E10A7430B53888 /* RCTRootViewFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = D3CD42FBDC4A9051EBFC9BBE6DB02349 /* RCTRootViewFactory.mm */; settings = {COMPILER_FLAGS = "$(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DUSE_HERMES"; }; }; + 0C1DD5D979DF1A9CFCB7ED8034F0C6F0 /* DelayedInit.h in Headers */ = {isa = PBXBuildFile; fileRef = DB05D38A61483D308412FA789EE36CBC /* DelayedInit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C341730FFBD4215E38D143F056AAD97 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = AE85DC12DF3E30AE258ACC3C9861E350 /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C5A0742C3AE61AB9C451CA241A06AA3 /* std.h in Headers */ = {isa = PBXBuildFile; fileRef = B6A866CA3EE1ADEEDF264EFCEC0F0F57 /* std.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C829322BFE8672132D133A9ADDC02E6 /* ExecutionContextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5660D2686BFA4493932307298F162071 /* ExecutionContextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CAEB04840483A8A5A72F4355958AD73 /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 40CFEC8038EA506FF0CAC998C27E80BF /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 0CCB0E1584227DBA1626298A85B5330C /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 492BFB87D3FC79B8A5E5053209507E96 /* RCTInspectorDevServerHelper.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 0D0305563835BA45E3AB92FDC061900A /* Sqlite.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E38DDBA8B3F295D182A2E60FC4F968B /* Sqlite.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D380672BD934ED65A236B8874DCD341 /* Unit.h in Headers */ = {isa = PBXBuildFile; fileRef = 4815C38AF6C2FD23A9E98263CAFC071E /* Unit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D396D428896CA61E2301A747EE5708F /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 07248FECF4EA760047A9A71945D1E7E2 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D43A9F582531A23BE6A6D1DC895F52E /* Touch.h in Headers */ = {isa = PBXBuildFile; fileRef = B711337B1DBE8FDF8CF854026E0D14C1 /* Touch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D74FE5F1E9448343E13242159F63F6C /* RCTAlertController.mm in Sources */ = {isa = PBXBuildFile; fileRef = D5F538BF3285BAC9B7F01B8E674355D6 /* RCTAlertController.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 0D98617995EAA61C68C93966586EC450 /* SocketFastOpen.h in Headers */ = {isa = PBXBuildFile; fileRef = C042000B32A98F9B8FE68F105D95B8D4 /* SocketFastOpen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D9B0AA50FE453B74124CA01912B4B7C /* Try-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 77B99168E6021298797F07B5B41C5A77 /* Try-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0DB74DB42DFB69580318D842D74E803C /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 78B7DDD1D6B4E8239B45FF43C990D36E /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 0DE685BA8A37536FD089DCCA1AEADA20 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = D37C2939F3CFD83C906796976DC6425E /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E25FDA99228EB53935D4EFF113CEA15 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = B96DBA623627412849117547371D9FEC /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 0E3B2C94F912663229BBBB5B4D6303A7 /* RCTWebSocketExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = B3A27AAA848CC83E397DC39A9E46B682 /* RCTWebSocketExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 0E5654A31BD89F81B5627D63B794AAD3 /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 52350E9ADA2301F7191C925F1DCDD5BE /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 0E58F200670891AE6FB10861BC1EEE46 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 089961A4AC420F0D1B51AF0717493120 /* React-RCTAnimation-dummy.m */; }; + 0E616E8FB2D3D470F8965D0D1A975DDC /* Comparison.h in Headers */ = {isa = PBXBuildFile; fileRef = F3822D806026A4FCC42B9B6C3AD50045 /* Comparison.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E62F29B3D5442BFEE2027D69162BDF7 /* ExceptionWrapper-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = D2E639F57C80F20E749E4AAA4336E32B /* ExceptionWrapper-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E7C77866A73091BD1A36B2228ABD0FB /* ParagraphComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E725BADB6EC401BE33F493BD4BE2793 /* ParagraphComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E80F9F0507C7BEE0E643E3ACA26DF38 /* CalculateLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = E1BDFFD718B2082F582FF8627388E098 /* CalculateLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E9F6325DB8475265B002F1E7FD69D5B /* RCTComponentViewDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ED440A6B8C1D4FBA39CD54ECE8D51F3 /* RCTComponentViewDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0ECBB2631A8B65825964451B921BF5DB /* Foreach.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AB864487EEC16CB2CBD3A5CA275FCA1 /* Foreach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0EEB24CECB61AF303B67DD51759484C6 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7DB6E20FB18E511B8C98C3656B364612 /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 0F16C97260095D02DE5415B6AC67D505 /* Overflow.h in Headers */ = {isa = PBXBuildFile; fileRef = EC5F5A9DB399E74A3B0F0CDEE200B40E /* Overflow.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F406AD78F915630431DD8A720AEC4D7 /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = F336A6F8A52B443F471C3A212D86DC43 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 0F50D5BEC1F259C0536E804EDFA6AC86 /* RCTDynamicTypeRamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C5791AD6F4A42E6F15A4AE3E13672C9 /* RCTDynamicTypeRamp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F9E6E4C19935E040E25D1CF43DF474E /* State.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 776D1F938E2ED7503BB26ACB324E4DF9 /* State.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0FB25A9F0783B7F60859244B80A341AE /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = D63DB3EEA2658569FE4F58A50743B58C /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 0FBE1DE34BDFE9B0C85542DEB581D4B6 /* BaseTextShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D0CA4B3C631CF1CCBBF61F2587F57B7 /* BaseTextShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 0FD8067209C57B8F29919B037BC1ADCE /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = A956484ABC9353D13F5C213DFF6F76A7 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FEE31C3F9AD01261144C17B9456649D /* CString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8AFE8F048924F7A8798499375AA68271 /* CString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 103B71140476A7F2EF9149C840F969BC /* RCTTypedModuleConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 0741545417754F6F394479EDADE0B5F6 /* RCTTypedModuleConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 103C9C846673585F643489F5844C7873 /* SRURLUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 11168BD52EB1FA983258A217EBF918E9 /* SRURLUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 106F3109E3A54C7F0C67DABAFAD2B5A0 /* RuntimeScheduler_Legacy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D2E26EF832C651D9123567DC1E118CA8 /* RuntimeScheduler_Legacy.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 10C16DE5DAD1B3D65FCED627DA9BA6F2 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F9E3E83E4B4A307A114208C3D1F55BC8 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10C999C6FFE831B0F4E754627171AC0F /* RCTImagePlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 62F2B8A9CA2FD124CEED393804E7351A /* RCTImagePlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10CFBCB29BE411B25B987B73CFF4B18D /* ParagraphShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AA655BCC979429F0F18E3B0FA7422BD /* ParagraphShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10D706F48F81D0DA3FBD346730A27F9C /* PhysicalEdge.h in Headers */ = {isa = PBXBuildFile; fileRef = D2F955F57435151EED343EB06358A2A7 /* PhysicalEdge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10FD9B5E858AB7024274775682AFD14B /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = B87758E567704381060EF12FB7B025AB /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11116B560FB8DB7A5F736E5E8C11301B /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = A9C67AC080A782225408DA978D1DA4CA /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1161007E9F6AE05B1C1F1911C7E44E76 /* ToAscii.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 354A705EB660FEBF388788D956A9E58A /* ToAscii.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 117CFBAF2F3D6DA74F906DB824DBA6A0 /* AtomicNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 357C89461C2B2C6319BF4ADE3900971C /* AtomicNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11AB7A2E0F4DA784CFD4F91F3B078693 /* SafeAssert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2DA18CEB3A1B39D6DEFDA830C70B7AE /* SafeAssert.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 11B0E7FB7ECA7915B7A9BE59DEAE0A2C /* RCTDeviceInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B03D90250BBDC20A58910E9BAE12F13 /* RCTDeviceInfo.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 11CDCB576F0B65DE17497B576F58EAE2 /* BaseTextShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D6775356C3C08E3F8AEEA4E5D9A9A05 /* BaseTextShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11D8A53B5669E71051AED58511A1202D /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 1749F4295539F83F4BA4637FE2C39F34 /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 11DF589DF2952480FDAADA363B846A8C /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 49C8ED14DB40A8E3E597CC83FDA19B4B /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 11E23CE507B474D1E3C4F5B07071F93B /* CheckedMath.h in Headers */ = {isa = PBXBuildFile; fileRef = B83DFBC0279E4DF8CFA602D622946926 /* CheckedMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12059A7AC3C0621F11193E23732E1819 /* SRIOConsumerPool.h in Headers */ = {isa = PBXBuildFile; fileRef = AD29B45C17572843FBF6146FD5BF87E6 /* SRIOConsumerPool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 120634F36CBAC662040FA4FADC964386 /* RCTUIImageViewAnimated.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB8ABBAD57F26EF6E656FCE9B68DB2F2 /* RCTUIImageViewAnimated.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 124EE25B6A65DBC1926C13C9CC91C6E1 /* RCTPlatformColorUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F98C396019C17AFAC2E6514744534845 /* RCTPlatformColorUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 126FD381EC013EB7F76745BF6B3959FF /* AtFork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AFAEF578C155F412D05E26AF9E63C602 /* AtFork.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 12731EBF39779BB1E177B701949AD2C2 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BD826EA734516D956DB671826DED506 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12B3909CB415E47E8826B5999B035007 /* LayoutPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 88B840D20BFE171BE3DD9DFE4EC33AC0 /* LayoutPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12DFBB4643EF49D0656128B8F983CD6F /* Unit.h in Headers */ = {isa = PBXBuildFile; fileRef = EA4EE4C6FAFA0A824AFDB30A96D0C144 /* Unit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12F481159DC1895DF2BC2595AF7AF275 /* RCTLocalizationProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = C488747CC15D138B30ADB8E498B04FF4 /* RCTLocalizationProvider.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 12F715ECB2D5A07ABA04F56405B1F80E /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F91CC1CB5BBFE630F1A219C0EDA145B9 /* json.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 1304FE75578CCF44D9049CCEFCDB04D9 /* ShadowViewMutation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AEAEA20EE165C0C9C90A2B2BDD3C21A /* ShadowViewMutation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1315D3EE3476373DEAB746B56511B323 /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35645CAF1F9339B964422D6014D3FB62 /* InspectorInterfaces.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 132ABB496BA53BC8084D9FE272A010D3 /* Uri-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = FB0002CFA1F991284A466F64F3CDD670 /* Uri-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 132E187EFE1E47ADD957A700284D6D9F /* RCTAccessibilityManager+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D7C4A3E62FB0FF7DF9D127631B944B1 /* RCTAccessibilityManager+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 132EA906D184846F30461FF9D8FFC75D /* RCTComponentViewHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 287D6D149E8F946A10D3DCE0418FB1FC /* RCTComponentViewHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13372D98CE8D776E176F54A38E8E6C22 /* UnrollUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C8868803CE5E240AD3BBEBB15555C0F /* UnrollUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 134F41DF984A58A9AF39A8C4B87BA130 /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = E3A3132932FB8BCA22D8C2EB34C0BA27 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13635F0130E1586FD24F72C56AD22D62 /* RunLoopObserver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE02C2175E3E663763ADD7A4613D0103 /* RunLoopObserver.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 1366F04C5590C425BB77826538FFC333 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 568619787B3509509A5FFEA27285F968 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13691F404B16F303025DBD6AB3558377 /* React-debug-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 751490A9CC81CC3D1FD6DE9D1A2309B0 /* React-debug-dummy.m */; }; + 14188338839347D37D80C598C0E5748C /* DoubleConversion-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C32920036DAE3C20F1840181BC975BDA /* DoubleConversion-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1432E3A16B74C9650C19792CD18E8B4E /* LegacyUIManagerConstantsProviderBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 090C56DE791731685F76F2010E681C1E /* LegacyUIManagerConstantsProviderBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 146AB77B241BF6C67DBDD63E5634067A /* RCTViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = A2237CD09A4316F9776CDCDA5907FAF5 /* RCTViewComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1478022575B1D58411C818595E989892 /* SRPinningSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A4D45A1805126ED1CD25C84B4FFE9C2 /* SRPinningSecurityPolicy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14A2A5FBA6070AC7E7320E8DA534901D /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 109F9C2934C9D047C914A988E8DFBBA6 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14D3C20765AA5165E7881E50B9491268 /* RCTInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = 16F3181ABDCFFB13D360DA6C3047FC89 /* RCTInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 151E1345EEB4F94B1CDF454826A8A392 /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CC2B87AA979A0CE226E57B8BE306A7 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 152D661D4E78EFAF951BEEEC25294B04 /* TurboModuleBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = DAA88CD24C578A8D699BEE467905F247 /* TurboModuleBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1590F8C4A09BF6B5279331EA10DCD463 /* StaticSingletonManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BC8A1AA2067618E92E2DC37877060EA1 /* StaticSingletonManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15A01C98D01F5E8CF5667E215EC11869 /* RCTAdditionAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = DAEBDA32E972C2DD6BC87FC03C2F7B79 /* RCTAdditionAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 15D2AA86AE351CD34C4884281F78EAC1 /* PositionType.h in Headers */ = {isa = PBXBuildFile; fileRef = DA12408D51CF845CE9C49609B11D2C6D /* PositionType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15FEAC3E79CD8CAA28028308AEFFB10E /* RCTDeprecation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FB252110B7F6302C421C46ADF22A0BD /* RCTDeprecation-dummy.m */; }; + 1615048D674C53EC2FE5B6B09AB39742 /* SimpleThreadSafeCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 20DB7A7891E6EF51C69DA252EF43EE25 /* SimpleThreadSafeCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 164466B28EEB0ABA1B7B4750EA02412A /* RCTObjectAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 717D5148DA07668AC04A61F52407FF5A /* RCTObjectAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 166EFABABADB56EE0ADEED83DF8BD9FF /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B041282BB6E0CD0755E03B990F035982 /* React-RCTBlob-dummy.m */; }; + 1671FF1B0ECF02D1CEEA5C6BC8BD0545 /* ConcurrentSkipList.h in Headers */ = {isa = PBXBuildFile; fileRef = CB027A92361F7CF889CAB836E490C149 /* ConcurrentSkipList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16769F3466BB96E91499BDFF33A8DFB0 /* RCTSurfacePresenterBridgeAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = DD2869F37A6F486F8994AEF1E2A9E0D4 /* RCTSurfacePresenterBridgeAdapter.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 169D881DA6F98A74ADBAB85239E51495 /* StateUpdate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56D34A45C0AD73CC42339EC6A2CA028E /* StateUpdate.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 16B0FFD3A9EB7A8C3CA7E201D4471911 /* UninitializedMemoryHacks.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DD30C23A0277639DFBEA7BDEC6DFEE3 /* UninitializedMemoryHacks.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16C786D254AC4BB415F78C7E14E32E91 /* Direction.h in Headers */ = {isa = PBXBuildFile; fileRef = A27676D6AF709B183CC889284CE2B3D1 /* Direction.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1720823FC59E390B74A878DE97477C35 /* SmallLocks.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CCBE13D47A90960E21168709D81A256 /* SmallLocks.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 173E5B38A957B127E5311171245424B2 /* ExecutionContextManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 90CE57248719DB1AD38AECFB8A66AF11 /* ExecutionContextManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 1742C4E8AB7ED1A6739FA6689AA3DE2A /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 70FD25025D88D2C467D14135D309D155 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 176B697FC865093156BE99FD2E26E832 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6316526F1CBE0396E9767EDFD35C9870 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 177DA7AB540346CDB555B61232F0C1EF /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 80C0E79E7C53BAA868A44B3B53AEDC66 /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 177DC996D972A1F1AA6BC586B8A468A7 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B62C6CE9D343C56E332C5816AC631E6 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17A413B902A05FF7C8FFA29FF67C8484 /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D5CD2B433F8011D807EABA3442374E7 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17E53719BE7C9DAA239E3684B393CA6B /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = E590E42E80DFE90E35C644EC5BA97D77 /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 1870A74C16D312C74C2956A5EDBFFA89 /* react_native_assert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DEFDBFF0494ECD44CD200BB0D4A18A33 /* react_native_assert.cpp */; }; + 18D0C52BFC98BED39B1BA61AEEEE42BA /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 07248FECF4EA760047A9A71945D1E7E2 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18F1DA5B651DC6FF50C4B7D1A14C844C /* PlatformTimerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C7F9675F0DDF7D607F4527AEEA7CE9A /* PlatformTimerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 191AF4701921B0FFF6BBFE9DEA53594C /* SRURLUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4DC46A209C68A22450F45E72C9E535 /* SRURLUtilities.m */; }; + 1954536D05D0919B8EBF384663613170 /* RCTLogBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = AD4FFB5F1B30B5584201585D67221D38 /* RCTLogBox.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 198422DED4D172D61EEF24D51F0C90FC /* F14Set.h in Headers */ = {isa = PBXBuildFile; fileRef = 27DB05F6CB39113BE10AD3A747787E40 /* F14Set.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 198A3B5F43844F6B78F0A7BC96A9EDE7 /* RCTParagraphComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 350583A27DECF7088A05CC2259BE2E98 /* RCTParagraphComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 19965E9C8B6A83E60822324223B9E1A0 /* RCTStatusBarManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99F1158A135CC58252D861686496E8DE /* RCTStatusBarManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 19B38D8BECB8D7FA1BC251ACA2144990 /* componentNameByReactViewName.h in Headers */ = {isa = PBXBuildFile; fileRef = F0DF8AFAE1CBEF65355E92467584E4A5 /* componentNameByReactViewName.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19CA3B1362DA1810EFB9E88C070B0610 /* RCTFileRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6424FC955FE5FD23D675EE7BA5D86749 /* RCTFileRequestHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 1A11A9EE8F446EA3A8B0E39CA71A4BDB /* TypeList.h in Headers */ = {isa = PBXBuildFile; fileRef = D5266C5C2A1441F787E4EAA90B9166DA /* TypeList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A4E0BB39256B618590C38FE0F367BE7 /* TextShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7D0C7E3FC36DCB52EB03EDF13AE747FE /* TextShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 1AA0576DF9AF85EFA7E299D94B5C3B82 /* MapBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 020982AF78C5E396F3E5F3B1DAB98A95 /* MapBuffer.cpp */; }; + 1AF039E7B9A51980BFD84F7F156D0F30 /* RawPropsPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = F56A35A5E128A460F52E75B7F79344AC /* RawPropsPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1AF45C2BB51683947FDF5F457C5EB8C4 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 91DEEA05C7FC3B3FE85F51D16F0060A1 /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B2038C09720EE3EF41A25166979A55C /* RCTImageStoreManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 682FB404BC26FD7A5CE7722DC28CA1D9 /* RCTImageStoreManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 1B502CFAD551B4D4392A0BADFBBEF25B /* sv.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 91CE745FCDC2F917FBFE8E7C44B21638 /* sv.lproj */; }; + 1B8A83B4760FD4C5BA61A514D66A63CD /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 017AAA982C6D59AF8E6BE61915541DEC /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1BAC799EDE2AC6356058F9873FD0E453 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B510656AC02DF313FD0F8F0C11489FC /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1BC18889A0F8309C58DCAE6525184FC0 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = CF6A928C7A982274E5574B81E88B799B /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C27E39EC5320E65D9EEF37CF24927BC /* Syslog.h in Headers */ = {isa = PBXBuildFile; fileRef = C3A48141C5DA78A08DB8A2E1D30AB6D9 /* Syslog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C2B9AB0D768A8AAE37CD8D81A4577FE /* TextShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DB7C7BB2A350937253113F587A18E4 /* TextShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C834508104A30A18F88CF2096F4D027 /* Pid.h in Headers */ = {isa = PBXBuildFile; fileRef = FADAE66E358428988B767C2AAC5E2119 /* Pid.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CC5C347C1A6FBFC24DD8F7BB59F94FE /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 181D4079537F9E8B578405C805CEE545 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CE20D629F4DE5EA945C098144CC56E5 /* ShadowTreeRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 9621CF80D2D681568C8BCAB003EA22F2 /* ShadowTreeRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CFA73658F87C10453EE47487DCC0B4E /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 21754846DD83D3794B287A3D6BB4DA9C /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D24AD6815FB29F4B8A6C10D6E9101F8 /* RawProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 19D4CF0857B96FBEA270CC2CD46B424F /* RawProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1D3F9F242ECCE36DDFD697B08B9C28E2 /* RCTImageResponseObserverProxy.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7ACDCCE812E169B5C2EE32A4A130D907 /* RCTImageResponseObserverProxy.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1D460FFC60AA03A2D4A41BB9313212B7 /* RCTRedBoxSetEnabled.m in Sources */ = {isa = PBXBuildFile; fileRef = FBC253E87364123EF03ADC474B7364C8 /* RCTRedBoxSetEnabled.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 1D65FAC0B4EB638F3549891915706680 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B97F33E9BF0E6E5FD86B0667D950EEC9 /* de.lproj */; }; + 1D8DF82EA7134E0A0C27D629500846B9 /* StyleLength.h in Headers */ = {isa = PBXBuildFile; fileRef = C1761C0EF012288CCBB296F26485316A /* StyleLength.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DAE56A42C6E37928F1FFEB77BF3DC83 /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E589066D508A38B86B7F0F4BC726DB0 /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DAE7679F73905E15A400EAA0352004A /* Expected.h in Headers */ = {isa = PBXBuildFile; fileRef = D869113E22557F357D518366520103CC /* Expected.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DB4BA71D203BAEC328D16B17FBD954D /* EventQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = A4AFB126642929BDB526E70B71748879 /* EventQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DD61B98236970129C72DC5F12F60FFC /* RCTUIImageViewAnimated.h in Headers */ = {isa = PBXBuildFile; fileRef = 23F1171EF1ED7FAD36769DFA9AE002FD /* RCTUIImageViewAnimated.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DF173C0F1800A149A77357F3C58CFDB /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E9B6C8F56601C7A8963DC42032FDCD4 /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 1DF1BB081174334B20F0576E3917DDFD /* RCTPerformanceLoggerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BC22B5A34F36A3E0B23AF08AE83EE25D /* RCTPerformanceLoggerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E19E82F288E0354AF7A0C508DE61035 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 42069F17D0B92E1DCE65D62807AAC0E8 /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 1E274E727DB799B01B0C75D68C9C1D4E /* FBReactNativeSpec-generated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2D50029B232140A61A9034E9BCCA51BB /* FBReactNativeSpec-generated.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -Wno-nullability-completeness -std=c++20"; }; }; + 1E3B09D27ABE649167CCDD7BDED72012 /* color.h in Headers */ = {isa = PBXBuildFile; fileRef = B32465A7B304C55D416657F5078DC373 /* color.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1EC4F1FA41C153E536CF6B69DAB893B2 /* RCTSafeAreaViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = A46EE0867CB9E92996C6DE17ED0EE3DB /* RCTSafeAreaViewComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1EDC798E6DFC0A6D410C23283F368BB2 /* ValueFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 9788F37552AF8A0A123A07FA7D080CFA /* ValueFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F147DA94B4631A7C3DFA6A200385A7F /* Error.h in Headers */ = {isa = PBXBuildFile; fileRef = F15F1FDA5B8172C6781AEDF956D65B0C /* Error.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F2F410A3DBB6D4DDF4AB78B2D20E7E1 /* propsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = D8FE00B7A123C71C5F84EA661B962CBE /* propsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F42FAE5D5775D8F7630EE666E17DB4B /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = D7D198038E6A0A8EAA233D9E57B97AC6 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F5DD61D863EF9D3FB7CF714C39251F7 /* RCTHost.h in Headers */ = {isa = PBXBuildFile; fileRef = ED3AFC07867C7C0F7FA6437AB25AB2C0 /* RCTHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F72F587B6C3002E9497082BD1AA562D /* Align.h in Headers */ = {isa = PBXBuildFile; fileRef = 997B7B2A3CC26B9D704D7CB940D7E4C6 /* Align.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F8AEF1CE8B533F95A189E4023D12779 /* RangeSse42.h in Headers */ = {isa = PBXBuildFile; fileRef = 937EF872F9B051F189B72F49D8D54CAD /* RangeSse42.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1FAE05CEA6EEBE5C78C774D3210A258B /* OpenSSL.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E748C5FBED7C0C756FC4C4A6B5C2E8C /* OpenSSL.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2000672F833DFA37DD8CB7BEAFCCF66F /* RCTColorAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 991E213D38BB44AE5C3367DDE4A4D4D8 /* RCTColorAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2001CC4F61119A2ACAC4E1B9519A91F5 /* SRLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C0FAA307377663772FDCD8EEA4D9752 /* SRLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 201B4E5253766941A6453DBDAEBB5A7B /* Badge.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BD78C8466D2DAC22B989C5EFC592BAD /* Badge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20AA75C455914560C441E1A6A7AB2FBE /* React-CoreModules-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 51FCC6E2D2922D4288A83D114839FF83 /* React-CoreModules-dummy.m */; }; + 20BB7CDCC08AFE49FE5BDA569D34CA7F /* RCTKeyboardObserver.mm in Sources */ = {isa = PBXBuildFile; fileRef = ED075D1904D8F2A132AD09A4B59B2BE9 /* RCTKeyboardObserver.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 20C78373363E4FE8FD4F47D5BA774E31 /* SharedMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 11C43FEC006F4FB4810E35B57EDCC84B /* SharedMutex.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 20E7F16F71DC306F4B434967352405D8 /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B86E6473CEA7651AF56AB4A0DE22037C /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20EAE28B44F5C9DE96EC1A6F88B62226 /* RCTInputAccessoryContentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = E0E6784EF6FD3D1F4FC47BCD8E352359 /* RCTInputAccessoryContentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 20F2FB8C633B8AAF924B03661CAFFC73 /* RCTLinkingPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03DD688F3EE201B455FF2DD77C7D1A1E /* RCTLinkingPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 20F4C041F77DE88B56616FB311D808D4 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FAFB9E62426C075E9E5E41D65333EB /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 2107303D3315D0F3426CECDA31262A67 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 005EE10ECBC2C2E6ED007588CF1B3163 /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21173C1FF076EA74CC2875A8451CD04B /* RCTInteropTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = A4841C02742AC28A86287DBC07806A0E /* RCTInteropTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2127F903E8B55484942293A05FD9C18B /* F14Set-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EE92B6EF155BE970721A6B2647F4AF4 /* F14Set-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21762E8D44EA510506E4F327D3288746 /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C02361943CFC4D43BDE38DB0C69F197 /* Config.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2185C70869CA8F16DEF5598671117271 /* FMDatabasePool.m in Sources */ = {isa = PBXBuildFile; fileRef = 42E6807903C30860853913241D16DBE5 /* FMDatabasePool.m */; settings = {COMPILER_FLAGS = "-Os"; }; }; + 21923AF5A501E8D2C01033B9DCACBBAE /* React-ImageManager-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BDED2FDDA75EFFC4F049DF04CA2B0B69 /* React-ImageManager-dummy.m */; }; + 219B3B01BD518584F2A89A722BCFD0DD /* RCTTextViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = FE4DF00236D3CFC9333AC4F2536AD07C /* RCTTextViewManager.mm */; }; + 221CEE4476D0FB923A3FE36D579351FA /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 93C1BA5C7F7A59628950008F9375BF82 /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 223B827459F291942AAB05E2A456B6AE /* NativeSemaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = F138DB447C457AE8D0B432C87AB6D5C2 /* NativeSemaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 224015C78F407E1AF6FB0BFA6A88B60A /* SRPinningSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 63DB097D064EEC088A4DDB9A0F3030F8 /* SRPinningSecurityPolicy.m */; }; + 22444A20481B3591CDC93BC0F4036A1D /* ConcreteComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 05A8338A74887E54877E3B5E2360A93D /* ConcreteComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 229229DAE6C3E28130FBD708A67CBC5F /* PointerHoverTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E177524AAB858045AD52E1FFD4C991A /* PointerHoverTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22C211E6B7DAF646E04306522824BBE2 /* protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 068DB205A59C74E3480D49B43B734439 /* protocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22F46521658395591D46E6679AAA6E65 /* SafeAreaViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C897CCFDE4BF7130CDDA0286B966FDB /* SafeAreaViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22F5D84C2EC3F910630272B7FC049205 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 91946E0E55C67A006BFC6A09B6757F34 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2302E49723D8DDAEDAE358344C4523DB /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = CFBAA91154D63D788000A507C872D157 /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 231F95C755E8E42DA517D4818ACCAFB8 /* RCTRuntimeExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A75958C7177C6CC36B895D30E732E64 /* RCTRuntimeExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2325A82054865E3115D014BB158CE549 /* SafeAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 718D4D78E0BAE0CC2A7AE58A6FBEA36A /* SafeAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2333ED79527F4E5206C50DCF55A95D34 /* os.h in Headers */ = {isa = PBXBuildFile; fileRef = E8A80DDDD78CE9D5045965620EF601A1 /* os.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 237C8EB38A4DCFA780AD9A086456731B /* ThreadCachedInt.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A2E8DDEAB65BA26685A7F1CE66A6C2B /* ThreadCachedInt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2383735C57B2D47D561308E59910C80E /* DynamicPropsUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 777152D60FDE62FB7858028E0F494386 /* DynamicPropsUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23EA4F6D2E5FC91C6D53D8806CEAB325 /* Byte.h in Headers */ = {isa = PBXBuildFile; fileRef = 63F5F0571EA83996B53E596BF37008E4 /* Byte.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23FE66BD7B87FE4B286A4773B14F1309 /* ParkingLot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A4DBF56470408F62F5CFC5811EC41C55 /* ParkingLot.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 244DF977A158213CCB43D4FB6CB90E3C /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B47FFA4BCF0EC2E8F7A7330A0B625F7 /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 244E92C5AC2F270708212D76276B1CC6 /* FBReactNativeSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 67659C3BADBA7BF553069160A417E2A0 /* FBReactNativeSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2458B50A7D8382C89BABA674C834A9EB /* React-NativeModulesApple-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F5340BCCBE419D365ECF7F577F67C2B /* React-NativeModulesApple-dummy.m */; }; + 245A6AC43C8E566986398F8A0295848A /* RCTPlatform.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581AB95CD00868534D40A89FC7298A36 /* RCTPlatform.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 24688A1F5DA03AD255685CF282C0B45E /* RCTAnimatedImage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8612AE35A990235C979983FD304D7330 /* RCTAnimatedImage.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 24707196E335E65B5121B91C0FD70449 /* LayoutMetrics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05E7D2C113326591CAF18117371EEF7E /* LayoutMetrics.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 247DEF303BC51C27870693F921CE4A24 /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BA4FB0F0557FD723CB5B38C308FCE50 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24B93B8D464A1B7783F9BCFDD33A31D4 /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = D47708686F705FA831C439C1F56306F5 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24DD942C54FA5B87253413913DD836E1 /* RCTViewRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = A322F1AA7B7D88649BEF8224A0A6AC08 /* RCTViewRegistry.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 251D3DAD4CE4ACA70D08EBB9CBF9BB39 /* FloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 7299BD666C1DD5C0DB7343D26EB7DFDA /* FloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2521660EE10E01F259AC87F51E7A65C1 /* RCTDevLoadingViewSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = 166D6C41B0081CEA737676E813606B04 /* RCTDevLoadingViewSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2522833611E2F1484E7EDF975387F2B2 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 30DD3B64FEFD7A1AB8A1EC8B9D52D87F /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 253A354FA00DA7358AB288F68EC5437C /* SysResource.h in Headers */ = {isa = PBXBuildFile; fileRef = 50A063D0B84A8706BF9D36E052AFDCA4 /* SysResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 25D9A0F89FE35DB331D48EAEC035EC4D /* RCTRootComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = A0DF3FB6417DB1CED9E5F8CF270DC9F6 /* RCTRootComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 25E65F9C1D8F402D822044446C5F4D76 /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = A6D702ACCFE3931509F2790C6E153783 /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2613399F7C428BA43CA183A859DA8F36 /* SRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 73F9F5B50A8454106AEB1EAA5892325D /* SRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 261839D1DF68DC4E17AFD60D0E7BEE61 /* Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = BCA6A0AD322E97D31E8AB398E6F754C1 /* Wrap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2625B35CEAEFA1B0EA467965A3330311 /* RCTUITextView.mm in Sources */ = {isa = PBXBuildFile; fileRef = E3438873735D5FAD55DAADE60C49CACC /* RCTUITextView.mm */; }; + 2629FBFD880EC26BC47A0CBDE2C88230 /* ComponentDescriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CB0D3B1D12723CB6F6A4B5A53775B4DC /* ComponentDescriptor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 268887F37656A49D32EE08CF5590DACC /* UIManagerCommitHook.h in Headers */ = {isa = PBXBuildFile; fileRef = 52271E0F8ED452014891F20BD4947CFF /* UIManagerCommitHook.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26C1DCC87DD011BAEDB37B82B115865B /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AD43283A6A2C9FC3B3AFE6DCF2E636 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26D3F78DBA25B5DB3A22E10497AFF723 /* ImageManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = A44876BED8E87761881D41D005CCA0E7 /* ImageManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 272FBEB7CB6CF2763CAC1A880569A587 /* NetOps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8F671A2A4E4BD8E767A5A396E4793F09 /* NetOps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 27539AB858023E5C2410655150B37627 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = EC10C9531C237863B28A6E20B64DC15A /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 27928D50D910F1E6A27AF06B64529EF2 /* RCTAppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = AAE64CF21F806223D54976C43C7CA94B /* RCTAppDelegate.mm */; settings = {COMPILER_FLAGS = "$(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DUSE_HERMES"; }; }; + 2795ACF267C2F8A23C4534D06B00D110 /* DefaultKeepAliveExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 23C5959A240F9A33D470E539FE162B9D /* DefaultKeepAliveExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27B66BEF2C02E1BF8A8DEFFF921C11B7 /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 506E11C60093C5C364DE8F3F2F22AC41 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27BEF09F1B06C91F5C15ABC5294F5A05 /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC611E2FF7C83C727ED3ABB22AE435FC /* Conv.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 28420DE9D152356E2FAB7532421804A5 /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = C60F31851CF169CE81AA452AA4663164 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28BAA972822F670D348FDBFC73AC77A5 /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F28A2D4EC3F7FA5178A446213C416F6C /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28CA6DD3D240C72630DDA20DEA46F245 /* RCTAppState.mm in Sources */ = {isa = PBXBuildFile; fileRef = D3897A8D57FA7C5B759902F2D3CEA752 /* RCTAppState.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 28DB4C2B675C293F97E5441914BE3302 /* ThreadName.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EDA6F605E6CEF5F9A72D38C0AA3DED /* ThreadName.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28FA21EE52C9E18188C59298BB5C9B23 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4162FD06F15F97900434A78640AA96 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2923AE58E9BBFBF24388EB12E31A6DB3 /* NSRunLoop+SRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = DD33EAFFA1FBDE7A2DA696E03388F6CA /* NSRunLoop+SRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2967A53F795C03EF89E6805B44D8D826 /* UnimplementedViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 459B7A62CD1A78C3B1D3BA7499CB76CD /* UnimplementedViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 296D94DA561C3E641394E251DB57CE49 /* RunLoopObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C5E9B3E860020EB74A5A0DCB92E545F /* RunLoopObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29B62250F780EFA539F4D51E6F2C95F7 /* ViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = E55A5082F7AD7430141AC089256155B4 /* ViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A190325244F59D848E634FE42885204 /* ImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 51582CF5BC4E40FAA616B6363DF4B4A5 /* ImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A1E984533FFF0761823C77A5EF8C986 /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9A909CE9BFF1F0B380221FDEE11D0211 /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 2A222BEC97B97591ACBD51C9F00E4921 /* FlexLine.h in Headers */ = {isa = PBXBuildFile; fileRef = 82C0C34C914DB0E6E56880987BB5F0AC /* FlexLine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A348AB502AECDE1C672786CC3B55C27 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 289131589CCC21FDAAADD8DA0E1EA4A5 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A3DF91AE6FF101059F589E7310AC371 /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 86CD21C661338CF76FD714E4819D0BEF /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A43229C2CBF5932A43C13CAE64EB114 /* RCTTextInputComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = DC7BB8BEE774754AA2ABA4E7FE98E101 /* RCTTextInputComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A4E5E0880C9929B370D1941E5AE5F26 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CAE7021D6D8066FCD1D39076F4A85C1 /* RCTInspectorPackagerConnection.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 2A63D2E0528E66779F46F18FC17AA6E5 /* RCTPLTag.h in Headers */ = {isa = PBXBuildFile; fileRef = D6AA075D0670043A067B8F82481DEBA1 /* RCTPLTag.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2AD655BCAFC873B439DC03D772B7A36A /* RCTDivisionAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 18590B13A8701CBEA8A9383645C889B3 /* RCTDivisionAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 2ADAF88BF204658BFDA47A99DB5763B2 /* React-RCTAppDelegate-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D958FC3ECB59DEF56F7A316CFF3FE5E5 /* React-RCTAppDelegate-dummy.m */; }; + 2AF8AFC12AED081CCB827E74F6E3CEC2 /* ConcurrentBitSet.h in Headers */ = {isa = PBXBuildFile; fileRef = EFCF80831E029EAC9ECFEDFA8C0B0BE9 /* ConcurrentBitSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2AFADA9C8F0B22CDC7A0E2963AEC6AA8 /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = A0F0DECC4F2AEFAABCD0C3A4F368C487 /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 2B053AF14B09FFD6105A38AD87C405FD /* RCTInputAccessoryComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = B357588581A44158631A618472611CF2 /* RCTInputAccessoryComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B1BCED5F526FBDAFE483AA8FD111456 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BB971ED75CA1674F0FAAC4500BBC50A4 /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 2B2385A1AF00F0FDC4EA1268BA76A6AA /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A6A2A0A084F0C30F0774529E7FC9E72 /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BC999AB42C3CA0A9E306051F16E41CD /* ReactPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = E9D85EEAF42C9AF3CC1666F33CF872DD /* ReactPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BEBCE047AD0091EBD66305D11F06EFA /* EventLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ADB11086CA7355EACB08F3BD428C0A9 /* EventLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C1991F1D309596566A8060D4AA46B58 /* not_null.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FFA741A8EC26DD612783B14F5682ED2 /* not_null.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C292D5C62AC937B09A50BC0EC271A81 /* ParagraphState.h in Headers */ = {isa = PBXBuildFile; fileRef = B8E9BBBEFDC785C048DDEF9EA28FFED5 /* ParagraphState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C4DEC5C31C3B5E06A279A46A34A39F5 /* RCTComponentViewHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = F8025E613E68EA6B0C75074A74BB97E4 /* RCTComponentViewHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C6B6C20776A6BA94A3FE6306DBB60C0 /* TurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 75F4E00A45E47775648B3C5AE641D5F7 /* TurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C7A4437740961E1B2EE201D045F8382 /* LayoutAnimationStatusDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F481D215714FD018CDA8C79540DDC6A8 /* LayoutAnimationStatusDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C9A212BEA5B7429E6A978943ED1DAAF /* zh-Hant-HK.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 6F72B3F616F35DD1A397AD34A9471C80 /* zh-Hant-HK.lproj */; }; + 2C9BA5A633348EFCD5CA2A7608673BFC /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = FCFD99083FD714E25C32912BE07EEE2F /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CB63483AD5282D53115DA088A6D936A /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = B797800645D9DCAD28A63367CF4B5E31 /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CD12789B7555CCDC42A8F96829434FD /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 55B1D50AB670D1ED574D945561008297 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CF8933910674BAB9196E42A6AF7938B /* Thunk.h in Headers */ = {isa = PBXBuildFile; fileRef = ED92914EB3DF6C80AB5B7CF1AF9F3EE4 /* Thunk.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D6D394C37329EFADEA4DD715151AE40 /* StaticConst.h in Headers */ = {isa = PBXBuildFile; fileRef = F8ECC27DA5BDBC6D1C55FD6C21B19E9B /* StaticConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E0021D5DBD9D49FE9F15EF491CCC73E /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 59FDF98892BF9744DCB3D5402C366923 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E561E90748578416A9EE5CB139792AF /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F28A2D4EC3F7FA5178A446213C416F6C /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E73C529F9D90E24C3A1865022C1349F /* SRRandom.m in Sources */ = {isa = PBXBuildFile; fileRef = CD0C06BAC55CB15F45E71416B7D4DA0E /* SRRandom.m */; }; + 2E9BC3BAD893393322285BF3C0382710 /* BatchedEventQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 12C4D9C3A09316945470A899D769DF18 /* BatchedEventQueue.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2EA1CF569CEB1BE9F7565DA20EAA2F3E /* YogaStylableProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C99F752EEC9741F33EED362076074BF /* YogaStylableProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 2EC9DAE8AF8C81A439BBA1420CAA95F3 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 33FBAF4A2C505DEA7624E5FE6146C7CB /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2EF5DEA6EC39762BEF76A15B2340FABD /* ParagraphEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AC1448E3360F6A62DEB6D6BE3EACB26A /* ParagraphEventEmitter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 2F026ED16EAEA90F157701D8481A9FAB /* HostPlatformColor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 608A42FC636CC123077F86095300FDD8 /* HostPlatformColor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2F4A50C76937BDC8C6EF040478E22619 /* ViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 318D26E55C7F26B32EFB91A5243FBAF8 /* ViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F88D219CCD7E3E739539945E990B622 /* RangeCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B4291E3436CE7DD23B4E403E8E8B12D /* RangeCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F92EFDA8334261165D9729751EBCBD2 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = C3D78A44188C6EFED4F1A257A66CB85A /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F97D1B13BB188BE85AE78B1463C1511 /* RCTBlobPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EB0389666D3316FBF79F7AA176DAC97 /* RCTBlobPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2FA26988350A7C7DDD412B7D17AFAA4F /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AF790ECD36E6DBEB706E9E072597102 /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2FA70C774952798EBD8ECDFAAE8D0EF1 /* SynchronousEventBeat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 651A43C1D1C89E7F8CBDD08B496E2160 /* SynchronousEventBeat.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 2FF0092F74C6CF1ABAD0EEE5E9B7DCE2 /* Preprocessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DD488FCCA9EEDD9B68B8F99D105C44A /* Preprocessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 301CA9266A52873F320B63EF2A8DFB4B /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 555499AEC258DE52284D569572113A79 /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 301CDABF3FD039547D92DBDB38996953 /* RCTRawTextShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 586843BE182EC40BA0F3E64B3128724F /* RCTRawTextShadowView.mm */; }; + 302E01399CB39F9CFCA096F494FD609D /* WeightedEvictingCacheMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CB19BE6FA86208CB5F4A61FAACE298E /* WeightedEvictingCacheMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3034E6F4E05DA159043F7E5065071557 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 14631AAC5EAA775CD7C68A1D2E2D51C0 /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30423632D5CB339BCC2AD8432337F83C /* SimdAnyOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 769BAEE9C92AEEA6A5C4C98AE6FFBD88 /* SimdAnyOf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 309E25F08B621B5EBE7BF0494CC68190 /* CpuId.h in Headers */ = {isa = PBXBuildFile; fileRef = 58B548A2C55831264828B2298FF825B1 /* CpuId.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30B45DCAC90068BB83348CA5902B8A53 /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = E5745DFD5BE516C91A82DD1988970E10 /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30CA335AA5FDC7D5427E29AE12CB3DA4 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E0B0A85C6C1A686DD387938C318B3E03 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30E5FD6C28B6DDE9382A00324EB0123E /* ConcurrentSkipList-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DCF6A50893A882EA7E8F44D10AD971D /* ConcurrentSkipList-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3105C7328DF6EBCA7C0B524D18848E9D /* ShadowNodes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C48A5DDAEDABFF1B422CC636928EFAD /* ShadowNodes.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 31210B5DC141C8A8CD84829A977225C2 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE4F352241E750994254CACB3900290C /* Exception.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 314196735F72AAC0DE94ED28828A924B /* RCTFontProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = 19853EBFDCA4264503A59B9DBEDB47E4 /* RCTFontProperties.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31519DE72E79DF61D9D2A39A29C69147 /* AtomicRef.h in Headers */ = {isa = PBXBuildFile; fileRef = BC6B8699949BC42E05A2CD3F716AFC65 /* AtomicRef.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 317D8B85EE8D4F5553A959EF2A083728 /* ReactInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D82A92B30EAD44574D7D78331C054CBF /* ReactInstance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 31B704DBFBD9861E5B16E4F568E5463C /* HostPlatformViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E432DBE0F06DDCE804C5D453ED121C3 /* HostPlatformViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31D4FC1E4131A0B940E87016B5558AE4 /* GLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CEDA3FBCCC6D4495CE2BD141F7EA3B2 /* GLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31D8AC65D15BA8248DF32ACB02B0F785 /* TextComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7520FE4D76AC547890B7D6B4C69894 /* TextComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31E564ED4FF70E455D56A3FE8E642B7E /* Partial.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E851596D4A5EE743DC493671DB9DA3 /* Partial.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32122892A762CA325502454526E788E3 /* SocketRocket.h in Headers */ = {isa = PBXBuildFile; fileRef = C9FA2111792B3263822E75649BD66902 /* SocketRocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3214D80F9DED151E3F561609B66C7646 /* RCTDisplayWeakRefreshable.h in Headers */ = {isa = PBXBuildFile; fileRef = EADB1A8E010B5CA7F0E6C4071A9DDA92 /* RCTDisplayWeakRefreshable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 322902B35752EC592D5B4ED2C00D9393 /* RCTTransformAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5742CED06F824159A9F9C6FCDF8F66EB /* RCTTransformAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 324C443EB256ACB55C212834659DA668 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 5181AFE5FC05B015D0F98EAB49991236 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 324FCC0FF10B590AF07F730C94CD911D /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = E52A7A09F41E9EADFAE686BE3A607CBD /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 327DA72CDC89A3215CE65582DE8EC3CE /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A2D8939F820583ACA4B8154B63050D7 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32927DAF25802D1608CD1D24D72A329C /* Util.h in Headers */ = {isa = PBXBuildFile; fileRef = DFD95BCA231BF7294B54BBBE1F7A43A2 /* Util.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32B14C8CE62B0F19D8FA1206C467111D /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5510FC0409FF02AA7A39E8542D74B323 /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 32BE4A83D48CA291030133CE99AEF6E2 /* ScrollViewEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 17E08D0C97050157936C9ACE4FAF61CA /* ScrollViewEventEmitter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 32BEF79AE336EE5C0463C825D845D74E /* UIView+ComponentViewProtocol.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6ECE543138E064055C9EBCDC09788205 /* UIView+ComponentViewProtocol.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 32CB16366592B859A428ECFEFEEA5072 /* RuntimeAgent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 75527CABA73184F431A0FFA3918A6D5B /* RuntimeAgent.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 32D32237A0CEB8E068046F1CF42E4E8B /* WeakFamilyRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5676712895937C4B56B481AD3916DC06 /* WeakFamilyRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 32F2AB6A8644D4D1214F84733E66E464 /* NetOpsDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 07BDDD0C6666F54BB37E72A8F733FB50 /* NetOpsDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 334D66567F979838AB9768E9FAD7DAB5 /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 196B06D9D049A05D1552FD603A608719 /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33752EEE3593427DDBA5D62BED59A543 /* RCTMultilineTextInputView.mm in Sources */ = {isa = PBXBuildFile; fileRef = E0004F076A577E394A0CC4F9AEC7F57B /* RCTMultilineTextInputView.mm */; }; + 33B60CFA904F8D641ECC43A55E9EAEAD /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 856575C5A576BBE72D1C55601F788145 /* SpookyHashV2.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 33B73F67E086D3670224498285D702A2 /* printf.h in Headers */ = {isa = PBXBuildFile; fileRef = 08986599EA9FB16EDB0C58CAC0A405F8 /* printf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33E2BFCBA5338082F01D9EB37BAA4D29 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 15D5A0BFD941071680CCF747591837C8 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33E4E54947FB17B702F1DCAFD7B9F03D /* Database-query.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C22873AF49E658011AF710A68003CFF7 /* Database-query.cpp */; settings = {COMPILER_FLAGS = "-Os"; }; }; + 34057EED3E16A361B64AECEADE8125C1 /* SanitizeAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E97DA6EC4EC14E2148BD7844BD1F3A3 /* SanitizeAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 341E869680CA9F16E5C3EBA6C65F3509 /* UTF8String.h in Headers */ = {isa = PBXBuildFile; fileRef = 74C2C2A0E994E59EC1C51CEF553541EF /* UTF8String.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 342D7CD1B93BDB714F8E4B9DFF918CA2 /* SchedulerToolbox.h in Headers */ = {isa = PBXBuildFile; fileRef = F2164B5DB3B104B55F7AEC0D7FC1AF24 /* SchedulerToolbox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3438AB92F2ACE84B8CB6A8CFAF423105 /* RCTFrameAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = CADAFD82F38E6E1F5955E921DD980A8C /* RCTFrameAnimation.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 34773F2E8217FAD06A591CA37AA00855 /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = B1F4D64B534E21B5E81E8A4107B004EE /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 348A9EF3D088309F5869ABAC68FAF798 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F8D2287EF58ADD156913AF3C0FA5266 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3497C572885DBA4E24B62AC77F10BD16 /* ConstructorCallbackList.h in Headers */ = {isa = PBXBuildFile; fileRef = DD754522EEA5CC221FED5671228D41ED /* ConstructorCallbackList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34AE0A783C5465DB2FA5C2B7D50EECB3 /* RCTVibrationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8FA3CC41DE47D337EEEC4F2523A5A366 /* RCTVibrationPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 34D59BC36C90C49E573199421B622923 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 6196FA4E5DE772F34B620947921AB6EF /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34D9E5CBB49C6023825590C930261A0B /* Value.h in Headers */ = {isa = PBXBuildFile; fileRef = E488A78562494C4DFA18485430C98C6D /* Value.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34DAAFB7B06B65259B6FECDA06AA3387 /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FBD5986BF1B3B3D5B97CC5217DFE41D /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34E028B5C229E7B80E09BF21AA7F30F5 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = B5C07CBA21F57FACAAB67EAB0200D145 /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 3538563AD434CBFA6C3567D5B59E20C3 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = FDD85087D17F29E409E05B785CAEF845 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35547761AFCB44BCA094A33F2AA23946 /* BufferedRuntimeExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D8D501AFD4360EBEB5A66144AEC1729 /* BufferedRuntimeExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 357660135E7900222582CBEE62180032 /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E537D35052D701095C980ECF42D55AC4 /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 3593206D0F19D00262870E27E9D13872 /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ABE82ECFCA457CEA1122532AFFC13E1 /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35C6AD1DDC48BCD69B6A44257803179F /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = AA3A3C340B0E34E2DE91A75386812EC9 /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 362390F52589F7931C2C6851393C3AF9 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 5931C556E2652C0F4090A1106D4FEAD0 /* en.lproj */; }; + 363C5BFDFA69F60D5FB8F4739D6D5315 /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 70EAB919380BCD43218C8BA42AA15E04 /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36B786CEB46A9C3E458EE781044361D2 /* ScrollViewState.h in Headers */ = {isa = PBXBuildFile; fileRef = 60E4F60D2C2C4C8B7116D0D69FD78717 /* ScrollViewState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36CBEE8C52A61FE395F052C9B267A290 /* NSRunLoop+SRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 8176863C104CD771DDB717C9059C2ADE /* NSRunLoop+SRWebSocket.m */; }; + 36F7E7BA67E5C0369DFC89F1ABB6F394 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4695EA457448E4B94A1CB1A54D7440C3 /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 370E2940965694FD29FF3ADFCDE7A953 /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = B8426E288C9F4E8EADBFDB047F2B7941 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 372A6DE5D3A0C8A394F94769C9DDD521 /* RCTDevLoadingViewSetEnabled.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EEB093EC638788E1D7EDFEC04D19432 /* RCTDevLoadingViewSetEnabled.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 374104F0C17176257605FDFEC67C537C /* AtomicStruct.h in Headers */ = {isa = PBXBuildFile; fileRef = 22BF4B17D357A3BD3840AF11EBE43257 /* AtomicStruct.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 374767F9EA7457BFA37FF3114B4950F9 /* RCTEnhancedScrollView.mm in Sources */ = {isa = PBXBuildFile; fileRef = A349B258597025E561C3C8C773B51674 /* RCTEnhancedScrollView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 375048B5D0D59A4D57806E18C491B74A /* ReactNativeFeatureFlagsAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 427B91D65DD3F677FDB0BBC6941F4424 /* ReactNativeFeatureFlagsAccessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3773063F34B6E58F660EAC09788CCB4D /* SurfaceManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D14147B88E3AAA44C3CB4E3E9B1D01EE /* SurfaceManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37F4DCC3A8CA1D1A4D418657FF19733F /* RCTImageResponseDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 12F4585D8579A5039D742D7E3913D0B6 /* RCTImageResponseDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3845DB49D557E86260B40B8530E9CBD6 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E9F375741E65415151EE9093DC1535E /* RCTPackagerClient.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 3863DCA85A7094A440D5551001AA0CC6 /* AtomicHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B7D86572DB2B5C7CF324979D3984A2B /* AtomicHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3882ECE408421957CEFD2A0225E9E697 /* LegacyViewManagerInteropState.mm in Sources */ = {isa = PBXBuildFile; fileRef = 05DBC9C72F0FBD718ED0DED3984CE795 /* LegacyViewManagerInteropState.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 38B2E0C490CBF63CB0C7398BF2B7A9A6 /* ImageResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = DA3239428E42490C3045975A1FC6A276 /* ImageResponse.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38D31452260553290B4B6BA24A990899 /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = A956484ABC9353D13F5C213DFF6F76A7 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38D845C721547D5C42965B3EAF1E6E66 /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = AA1553BA7C531B0C6FB8F13D06F2F39B /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38EBCAC6CBD066B63E56309C335B8733 /* RCTImageShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2BAEF360C04D98022913BA78AC8A5A0F /* RCTImageShadowView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 3903DC2E45FF49565FBA6612830040C9 /* RCTLegacyUIManagerConstantsProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 04160B32874923084312A1D40F4703C3 /* RCTLegacyUIManagerConstantsProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39048CB54388C7559E2F723650C145CA /* WMDatabaseDriver.m in Sources */ = {isa = PBXBuildFile; fileRef = 635016B0AE2DF86EDCC11EB4FBB41D5F /* WMDatabaseDriver.m */; settings = {COMPILER_FLAGS = "-Os"; }; }; + 3915F70AA612897DAA0B10B81683CAC5 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F7378714B1A2275988B900E389392EE /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39830AA65645472F2A472D2F9A8E506C /* Stdio.h in Headers */ = {isa = PBXBuildFile; fileRef = 16BD9C5268EF8F747D73A1B1E9C395CD /* Stdio.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39B02D53EEBFD6F7CEF41BBA45C497AA /* InputAccessoryState.h in Headers */ = {isa = PBXBuildFile; fileRef = BF131B6BFD3FDF6FD3D006300FEC04E3 /* InputAccessoryState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39B0694CF79D9D40DA4409C513304D3C /* StubViewTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 507CCE949602395770BDF4CA5A58B07A /* StubViewTree.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 39B7CCC00536E89229DD45DE7FD25D7D /* AString.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E9ACDD39D4A14DDC16406CDD0457ED3 /* AString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39CDAA971F3E8A4A08BD53F982886AAD /* React-nativeconfig-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 88DDF4F26D766FFE558EA52E582A0879 /* React-nativeconfig-dummy.m */; }; + 3A0154B9D205F094345A2BA8B30AA58E /* Filesystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FD76DB8A83861EF7CD0449CFC4DE097 /* Filesystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A0218754CAC86A5243E1A54F5D96717 /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = DAFF833F6075C65A5629CFE2099DA2DE /* NSTextStorage+FontScaling.m */; }; + 3A10A4EAE244B467148FBBF299D6E668 /* flags.h in Headers */ = {isa = PBXBuildFile; fileRef = F37B91C0C1BDCB74BF74E5D62F1A84B8 /* flags.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A1DC7244ABEED96A40CF933FC2E60D6 /* ExceptionString.h in Headers */ = {isa = PBXBuildFile; fileRef = 890A2DE43F7CEC807F5D45DD7FD1CE74 /* ExceptionString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A38547BEC61A65216B7FC203DE719DC /* EventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = C4CDFBC1ECF32EC053DEB342DEE1B1C2 /* EventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3AAA14243A77113026B848ECEA53CF6B /* IPAddressV4.h in Headers */ = {isa = PBXBuildFile; fileRef = 938DC03F8EB05E7BDD33175BF907D170 /* IPAddressV4.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3AB2BCC50FC4E939FC03FA2CA6D93E7C /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 109F9C2934C9D047C914A988E8DFBBA6 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B0BCF5D40456442075E087910B65BE1 /* RCTSwitchComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = B5F4950574A43023D083A3E3731760A1 /* RCTSwitchComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3B19E916E5FEAD382441C2ABD10B7D9B /* SynchronizedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 67610BE7173AD3B20491234782354847 /* SynchronizedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B35DD8BC49B13A3D0EAE82DFF5457B4 /* Geometry.h in Headers */ = {isa = PBXBuildFile; fileRef = 25EBF2FA7FFEDCE7086F43F67F482A2C /* Geometry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B553323908F46C01882B3EC75FD2192 /* Color.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F1A707D6F8DE921DFA42211D2036148 /* Color.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B57A8B697DB83FCA053D4A7A4D17317 /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F5A0CA304F0EDE4723DD50DC013E5A9 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B61E4B1CE2CA8087C242D41191C5DD7 /* TurboCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = E6AF50262FD901B97155797FE9CCADC0 /* TurboCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BA84270769E9763D410373AA68B4DEE /* UIManagerMountHook.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EBD024CC0AC3DC8897152BE3FB46E12 /* UIManagerMountHook.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BCC36BD3528A06FA613D3F0182969A9 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E0817B1CB0DBAA45D6A064FE340FD13C /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 3BD1B9E6E3E5634C671FCEB14161A751 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AD4769F2911766BA548AFD0FFEDF8426 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BD8694DF761B2FDC7BECD2BF44B222E /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 16ADA7CA003A807781299F67A1578DF4 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BFD717911ACBB0C75C28B7BA77DAF93 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 57C409D3D492DAB7368ECE438E121DB5 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C062861BE19C56482F00235234E3774 /* AttributedString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F8E43EE33594D104C5EF3813E34DEAFB /* AttributedString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 3C1F4BAA6EB4E34AB9A21DBCF42B54C9 /* Singleton-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C17F91E7D084760672DD64B292DF5B5 /* Singleton-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C38C4F44AE4F93F0E9A51E07978DA24 /* InputAccessoryShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 10CFAB7D8A0F2282F1390473E5C37F0A /* InputAccessoryShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 3C7BB8C75F929D8FA314EB26ECE53CDA /* RCTNetworkPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B80393CC9C72D221195616E0DA5B67F /* RCTNetworkPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3CB47200EDBCEECB186D83CC145EEDED /* PlatformRunLoopObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 96F9A50575BD572DC92EEFE7118DE559 /* PlatformRunLoopObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3CCDDC20E73F5316F844BD418D7FB570 /* CppAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A6A08279C8FADD3D8FF81B1C2112A8F /* CppAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3CEB56248F6859AC3BDED52E5ABB81FD /* ManagedObjectWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B300B21C62B9776F40F71E7688DA14C /* ManagedObjectWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D3FF2249FEED66F576893A1E61C19FC /* New.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E21B3D9A76F241B93CEF7D2AA19709 /* New.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D77407A19494090FF57F73616D734D8 /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = CC3E8F86C7DCFECB3326885EC3BF91AF /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D9A59728E70022027792DBB95213CE3 /* RCTSurfaceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = F4A1A873A0B3D3C8636143BB6282A12D /* RCTSurfaceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D9F615303E80F664EF87C36F4258098 /* RCTBridgeModuleDecorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 367ACA1132BAD5F80E6CE0171064F750 /* RCTBridgeModuleDecorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DE0145BCB2860FB847CCB3BC9C25300 /* SaturatingSemaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = AD601E06293D3A3930BE7C2006B41F2B /* SaturatingSemaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DE173A4880B25D444AEB95AA2B085C0 /* SRSIMDHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = BAF67687A73C975DC1D89F35DD7A68A5 /* SRSIMDHelpers.m */; }; + 3E19A59E0EC2217267D80A46845BD6AE /* RCTConvertHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 819B22FC019823E75AE6A15AF791911F /* RCTConvertHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E5A9EC165D1D6979F3BD6F253B408B6 /* EventPayloadType.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EDE07F5836F143CD7857CB2E5B5E136 /* EventPayloadType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E5BDBC0CC3A15341956E99C1006F430 /* SharedFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = 797702F6E9E25223D401BD7E13885F76 /* SharedFunction.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E66BF7B000ECEC9F677306A1EC11448 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F5B11863A62393419B2A19ECDD56569 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E7B0F82566D1D91383B364B52BFCBEF /* RCTRootComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 906802F5C01093C45F849B1189752669 /* RCTRootComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3EBA21C27903E9515E2B509B4671A407 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FF7AD4797D7F14A650587773DE9EDC89 /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3EBDC6385095946F937BD8273B5F255D /* SplitStringSimdImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC21E6203A42D717BE49E8E588CB0D5 /* SplitStringSimdImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EBE1E69C78277F3AAED44F5C90F5922 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = ABA56E2973B5F2DA40756B56701FEC9D /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EC98ADE8058D966A66677C7720BEF1C /* AtomicHashArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C73DEF93EB855958CC048BCB076258B /* AtomicHashArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EE52474DA38D7BC3D6AD0E51F15EBE0 /* Futex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55EADA43B34BE3D62BAE2D869390C842 /* Futex.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 3EF492603A770B0DB5F8A5386D3128F3 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 412F97DED69E29E2A7146162142A9FF5 /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 3F0DA3FE9305A3181F7BA27FADB4F9C3 /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 181D4079537F9E8B578405C805CEE545 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F344B5BCE4AC351E0E383F5688F37B9 /* AsymmetricThreadFence.h in Headers */ = {isa = PBXBuildFile; fileRef = DC2247332E34E9A5EEAC651BFE23CE54 /* AsymmetricThreadFence.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F41C3029A1001872EA78923FEC6B96B /* AbsoluteLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C0913180FEC5C605ACD33BB9E09CDAD /* AbsoluteLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FB693C6A8F96970DB7439677E46487F /* PointerEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FBF294CE17585A6CEAE66F34026AA0C /* PointerEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FC78F29079C2C32E0662B9734092AA1 /* FallbackRuntimeAgentDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 488ADD85E24689EBD7862B0D4E7CA547 /* FallbackRuntimeAgentDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FC9FEE72E60365C856B578EF2B5F616 /* HostPlatformViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C95BBE34A199CF72BBFBFC172AC6E71 /* HostPlatformViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FD08618BB317EDD1F8E5F2C2CFB3AB4 /* RCTAttributedTextUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 53F62FE9FCA2DB3B3BA9F838F5513256 /* RCTAttributedTextUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FE61AC2BB3C11616328F6F3C70CC9F7 /* SizingMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AA86F8B69827747B651178FB5B21A21 /* SizingMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 402C44DF036C52575614FBD787E15482 /* EventDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E46F0129DD1A6A967F2580EB63011DB /* EventDispatcher.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 403D51CE5F2689BA36F4629C3C5059B1 /* PropsParserContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E2250F8ED2A809808FB295A155DA713 /* PropsParserContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 407C77D329B19C296DD48705A6D7B7EE /* RCTSubtractionAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = A07442CD10380BE0C2F7C19CA5D62FB6 /* RCTSubtractionAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 4092C517F13E60D6D9C673E3530CDC84 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 41EC212BC4905E428935BED6DA109744 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4094BC9DAC269411141A9BF211A0C1C1 /* RCTImageCache.mm in Sources */ = {isa = PBXBuildFile; fileRef = 57BBCC84BCDB23D6ADA72EA6128CE796 /* RCTImageCache.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 409697D416E1EC0B0559AA517ECADA7E /* JsErrorHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 12A7093733E6C2A1819EAFD7B6275C0B /* JsErrorHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40A9D1F054503F770F54FB569C86A77F /* Log.h in Headers */ = {isa = PBXBuildFile; fileRef = 45D864901AF697040097CE5D0FCD717F /* Log.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40B51C9BE008F034A16C81420F0DA4A0 /* ComponentDescriptorProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 7761A07D372FD8689FEED3327D1DA8FD /* ComponentDescriptorProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40D2A11491175D755AC117B88BEA9CE2 /* LayoutContext.h in Headers */ = {isa = PBXBuildFile; fileRef = B84580A87121CAF61CB478AB93D9261B /* LayoutContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40F28A3F4BF66C4EF68B3035DDACDBAA /* DebugStringConvertibleItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1B95AB0EF143A97263C1017EABE0E073 /* DebugStringConvertibleItem.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 410A73DC736F237F5938D8093AA213C6 /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = CCC91F4882F9AD8CBAA5347E76589517 /* RCTProfileTrampoline-x86_64.S */; }; + 412A5B7AE081C52FB806EE8584903C7A /* TokenBucket.h in Headers */ = {isa = PBXBuildFile; fileRef = 47AD1D90749E8B75D93FDBB70F9F6ABA /* TokenBucket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 412F8240ACB84265E0864A13B5C9F222 /* ReactInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = D50E86E9CDA03CB5CEA275C7EE896DD2 /* ReactInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 414311FDDDBD44A12AB564123ABFDE7B /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = EAF8192C1B7013E06F84C24D2B1110B0 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 418AFE7E951FD4B006662D619F4BC0D9 /* RCTStyleAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = A613E889F5C29F0DAC3CCA3F322423D6 /* RCTStyleAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 418D8178CC19322DA87BCD5B98D11D5F /* RCTAnimationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AE808F4B51B3F24D61558A014CF22A5 /* RCTAnimationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 424148B9D17806EB7F48FBB0D2FAD14A /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 53B4E188053652EA7D2E30691509AA9F /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4241ADF61CF1F176813006CE278344D8 /* RCTCxxInspectorWebSocketAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B17F4F65DD01BD81E40664BAFB61F37 /* RCTCxxInspectorWebSocketAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 425A1E0E35945FDF6A30686F549465E1 /* RCTInterpolationAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9EED1EEAD5AA1DD78D49501ECED7AB7D /* RCTInterpolationAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 426DB0CBF495DD7166EBDC0A188B3F68 /* IPAddressSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 37DFC8EAF78BE0F070D18753D61D9C59 /* IPAddressSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 429C7D697593A320F8A70F5357D97BB7 /* ParagraphProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 343040AFE22D6B494755190C0C2FC6FF /* ParagraphProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 42AA225751C052683DFAFDE8325C2990 /* glog-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 459822FB423F933D32F755CA3A5D55CC /* glog-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 42DF6A9D9D4AD244EA20DFAE81933530 /* RCTDebuggingOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FF99AA51CC63F9D02051442963EEB0E /* RCTDebuggingOverlay.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 42F55F8D487C777A6A8C180E4DAB0BEE /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 258F35FF5ABDDEBA091F066B015EE1D9 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43120C286CDDA8285535926A403AA30B /* ReactCommon-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FB10906EE52FB99A63183406F2DFD2AC /* ReactCommon-dummy.m */; }; + 431B8E3910D7948C5ABD4D2EE021E854 /* args.h in Headers */ = {isa = PBXBuildFile; fileRef = 1731535F9FF01DC7DE5758D88594F0CD /* args.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43514E4A7CF3EE6B921317D17245C4E6 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C4D4C35312AE9ACB8D59A46D0D6051A /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4383BE16C5EE46F875BF5D8A39EDBC44 /* RawPropsKey.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C867898C76A4282B23A18DB01393712 /* RawPropsKey.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 43BBB6BB48AD003AAB4B6F1A58B97B52 /* SafeAreaViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D1CC2D4F8A104E3B6F891431E7ECE1B /* SafeAreaViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43CE6254997AD06649D76B1421C8250C /* View.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CBCEC21A3A50591C487CAFD8DCF2CED /* View.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43DC243F1208440A4C70A92FAAFBAFB5 /* RawTextShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = AE55EB0D8F0641B6A3B9BC048B6A5DF7 /* RawTextShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43E016CA6E6F77F9C2291E94022B6221 /* stubs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B56A61B8E70277D187E3D37BFBF7897 /* stubs.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 4448631AF617AC7BFAE71481DEAE4867 /* RCTLinkingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 12BBC4125F0A832B58555EA01B639783 /* RCTLinkingManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 4475E12EB41862981DF3C41487CCB246 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 555C8E2826D8F277B972F2B66D34F22B /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 45000A8D184E659305EBC4F052FE22DA /* RCTSinglelineTextInputViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 28F712315F7CD5B5F84A557475518AF3 /* RCTSinglelineTextInputViewManager.mm */; }; + 452DCBF029A6FB3A779606D57EFD699F /* RawPropsParser.h in Headers */ = {isa = PBXBuildFile; fileRef = CCB913EB7EC2FFF2A1F039FCAFFF3042 /* RawPropsParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 454C26722FF0D6D11DA74C5228AA2085 /* RCTVirtualTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 447C966873650F5BE0F53C20B5B181AD /* RCTVirtualTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 454DEEF08195B90C4524D609D9FC08E7 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 522269B8DAFA9F8734D95340BC29600A /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 457301E7532DE95F70DB8794A5EE9BCE /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 29B488F05847F4968004034A803BA1EE /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 458B7CF17D4089008BC4D91F61BF11AD /* RCTImageDataDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 163349EF8EF0ABE776CEB5D5A72C377A /* RCTImageDataDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45C8EF8702AA503775656087A507733F /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A9617B1637CABEDDB4A95483334CB93 /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 45D9ECFD2F6AE5C476BF788B807F3F71 /* RawValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 51C1705E9B13860E1A5ED501BF5D9BD4 /* RawValue.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 45DD2B4B19A1543D0AA2E492728F9112 /* Database.h in Headers */ = {isa = PBXBuildFile; fileRef = 0991F79F05F020ABEA8DE3AFD72A7B08 /* Database.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45E5CEDEBDBDB3272D62BF52105789CD /* CoreModulesPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79F8EC97641C2D3B51B87DB668615513 /* CoreModulesPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 45F785E501BFD13E844D382A1F001EB9 /* RCTComponentViewFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6EADDB0E9C832143081D058CA7259028 /* RCTComponentViewFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 461CBD4EA7E870FBB406BE1A44D15A6E /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 16ADA7CA003A807781299F67A1578DF4 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 463357058D1F85D874C7B62913D0FB51 /* IndexedMemPool.h in Headers */ = {isa = PBXBuildFile; fileRef = 48A56339A525A7972D16108E1C573FA7 /* IndexedMemPool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4655F7C1059E59B736603130DB2FA22A /* RCTViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = B06BDA64A8C366F85CA16B5D0E328839 /* RCTViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46661E9599B2C3FFCC3382FB3A5FFE2D /* MemoryMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = 03C08820B4F8B692940FAF14B621C83F /* MemoryMapping.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46F7ED9516919044D6FD2A226838DF0A /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 08A72E0FF2CF1B17D479A7069A5C1123 /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46FA87EE5D65CF288E704019C05581E6 /* RCTFontUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 68F513FA3A624FF445C0F9B1A615E3A2 /* RCTFontUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46FEBA35C6BCC1DA359FA4818280E7C1 /* GroupVarint.h in Headers */ = {isa = PBXBuildFile; fileRef = B46136D54F40F23675446372805B6B0D /* GroupVarint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 470C6E55CF2E2DCD6E21DADFFA475E9B /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B6F9E5C10CE8D8B1931589BD93D12D7 /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 477ED6A28D3CD8F41F2E96F5D3C98904 /* Bool.h in Headers */ = {isa = PBXBuildFile; fileRef = FFF4EAA32AB91B28A1ACBB7030CB8484 /* Bool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47828A13815F5A9030308D806C348B57 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 96C1ECDE3D239B5524C2DD16740B8B8C /* RCTConvert+Transform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 47A21E1BEF0354D40449C04B19F8573E /* RCTDynamicTypeRamp.mm in Sources */ = {isa = PBXBuildFile; fileRef = FB2A143E4389164E0F2CCDB7122BD9F1 /* RCTDynamicTypeRamp.mm */; }; + 47AD3056CBE40003DCC7F044CE31549B /* RCTDebuggingOverlayManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E8855C5F693E52309BAEA8C716104F71 /* RCTDebuggingOverlayManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47B3B0B341756FE46A9E04CFE10D470A /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = F6312EB0499C783D68B98C5D0AFAB4A7 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47BCF82C2C44E89BAC2425744C56BD8A /* RCTRedBoxSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EAB4DE45806E1FB41C909B6AE2B53C2 /* RCTRedBoxSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48089FEC790CC6100CF69630720FDFAC /* RuntimeSchedulerBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3F3E458396D3574B4ADE0076519B87B9 /* RuntimeSchedulerBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 482FA3433C45953974AC26E96444DCD6 /* TextInputEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 71B4D481359E1DC4C88FF4956C3F95BC /* TextInputEventEmitter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 486006AF8D114F257E87351B3C8A5E03 /* PageTarget.h in Headers */ = {isa = PBXBuildFile; fileRef = E7ADD63BE36BD61FB54992AEEC51FACC /* PageTarget.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48BBB73DC78C42C1BD39CC241869299B /* HermesExecutorFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2A7AEC733FC3F4650B9340E574530161 /* HermesExecutorFactory.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 48E2241DFAEE52BEE4D2F3D2C44C5ABD /* InstanceAgent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 102110A5E77C7808CB1EAFF9A4489E0B /* InstanceAgent.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 49164C701172F6D49BDA9C836C294A82 /* ReactNativeFeatureFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B8EB5E3B6498FDDA1A80E45FA97979 /* ReactNativeFeatureFlags.cpp */; }; + 491734DC36D5DA5B7188251B61658CA3 /* pt.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 80F9DAC31E738BCDB2481B8D0EFF7D4D /* pt.lproj */; }; + 492D93F6A4D1DB5878AEB8AAC86F52F8 /* ScrollViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8E2FD3C024F95AA7EF9D1ECD43A5E807 /* ScrollViewShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 4935A609FC34FA352D3C5B22EE93C6D9 /* RCTPerformanceLoggerUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9BC40B6E05AAAA8B1786166F41BD0EBF /* RCTPerformanceLoggerUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 49409B9EED2B261372CC7135F2429D67 /* SRIOConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = 969D216DADA9AF02B0339E42E569D42B /* SRIOConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4986BE8FF75971161CE4825DE3E4F07B /* UIManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 271F7075A09B7F53F77295612BE17BE8 /* UIManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 4995E35BC80E4A934B323776BFE95BF3 /* NSRunLoop+SRWebSocketPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 15D526144725A1A4158A2B28A0B914E5 /* NSRunLoop+SRWebSocketPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49991F7761C3338772084CD9A784B437 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 32208C8C13E5E8750C70406B6FADABA1 /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 49D3466638B3E08EDC8AD67760E4DFF7 /* SanitizeThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9862B8B78362BC8D98438DB2C5675196 /* SanitizeThread.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 49DE6AADE6DD8D3EF3EB0555A271672D /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 3615AC64FDF6640D810E405776FA9A03 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A81228C0507B6999A9DD504323C1BA1 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 26055A5589650C9F928DD1BFF922B86B /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4ABFE864F920B579C3AADCD9165F0346 /* TextMeasureCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97A95308B6D47ED59BD75934355ADDF6 /* TextMeasureCache.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 4AC55AF43A4C075565677B3718D2FB32 /* RCTScrollViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 63BFBBE25C646A1C221EEA23F4224C1D /* RCTScrollViewComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4AD9029E8839583D77C01D0769BFE50D /* MallctlHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 701DA5EF2C35D3F8011D186617366218 /* MallctlHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4AF659E6D81AA3230AF3CC577A664469 /* RCTLegacyViewManagerInteropCoordinatorAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DDD563C6ADBEC41164125E51B67EE77 /* RCTLegacyViewManagerInteropCoordinatorAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B22A24065B251775C2B4FF3C3B511CC /* BaseViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 19006C0042936BC7BC14B717FB85308A /* BaseViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B28898B17974A51B867C8CCFC44489A /* NetOps.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D0F55A1CBF2A5D8A9F6B0B49A152959 /* NetOps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B5056B4B0F54339419F82CB235D9B50 /* ParagraphEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 804154B57731765E15D5EEACEF594E8F /* ParagraphEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B7FB9FFC77C456D1D957E910DBCE93D /* ObjCTimerRegistry.mm in Sources */ = {isa = PBXBuildFile; fileRef = B6B15808FE6325BFE9D87ECA96CA3A11 /* ObjCTimerRegistry.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4BAC222710598CFEF8986092D6631F49 /* BridgeNativeModulePerfLogger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E0264569A1DCA41D8267A2DEC02B3043 /* BridgeNativeModulePerfLogger.cpp */; }; + 4BC3A1BE0555EFFE479D514DE9D87F02 /* RCTRawTextViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 63646CDACE649B0945C14C4A4A8DB7A3 /* RCTRawTextViewManager.mm */; }; + 4BCCDB6CEDB655B51D4EAA168B46A458 /* TextInputState.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DF1753017BD4FC4A6370681CBE48C79 /* TextInputState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4BD0C3A0B27003C1E207962093B4CA8C /* componentNameByReactViewName.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D4B7F151F4E0EB1DCE46AA538CDA20CE /* componentNameByReactViewName.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 4BD9752E8ECC57A539310794E73FE821 /* Differentiator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57094883E054C3166427AC3CFF403965 /* Differentiator.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 4BDBFE1061C5C8DB2356FEC255512FC5 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D837D755183ED658A920B4FD642A3F16 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4BF3BD19BA78CB09A0B90727F60C8EBC /* RCTDebuggingOverlayComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = D24AD310EE0E5FC9562D150864F26033 /* RCTDebuggingOverlayComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4C28C822685226ADDBE66EBDFDD58EB8 /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8E06A966DFD16239C4A4825D8200F89D /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4C3D5B6DE1DFE5EC71F9EDAB80BBA2CA /* hu.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 411B0CC2295DAA5FACED75F6D4BA67ED /* hu.lproj */; }; + 4C441C36AC4132DB0BA4367F9AAF3781 /* UnbatchedEventQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14B05F1E3FA960A779224B96DBB041 /* UnbatchedEventQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C476F90D14D11D54E3B5C1CDCECB6EC /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = E927497A3701D0E6AEB8ED2AF83B915B /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C94BF7B2D691369F2AC39B151E3E3DE /* React-RCTAppDelegate-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 401A553AA0753FF3548A286F009A8820 /* React-RCTAppDelegate-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C9DAD28404CD20D00F4F363C2B46ADC /* SplitStringSimd.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A7E0B4304900884F1F7552E271BAE80 /* SplitStringSimd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4CAE60F3D1B8ADE26E3B2CA80D13BEE6 /* DatabasePlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A190A345B19C93427A45B7A6CC52FDF /* DatabasePlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D3C636E570049880C8AAC77CFDD2948 /* ParagraphAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 732337B1201688C67D6881C87C976B08 /* ParagraphAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D3D91877333B2A899B1D1318D8CAB28 /* Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = F4116A5CF0A3EC97879DE8D115EB9AC5 /* Dynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D40B9DC8342119ECA0695AE455E248A /* hash_combine.h in Headers */ = {isa = PBXBuildFile; fileRef = 10CFD843724D42F53E4373E441FD4EBB /* hash_combine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D4222A8B9F471CE399280E884966659 /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B9E96DFFC840B1E714C6D186A6B41717 /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4D50B5E65DC561AF8C8A0C625A261512 /* GroupVarintDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 962AA8023E519A1F58D71BC1F73C95D0 /* GroupVarintDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D5FEE7A0F5B1E878C3F4042BB635FD1 /* TypeInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 51BFECF146A1165D167989F92AE6C0CC /* TypeInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D7E5F546791BFFE2D74F66BE63512DE /* ms.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E606EFA2C4D098DAEBD8DFD0734E2535 /* ms.lproj */; }; + 4D9164B681F2EA242314F90B395F768B /* MountingTransaction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5710B431788CFA607B0F39F45EC6E64 /* MountingTransaction.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 4DD05C5A058E1A60C86F8009B6D91B0E /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 33C0BE36B9FBC218A7F9944F9E03ABC9 /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 4DD93443D6B7F7732D024E85E90D06E9 /* Builtin.h in Headers */ = {isa = PBXBuildFile; fileRef = F59815A7A4241A59BAFADEAB6160D7C8 /* Builtin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4DEEB3F59D5A65A8C1DA3BAA6B1BD2EC /* RCTImageURLLoaderWithAttribution.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7F7639A56DEF6356718C6D5EC6AF3F7F /* RCTImageURLLoaderWithAttribution.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 4E26F7421AFC7CCBA8B969FA05F45C3F /* RCTHermesInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FB451B2BE52BDDEC46C0D989282A4A7 /* RCTHermesInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4E75BA9FAFC8ACCCE5587D6145228C93 /* TurboModulePerfLogger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 522819EFAF89C9070CB50445ACD48721 /* TurboModulePerfLogger.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4E995A62CBE562B414C48A4D96830F4E /* RuntimeAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 45E05ACB5D6C411D85AD9B6A40C2DD2E /* RuntimeAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EBF8CAAE3B17B65F2D10529F0D236FF /* PolyException.h in Headers */ = {isa = PBXBuildFile; fileRef = 207D72871056994F29476846F29AF947 /* PolyException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4ED180A39A38A5F8D12F8A4DD4E0B5F2 /* ConstexprMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2BCB43F2D90CA90AFD57677AF6013E /* ConstexprMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EE2A2F1C282DD56E3EACAD3D5B911F6 /* Replaceable.h in Headers */ = {isa = PBXBuildFile; fileRef = B41CA2872B3100D34E5916BD9747FFA2 /* Replaceable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EF0F1BF78B522ABDB1A343A8EAC534D /* CustomizationPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = CA86A71648C8045BF8A96B225E26E40D /* CustomizationPoint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EF5C191311E7EF4E4D90D6254B58369 /* RectangleCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = F59674BB4A1D0F323148B07D7D682AC2 /* RectangleCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F4D04EE2C06684AA7268737AAE9B6C3 /* Number.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B9822B49D137DD1BBFAE4C9206C7F97 /* Number.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F65A3489B98C0252B66084467E96729 /* RCTBaseTextInputViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6BD4677A9809440AF9F9498F2E0115B /* RCTBaseTextInputViewManager.mm */; }; + 4FD4897BB7E463BD4B8545A8DDEB8278 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = AAB226E4AB2DF48BAF6AC83AC49AC1CD /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FD8523C00E419DA64417797EDC77A42 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D8FEE5EFC0D5C3452E4502887D2D780 /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FE0D611C9C858B39AEEA98E2FEC1677 /* ExperimentalFeature.h in Headers */ = {isa = PBXBuildFile; fileRef = 2462C72B87ED90695E43B971F24B8FCF /* ExperimentalFeature.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FEAE94C64B4E7C4982BD2CB545711B1 /* Hazptr.h in Headers */ = {isa = PBXBuildFile; fileRef = 91E5E966C9BA06A775879A6EFFEF786D /* Hazptr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FF26431AB9C13B861E5BF2CAEA82330 /* RCTRedBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = 93802254A23BD2E21FC5B6FC137CB7EE /* RCTRedBox.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 50506943625219009602B94281736940 /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = E22E7E12AEEE2122E9587F6CBE60EC1A /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 506691E4775474A330411B90500F4307 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 48151421313275AE47A1F36C49F1AC43 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 508F6D748C3E70A9EEB8197CF7A2F71C /* RCTViewUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = ED025FBB53B0B481493FAFFAED14F5E6 /* RCTViewUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 5093844A96D536399D02C2EC5DE8B829 /* GTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 9848E5EDA897DF122EF07B42AF3EEB86 /* GTest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50AA780906EDCC9F6292E6EC33FE9AF0 /* MPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 28134A7E3E4CF5A0D60FE5E683407AAC /* MPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5141D72D38376A7357634EA7BED7B529 /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = 93E465757376E937D199FB1ED68BB46C /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51922B9088FE0CD8C342E96B18E38630 /* LayoutAnimationKeyFrameManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BA7531AA0EDD6697C7D87500F8EFA087 /* LayoutAnimationKeyFrameManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5192D6CBCA9DEBBB6D2D1CB8BB8042BC /* ScrollViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A7A0F200C7B88BDC44875E323134B8D /* ScrollViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51B6F7E94F3EE06D36CB1D658A88AC5C /* ImageResponseObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = F7D701E7AA313B498D488AA43D416F3F /* ImageResponseObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51D4FB82F519866F1B77D4DF5EB83ED6 /* RCTPerformanceLoggerLabels.h in Headers */ = {isa = PBXBuildFile; fileRef = 25CB321AD79DD7DE8F00445FA9998552 /* RCTPerformanceLoggerLabels.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5223C8643C9453C6B98DFE69DCC9196B /* RCTImageView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 06A12441B1C3D7A2CB937C85CAF45CCE /* RCTImageView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 52450E118C5E9BED82AD4E105DE8E4FD /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 33BB544E228494D0AF9CB4E5A11EF94D /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 526A2D421E98B760D469D7DFF25AC8E4 /* MountingOverrideDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C83209E6AE78202FC38E3CDF6E4666 /* MountingOverrideDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5290B35633031393762B3BE3DD7B6BB2 /* BridgeNativeModulePerfLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 76B9170886E7F923EC5E35A34EEF7A2E /* BridgeNativeModulePerfLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5338EF2CBC1AB903457F1E2A9430FEAA /* Justify.h in Headers */ = {isa = PBXBuildFile; fileRef = CA736D745963DE632943D6EE6AE51217 /* Justify.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 535E4E67E1D010242C7EF421F212EEC3 /* ParagraphState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B1D124CF8B584CB0F39373CE1FD657A6 /* ParagraphState.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 5361BA153A940D1856498F41B988E292 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CD4200922C77CCA406FFAC67124F437 /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 536BA5E6F1BDEBF1509C5E230951E959 /* HazptrThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = D802137E8093DB1F0B0848206D7FCB8E /* HazptrThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 536E2F0CD05BB0CA231C990AC198EC81 /* RCTLegacyViewManagerInteropCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 77FD8EC2BDFA965A8B3238C611476897 /* RCTLegacyViewManagerInteropCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 53B4AE3B6F2DD428F69FCE1829438257 /* WebSocketInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D3D07411F82B089A181E94AD1F54DF7 /* WebSocketInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 540362B438D8F765E484CAD9A99213E1 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 87D33A3159E4827D6FAE051C897E7019 /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 54203B03046FBB5E67F2A914914F1F44 /* RCTHost.mm in Sources */ = {isa = PBXBuildFile; fileRef = 74F0A4078D35270995DBAA54BA83A8B7 /* RCTHost.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5424ED4EE723B69262C7BA8F229423CC /* RCTScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4013A3D961F88A9A042C082ECAEB35E8 /* RCTScheduler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 546A1106CD03E7BD183BB275B5577D63 /* PointerEventsProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F0A85939544D109BFA4572C401B51D9E /* PointerEventsProcessor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 54881BD4940AE80A54AFA4A41A9ACE01 /* RCTVirtualTextShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = FF822F0F4BB64652EAD4246D353613C0 /* RCTVirtualTextShadowView.mm */; }; + 54B2697DDF8B682EDCF00390B7027AD0 /* Node.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B87E0987F27CB7E57A4A864D574EC7C /* Node.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 54CA7A9EEECD01C4F6D22243BB6A0AD9 /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = AEE7D821FE2F99E06D93025BCCDE581E /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54CC533A473A58B04C39D4F6E221B40F /* Padded.h in Headers */ = {isa = PBXBuildFile; fileRef = D89495ADCC3AEE3B5696CC8A442CC151 /* Padded.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54DE8886E75B8747E97732B29877D05A /* ShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = A7DC83484741B6CEE36700BCB855A982 /* ShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54F90A747FD892839E06E26F8B1DA351 /* FMDatabaseAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = A511E79FFB4293C0F4E1849EB6DAA5E9 /* FMDatabaseAdditions.m */; settings = {COMPILER_FLAGS = "-Os"; }; }; + 550C21D890D7BCD2AF68A2CAF0E32F9D /* SRMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F93EBBC760E206C8883BE32A9915097 /* SRMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 551F583D79044D0E633AEC170C210B83 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = EC80A594ED6C17D4D0B191D585BE4089 /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 552D684A410FEFD68CFC05695C8A7025 /* RCTInputAccessoryComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 20FCC48835414C2B85BB6A73AECE0309 /* RCTInputAccessoryComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5557EE5C694F55EA80C743211988494B /* SRIOConsumerPool.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D220B48D2758B94E0D0CB1968C018CF /* SRIOConsumerPool.m */; }; + 5589627C9AD1572C6B6C6F5993F440F3 /* SchedulerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = D97182C50F2513A513AF827227D35D9F /* SchedulerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 558B2A6974A6F8200C9802FF6F845F60 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 91946E0E55C67A006BFC6A09B6757F34 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 560154C7130C73C57C3296EBCA35D2AE /* AttributedStringBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DA46A7224AD028908740366CEBA9D908 /* AttributedStringBox.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 56279FD90DFD7BF436B971346A2A0B06 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 33E070F404266F952E77980CFA788C4D /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 562A3C7202DCE0DB151CF213B983CEFE /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ACCDC510D9A68B13F2A48E358E2BE26 /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 563F1EC6EC87919CEDA50FCB4D3C5B98 /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2880387D5A0780F29656704977F6A10D /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56724EB37D2444DF72CF868DD13477FA /* RCTFabricSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = E625C620A161CC1506E07E4C53FC7859 /* RCTFabricSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56FF2146A276A58EBC98A2C187E55DF6 /* Node.h in Headers */ = {isa = PBXBuildFile; fileRef = ABA37D7615C32B1F5B407A5EE086D7F7 /* Node.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 570946E17F460217CD71C4222A0380E9 /* DebugStringConvertibleItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E4D8475C8A1839D5568E707455D012D /* DebugStringConvertibleItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5734D611E435214C1564D3BDCD7C5758 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F2D0D22F314D7C2DE88B31A3FC2C571 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5772DF2C067E6A85596FA510298BA4F8 /* Hazptr-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 672462DC44BB30457BE236484F3C6E87 /* Hazptr-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5774E5CBA2D497BC21DCD6A7426FD492 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7A230B7C6D6ECDDCB14F95021BE6FDEB /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 5798BDA11D8CD9E1ABFE915438104A52 /* SingletonThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 581A1FBA46FBC346F25CDD31C00AE6B9 /* SingletonThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 57D605E0D28B9702F02AA9E07913BC5B /* SRRunLoopThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 6117F9BDA4E91FB3D03F3728A914954A /* SRRunLoopThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 57E323C310C3D972940C78AA088CA477 /* RCTMockDef.h in Headers */ = {isa = PBXBuildFile; fileRef = 89BF32B08D57FC97C721EFC866E0143F /* RCTMockDef.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 57E8B60FD6E5FA9BF534BDE834453809 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7338ABD9F7418479DEDE3C5284F4FF6D /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58150B290E77D2844EC1945D79898DBB /* accessibilityPropsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = D74ED33694328372E1EA1BA3F0EDD255 /* accessibilityPropsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 586EC27EA2327C50B996F9ECE3F189EE /* ThreadCachedArena.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AFB9A68F41FAA405A3AAE37295C10B3 /* ThreadCachedArena.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58733DF826D51EAEC7CA3324769E06AA /* RCTMountingTransactionObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = F261A91F0724E8B1486A1BC201FD1425 /* RCTMountingTransactionObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5873B575B8FE7E9DE3AE028E0C2665E2 /* ViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = A21CEC9ACA2547F2173B743914CC6A16 /* ViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 587F3DEE36D4A28B892F91335A246DC0 /* RCTTextSelection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 75AFE3EB6154E61D88A4F383A81B33F0 /* RCTTextSelection.mm */; }; + 588CEDBD51EA57B98878F8E614A4E4C9 /* YGPixelGrid.h in Headers */ = {isa = PBXBuildFile; fileRef = 14D9F600ECC14E962003AAB9F191233A /* YGPixelGrid.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58974F1CDB4BC9CAFBBEA3777F0DFEBD /* HazptrObj.h in Headers */ = {isa = PBXBuildFile; fileRef = 66C9CDB63BA2D2FD4FCD5F884193C864 /* HazptrObj.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 589F7F415548D3401ACB27D2FFD63E29 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = AD13EA361260D530BA7944F0CFC046E1 /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 58F393E4C17D34757898EC95342CE376 /* Dirent.h in Headers */ = {isa = PBXBuildFile; fileRef = A3B4504723D37DDB3A1BBB28AE41070F /* Dirent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 59284F057F926EC5DA3ECD28FDEAAD96 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D666A8452A306A927BD1BED745FC5CB5 /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5947D88D6B066FB8DEC986C769F42F89 /* F14Defaults.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9C8096CC17775F6B3D7F51F755BF88 /* F14Defaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 595CFBAE163B26652CF24E4EC2D1CF08 /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 54977C60EFA8732D452D9D03923B5270 /* Unicode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 596F0520CF8E60E8AD98030F6E71F346 /* Props.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CE12A7D304717866DC9F308C7951109 /* Props.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5982D84D71BBA6ABEEA3A813AC63C837 /* ImageEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 996448BB93D8203D8D6C59B2D0B33BDA /* ImageEventEmitter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 5986E5044FACB904AD3636FF14E01EA8 /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 16AFB3F99F57DB5AEF193C3CB1BC1A49 /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 59917156FF1333C1DBE02BE01BC71BA5 /* WMDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = 598C51078F81B88ECED26E0192A48207 /* WMDatabase.m */; settings = {COMPILER_FLAGS = "-Os"; }; }; + 59979756F484B99D5385635F11BD5882 /* BaseViewProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 31E12D3E887518AC0490584345788F27 /* BaseViewProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 5A96B83B90FDF9B1DFF02B7907CDC6AD /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4162FD06F15F97900434A78640AA96 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AAC1149A7EFCE52B0C9734F26DE5DFF /* dynamic-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 687B26F2B573590EF9ACE0B564A2A4D8 /* dynamic-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AACF18D85E08DADE6C9208ED3F6A7D0 /* AtomicUnorderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 473969280531057CD249A18AC62DD076 /* AtomicUnorderedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AEB23424B59FE64465815AA360C3FA7 /* ShadowTree.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FFB2C7DB283EB3379974035A76B3B13 /* ShadowTree.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B05BCA19F4B7C0CAEE8D7E914493F1C /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 5732AA2AC0D6C97862F2E84E6A43D27D /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B09CFB50E640F8977C0E91123BBF38E /* Task.h in Headers */ = {isa = PBXBuildFile; fileRef = 96FCCADF61AA384004BF02F11E1A50B9 /* Task.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B1BDBB882CBF302AE93AF1F4B4A5449 /* MapBufferBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 3954F92E91DCCCD316FC570C39037C55 /* MapBufferBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B413C5370B3C8A5A6CE70D0FDC10BDD /* RCTLinkingPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E93927BD0D92FEB9D950507CCF5E2FF /* RCTLinkingPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B52BA28DECEF4797254071E699E01A3 /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AD33F21CFF457D719E527B0A4413B4E /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B54AF84CA742AC586CD4B9A08153940 /* FileUtilVectorDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = F1446E5B5E1E6532A8129EC19A5BC514 /* FileUtilVectorDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B6BF9900C79C4F7623A28977857CB1B /* ErrorUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 06E5E1100A0E21FAB430C3718568BD64 /* ErrorUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B99C5727641114A90831747A6FEBD1F /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 4403122C16D5B003C8984E009EAF54F1 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B9EC322BD0660BBB5BB7EEA03DF27B5 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 84D47D15D9888ECC847619622D47F370 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BCC3880E6ECD139C026CD443E4DF521 /* NSURLRequest+SRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = AE45D4CB885CACA4B317542378B0D81F /* NSURLRequest+SRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BCDE01BA0D17F0DAD52430823D76AE3 /* React-Mapbuffer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EEA744CEB6248472C8D4DCFAB2E718C /* React-Mapbuffer-dummy.m */; }; + 5BF35C7D201412137E9D7BB5C052F714 /* RCTTypeSafety-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7780098F7787B2514F2C008CC3E13B73 /* RCTTypeSafety-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C19BB5F6F8D75D7F453899B49714925 /* ComponentDescriptorRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64B98B991654E98484D4253805E17035 /* ComponentDescriptorRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 5C24DA799B8DE8BE45C1EB910F6465A1 /* YogaStylableProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 27F831318E526AEB0F7F8A65C1891EC5 /* YogaStylableProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C74608D4E02F4D4AF0009F7622CECFC /* simdjson.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5E92316DAA53D54019FF1D5E3697030 /* simdjson.cpp */; settings = {COMPILER_FLAGS = "-Os -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5C8C3D423B3C1790471F00F9BBC248DF /* FMDB.h in Headers */ = {isa = PBXBuildFile; fileRef = D2E4E35B35014E917353983248FC5B53 /* FMDB.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C8E17910713620E360E4C279B7CCE2F /* ScrollViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 610A9C5BDF3BEADA074AB1F27B23F1F8 /* ScrollViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5CEB688BB02A5D825F1C26B4E8A7DD04 /* ThreadLocalDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 232D444DA9A20C7509F589FFF2D7E4CF /* ThreadLocalDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D153DBD866010FF03F00D7EB90D9361 /* EventQueueProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A4636B3DC5A729E8F40B4860ACEC4B4 /* EventQueueProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D15D3759AEB01EFD4AE2A00A7EE7E6C /* Event.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CA38E07EBA75420D2E3C5C4B52A3B22 /* Event.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D2030AC19338EA569B5CA75254256FC /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 83E8DBA50CF66D81EB39C5BF3384B3D3 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D2222F04E5E303696BB63978D35DA5A /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 35B3256FA995F839DF8DCEEFCF7DD785 /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D29D817CD0566EC101B3FB3C26BF9C7 /* ScopedExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B40A55CAE96B9EC2411B625D3F58ABD /* ScopedExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D51E24D431131B975A541BE5699EFB4 /* RCTBaseTextShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = CC013CC571FE4BC5DEEFD2D0D37B0093 /* RCTBaseTextShadowView.mm */; }; + 5D59046CAC4D66AFB8FF14E482B6F799 /* Class.h in Headers */ = {isa = PBXBuildFile; fileRef = 570DABFC32CF97AB28B8269609BAD9F8 /* Class.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DB693C55C2912ACE4C601D9D4397DB9 /* YGPixelGrid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB17B662459CE9B65E9A84AF92104DEF /* YGPixelGrid.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 5DDFBA8FE4985DDF178BEB5B73F79F01 /* RCTDevMenu.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A57B42E48BE086DEBC492BDE3BBD3C9 /* RCTDevMenu.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 5E4BA94A4BD1964E50FE99AF6BF0B983 /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 361BB64B7C65C06474C5DFD08FD49799 /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E57BD5B12A2E5D8A4784FF8838DE6F7 /* AsynchronousEventBeat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EFB5E0D35E76A4F34C8D5195B2051AF6 /* AsynchronousEventBeat.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 5E6D160C875DB3935553DD37CF62507F /* AtomicHashMap-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 861717776176D0307718AB2E8E102C67 /* AtomicHashMap-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F0D2CCE2513E3AD3AEFD8B5897BD3C2 /* ImageShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F1014498794A7BE263384E6C973334C /* ImageShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 5F232EC5AAC8B35EBB5427FB1C7EB303 /* TurnSequencer.h in Headers */ = {isa = PBXBuildFile; fileRef = 890E8592B2798AA968BD07CDFB3EDD9A /* TurnSequencer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F37D7E6B6EEB1FCA64D72A039B04E9F /* HazptrHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = BB06B409B4DDC6FA88630157B314F883 /* HazptrHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F40E7EA0BF1196D0390F3DD1495FDE8 /* RCTImageEditingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 761CE3FB688FBACCB93A3B8CE521B969 /* RCTImageEditingManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 5F4C99E3B76689373D2ED7C28927F12D /* RCTTurboModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 875E97EA9D0677F39C4C3599772B2F46 /* RCTTurboModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F8B639C0CAC522C3057CF9E649534CB /* RCTConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AAB3F0857A0C2C40FE99C2A4ED8BB69 /* RCTConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FCF219B74C2FD233CA9AD48E6970912 /* RCTDebuggingOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = AE3CEE292BC38DDDB735B092E8F32A0D /* RCTDebuggingOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FD22DEF7D57A12E857927FC67567E05 /* RCTPerformanceLogger.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5FCFFA906B90C33953D846D226E2DF4B /* RCTPerformanceLogger.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 5FE16776440A3CFC53E25FC6F8F3D8B7 /* DatabaseBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD3A4B3EC7E715CA1E677122514FEFE8 /* DatabaseBridge.cpp */; settings = {COMPILER_FLAGS = "-Os"; }; }; + 5FE63D5DEED1E0D7E9211C479F3DBBC8 /* utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 73058D524065BD36521A8D2FAA24552A /* utils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 60190426D00C02887698BE0BE510103C /* Sched.h in Headers */ = {isa = PBXBuildFile; fileRef = 326E52CD3C6A37497F8D253F7BACCFB5 /* Sched.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6035F2E5BEC7F02E3206FBCBACE06A55 /* tr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = ADB0726235787BE84DE49AC4624711EA /* tr.lproj */; }; + 6068983DDD1A40F8FF987CE6E0497CA0 /* React-RuntimeHermes-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 76A1CBFC82E23FC317730FE377F95CCB /* React-RuntimeHermes-dummy.m */; }; + 60A3E51312E73BB59DFED0E1D0286A79 /* DatabasePlatformIOS.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7FF0FE18123413DA783550212321BE91 /* DatabasePlatformIOS.mm */; settings = {COMPILER_FLAGS = "-Os"; }; }; + 60C96C95ADCBADD5869F99A9F1AF8374 /* ComponentDescriptorProviderRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BB02A1AFF68DB9D0E2B844F9E1E8A2F /* ComponentDescriptorProviderRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6110F4F96597CB3D4486AF424FDBC834 /* Database-batch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B8C5097DA5EAA46AB4FF88AA6F8D6F5B /* Database-batch.cpp */; settings = {COMPILER_FLAGS = "-Os"; }; }; + 611EACB7C5FFA63323E0F5D4D49E0106 /* PointerEventsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = D11BE31D2BF618CFBCC52352A6567B70 /* PointerEventsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 611F097A4869D5565DF7C9B9354D8D0B /* PageAgent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AF18A646E6EA4CC7C73600700D4BDAF3 /* PageAgent.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 614A74B5BD426630D339F25D429EA463 /* Pods-WatermelonTester-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 413649D5C571D8A6170C6A4424CD088F /* Pods-WatermelonTester-dummy.m */; }; + 616FF362B4F982F5D81312544F221FA7 /* YGNodeLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 9841711B9F3A736014573E0B62D9C1F9 /* YGNodeLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 617C1D1B08BAA6078A2F22FCE63F7826 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 90049B8377428D5B7434F2C8680C87CF /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61A92A507431FC4F546B5C86D863FA73 /* fnv1a.h in Headers */ = {isa = PBXBuildFile; fileRef = 6960AF2620CFE6726A4B805D48001166 /* fnv1a.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61C9E79CA790A9EFE30E8C8D0E2B8ACE /* ro.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 75003887015004482CFDA84D733744C1 /* ro.lproj */; }; + 61ED3B991EE724C64D6FB1334A0314D3 /* ToAscii.h in Headers */ = {isa = PBXBuildFile; fileRef = D7914657C80BFE4F7E8E537249F07FD6 /* ToAscii.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61EDAC784E6BE6CC11E90819789A6DAE /* MPMCPipeline.h in Headers */ = {isa = PBXBuildFile; fileRef = C87FD57CD4AD96B0BBB45FC4FEFA1AE7 /* MPMCPipeline.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61EEB363499D46E2DE3F8E3CC138995E /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7BB5D02B327460A7F87EA512F38B2123 /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 620070F4FB15245C68AB13C535847EE7 /* RCTFabricModalHostViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = DB2D4AA87F51B33CB9A6EC8B96ED1D23 /* RCTFabricModalHostViewController.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6238DD8BEB29E55D03B1E651157E7B2A /* RCT-Folly-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 315FDA4F573874F2BD0A7F57C70AF3E1 /* RCT-Folly-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 623EB998C85B863F99092DF08C02A46D /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = D0FF6F026B2F3AD02FA2F0B47E571D6B /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 62444E4A9DF335C2943D6864448533D4 /* RuntimeTarget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 40E5A309579F3C1A9D1F5C45ED9FFA0F /* RuntimeTarget.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 6271EFFBCD61B9CE0F00F1B52F46BCB5 /* RCTAccessibilityElement.mm in Sources */ = {isa = PBXBuildFile; fileRef = B868435FC1BB39A3949840802519A500 /* RCTAccessibilityElement.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 62DE40C34FB60729BBE1B86AC6E785F3 /* EventTarget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84D732F0DC5E41F018DF129A1E36E683 /* EventTarget.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 62ECA5DA07D5580733EDE413CFCAA475 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 98D0A9133BF9CECCDCD33D1F4C38B4C8 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62F897E5BAC772F7CDDB7952F87C28F3 /* ComponentDescriptorRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 62321BBFBF2E8E88A946FF1C2655F069 /* ComponentDescriptorRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6335D95DB076B946861FDF0B6504F01F /* LayoutAnimationKeyFrameManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F60384F886271F9FE990A1E05F65D620 /* LayoutAnimationKeyFrameManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 6354C2A56E1FE6BB514E79F6E1B34BF0 /* RCTUnimplementedNativeComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = DB5A191A4D4CA731E31AFC8EA19625A2 /* RCTUnimplementedNativeComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 638A4F595CD09694A8BFA8C0F00F745C /* Traits.h in Headers */ = {isa = PBXBuildFile; fileRef = BE2252C1E227B6B138921BA745C6ABC7 /* Traits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63B539B0CE7DE154473F78239B0D3E75 /* Format.h in Headers */ = {isa = PBXBuildFile; fileRef = AD16D5AA10E8416443D8D1FF1460C44B /* Format.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63C8445391E600554A6C3520D8511A50 /* SmallValueBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = E8CB40AE7BA0C7EB4EDD1532C9B8FAE8 /* SmallValueBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63D7C1B01C0D564F59C944A6CD64462E /* RCTSettingsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0696F27878C985C7F2D9DBBD0BA700E5 /* RCTSettingsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 63E0D62908E04B6775049890FBFAB50C /* EventLogger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E743DC457E6CABC5B13E68A381C20913 /* EventLogger.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 63F74B9371E02FCFFD3A99BB3244D79D /* InspectorFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4BB7FF49C6C69146DEE4B499147BB9B0 /* InspectorFlags.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 6401C5A434CA5B6B493B00EA5DB65EE4 /* ComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 52DD466CEB37236E0239E023F92F17AF /* ComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6404467E34C533EC2006A9DB49333661 /* CxxTurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BD8588452A16BCC311A2F90E96B104A /* CxxTurboModuleUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6427E7DD7ABD9B4675A8B29906B1CF26 /* ShadowNodeFragment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3053B3AC995ECECC071744E464935607 /* ShadowNodeFragment.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 644F1B7EDB5ECC21CCBAE8800E7E31B5 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 609281012AE698DC460A40129D138A06 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 645D3E41350D979EE998CAC5B0B50030 /* heap_vector_types.h in Headers */ = {isa = PBXBuildFile; fileRef = DB76EBADE7E968B611B89EC60AA71910 /* heap_vector_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 646368EC7C6F2C08EDD65268D7B7A79B /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 33623931DB49F9BE0BB2BEAD565E5AC5 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 648546E37669DA35243A1A9CB0DD7C59 /* Launder.h in Headers */ = {isa = PBXBuildFile; fileRef = CF9E8353281D1C3DE0C65A3F7643C68B /* Launder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 648CF10E3E4B6BC8F2867E714C8D3315 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 84D47D15D9888ECC847619622D47F370 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64BE95CF8E1CB240B9219A5ED28B0588 /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = AF67768C4A075A1A0B7A20EF50D517BD /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64CFD3AB2AD6AFAF98EBAA5EDA7912CD /* Rcu.h in Headers */ = {isa = PBXBuildFile; fileRef = A945AE383969D5B4AC29974625C53F64 /* Rcu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64F832664A431E454316E1AC03746C0D /* RCTBridgeConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = E4216CD44D8D54D9837A48C53488FC2E /* RCTBridgeConstants.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 64FF46086B966FC625E4C4032EA159D8 /* BaseTextProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 86C40F819940022A549E70BECA41B61A /* BaseTextProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6511219B93A0F6722B55F007369CA247 /* RCTRuntimeExecutorModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 74C292E04485F2E866A8C5507A5B0F9B /* RCTRuntimeExecutorModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 653AD0E981ED5210BF09AFE61A844339 /* Parsing.h in Headers */ = {isa = PBXBuildFile; fileRef = DC79C41D3256C56029659B9591017FCF /* Parsing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6598CFB917768FDAB38F05A0AC546F14 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AEA1EA0BA3625CC695A4E11E09FA24B /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65C80D5494BD3228D2AD6AAF37AD6EDA /* RCTImagePlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A81DCEC265B36C702B32207D90DA5F9 /* RCTImagePlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 65F3033C93DD7B1EF83673E19BB9EBD8 /* React-Fabric-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 26902E3757E5D682AFC6C628AF7BD7DD /* React-Fabric-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 661031CD49CDEF2BCD5BE6EC9530D7C3 /* EventTarget.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ED3FB4188B6B018D64337B5E28DF81D /* EventTarget.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6626D2DBEF601EBA88A883827E0295B7 /* PerfScoped.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E8EF1F55FE2016CDA7B786F01C8882E /* PerfScoped.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6629AA88CD8BD22CF2067C68C96E0BEE /* SchedulerPriorityUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BB8A5342B551F92B8A2537BCC6ED51F5 /* SchedulerPriorityUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66954121FFFD6C5C2B418E27FC43B4F7 /* RCTInstance.mm in Sources */ = {isa = PBXBuildFile; fileRef = EADE36F3457E268442D18E096152CF53 /* RCTInstance.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 66F138CEF6DE7733C00C0EDAF107F4E3 /* RCTParagraphComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 704A79E5BDF7B5ECE6197D355854F3A9 /* RCTParagraphComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66F2E613C99822AF10887F865AF5A7D5 /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C8572256406ADB7551DFDDCDC585255 /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 66F7D45C7DE22886B4121EADD127426E /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 39F844696BFB60487E053DE52768656B /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67721682C2C9B376827FE29F914C2AF6 /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = C981FCFDF37E877B75038B1246411D6A /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67745EF2FCD4C0DAFE55F235B9511877 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B01C2C65E7B02816E8148154C56575AF /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 67D6B0FEE7276ADF5A34F358361A06C3 /* RCTSurfacePresenter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B2DFF23AC104B04562F5A613D62A6E2 /* RCTSurfacePresenter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67E1C84F832F8DE7A9AACD8F3E679C16 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = CF9F9BDD710866E3AB298A535A581739 /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6803F6AF68CE85F55D315BE81FC01F8D /* DistributedMutex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 25B4E76DD481D3490220E28604E55673 /* DistributedMutex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 682AD90FD13AF03CF8AC476D4EC22BA3 /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 15E1BE174AEA123290CA37B86EFDD5F2 /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 682BA7F2BE81C4075B446A8A758EC098 /* MoveWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = FBE36ADE7B7AF7E211B4A734D83A30BF /* MoveWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6869C0A56BFE37D366E0622A737744A8 /* React-RCTFabric-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 887027C7FF12FB7338869C776A7CEFBF /* React-RCTFabric-dummy.m */; }; + 68AADA5DEBA7F22FBDA95B379E595DB4 /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D8A9743F92811B06400AED3B4A0C3135 /* React-RCTNetwork-dummy.m */; }; + 690D37470240502DB939F1A3D7206454 /* RCTBundleManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 86F28687E953C2F68F76CE4BB56DE52A /* RCTBundleManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 690FA340A00937B92D570D6C37F9F0D2 /* RCTJSThreadManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = DB54433DB90DCA8B444031497CC05E80 /* RCTJSThreadManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6918BE63EE0EE0EDEE58BBB12179E846 /* RCTDataRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 976E60D841E3AEC485885E2A36C843AC /* RCTDataRequestHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 6931B8611963D0778CA2593797258243 /* TcpInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A32F2995E9FBCA38F66600B356DD02C /* TcpInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 696574E499A1754A5256C14C2130648B /* AccessibilityProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28FF824B4005CDF78CA3A774CFD2549B /* AccessibilityProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 6A0F9437521FAB0502857D5DAB6314F4 /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EAAC08BE2B9CE538A0D58679E781247 /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6AA211002A317FB9EB7047EC3E0B6CAE /* RCTAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EA2794840FA725A97054EE3C4C201C0 /* RCTAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6AAA9F629DBACA51982194772C98C826 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = CC9E0C53D02E49E161CC61AD2E78DD12 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6AEB18995E0DCEE6CCE54BD53AF7B465 /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FC40232E2C55EB617E3DFB087BA95C0 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B4C8962F186CAEBD9C1D8E294C4CBF1 /* Point.h in Headers */ = {isa = PBXBuildFile; fileRef = 75666A7E9DF4B81A7D9C5A782A0BCE03 /* Point.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B4D310DF575EB380CFD8E9008409324 /* Poly.h in Headers */ = {isa = PBXBuildFile; fileRef = 2779D7D33AA6E41DCE7991AF63682C57 /* Poly.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B5291757C966F9ADE1BCEA1803F2FC9 /* TcpInfoTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 5776F9A564A106E1D34D8C2B6FB41C78 /* TcpInfoTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B52CF6C070C5E98C528FB32F1D34624 /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = A7FEE6ECF7F217445EBD97C857669637 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B8F4AA8DFDA7E810544992C621FB2AC /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 3863C406F7D65140B03ADDF3E62B9914 /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B92459CC6D8AE87C82FD9DA5D8B34B1 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BF78B5D7B2AFC98B3545C8C9DA66D16 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B9B49A3703636ADC90A520068F48C55 /* RCTSafeAreaViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A2407C78B8F357AFB081AF5B1BC953A /* RCTSafeAreaViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BA23844D9DCDD1AEF37DB5060151CAF /* ViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9146BC2894F3FC7F11EDB10CB1B6B9B3 /* ViewShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 6BC9C5D894D55A6667A506FC47D1F83A /* TouchEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EB8033D6D308790A5A46B3BC15DD1BED /* TouchEvent.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 6BF410C3D76E672A08E4EB084CFD21BB /* StubViewTree.h in Headers */ = {isa = PBXBuildFile; fileRef = EA8C03F6178FA2682E0DD2D5F53F222E /* StubViewTree.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C014D417DB501CB7E7EC168EEAAD449 /* Errata.h in Headers */ = {isa = PBXBuildFile; fileRef = 0ACDA1105A253290970D63F1EB10F574 /* Errata.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C0DB8EAEB1FCD9CDAA61E9B467F4CF9 /* Benchmark.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF657DA48FE202E91262C142A30C2EA /* Benchmark.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C1392E4CE9C70E81D25ABF34EE9631D /* Registration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BBA46B29F3F06B0AEC0E48F4C7C99C23 /* Registration.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6C387AF206A5A29A99340C38D35138DA /* FMDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = C8E070E3387DCB006D125024D0D086B2 /* FMDatabase.m */; settings = {COMPILER_FLAGS = "-Os"; }; }; + 6C5725243C44011456F42C6A14F7A0A8 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC7171C241F88DC2439CD6C9B3B9BDA /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 6C963BD5A4AF0CBEE113E34A5AD7D0A6 /* Futex.h in Headers */ = {isa = PBXBuildFile; fileRef = A2E8652189AEFEC58162855B790CFA15 /* Futex.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C992FA96B61EF3505BD53ACA873BFA8 /* RCTTypeSafety-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 606BAB14D960C896D177B10A3540386B /* RCTTypeSafety-dummy.m */; }; + 6C9BA8A8F1B09000220A1C6018049397 /* RCTPropsAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = F9741807E424A3C28F079A8146D8AF4D /* RCTPropsAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 6CA3161E6FA8BEBED33FD2FE8E1B3DAF /* ReactNativeConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F593DCCC2DAFF6D4243AAD2A5156F10 /* ReactNativeConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CB1E8F84A18475FBACB6C3B62D0AFE5 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DACD0189E12C716542A13351B01B317 /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CFD8AA29F2E9C848CA60CC969FCAB67 /* LayoutConstraints.h in Headers */ = {isa = PBXBuildFile; fileRef = AEA7713221A3B353A10E5D4A3E848D96 /* LayoutConstraints.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CFEA0E6658C47D9BF410F09BEEF98CE /* RCTCxxInspectorPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 53698A773FE28A1702762D414C8FD31B /* RCTCxxInspectorPackagerConnection.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 6D0967A5AFE1B86D8D5B8C084797FA58 /* RCTBundleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1AF02076781F56494CFE9B171135BF /* RCTBundleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D208E676E5ED9C469B15EA9ECE737DD /* F14Policy.h in Headers */ = {isa = PBXBuildFile; fileRef = 130677CC93E00689A413DE1C5D45754D /* F14Policy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D26C8780D61C6AB8EBB3BD7540D9A0B /* ClockGettimeWrappers.h in Headers */ = {isa = PBXBuildFile; fileRef = E416B0C3A1EC58515DEC41DF3D02E01B /* ClockGettimeWrappers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D36A6FFC2488415258EFA1832790E55 /* RCTAlertManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0CFE0D44D175E1A391C2129A3C3EBEF /* RCTAlertManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 6D47DA4D57A4DCB9E5DE1A5C727BE1FF /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A69BE346BCF36781D025E02DA26992E /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 6D7AA2A2008AA3CFD3185810516DD2AD /* SRSIMDHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = BBCFDB39D48C37A3AF9AA77A7A2AFE14 /* SRSIMDHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D868A2B81C43D395DCDC4C4B6FC60F6 /* RCTSurfaceRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 62DB4477408C47E85F683E8ED165D3AB /* RCTSurfaceRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D9019B41C60A4DACDF6D306788014AB /* RCTSurfacePresenterBridgeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = D0D6E9C9334A02233898F7AD14D17E2C /* RCTSurfacePresenterBridgeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DA8C2B7DF486142D81AE0FA210DB2DA /* FMDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = DFA6EA2550443AA8D5C90B1C550AD342 /* FMDatabase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DDB890790361CB27DE50CD880831B9A /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = C7426F344668A4D9141914CE841C3534 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DE90170CECE293E1A4F1224606A79BF /* RCTJSThreadManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 99706928F57B54531F9949E340BFECB8 /* RCTJSThreadManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DE9B9D9006DC5CA4ECA2D53AACB958C /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9E6068776F49102288177FE25869B4F8 /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 6E04193FE94D6D98EA1599FE3589B5C5 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0BFB85B76F6C2F9809214837BFA1F944 /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 6E29FD7F204937BC53BC1010354EC995 /* Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 071916D0DED7AE1D3E16FC6FEF5AEFAD /* Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6EA7026AD8D1F370E0A660F1A4FF7A07 /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 35D8CF26BB70259E361BDEA1E77D32E1 /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 6EC429788275A10A19015F2048C9AE9F /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 544A0D0CF86148CB2EF0B78039179444 /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F63BCBD2B1E7B4CF5D5A7578A70108C /* RCTUITextField.mm in Sources */ = {isa = PBXBuildFile; fileRef = 940919353E8C57E4A2A3101E8CD0FA67 /* RCTUITextField.mm */; }; + 6F9E2B385846EC9BB5EFF49C7BCF8AD5 /* Stdlib.h in Headers */ = {isa = PBXBuildFile; fileRef = B4731BEAE5B9F1A65FB492F06B455F7F /* Stdlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6FD855099FE9DD6831F7AA14A8D6F777 /* RCTBridge+Inspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F9298A1BC8933244F1905CC7B380EA1 /* RCTBridge+Inspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7006296EED73C5539402EABE1BC4F702 /* PlatformColorParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 00D0EC9AE90BED5D79B9CAE98DAE902E /* PlatformColorParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 701973358846CBEDD827355528F51546 /* RCTThirdPartyFabricComponentsProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9AD225EDBC81406F600822BE5CB48E9 /* RCTThirdPartyFabricComponentsProvider.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 702965A08043A7A64AAB09E780D08663 /* CArray.h in Headers */ = {isa = PBXBuildFile; fileRef = B159432A0D462B5E94046B7320846BC4 /* CArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 707CA342CE6A6666CA1D5E537C243D40 /* AtomicLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E4412A2483337D140CD540D4751F2FB /* AtomicLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70ACDD1F376B8B5A7FB1A8F2A0B908A6 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = 7301D9F85906E2D5E3E899138ED1462A /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70BCDC41D1A0240B3FFE10DEC03C5569 /* RCTDisplayWeakRefreshable.mm in Sources */ = {isa = PBXBuildFile; fileRef = 492E9A2ED4F5B423E522887CB7BCF477 /* RCTDisplayWeakRefreshable.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 70D9A7BB79BC5B0A87CC0B371A49D87B /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03AD611B7986C5B131631A16A6DD5262 /* RCTPackagerConnection.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 70EDDB0D146F95B1139062781D9309BD /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = EDE4A26ED9B011F0E70494EBA45F89FE /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 70EE94B444ED9B2CA09A5C36DC60E4D0 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = C2A33F80F6DC091C0F0D9E733BE5F440 /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 70F5A59001862BD0B1E8871F16584977 /* RCTMultiplicationAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = AF0447D9E9E638217D6EABE45C7E0632 /* RCTMultiplicationAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 71128E53B471C85A99F88750408B7752 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 88F146A98AD14FE819BCA98EB3275AD3 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 711E2F00A29C1C7E12B55ED37DB50C58 /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B6371A9E6D76C16AD518CC288F335F4 /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7148B8D601E67D9B8727775F7233F7FA /* RCTImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4BB78B415F6A4B0EED05C08EA7A7D03D /* RCTImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 71A038ED712C2249A49737A7DF499932 /* HazptrObjLinked.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FFEDA5AF4FED3EB1CC515BC9BAB2760 /* HazptrObjLinked.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71AF7D9527D112BC4D62C7A8A3A7AF60 /* BridgelessNativeMethodCallInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 145565A2AB5DD84BEAFA27EAFA2F4141 /* BridgelessNativeMethodCallInvoker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 71B25172A6FBB06AE6F0AC803A1BB03F /* SurfaceTelemetry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6353D5B2828F0A532FAC374FF901DD8D /* SurfaceTelemetry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 71CC2CB38EF9DAAD4F64835EB538E676 /* ShadowNodeTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 18EF461AA27476D0FDF425B3D2483EBA /* ShadowNodeTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71EC53ECE20B5A8A07D43AB6854CDBFA /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 4059CB54B248E9CAF8D2648832EF03C3 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71ED29F2A5198E2ECDC85E8A33913487 /* ScopeGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C6F2A8DD916FFABBB7924E8D417B7EC /* ScopeGuard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71EFB67CDD3BFD1B8FD94E74C72C2164 /* JSIHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = E0D2348E6FB9A55FE8BC6E93389B9432 /* JSIHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72294B58C56420DC0B78EABE73A60EC7 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B62C6CE9D343C56E332C5816AC631E6 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7232F323AB9767475B711CD115277385 /* React-perflogger-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CBB1209D9BF3AC7A5E77178DCA9C126A /* React-perflogger-dummy.m */; }; + 725DE6774E7CF785ADEBA7816ED0930A /* RCTTouchableComponentViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2362BA983B00A2A04C7C991889E743A5 /* RCTTouchableComponentViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 725E303EAE71CABAF946B1516618C4C2 /* MapBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = BAA3CCBDA9FDF8609E0495A48B080979 /* MapBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 726C35D99D2C6DAD679EDA901EEB9989 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 289131589CCC21FDAAADD8DA0E1EA4A5 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 728B39A23F003D9E9FB6D384C4B8EDBB /* BridgelessJSCallInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1EEF0D5633DA10F123E110EDC4C4947 /* BridgelessJSCallInvoker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 72A0C6D8AACB0161DD9A9B7B9BD3AB0C /* LayoutAnimationDriver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 90666F35881E0B6CF16A7F6D502820C6 /* LayoutAnimationDriver.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 72BC0086E48E7F1B9CD8230A0B5D461E /* RCTBundleURLProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 485B66F0206CCA9ACBE8269CA49B3639 /* RCTBundleURLProvider.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 72BF4275B8B3660B1CBC3F8945E499AD /* LongLivedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 326FC938C2E12371A877E5FA46F37777 /* LongLivedObject.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 72FD3B8D4EAC12F432DE6B6350A8A52F /* simdjson-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A80A385542A9347C200F57687297EA39 /* simdjson-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73027B4FD5ADD813B85FBC3D74837FE0 /* React-graphics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BBFA4AD81E9D3D79B1B796B93AE70766 /* React-graphics-dummy.m */; }; + 7345128E1576262D321085D0675568A8 /* RCTClipboard.mm in Sources */ = {isa = PBXBuildFile; fileRef = D2540C4EDDFB7CCCB96D25E31E2F57B8 /* RCTClipboard.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 737485B0EC651803714A2412F1A1EFD5 /* RCTTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 41D562BB5F84842F8DF9293C3DEB309C /* RCTTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 73AA961A1CF8EC1B0DDF4D53963928FB /* ThreadId.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 82BDE129A63F08D401D705753189D8B0 /* ThreadId.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 7438BEC925296FD9297DD9E7EDA478F0 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = C55375F5233C369562ED2EB95C0B34D6 /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 744611E545D70C9024F524DCDE333162 /* DiscriminatedPtrDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = AE8C9FA47D47B64CE6F506ABE68FCF06 /* DiscriminatedPtrDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7446CA132F347A062A8953D8892D48C0 /* AtomicUtil-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = AFE2AC3DE4D98F6A8B6D36ADB8E51F46 /* AtomicUtil-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 744A6AFA4DD1A2C8C42B91DDE1A6F835 /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = A85C9B1C1144724CD503C69AEA9FCD8B /* RCTShadowView+Internal.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 744CFE8EFE8318B6887C7D057FB590D2 /* ReactCdp.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CEDDCFAB391081A6C3EB050DB9303AF /* ReactCdp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7477B4ABF6296B23A00F0D50C65B6E7A /* ShadowTreeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BEE9CFB3C6827C1D888BAFC061BB79A /* ShadowTreeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 748AE618B291F6E05DC17EDB4E4728A6 /* RCTImageLoaderProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B05D7AD22B1F14DC12650D34552F69 /* RCTImageLoaderProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74A3831F302B0755566D22D3C30C2B74 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 890F493171D8B37E354419CA6A05C95A /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74B6269F717A43150AE71628996EC8FA /* RCTI18nManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 735061C18CFE3076A4C204A7CCE1D301 /* RCTI18nManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 74C33EA812E975499F57B54E5A3793CB /* SRProxyConnect.m in Sources */ = {isa = PBXBuildFile; fileRef = CC91FDC94E55938A0F105FCC3D4FE542 /* SRProxyConnect.m */; }; + 74C3F6DB467F1523FEA9543EA61B4B46 /* EventPipe.h in Headers */ = {isa = PBXBuildFile; fileRef = CF485BFE7872C54223E057A72A0AB6A3 /* EventPipe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74FD09866C2EEDF289F2151656259CD2 /* SRError.h in Headers */ = {isa = PBXBuildFile; fileRef = AAF4DA1DA2D688AADC65A0DA9B5471DF /* SRError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 750459F7A6D7BC32515039B696B032DD /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9113D58420F951D0F8E7D507C99E9190 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 755282CFA23DBA4E963AE5F9CC11C0FA /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FE4624E81D0E4F7D216C71603A6BB12 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 755285DD5B651A2374659E51434CAD11 /* RCTLegacyViewManagerInteropComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = AC1A3A6597F7D2D59AD0CE67E1A09CD2 /* RCTLegacyViewManagerInteropComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7556CD97341C849DE32E85BAC75540C7 /* EventQueueProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B22A0860FE6BF2F9CC4F24C6A16C02B /* EventQueueProcessor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 756FE581ACE3EDF9F30A05EE811C000A /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 57C409D3D492DAB7368ECE438E121DB5 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 757CFD9FBF0BB53294AB26076C6C3405 /* RCTUnimplementedViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 629C51A688E90B65323CE6CC51796EE5 /* RCTUnimplementedViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75853200EC17CEE70359BDA55A296152 /* RCTImageResponseObserverProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A50B808D51766F1C0B42436A7163DDD /* RCTImageResponseObserverProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75893F82D0DC6BC54B04FDA1C9DDBA40 /* React-ImageManager-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 75BD04A47CB6E45D70FC6CC41F55E9D0 /* React-ImageManager-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 758A73A007DBDEE27DAC1076057CB202 /* RCTJSIExecutorRuntimeInstaller.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79FC786FA7244B7B38C8D7E7D63FD675 /* RCTJSIExecutorRuntimeInstaller.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 75903DCA8665A09EAEEED35654CA466D /* RCTLocalizedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 650E79C6CD8DFAF97DD3E4B49C99A6BB /* RCTLocalizedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 759763993CBCA407771469574C2A48A5 /* CallOnce.h in Headers */ = {isa = PBXBuildFile; fileRef = F9281ACFABCEF5289629EF6589504A67 /* CallOnce.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75A3370597938CD39071A1E5AE25CAE3 /* Uri.h in Headers */ = {isa = PBXBuildFile; fileRef = 32B62C1AD7CDAE58FE4EF82AB2C29AAA /* Uri.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75EE1CD4734EEA84AB3CEBBFBA8B5141 /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DB0EF48E6F6F59EEEBA2E0AB6C7E410 /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7604DFAE9BCFB8918643A00E43A0E326 /* hi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 84C78B3BD305937A8FB7F156B1068561 /* hi.lproj */; }; + 7695111DF6B3428C79B8FA67D5C29F49 /* RCTFileReaderModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = C059BACE08D3A4EC8B1895D76B07DFE6 /* RCTFileReaderModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 76AE3689066A97D1B232A3FAB86C2A54 /* LegacyViewManagerInteropViewProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61A6746F63145AAB8BD430D845B4B7F6 /* LegacyViewManagerInteropViewProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 76D4A3EF85DBD86A0692A18E5A499246 /* React-graphics-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34875B2D75347ECF94E81DEA4C80D47A /* React-graphics-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 774D516A59D21EC80472A65BB40B55D0 /* ImageProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B54D8461C2AF60CF1BF611F2D31ED2EB /* ImageProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 775374264170BAD2F2656335D8A3DED8 /* TextMeasureCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A8AFB5F8828D81AB1CE785F5BD4DC61F /* TextMeasureCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77812A80E72FC40B7CFA752C8D75D2CE /* RootProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 13E6AE2DFCC178D3B20D130A2FA35FAC /* RootProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77D525A44C69C742FB01F240990E6057 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E424FA9074DD171A4AE55BE52EFAFAB /* MallocImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 77DF418FF614BFB9681632ED6F31C37C /* EventBeat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A50EA432D2B83B1014E46448CA68632 /* EventBeat.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 77E6BC3FDEABA7B418C12B3E6F73A961 /* RCTCxxInspectorWebSocketAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4BEF797D469DBDB850A55FFDD493B789 /* RCTCxxInspectorWebSocketAdapter.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 783036467F0C5912B8D4A00B02899B3E /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EA1F0E80816FE3C537ADE1BE9E97082 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7848F7B01636FD30500F733C3953D042 /* SurfaceHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FEB18EBDB42AC349730BA29BCF965FC6 /* SurfaceHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 78606A7D8FE0761B720DD4F0531BB36A /* RCTViewUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EE4437365F516793455723C0F9555B1 /* RCTViewUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78F3EEC46C002EDAB30A6258F8ECB70E /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 42F83B7067F1043FA268569B56994602 /* React-jsiexecutor-dummy.m */; }; + 799DB343D6D2A06C4860A8F11EC37FD1 /* InspectorUtilities.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97537A67023F6E33A60145FD2CCD320F /* InspectorUtilities.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 79BC0736343C7F0BB40CF262A7093547 /* RCTTextLayoutManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = BDF4907BCEC9C6B68A50F5CBD6A193CA /* RCTTextLayoutManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 79F498AD66CF7B1E027685FA9B830981 /* RCTConvert+Text.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0096A03750976681A81FDECEB7A7D8BE /* RCTConvert+Text.mm */; }; + 7A0ED52CE1695B89D2AC55E1350CE883 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = E9E1F270CEDFF108574DFFDBE7F91985 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A26687146CAE994D2AE94307FE436D7 /* StateUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 27DE3F3B20B7CEFB975091316FFFB6CC /* StateUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A2DCCD2975741E4941FF2958EF8D600 /* TurboCxxModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2993AE002A77BF7B39AAE55DB661DD31 /* TurboCxxModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7A85844B8ABB2A92B190EC2C45988C25 /* NativeComponentRegistryBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD04C8CE4CFE3A8CBF7FEFC33B333653 /* NativeComponentRegistryBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 7A929745AF8FF896CBFC97801A077941 /* Keep.h in Headers */ = {isa = PBXBuildFile; fileRef = F524D0F42CA29ACE3E6C3098C858C502 /* Keep.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A94A234E15864DA153E2486D544D8F9 /* ImageComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 846EE9DAE34FA678FA761E65DD2F08E5 /* ImageComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B23CFE3C52926A8B340594C18E30C48 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 32E0BB05F9F652F49EAE1D3EE8E0714E /* UnstableLegacyViewManagerAutomaticComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B283574381E52437094359C04A8B040 /* RuntimeScheduler_Modern.h in Headers */ = {isa = PBXBuildFile; fileRef = 45D9999C07AC6FD97A5897196483760E /* RuntimeScheduler_Modern.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B3EFF70B6BC846F386E9B04B567C87E /* RCTAppSetupUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6FD6F1B6DC37EB6391F042FC9AC7E69F /* RCTAppSetupUtils.mm */; settings = {COMPILER_FLAGS = "$(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DUSE_HERMES"; }; }; + 7B6DA18AF21228DB00C403D3863B7BA1 /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C4F509606F5C64CB085DA2D927CDC93 /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7BE465B58FA44A71A52E4F29C3CCD68D /* WatermelonDB-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 51396501E3E25FB7DCB5E276B819C556 /* WatermelonDB-dummy.m */; }; + 7BF8D2646D1CAF6729DF00B7A59FE017 /* F14MapFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = C230DA31F009BBBB74798CD3CE527F8E /* F14MapFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C0832F738F3B45D9B194C3729757621 /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 788308AAA58E926CC60655199F7DA6BC /* dynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 7C2C313941BEC63BAA8CC3668B949411 /* FloatComparison.h in Headers */ = {isa = PBXBuildFile; fileRef = 74F2B9390AF33F8E9969AE22B88C8280 /* FloatComparison.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C3A014118CD31C6C26566E08F64BC3F /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 7777F6D0013ADB2C7FBD5FE217F042EE /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C4B2259B1758C2D9AE4D51C5762E6F1 /* UniqueInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EB71E81BC5E30853849F01DE038FCE31 /* UniqueInstance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 7C563026B579F20E0D207D038BBB1E5E /* AssertFatal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C7956DABB206C95A799C60F678F09BB6 /* AssertFatal.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 7C5E0AA1A0D766AEFDB5C3F5FF6942F9 /* RCTNetworkPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4811CBBB4C46F7C891F1F7E426628CBD /* RCTNetworkPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 7D0D84A0154B18374120BC47B1D87B83 /* PolyDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 982AAB27F58C71E3FA007537ED46BB9D /* PolyDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D2198ADD1AD7461713B493938D36639 /* Bridging.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C12044FAE55F8C0F0F5BC236FA00BFC /* Bridging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D741114888D6A8F92CA30DA7938FF9F /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C32C30AB7EF3BB474BC4B4DFD2FC61C0 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DAB642F45A486822F115BE0920FB465 /* uk.lproj in Resources */ = {isa = PBXBuildFile; fileRef = AD09CCE53769CA1F7BC1031AEBE1E2CE /* uk.lproj */; }; + 7DDC9C325BEBF570103734FD7DBC2EFC /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = FADE4C50E4C03A98702AAB8CE87A3D81 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DEA6D0B866F977377D21AFFAD5E2745 /* EventQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3F08746919747A6F56A2864E48BDDD3 /* EventQueue.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7DF2C6E7CD4B2614333080F4D18991F9 /* RCTFabricSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 56BBA94041D86275E476DAC1DD401197 /* RCTFabricSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7DFF6AA49AB89B1D15BDD142FB5C30E9 /* it.lproj in Resources */ = {isa = PBXBuildFile; fileRef = FB5D34754AD28372AC075C4836BC9BDD /* it.lproj */; }; + 7E005F703B871E6F1DCBE37739EB9BA9 /* PackedSyncPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E8209264577462872BC1AE7772C476E /* PackedSyncPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E4AC7154C2CE9CDF1093FA4152CB996 /* SRIOConsumer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B514510C45046BE196402FD4E82FB33 /* SRIOConsumer.m */; }; + 7E683945AA4DE479DE6E7C64E77B9192 /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = F08460D67FAF18E84D6207E257538D64 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E9D2C1821BA925A94462F2556B7C282 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 42A97962C25A869DDED1914B699BD747 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7EE0F6B05C54DAF73A25F1901169A318 /* React-rendererdebug-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 654197BBD530E127C270633DB539A166 /* React-rendererdebug-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7EE93CAC8D76887681E9984AC37A9FBF /* FBXXHashUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E76F01C60DFCE85A1C8CB416B3636D3 /* FBXXHashUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7EF0E9E009F1F4EC5CFC8B6A2D6B1217 /* RCTObjectAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F35ECB508AB87E99C735B9A8219E2790 /* RCTObjectAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F0FFA25BF039E3FEC89257156006BB2 /* Assume.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C81656E6394B680E495643EDC27FC6E /* Assume.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F192056513AC45D918FE1AD9A537992 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5675EDF737917D753E24442B6327797A /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F25A20E6035D2002292AB1D88D1D35A /* Atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D2C764374D96A2A95EB7DEDB1AD4B23 /* Atomic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F269E29524C0061896B3C3770C62B83 /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 840FA9BF8D964570C73D3D561CF489CE /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F39D856A35CF04F8D6416A5DF528342 /* BitIterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A3BCF7F218979C84533F1F242327D9F /* BitIterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F61C911147722C681DB4FAA34CA76A1 /* ProducerConsumerQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = EF3D0DF483D191D626F907294861A317 /* ProducerConsumerQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F87FA23242BAAC6C75BF03E0C3F1BEA /* RuntimeScheduler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B9CF763D328B9FF7CD87693E3153F680 /* RuntimeScheduler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 7FC52BE19A4972D6E0EFE5E8C062E78D /* MountingCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 09CACB20A3D99F350BE5A1565F4ACA67 /* MountingCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FC71456BF079C9BFC3E541399E9AD09 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = BAD62DA0698330C52546D1DD499A6B27 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FFD7CC9EC841E4667F9683D6DB2A099 /* RCTImageURLLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 4279CDB721ED8120EB0EF927416392FE /* RCTImageURLLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 800168271BC4625A8BAE356763E5F578 /* React-utils-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AC69D8640FF5ADCACD89B82CB9E1110 /* React-utils-dummy.m */; }; + 8020DC79BC18FE1733F382110AA7F9BC /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1CBBEDCDAA1BFA365580787F950200AD /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 8029584710A456EC5C67D4A4BB9A680B /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D24035ED25B87D45E72A4CFB861C024 /* React-Core-dummy.m */; }; + 802DC9139C32DC3C41FBEF4AA8CF4952 /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = ACA2D560DF5674F43C2F0CF72BCBF485 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 804AB8115EEB65519BFF4EC3478F17E3 /* RCTContextContainerHandling.h in Headers */ = {isa = PBXBuildFile; fileRef = F8DEF690935571E2BA15F11F274EE883 /* RCTContextContainerHandling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 804D9AADCDC8D1F1632F230EEFA6FBC0 /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 373F105CB4DEE4BDB90F46875B73BFA8 /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 80CF2710C53AA456D9BACA32C9F94242 /* TimeoutQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C0FFE3B52F5FC5B9E85936F71606010 /* TimeoutQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80F7C5E7A9B1BD9CA80E7AC9692EE98A /* RawPropsParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 29069E0EE8AF62E25BA127E3020926FD /* RawPropsParser.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 81313E2CDDE7FC92041DDF94657C35BE /* RCTLegacyViewManagerInteropComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BE5F90D494B6D74BB9880F6EBD0D1D /* RCTLegacyViewManagerInteropComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81A2F9C881DD636F42CEC4CD4A9A60C1 /* LegacyViewManagerInteropComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FD672FEBEC49B42EEBB59B54F5CD143 /* LegacyViewManagerInteropComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81C6BB24D1610AAA396418710B52389B /* ModalHostViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ED8BCB98B8CAFA45445802548B32ED28 /* ModalHostViewShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 81D57A8CE92E84FEA69A148D1BA897A5 /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = DAB01DFE83E0C8658D41522C80D2366D /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81DA215A55827E4BA0DF542A3DB8E001 /* SocketRocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0585010DB2257C8B62F3B1BE51449BDA /* SocketRocket-dummy.m */; }; + 81DAEA474DC6FF87563B93C13FEB6658 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E1FB69666F2C09161B2E1A2535CC43A /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81E86C9D8F20FB2F3B4462F3CCD54294 /* RCTVirtualTextViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = F7CB0C6D6849C6DA8C5BCBFA3B2651ED /* RCTVirtualTextViewManager.mm */; }; + 821D1FFAF81B7DEA7FF2DCB766C1E069 /* MallocImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = F7DCF7DBDA1DB363572544D437D1EB4A /* MallocImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82422290D96A134494D0B160434C8A8F /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 41E25EEE9BD95F7330BCB968457D0541 /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 826104B9BF8174D5B23A6D51AC4A16AF /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 37560CB0B831B9181D0E9FE412A827E5 /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 827D7956B2E401FEEAE0266A95CAD3F0 /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = F6649A5E0CB0CD5E9B98CB49FE510D25 /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8295C73E52CD5C12A616EE97FE02478B /* RCTDecayAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 224F3D752D59D26136CB03C3D3C240F2 /* RCTDecayAnimation.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 829CE543BE934D8599926B5A0E2FE109 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = AB89B71C07D924F2DA582CF6A4C3CFA4 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82A49A43173CFB3AAB84B2A4DBFAB89D /* SRRunLoopThread.m in Sources */ = {isa = PBXBuildFile; fileRef = DD9C6B9D5678AE4BC86F7AB978C63029 /* SRRunLoopThread.m */; }; + 82A759B463C6E280D1C961F6F71BAB15 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D078B11D9117F5852F1C821A0DD6E65E /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82B151FA407A5ED82238DE63FD119835 /* FBReactNativeSpecJSI-generated.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AE459B4FB63DF08755386C3B4D759D8 /* FBReactNativeSpecJSI-generated.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -Wno-nullability-completeness -std=c++20"; }; }; + 82D8D0292794FEB4B58E14E709CB8E78 /* TouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 611398E0E68366F20ADC93BC5D04C7B0 /* TouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82ECAFB8B430AB7AEE8A186E85BB87F2 /* RCTParagraphComponentAccessibilityProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8CB48239EFF087F22AC48A83F592D64F /* RCTParagraphComponentAccessibilityProvider.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 83029D9A22030F3A36506286BC43B43C /* TransactionTelemetry.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FA659BE9F28613C4D7F98DAC5FD1C4B /* TransactionTelemetry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83113F39C5BD9864CAF8F3E91D01BD34 /* ConcreteViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C6AF51B4A4EA15B2F122DBA7BA5B2A0 /* ConcreteViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 834FA1181483059D08BB31BF631CB418 /* TextLayoutManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = AC18F953AA41F612F2CB8153565DB590 /* TextLayoutManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 8387B15D94ACE3AB8A57F8580B22D08E /* RCTNativeAnimatedNodesManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9C9BD5B613E101C64C2992C9C6D47EAC /* RCTNativeAnimatedNodesManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 838D25B894748FE27FAC7FE3F39AA0FF /* TextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D3B7CA09D694AABDB4E6816701346CC /* TextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83A0F6143A5339BAEBBCA6EA7A4F5BAF /* format.h in Headers */ = {isa = PBXBuildFile; fileRef = 22BBDCDC9E5BB7D47CB6C63BAD034B4B /* format.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83CAAC66FC6430951815CBCA69937212 /* react_native_expect.h in Headers */ = {isa = PBXBuildFile; fileRef = 641D2E46DE82FDC74711D6550B34BB4B /* react_native_expect.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83CB29BA147169FE17245CC493A65214 /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 40578E9386680C689D002917E383C065 /* RCTConvert+CoreLocation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 83DEC1E75A0961D67CFAD87A5B6139D7 /* sorted_vector_types.h in Headers */ = {isa = PBXBuildFile; fileRef = F804F0627373E6C63D34AAD65291FD24 /* sorted_vector_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 841FF36838662B6C2789AEED5D6016C8 /* UnimplementedViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = E80581A669DE626F703216374FF4C3A1 /* UnimplementedViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8446DCAC58446356C7F6D58717A0B41C /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 869D440DACC02CD2540C4CE6A499116F /* Format.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + 8455F11FC6E87759E2FCDDB9086B9527 /* RCTNativeAnimatedTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D4758B7FCDEC2C0806CEE3D106040093 /* RCTNativeAnimatedTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 846A2D046969DDCC9B62226BB8E71C78 /* RawValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AB59CE368BC9400B2ABCD47AFB8C08C /* RawValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8494CFAC6607B7239C90ED77D2427B29 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = EDBAAC4C0FEDEB6F19329DEE85E71512 /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84D3648467DDC6B2AD609FFDC7234AD2 /* RCTLogBox.h in Headers */ = {isa = PBXBuildFile; fileRef = E570952D2C710A3EC6A39040970B220E /* RCTLogBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8527C5EC667D2988E0FF5B260187ED15 /* LegacyViewManagerInteropState.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7A860D2229C54CBF112DD02B57C926 /* LegacyViewManagerInteropState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8558A61F1FC9DCE311F651F6839AD63A /* Sealable.h in Headers */ = {isa = PBXBuildFile; fileRef = D828B4DBBD448E09A3D7C599F4CEFEF3 /* Sealable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8569FF4D1B56E1A399877F11FC5E97B7 /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = C6D26752B3DE0424E4FA28589D9108BA /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 857BDC3DE3F7896BD773F402341D9C8B /* LayoutResults.h in Headers */ = {isa = PBXBuildFile; fileRef = ECC51259933A05380339556B6ABE282E /* LayoutResults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 858CE2E693CE69AF1CDE8933197E0572 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = BDA3C52C76B2C3F5E9BA936CB0B3B9C6 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85CE887F8160FAC60A5613E583CD369A /* FBString.h in Headers */ = {isa = PBXBuildFile; fileRef = 313F1FACBDF2947C76A286C8AFC6551D /* FBString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 863865180BA34A40972C40C6A7C8E021 /* ComponentDescriptorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = F5F74E1220FBDEDB27401F3F98612EC8 /* ComponentDescriptorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 865103DABCB9C2CA4DA86FE8311B4AFC /* PageTarget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE6CB0254166C64BB61D724834E284BA /* PageTarget.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 869C6BC97E0783E17A7A32A4CB9C444D /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 25A6D3EB52D98D8E0A7564596C8CE94A /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 86A39CCE3B6E3D293E0CE2C67781A81A /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = 82667B9482B97C6E5629E4F6381B1965 /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 86AE12D8AB4DFCEF8C5413A542FA699F /* RCTMountingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B80D5D0E1943CE661F2F4C200BA7BE9 /* RCTMountingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86B3C2F4E98DEF836BAA645068EC7341 /* simdjson.h in Headers */ = {isa = PBXBuildFile; fileRef = A97083B6B19B7182A30872D4EBFEBE41 /* simdjson.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86C2CD9FB54FB1F2AA9CF4F3D84578E4 /* RCT-Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 729855E0C41B82077DDA2290F0B0BCBD /* RCT-Folly-dummy.m */; }; + 86D02F0FB4C9CBB82EC56980E53B40A3 /* ImageRequest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36C08C7FF3DFACBC39FCE541DCF803B6 /* ImageRequest.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 86E509A8309D2C829F649CA6E17F8856 /* RCTAttributedTextUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = D584937399C1E7BBAE37C4B6480368F6 /* RCTAttributedTextUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 86E83BA3D9D13B74E9375EF5DABEBBFE /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = FF88A9733D935D4DBE027D36D5B591C1 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86FE8980695E53A76E1F1E83E07F2AC3 /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E27D0C1422F9594DB63A196340A1C0E /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86FFDED80645961F5B0E1C77813A3E3C /* MacAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A732660A46D8B89E811D42131A47E43 /* MacAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 875518F410236D322133384F93B4EE9B /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 359B6CEED91D1DF8B883DC40D5E04EEE /* React-jsi-dummy.m */; }; + 8757125933F9FB281B0CA8D92413FD2A /* SRHTTPConnectMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 44D41289A83BA05369244074562FCAE8 /* SRHTTPConnectMessage.m */; }; + 875A937197A2E17F4FFDCBEF110CD993 /* AtomicIntrusiveLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = A7CDF9E97D044762C37CF380DC086899 /* AtomicIntrusiveLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8778EC34B4FB5DDD57124C18CC26AEEC /* FMDatabaseQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 40B78C2265ACE3B8ACB7A504F9CFA4DE /* FMDatabaseQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87818F7E72E1C8E3028F461ABBCE56E3 /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E7807D90980DF5E58292BD819D067CCC /* pl.lproj */; }; + 880558ACD71010548F8BC00CB06E3F67 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = B3842DDC8C8C33A9D3DB8FB30835698E /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 882323307508D2F24D0977D0A77F86B5 /* Indestructible.h in Headers */ = {isa = PBXBuildFile; fileRef = 8325F6D78EEBC85AE983E28DE38AD770 /* Indestructible.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 882AF9DE6433B759F7BD1EDACDCF0024 /* RCTPerfMonitor.mm in Sources */ = {isa = PBXBuildFile; fileRef = A50AFF02E96B2A9FAD9F4CDF5D05C365 /* RCTPerfMonitor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 886A63B1ED1A16230902FA3A13D84CB7 /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = AEB455EDDB077C84F1FFD562DFFBA54E /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88730960BF591557697D68FC435C89D8 /* ParagraphAttributes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52332B91843419E05974FD7AA782856B /* ParagraphAttributes.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 88847364C16DA3DF2BC6288012F34BB2 /* CoreModulesPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = F40DA4337071C6A25D759BAE9D00C90A /* CoreModulesPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88882DE62CCC5DDB83D711846353FA43 /* SRRandom.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C2D3D50F94DAC3059E02150AEC13F5F /* SRRandom.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 888D80843EE8FCA8A3111C91CA24A999 /* IntrusiveList.h in Headers */ = {isa = PBXBuildFile; fileRef = 866D0225560051A219BEE4D4664348F9 /* IntrusiveList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88C7EA300B0E07376EA1EB2A781FE1C2 /* bindingUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AD266EFC19E97B68AB736B2DFAE934E /* bindingUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88C9FAD022478A7E8EF82D42816571C6 /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 830AFFE41A7F0C0AA095F4DB57B6BD4D /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88FF806A114A17DF66BCADF876DACC04 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 643840DD64D54B52A2193F98673994AE /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89061AAC16A9D8755BC29388594191C0 /* TextInputShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F468DC980FF349730A91EAB27AA80749 /* TextInputShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 890821868B6146972E028C6CDCFAFB46 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A801C14BFA125ACB2E474AAFB4B2D03 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8933D7B181697994023E7AAEB3DD9909 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 18E04C8FC9E54D8A00245F3E4B386C0E /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89423B1A952759E81DC0C4287F475231 /* RCTDeprecation.h in Headers */ = {isa = PBXBuildFile; fileRef = B2A78B7CA6B87E3C5B857F9EB9B7AF87 /* RCTDeprecation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8964DA67716421A13752C604BC9590A2 /* SRConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845C7EA5A46AFE22DC6C82FA344FB15 /* SRConstants.m */; }; + 896B5C9C328433F866F22E2C7414673D /* Synchronized.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D4B16C5729900BD0CF675EE898C8327 /* Synchronized.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89838E50A5FAC6006B7986F7130E99C7 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6A3EDF523AE8279DAD3E84193359461D /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 898869098F6FB696AA71D98E461232CA /* RCTComponentViewClassDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7219469EB101610CDE06F56EAFF2F90D /* RCTComponentViewClassDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89B15B8D049992388A6BCF216AF8BE15 /* TurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ED0263B5DB4AF04BF5391CA51E3AE6F4 /* TurboModuleUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 89CCC3121E6749EC7C4D707AD992C550 /* RCTComponentViewRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 36164B0E9E5609F36A0106D648A0FA8E /* RCTComponentViewRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89D89CF3D8BF72B6526EA0FF4E8FC1F8 /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = B07F73246764E395281393D1BFD73751 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 8A092C05BF760852783B87DB4FDB2AFD /* MaybeManagedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 1260781BA130D5E430412D17AA9CF321 /* MaybeManagedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A61C81F74DF0B4608AAD105548E9921 /* InputAccessoryShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5176B30F1DFC1E15711AA1F63DEFEEE3 /* InputAccessoryShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A79A8939884686638CEF48F3434E6AE /* RCTNetworkTask.mm in Sources */ = {isa = PBXBuildFile; fileRef = C2CB66217B1E850D02CEDC8E10195C8A /* RCTNetworkTask.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 8A819DCA8AD6D57C2222DBE0B7FE7190 /* RCTActivityIndicatorViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 21E277EB0A609214CBB931D344238A64 /* RCTActivityIndicatorViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A8DA15355CE0296C45E81D47DE94307 /* TcpInfoDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EAB5C076EC5BA3D8E0D48CBF9F38DC1 /* TcpInfoDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8AADCF981A3C5BFC9A728A4807F1FD57 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C00DC34CBF0C27CE15A57901CFE39D1 /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B3013D13CA5D7852BCEC3F9A0A0D22E /* RCTSurfaceRegistry.mm in Sources */ = {isa = PBXBuildFile; fileRef = 32D1CC8F0E612A18C597E5BDCD724B17 /* RCTSurfaceRegistry.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8B3A0DE1411F63948C1B7328AC4DC664 /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B75886BB83AA90D3B2DEFB75224490C /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B6D7EFAE33ACDC84C5716F89DB43685 /* CoreFeatures.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 132132CB707C71FA5E68A7BB06EE4804 /* CoreFeatures.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 8B8982906FFDDCD41E210EA5727548EF /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CA8FFB264289551FCCAE29495EBE650 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B8AC90BDB270B8F075B58F2BC966E3E /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = CC9E0C53D02E49E161CC61AD2E78DD12 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B9FA606ADA138041A461B1A45CC47BC /* RCTConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = F5A6371CE2CB24DC0532ACC93642CC48 /* RCTConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8BAF82EA2FC8B67DBAE9B4A39E32ED85 /* ShadowViewMutation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BB2E2D07807B6BB7451133707BC5FF03 /* ShadowViewMutation.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 8BE990F2C07DD454945949C7EF8FBBE1 /* RCTLogBoxView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 498AA16C83135C6DAEFCEAE97628D0D5 /* RCTLogBoxView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 8BF6DF9CF222FB4CA16C9FDF00D1A4BB /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A9951E633F11568F42B8CA2DB0EAAE73 /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 8C6CD8EF00A7B2AA432B528185A21005 /* RCTIdentifierPool.h in Headers */ = {isa = PBXBuildFile; fileRef = AD69277D74C06C01F9C13CD77A13038E /* RCTIdentifierPool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C7240FF4EDFF6B9A2A5E7802D6A8976 /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B799169876F75C6B694791908FAA1EB /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CB06AE99C65D0CB47B460E9715D2447 /* hr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 91392F3C2B6C40DD319492604906C7B0 /* hr.lproj */; }; + 8CB4AD3BD8F8733099DBD330A38BF9BD /* LegacyViewManagerInteropShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7FB105B5F150706FC7A1068544C1C16 /* LegacyViewManagerInteropShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 8CB5FB6855789B1CF6C224E66DBC0DD1 /* Telemetry.h in Headers */ = {isa = PBXBuildFile; fileRef = FDF1FDBD6E5C45FE24CB4F2C3B228AF2 /* Telemetry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D2E0D17D455244D4DADB8163EE9C146 /* RCTMountingManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = C2130B95F426EC491603E0487645BCAC /* RCTMountingManagerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D3920B60E2117BEE3BD89D4270299B3 /* JSIInstaller.h in Headers */ = {isa = PBXBuildFile; fileRef = 240A841CE45A01661CD44D4EE8B91BC5 /* JSIInstaller.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D3CBE78A64B90795160670F9FABFF09 /* ViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = F03D40C105C0F07D9C18AE34F3B494A0 /* ViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D594C2325978C5D20EE6C5C2824342E /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7672883E0F8241100C66C2D877FCFDC7 /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D6641689CE7A4839A8B823EA727C1AA /* FlexDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = D042C4DD00523E4DF1235E10F891754B /* FlexDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D71047A3D5C9E1F408B1BD91EE59484 /* ShadowNodeFamily.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E4274F08E4BBF0B6491769157BBB91F /* ShadowNodeFamily.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D8BBF7A84CBAE7584B4D446F86A2086 /* zu.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F04C97A51C7A3AE18D87F7881C39DC76 /* zu.lproj */; }; + 8DB2904D172809FA82F53D6DACB6770C /* TextProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CF8779EB6F6185F6C461B3A8E5F7DD3D /* TextProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 8DBD42E153C1E210DD2D91CBE300795A /* compile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F172D220F95765CFA361637BAAAA417 /* compile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DD704A7DFB3E7DB7CA5CF748EC11878 /* Edge.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A5F0251C69A9CCF2DB3222CE170671E /* Edge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DDC6079A4374C5B0D4B59CAABF373C0 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = FC938492EE25EDBA884D42C17EE1E89B /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E1B5E2097D0875A90955BF49D724F19 /* ComponentDescriptors.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE1B2934FABC52774A42A595531E4F6A /* ComponentDescriptors.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 8E6752CB584D97C2A86519B83B482227 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = 32680615BD888084B01D830F2196A3C7 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E729B5904B3B5667E973370219CDEF4 /* React-Core-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AD9E5C254F43B4A3AC4E7A6452D879C /* React-Core-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E85CB53CC69D87235AB1A5051D02DA5 /* RCTTextInputComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = D015441B32F30C25792A1C654C1FD49B /* RCTTextInputComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8E8EBCCDD1F8861EE6CA56DDED1D958F /* PropagateConst.h in Headers */ = {isa = PBXBuildFile; fileRef = C844508F5FF5CB3FE66B8F8DF7302612 /* PropagateConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8ED21B7AC493FE347E9E83369F9352CC /* Promise.h in Headers */ = {isa = PBXBuildFile; fileRef = 883F3E36A905B70FC2C8B78E92AC740A /* Promise.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8EE03FCDF67F4EE3290B517CFA87A7E8 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = CB62AF8BE005DE4640777FBFF95866BF /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 8EE950B8A3384D574B426B5A85C62D4D /* RuntimeSchedulerCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D66D180322220310B33E06C2A6650D3 /* RuntimeSchedulerCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F323E2F2DA6F55192388F26F0C24927 /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 034CBF9A353EFD13BB30389694CD06AF /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F8C308FB213101092DF89E03DF5D3F2 /* ObjCTimerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = F275B31E7A8AAE45DABF741983B8C743 /* ObjCTimerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F981C056361D8BEB7739CC67BC494B4 /* RCTTypedModuleConstants.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E54C446AD8887C61105DE1F1011BC2F /* RCTTypedModuleConstants.mm */; }; + 8FADB205FCA25F99038ED124EC0587A4 /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F30A04837205FCBA040E0445525A6 /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8FCD1C8218809FF67978B99120C99DC9 /* React-logger-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 77BAB7AB8A4B785443BC2813FC1B32C6 /* React-logger-dummy.m */; }; + 903DB9FA0A5B63EEC2030D326152B6FA /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 69B9588066B95155E4417D77327555CD /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90429B015B1A484B8D95A975975DC51A /* SysSyscall.h in Headers */ = {isa = PBXBuildFile; fileRef = BB2D4F3D9EA6B428CD822160742EC53F /* SysSyscall.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9068BB732F9B931880C0F8BFE1133112 /* Random.h in Headers */ = {isa = PBXBuildFile; fileRef = 94D87B59FEAC0DBA4F9A7E928431AAAE /* Random.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 907AF22D8F8271E5F977F25DFA0F73A6 /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 45FA7F5F8B8980E56D777737778E2381 /* React-RCTImage-dummy.m */; }; + 907EB0B80C8BE1DA8C300AA92CB364A0 /* Log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37F9065181BD972C82D47E7F46FFBBAA /* Log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 908691D6E6A6240D9BC651336C71B697 /* ImageTelemetry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 340097AC9A9BF4BAD1E542E436217620 /* ImageTelemetry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 908DF962421BEACE0D0EEAC2BEB84A30 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 30162323761B1AB1D7A828CC5D1BE36F /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90BBE9AC94E874862E831FE5AE51A577 /* RCTLegacyUIManagerConstantsProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0575009F97CFBDB1867FBAA80648479B /* RCTLegacyUIManagerConstantsProvider.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 90C0ED4C25BBE5201770D4FF695A81A6 /* Style.h in Headers */ = {isa = PBXBuildFile; fileRef = 5545A49E67978F2CEF8C77F63D7368FF /* Style.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90ED9323F40C70F953900BEDF86C83CF /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = D3779D2E5E9D11A2A28A3B557D2841F9 /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90F713B356228BE688BACF56AF55ACF2 /* SysUio.h in Headers */ = {isa = PBXBuildFile; fileRef = 79CC003D3F5205C371DC8BCBE46FD022 /* SysUio.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90FE9EE300AD62DD80F8ACBEB966A72A /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D968F1CAEE31B74111F5F45D24E694BA /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9111482AEA47A273F54C6A45660C17F8 /* RCTBorderCurve.h in Headers */ = {isa = PBXBuildFile; fileRef = E0246A845D54C7B635C77FFDE88894B9 /* RCTBorderCurve.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91261AA9EF204EAA4F865018549E8476 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 18E04C8FC9E54D8A00245F3E4B386C0E /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9129BAF1A295E5BA2BFA9D27E0DD8B30 /* YogaEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 229E898FFA1C9E93F86539379E9096C3 /* YogaEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 914C439C1D26D04E388C679710CB249B /* CallbackWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = E99066C5DDF65197FF753C23E54313CC /* CallbackWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9178CD20BCFCB0BC939BC7561FCB33FB /* InspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = E40225EFF83BFF372E2ACB0DEB6152DB /* InspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 919E20B121E45FB70B18B13A38BD4371 /* RCTImageComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 012CC3CCEDDC11E02851DBC088F9B7A2 /* RCTImageComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 91A571775E906D836350ADADEC849A4A /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC8B43C8992F34DF7CD32D7923EDE53 /* File.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91FE7C0592A4570B5BDEF0B5BD337FEA /* GFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = 58591CA75671A3724AEF97FE040632D7 /* GFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92048C77172BB4D1D55779CEE7BA8F5C /* propsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = F83C31C20E032D387D9A04D68DAC8265 /* propsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9242F0F9E52CCA157276B60C7717847C /* RCTUtilsUIOverride.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D239EA1163C5886418BBB97A80CD68C /* RCTUtilsUIOverride.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 9271349E8FDF5329205E712797561D1D /* TurboModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FD2B5192F4D25A120B9FBA56082E1498 /* TurboModuleBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 927C8D7BB3740323066FE2E8CD53F02D /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = 16E3111070B2202E4E59A2EB4AAF55A9 /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92F9C861E9C7D42BF5CBED7EBFC77D72 /* ValueFactoryEventPayload.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2CA71A360B05CFB72B96ACD04FA7ADB6 /* ValueFactoryEventPayload.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9307396B4ADA5CC798FF0884900FC572 /* HermesInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B640A9964EA3E8305895667CD6375FAB /* HermesInstance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 930BA86D8E612AC22708E752E4A61383 /* small_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = DF63E196F2D472D716CD1CFF8D29C2EF /* small_vector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 932C4B72A39D5E4B28B11735AEC65689 /* React-featureflags-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E390D39B5438A34CB65883263516478C /* React-featureflags-dummy.m */; }; + 936A9AB6C986409BCEFF9F365015DD61 /* Subprocess.h in Headers */ = {isa = PBXBuildFile; fileRef = D1802F9C2D3A26DFED67D9A4805852E1 /* Subprocess.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93728BE1C4A407884F562ADACEAC71F2 /* LayoutAnimationCallbackWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 20D52A5CA3FEAAB624DD5FABD5F70EF4 /* LayoutAnimationCallbackWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9376001A5415EA17C8FE5D79C03B3E05 /* React-debug-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 55399075C21EA2F4687C29DEBD4F00E7 /* React-debug-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93917AFA25B6646D3B4C8B89C923372C /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = CF04A0BE220BED59F7AEB367A64FB457 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93ECDFFA540B3E946DAF9907951CCEFB /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = F278184653BF83F13E9A2484D2F4F8C1 /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9411CDA895F502CF9BAFEC71B6EB2D75 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B3894240F9F245719EDB8B1ADBE0FC7 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9435ABFC3D2347D3C2FA4178AD8363B1 /* ImageResponseObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 8229FB82BEAE5318CC636C3963FFF6F8 /* ImageResponseObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94596CFFB0AF1EAE8EABCCF8ABA45AB8 /* ConcurrentLazy.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FFF51245D8A86EAC0CA600E287ED6AD /* ConcurrentLazy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 948EF6B8544D6C95F6864DB1E234052A /* ScrollViewProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F1758BCE0D6DB0A37CD1E35331999A52 /* ScrollViewProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 94B9DAD9D6E6079306AAA42C6D3B711B /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 159A07D2F149809ABC30E5FCBB89938F /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94CD80C023E882B4DA9D02927CDA9327 /* RCTSwitchComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = E3C150EC730101E36E8725C466227757 /* RCTSwitchComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94E79DD64E0788BB7AD3BD1210CB6EB0 /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 39A5BABF355F1FCE0AB1D652C33D7B9C /* Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 950BAD90B56D30A54EBF43AF215D0C8D /* zh-Hant.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 8B0995DAA2C152F8B2BBE8B2BD71EB56 /* zh-Hant.lproj */; }; + 9517335C8F1CE70427B5E0AF6F87FD29 /* react_native_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D634D9C7371357029E41D29AD89E979 /* react_native_assert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 951D58A9E7D698B929AF899C28E57034 /* RCTModalHostViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 53C4B697D1793E966C34C78BD44F6D02 /* RCTModalHostViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95218D9E435AD62306483383FCAD7BC6 /* graphicsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 8516ED23F91BAC902B146A3BDA21B3AB /* graphicsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 956D860AD7C9DC24AA722E80D15E4D6B /* ReactNativeConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7D709C81D0C07E31A08F46AA3AAB09FD /* ReactNativeConfig.cpp */; }; + 9593D619EFB09CA84DE565FF4D96EB48 /* LifoSem.h in Headers */ = {isa = PBXBuildFile; fileRef = C57BEDEC1840FD8209B8FAD43401C99D /* LifoSem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9597882525C617A0252792A1542DEB7E /* RCTImageManagerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC7B5A86B19E285F310EB16BDE027DE /* RCTImageManagerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96234A6DD5EC92E93D8ECEDD53210730 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6678C1864A2A92768BBDC1C215172196 /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 963D64DBA5EFD7B49E439C0B7207E7AF /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 4340CE46967CD10BEFC7859B55898A6D /* RCTProfileTrampoline-arm64.S */; }; + 9697A6B4D46C8A478177B8A7BBC5087A /* State.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A923BB7F15C4A2B32DDE64B8D827632 /* State.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96CC92BF70F2531207DA2C1317DE05BD /* BridgelessJSCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = E9B0012D9AC4C6EE1721D712922AF216 /* BridgelessJSCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 970B747DD08085BB38AA2CBE4015C91B /* Props.h in Headers */ = {isa = PBXBuildFile; fileRef = 327A412C03B8D29F20508FBD60D4EAD2 /* Props.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97215F497B2ED4601FCA816AC3DA2375 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A7155EA3AC352921BE68F7BD76C6F36 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9766FC44D73330BFAAB4E4350CCCC6A5 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 55B1D50AB670D1ED574D945561008297 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97787CD6E0C072679EE338808F2F63AF /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F852C98DD1BF5640292AF6AAF675EA58 /* DoubleConversion-dummy.m */; }; + 97B2A42B5817C59F462248A075991C5E /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 5627C2F1A2A3B2FFA118B0BD3069A5B9 /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97DECF6E711E8B315123A6811DF80EC4 /* RCTPerformanceLoggerLabels.m in Sources */ = {isa = PBXBuildFile; fileRef = DFA83A2FCE36D7B3F4FF4946AC4AA3C5 /* RCTPerformanceLoggerLabels.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 97F384488C52BE0D4A9D53D345D00BC8 /* RCTResizeMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = D73FC5BE76F5CED5EE11722EB194C596 /* RCTResizeMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 980093FFA08606F31FCD65609A47C09E /* StyleValuePool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F35EF9396775F51CA6146B0C7D16351 /* StyleValuePool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 981417644439C651547814EC3FEA4928 /* RCTCxxInspectorPackagerConnectionDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = B69DAF065EE01F48CB5FBAC10F00EDE0 /* RCTCxxInspectorPackagerConnectionDelegate.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 98645489B7C5F09DCAA5CDE2C2D33D32 /* JSIInstaller.mm in Sources */ = {isa = PBXBuildFile; fileRef = 126C5DD1D6213610884F84302374D19F /* JSIInstaller.mm */; settings = {COMPILER_FLAGS = "-Os"; }; }; + 988804049A0E839CEE4F97680EA6F030 /* BitIteratorDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 20FF0CE1BB1AB7D514D968DD961923FA /* BitIteratorDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98EA24E215B825D7E404CD8B1B3A6C3C /* RawTextProps.h in Headers */ = {isa = PBXBuildFile; fileRef = E4FDDD56EA9FAE7E380A57693269B4F0 /* RawTextProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98FAF118BA6AC3B0B0BF4D1DA3521E51 /* RCTTurboModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 41CA6E5A23C938EF530325403BEB5ABB /* RCTTurboModuleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98FF24FCA7950C2F975BB4096B9B26E7 /* UnimplementedViewComponentDescriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DA13FC9D0FEA58079E338182B1BAE1B2 /* UnimplementedViewComponentDescriptor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 9939A9054B27EC267D364A8B16FB9959 /* AtomicHashArray-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C581B89704C6C579DD637F11045901A /* AtomicHashArray-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 993B010DAB0C47A19FF3C8CB5F18F3BB /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 48B93F350B7CEAA9026208326081EA41 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 996659F42631C1F1EF1EB37666EBEC84 /* RCTAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = 13A658922FD40E29EEAB7D23E4D3A2BD /* RCTAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9979B172D36F3FD1E5835B9D990C0603 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DF430B965D7F43DCCD92803B07AD0F7 /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 998341B6CC0A0AD55671B6F0F1535978 /* RCTImageURLLoaderWithAttribution.h in Headers */ = {isa = PBXBuildFile; fileRef = 4133EE63EDE34BEA9FC63C4BB4801169 /* RCTImageURLLoaderWithAttribution.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 998B42D1DD666A96EF1B6DE78167C70B /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 37D820D975698FCA99C86CE71EF22A97 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99CC5B420D64ACDD783109436516FD04 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 609281012AE698DC460A40129D138A06 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A24531C4E6DA4D2A91036A2F8C0BF4A /* Time.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BB0E5875A31D5E8CDCEA86F5A67276E /* Time.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A35D386A3459053D8A2240EF17E13F4 /* RCTModulesConformingToProtocolsProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = B286D2E443FD0AC7BDE2FA335AE099A9 /* RCTModulesConformingToProtocolsProvider.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -Wno-nullability-completeness -std=c++20"; }; }; + 9A3A4D10C9D413158BC724A194B154E9 /* da.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 825AFF4407B94619036B3195D86313D2 /* da.lproj */; }; + 9A4EE65B2E9B67E48FEA687692C36F66 /* RCTSurfacePointerHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E0402A818FA8A0C89E390D0D4EC00165 /* RCTSurfacePointerHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A9022C47549BD26B9F45A7BFFB8A6BF /* RawPropsKeyMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DF730E6145C9D42DEB5C32702BE8C74 /* RawPropsKeyMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9AD21A8C1FB12C6F69D2E07588A0B966 /* ScrollViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = D5D85F064A48142714688A62D0169A8F /* ScrollViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9AE0B339D38F4BDCFD54AF8B4B74B9AD /* RCTDebuggingOverlayComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FA175D69859A3FE955C27E8F8107960 /* RCTDebuggingOverlayComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B29E7A144668C69B88E17DF3445B0C8 /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 735E5FCEACBC787C7FF33D2B0A5F3CAD /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B4920B859EB68134633DC1B38607162 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4343AD60D13A26A3F11E942DA9C12580 /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 9B71EE8ECFF2BAFFC391738C754A5A7B /* RCTPullToRefreshViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = E82D575C7FB3C2A029BADE7276472510 /* RCTPullToRefreshViewComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9B7A6544F9E9805452DAC23861BEC337 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1B9B081A11AD725344E711226D80CA4B /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 9B87B7263006E8E400822B725E60FFBE /* WatermelonDB.h in Headers */ = {isa = PBXBuildFile; fileRef = DB9466A46A68BC525A64AAAB5F5C1F6C /* WatermelonDB.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9BCC683CA550E64EE67D93F93BFFBD60 /* React-NativeModulesApple-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A59848A45BE0F5FCEF4561B500527CB /* React-NativeModulesApple-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9BCE5725306ABEC6584FCB1239B9CA22 /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F07D525DF93C69AEC8946C90CEB695C1 /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9BE6267DB05B71DBB27C01E25769CBDA /* RCTTextShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0A05EEA6DE2EF6E728D7085041633AFA /* RCTTextShadowView.mm */; }; + 9C187D694BC2F39668C0730FF0BECF50 /* Optional.h in Headers */ = {isa = PBXBuildFile; fileRef = C02156579770C940D02208439EF989EE /* Optional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C1A1AD1616249A784D388BDF0097A98 /* Iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = E29A2CBF054A73452FE72177DE2FDF83 /* Iterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C213142A14C7405ADC9288D76B1290C /* sk.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 72F4E61BD474BE602AFFC71C43FD918B /* sk.lproj */; }; + 9C2375A58F12149DA1970C56AC0D8633 /* RCTEventDispatcherProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 5216E04A7C94A5B08BF8F3BD20CDAAD7 /* RCTEventDispatcherProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C380E9FAFBB1F19957EED6469446B92 /* InspectorFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = 704C76032CCE295710F90FEE18E4B95F /* InspectorFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CA0EAF6DDBF255B903EB6F6FC52E0D4 /* FmtCompile.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D107AF1088C433FC9328FB083C1609A /* FmtCompile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D28E53E71CE7B1B576FC946E8E18383 /* th.lproj in Resources */ = {isa = PBXBuildFile; fileRef = D23D4785660627F3CD0959228AD79333 /* th.lproj */; }; + 9D2C4B6C64188ADED9A1A5F54328072A /* RCTMountingTransactionObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FA6B9156408ED84AEE6F56B8BB6FC8D /* RCTMountingTransactionObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D2D3C5051C69BC67410C4758F73B91B /* ShadowNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 21EF07FFD2345957804DF019878563CF /* ShadowNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D4EC18EDF8D39C00319EDCBF1F79BFE /* Random-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 3762263B39103B7107F61608F0B0E2D8 /* Random-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D5BB979650E52C9D6EDC21113C22E8C /* RCTInputAccessoryShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = A846AD31825FC26747481C82D51B3091 /* RCTInputAccessoryShadowView.mm */; }; + 9D724EF3BBE139FA8C05D4528A894F0E /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = A29983597DBADCA7A69A6EAE6BBED3C3 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 9D92D08729B4FAAF303182FEBC7434D2 /* Builtins.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C3134B4FA97F946996018EB76D6F2B /* Builtins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DA7609D0CA7E74EC3DD6F2ECE3B75D6 /* RCTVirtualTextView.mm in Sources */ = {isa = PBXBuildFile; fileRef = C5868FE71D3976986B3E0F19F4316F71 /* RCTVirtualTextView.mm */; }; + 9DEB120143CCAE9182A2D84A8E9E6FBC /* NSURLRequest+SRWebSocketPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = F65B8FCE4C82DE06C4DC544668252210 /* NSURLRequest+SRWebSocketPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DF893D515B79F5D02C027EF78786C88 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 019948FE306C2A476268E8F263EA2122 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E5B5F823216896E6318DB55C9616AC9 /* RCTParagraphComponentAccessibilityProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 68EE2EFB5FD67165CD0BE5CB10F52DDD /* RCTParagraphComponentAccessibilityProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E62546DD0C89254100F01FB1C6313E9 /* ScrollViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = C0BA0D275A8C8269E34CE4A1AD5CCF35 /* ScrollViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E6C43BA1F53691CB152B48B736A70B2 /* MeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = A5FD51AD36118D278A13D28B6A1C0F24 /* MeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E7BF4EF40C60244E247C1623968BDDF /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 88F146A98AD14FE819BCA98EB3275AD3 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9EA31CC73780B94F35D97F87C4FB001C /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6D624E232F1781DF596D0A786D21944C /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + 9EAD4F18278E7EB2645F6DEA5C454695 /* RCTRootViewFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = FCAE6D5FA62309B748866975B6AA85DC /* RCTRootViewFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F22899D6776281D1CD11358A63C7D31 /* CalculateLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B1C2DDC7533E6E8B4EB9893DC9F6FDB1 /* CalculateLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 9F3A392095C5D5039ACB1A0B07BF9CA6 /* SRProxyConnect.h in Headers */ = {isa = PBXBuildFile; fileRef = C09D1BCC94FFE3C6143459C161E5ACEF /* SRProxyConnect.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F77598A23E6FC5C8F7267848FA42DD7 /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0105FEC655FAF723FA2D179AFF610513 /* React-RCTLinking-dummy.m */; }; + 9FDC7DCF86B38C6B6DC5A4653928D9DE /* CString.h in Headers */ = {isa = PBXBuildFile; fileRef = DF05023F7AE354185DE71C9D43F11B9D /* CString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A01DF6EC80AEF728DCC406662A246C8C /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B5B3F15E7911D3E6C9DE70A968B0F80 /* F14Table.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + A0414AFF72685EFA608465FD6F3C0855 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = CC14D6144DA3CBC86D616E08D6D726E8 /* RCTBlobCollector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + A04D9EB219FF8B977B41D229BE877CE8 /* LayoutAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 860A6C48F7BFB2F514BB891173FD0D7E /* LayoutAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0BA02788E52121E2D2839A9778AF779 /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8203B91D615D3D818C75D20CC7EECACE /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0C26C8A77986A3E4CF105BC5A8DB603 /* ThrottledLifoSem.h in Headers */ = {isa = PBXBuildFile; fileRef = 1841AD95444E2505711CA1DEE133B7F8 /* ThrottledLifoSem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0CFCD0F7E1ACC5734A328D7956729AA /* RCTBridgeProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = DAA6445F1F3582CD4A38F23C8E688A65 /* RCTBridgeProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0FE61561DE7D4E63D766ED6280A7766 /* F14Mask.h in Headers */ = {isa = PBXBuildFile; fileRef = 5671AD120864F71635B5C5BD07138E67 /* F14Mask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1394038D409340FD789C018BBC1889B /* Pretty.h in Headers */ = {isa = PBXBuildFile; fileRef = CCCCA85307C7F5CAA6F8F137DC8860BE /* Pretty.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A19075D535E90DCF7736BF70C4512C46 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A24606F72343E19E228B3000540EC8FD /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + A1972E1E435534713DA2AFD946DD0856 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = 7215C1FD70511C10EB945E8681577C16 /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1F8338949D8668927E275528CCCC3B4 /* RCTEventDispatcher.mm in Sources */ = {isa = PBXBuildFile; fileRef = FBC65E4ADA0C93CAF6F0857E1767393E /* RCTEventDispatcher.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + A21AB41F6F340F2D09106811A1702842 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = FDD85087D17F29E409E05B785CAEF845 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2373B0F99A1174A8D32C95900769A04 /* Varint.h in Headers */ = {isa = PBXBuildFile; fileRef = 493BF367283D552EA0719F4472FB1C1E /* Varint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A23B1493A362B7B10AC587B3F3D79B5F /* ConcreteShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = A7C7A0603C70B03A5BAB896F01F15E47 /* ConcreteShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A254132978ABCE50DAD9D233D0F89E0B /* AtomicNotification-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 96489235CABA0BF8A10434FC133718C8 /* AtomicNotification-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A26AD378981A03977F8B5859FC2E3520 /* RCTBaseTextInputView.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB9567C0DEFF8F845D6478F3CFDBD1AF /* RCTBaseTextInputView.mm */; }; + A27584A1C4F237F91F194CC4258F5294 /* SpookyHashV1.h in Headers */ = {isa = PBXBuildFile; fileRef = 182071DF4FF23AD36C90547CC9C960E3 /* SpookyHashV1.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A276C17FE51EEC55219F3A15FC9278A1 /* React-jsinspector-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F2BC9F716D9565E236295A6DE40D75C /* React-jsinspector-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A28FA7E22D3A80A9EA98A5EA1DE6FF7C /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = BFE0C7F1527F398A2A69185EBFCF677F /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + A29A68DEAEAEA7CE6917E095DC77395F /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = B222607BD79B79EA46BBA68F606016E7 /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2D2289CC073BE7056299A54E1245ED8 /* BenchmarkUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 79935ABC77CDB209D63CDB2A5C8B0F40 /* BenchmarkUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2DABF69571289A07D4949D5B6B732B1 /* YGNodeLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5B62D2EDAEE105EA46E50A51A6DCC4FB /* YGNodeLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + A2E1B929FDB6C978EE68D7A8DAE051EC /* React-rendererdebug-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 137A31E381AB4AA534731ED6AF105636 /* React-rendererdebug-dummy.m */; }; + A2E51C7BD2FFC062C48C10167934CCAC /* RCTSettingsPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C8F91F7CAFA9A5744781FD95C2E01DA /* RCTSettingsPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2EFB06C6482D772F8442F4C783752E5 /* react_native_log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BD7AC8D29513BC50E69DFF8F4FD5522 /* react_native_log.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A2F8AC56D5A31FAA851EA309CAB094CF /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE03DA74B3DF71926399B020ADB5C3CC /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A32D15308F27ECE2391DA0E67E184553 /* RCTSettingsPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = E0839F609F20832C1729CED5ADCA18C9 /* RCTSettingsPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + A38A237FA362893EFF6CA7A3CE4E9F4E /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13A1EDC09A69ED3292AAE26A206851F9 /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + A3C138B2295C7FA333A37D6504296970 /* RCTEventAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 404C04FF5A5FFA2678597943F9B2C076 /* RCTEventAnimation.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + A3CD7C4D744038936727F5BBE64375AC /* ModalHostViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = A5FAB647D0F4DBFEAA683CD3AFF2F587 /* ModalHostViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3CE4C1EAD893E3451AB41D1E13069C2 /* RCTCursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 492C01ACF6D4D924E6561FCD33DB914D /* RCTCursor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3EE983F94C4B475C21E8F62825FB9A0 /* BindingsInstaller.h in Headers */ = {isa = PBXBuildFile; fileRef = F310EF16EE5EAA4714DFD2F1713D1B73 /* BindingsInstaller.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A42C6A17F4D0042FBC3D655E31C73C15 /* SRSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38D95650F41F3CE76BC04B5619B09B95 /* SRSecurityPolicy.m */; }; + A45DC96FB186B370BEE808C18E1862F0 /* TextInputShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E5E136EE3CB9AD65C230069245AFE89E /* TextInputShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4A4022B861D7CB000B2E7AD4ADAF9CA /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EEC8AE4B19CE176574DF457505E2B9CF /* FileUtil.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + A4B4874755DEF120B2A86C12140EE4D5 /* ShadowTreeRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43F384C21F24B355DE771A761C765E4B /* ShadowTreeRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + A51151FF17D9D07646B188DFD75A0AE1 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A801C14BFA125ACB2E474AAFB4B2D03 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A526E4E88DA34AF0F88D9F32C1A60C19 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DB28E8C209A78E622C0305EEB0B8A19 /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5376CA99127C041CA004A648022C1C5 /* ReactEventPriority.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F8C4243A150FEDAB173B67E50BC9174 /* ReactEventPriority.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A55A7FDB0ED4E2B992421280DE3DF1D2 /* FarmHash.h in Headers */ = {isa = PBXBuildFile; fileRef = 531B578A8FF205619BD8E526C7C60930 /* FarmHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A55C66E5656D2B2D10BA7A72BF99EC50 /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 865BCA647C0A650C5EADD1CCF31CFA14 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A56D6EAD62CADD0537EB486ADFDCFA82 /* RCTDeprecation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E105C5D9C4A539112084489DC235CAB /* RCTDeprecation.m */; settings = {COMPILER_FLAGS = "-Wnullable-to-nonnull-conversion -Wnullability-completeness -DOS_OBJECT_USE_OBJC=0"; }; }; + A58560BE133410AEDF2DB9DB58DC3CEC /* RCTBundleAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 6968091853F8202BC5D47745810C4DC4 /* RCTBundleAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A59FCD183BF94129D76323D85738AA5F /* RectangleEdges.h in Headers */ = {isa = PBXBuildFile; fileRef = 60DAB499CFAAD9EB49E01C7C8B9A5F15 /* RectangleEdges.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5A30B2AF3B84C88541ABF6329E44CF7 /* PropsMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = AD945009ED5CD2E57F93715472E7BAAC /* PropsMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5E697E3D36B4DEB0134CD065243FDDF /* RCTAnimationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 222FC254D773A0163299A97B210F3B1A /* RCTAnimationPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + A61B1E1D334158CF2ED3116CC21C3F33 /* fi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A71AF6D224DB5B45B4A632DC900459A4 /* fi.lproj */; }; + A62607B1613E845DC2045E01320BCFBE /* BaseViewEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A04DC956EC28B16DDE9F446048074A0D /* BaseViewEventEmitter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + A64C2E2436921D1072D8A53C3DF89C6F /* Invoke.h in Headers */ = {isa = PBXBuildFile; fileRef = 7433BC11862172106E2F5C35B6657339 /* Invoke.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A64F035654CB2B7DCBC8F8724356C82E /* ImageEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 90D9EFC947AA0C68DCA4C6DD6EB901DE /* ImageEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A64FF4152676B429D3E3359E14BFD5B2 /* WMDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = FEBC85A59D1771FEE07769D206EDEC9B /* WMDatabase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A67253AF093EFDC09F0995BC70346F69 /* LayoutConstraints.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 349041093547AE8E438BDD4E8A829CB7 /* LayoutConstraints.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A691FFBD5381A9F24D87CE66F8F5F81A /* Gutter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EAE4B2A9C96F883E85714C869494F81 /* Gutter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6A14B5D2532DF9B9CC2BA83095FC9A9 /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 080F0694AFBEBB45493A735532A9B8F8 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6A384ACF91A0F0532A09484483AE49C /* SanitizeLeak.h in Headers */ = {isa = PBXBuildFile; fileRef = C128E32800DBBBE7BD73B0DB2EA50A53 /* SanitizeLeak.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6B176A4E944BC9B06A1C03CD10681A0 /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D886821B444D6CB88E03807915CB1608 /* glog-dummy.m */; }; + A6F760D3AECEDF09C3CCA0D126B07C7E /* Overload.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F9A7D467E30F1383A11DE8EA731A421 /* Overload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A72514BC4A3B50129690364CE05BB754 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 96C45D3F8919F8B19727DA09E333BFE6 /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A764E2968F6CD32CEE6C509E2845BDC7 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = E253CA8AF57F182CDA110861DF421A77 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A77D12B428F49DBEC035E05EEAF4289C /* ModalHostViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 337FF88F1B3B7E14D22211EF9A8C01DC /* ModalHostViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7C3F262E0817389B32853B800C6AB71 /* React-jsi-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 125AE03965ABF8E4C157E9FE3A55D187 /* React-jsi-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7CD6D2F66EA3F1BF1E4E1A3D82CDA24 /* RCTTiming.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0C8E237AA818FABF9B7C6CDB03FA448A /* RCTTiming.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + A7D30D7B1B80839FB303F4681082D409 /* RCTAppDelegate+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = BDC8FAF53DD63A22F83D735BBEC79C48 /* RCTAppDelegate+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7F1FBD3434006B07373E5777C0EC0EB /* RCTModalHostViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = E08FAB111E604490074792C7CFAC9084 /* RCTModalHostViewComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A82CCE9C3F6E085AF4F6CC7A71DFC0A6 /* RCTModuloAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 375DFEFC5E87FCB287285426D6DAA812 /* RCTModuloAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + A82FB98C2DC7B85649063C88C00725A8 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C37722D87F8B49DE9B83ACFE1C0A286A /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A841E4574588119BFAC4C1ABBE42E3EC /* FMResultSet.m in Sources */ = {isa = PBXBuildFile; fileRef = B17C5DF58EBCAD0079663296EFB0D99F /* FMResultSet.m */; settings = {COMPILER_FLAGS = "-Os"; }; }; + A84C6C6ECCA510D53447DE2A92670783 /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 314C4322103426F9256B2FBA495DB607 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + A867C1C27059E5551EBA984D27CDF4FF /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = DFB701655BF99400D13CDA6EFDCC1AC7 /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + A8B268A6AD50300155466F4EBFE5220B /* SysUio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32AC266D9F2BEB6CAC0650EC2695A1C7 /* SysUio.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + A938E595D257EC2A792136FF03B1B030 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C6D5DD14D9959F1BCDA9EEF40E8671E /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A93939302F504E8A673D78DE89013DAA /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = FADE4C50E4C03A98702AAB8CE87A3D81 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A93FB3B91CE02A0B704D2A989C363E9C /* es-ES.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 95FE5AE8E711BF2C04047FE31AFA930A /* es-ES.lproj */; }; + A95970C4A74B1F4378A0406E2484D32C /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = EFDD8B247497E208D149C9C12E8045C7 /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A95DE42763202885855D7D06BC84D1C7 /* base64.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AB42AC0EB19257BDB4CB23DD77110E6 /* base64.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A987774A31FA59F2A5D311C15EEF222D /* fmt-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 267039C69B6ECCDE54B5EF1AD931D1C0 /* fmt-dummy.m */; }; + A99DAE5BCBF57C5FF1C418A9CE856DAA /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 18DA86D744EE0EE17E265BBB90390A23 /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + A9A0682AC82CE2B25A2E0EEC1330EE68 /* Database.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 79BAE705D4C5DDF1F3222FC86D3DC110 /* Database.cpp */; settings = {COMPILER_FLAGS = "-Os"; }; }; + A9DBFF6662EFD601FDEC3789C5796033 /* ValueFactoryEventPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = F1AB976E1A25C3A525A7919E63A9BA92 /* ValueFactoryEventPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9E1748FA1E9E944CF1BCE7376E7B033 /* UIView+ComponentViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 6368583633FFD741EE844FFC0D7DEA92 /* UIView+ComponentViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA62F32250BD7CC4CEFB9F7804B905E7 /* RCTModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = F969DDD826E4A83C1AAE180C9E9DB314 /* RCTModuleRegistry.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + AA6CA9CE331D388BD5FE8AA5DA240A90 /* EventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 520B63F372380D55B40793B5BB10A39F /* EventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA91C034F80AC8439B59BE80A30E96CB /* RCTGIFImageDecoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 092DBE2F0CE18725FF1B0C8D08B1147C /* RCTGIFImageDecoder.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + AA9C529959EA98EB49C28EE11BD7137B /* RuntimeSchedulerBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 949C0E997EA3B7239902690DA5D564D5 /* RuntimeSchedulerBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB2A762779BA1CEB0922D08C0677AD46 /* RCTDiffClampAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0314883711F418F964E23FC8DC255846 /* RCTDiffClampAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + AB4EFCE36686D94BCDFA88932177E82D /* FileUtilDetail.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD4757A98E1495E6C3DBC232D9872AE2 /* FileUtilDetail.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + AB5EF33E0FF9C59C98CC579067194B5F /* RCTSyncImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 52E49CCBB965394C8B3C6525BA37644D /* RCTSyncImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB68948AE78A34C68EFB0AB1BC2C387B /* AccessibilityProps.h in Headers */ = {isa = PBXBuildFile; fileRef = EC88B7FD82BE95C8547982311739D454 /* AccessibilityProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB87442CD013BE84D9211A77BE390F9D /* RCTSurfaceTouchHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1D68855FFC5514B5F5A3FD7EF50735D4 /* RCTSurfaceTouchHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AB88C2DEBE20FD6CE62478DBA925FE6E /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A7155EA3AC352921BE68F7BD76C6F36 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB95787F449828E3C56FC5A5B502F056 /* UnstableLegacyViewManagerInteropComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3312F4682C3B648C87FBD7755CC0CE73 /* UnstableLegacyViewManagerInteropComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABA6E5E90611005CDA352D8179B5C97F /* RCTBlobCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = FBC79A9C5A60A939EF7BBEFBE8449906 /* RCTBlobCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABBD121FC3379E6C4E0DB69D6C223F28 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 33FBAF4A2C505DEA7624E5FE6146C7CB /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABC708190BDCBD59B0B4A86CE919BA1D /* UnstableLegacyViewManagerAutomaticComponentDescriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C638A35CBFBC692CA7A2C5870600E066 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + ABD6B1BFDA57AF34F462F5D6BFA170C5 /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = B6577792B784C0F015CBBC9C2A12DDEC /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABDAE92094104A99B62D530A783B8446 /* RCTSurfaceProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F1A6297972EED0526BCBF5B221AE18AC /* RCTSurfaceProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC022ED4B280CBF9CC05FD81E941DF74 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CC04D4366699171D90B6E14F8947CBD /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC0456506411E770DAE78BB6A370A69D /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = F488B5803551A7C6E8D0B3F34C4823D0 /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC74571D81AF9246D9A46B8B069B9BB5 /* RCTRuntimeExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8E11E2044A1B7194DE5069CCBE8DD5AF /* RCTRuntimeExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + ACDD1A69BD4842832E7BA0BB94F2DD32 /* InspectorPackagerConnectionImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = B02F47D538066B1D13C474E20A59039A /* InspectorPackagerConnectionImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACE0A69608D1407DA250057C17E7281A /* RCTAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7CB9D39DA448A9F742A4B023B065E17 /* RCTAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + AD0E3792C51B0E55F49C3558785D6863 /* RCTDebuggingOverlayManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FA7D9A20F443352B3F132A2348CEAF5 /* RCTDebuggingOverlayManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + AD4645BBE5F1978FE1062D8DF27003AF /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 415370226876D731C7B97EFB54012940 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD579D452B17FA300A0513A780D080DC /* RawTextComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = C3828F219A5F2BBBA5BAAA63512AB034 /* RawTextComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD7532D08452F1A565E555D61945FB51 /* SRConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B87A884215B67C149F379E4B4E20F8A /* SRConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD7A74E9D7AA2FEB89FCB880F9D08C56 /* SurfaceTelemetry.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C260B39655A7EBBA430142A5FAC7288 /* SurfaceTelemetry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADABCA286A349FD925529339BD32B6D0 /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F40435B6D082BD6480C723A692DFB94D /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADB44688E69516386D389D1DFD996878 /* EventListener.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A4DDB397BCB393ACDDF3EB861945B730 /* EventListener.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + ADFE734C91C7A833AE41533BDB4B479C /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 723CB5670ECFFB16F7B8F339EE9DB637 /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AE0B4659152C1B6CE26DA56940540CCE /* en-GB.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 66808C29ABD639B3D916CDB9C1A33496 /* en-GB.lproj */; }; + AE0DB91FEF11CE1FD97DE6B1A300E697 /* RCTComponentViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DC0B393EEF985A3E4643B20F6754757 /* RCTComponentViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE4FCD234B012BE65C7CA496861FDEAE /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C37722D87F8B49DE9B83ACFE1C0A286A /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE53F4F8AE46955F8D5F913F84AE9ACE /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = E743BFAD7A14315554014A32748265E1 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE5CCCBE05510A4562480531D6A64515 /* ShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE8331A8B19DE05088A3AF1C06D9599D /* ShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AEA87805AEDC2CFC5CA3BC87F67DE795 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EA652E4CB7DDC6698F42743A59CB48F /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEB70F3808CB6E0D00B663DA7FC98512 /* ReactNativeVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DA258A2CCF7FAA7A20EA853EAEA18AE /* ReactNativeVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEC4C05B01303751276918D1FA20961D /* StatePipe.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D889D31C2B9F054FBB9309C335FCD66 /* StatePipe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEE9B28ADA2F2437AA2DF260FEA3B558 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 182B0C702A35C8585E02CD20E58ABF79 /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + AF2E44664A31AFFE67DE6C1AB58A1709 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = CF04A0BE220BED59F7AEB367A64FB457 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF31D319038A2C77960FC990CE634F65 /* CacheLocality.h in Headers */ = {isa = PBXBuildFile; fileRef = B0A1643BF71DE16FFA228713DA55E535 /* CacheLocality.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF3E68485FEF1859CC6B9FF8DA2B65B7 /* SysTime.h in Headers */ = {isa = PBXBuildFile; fileRef = D7F312C3D9605D22499AC7486B1AB866 /* SysTime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF405027DF88096366B45A503349F101 /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = E38561935D0A79B947D909F1708ADA95 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF530C0F30401EA5E02563DB0FD3431B /* States.h in Headers */ = {isa = PBXBuildFile; fileRef = 80C9F8ECC69EABDD6B34127E2C1EBAB4 /* States.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF63E872921CA837B9532CC5211FD6BC /* RCTReactTaggedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 50E197DCEAC19B139D61338F626D0ECE /* RCTReactTaggedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF8A57DD74A29F065EC08C1171432681 /* RCTGenericDelegateSplitter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 48C37A67E9B9AEBECBFDBF2939F0F488 /* RCTGenericDelegateSplitter.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AFA07FBAE0CAEE001E4CD63FE6F716FA /* SysStat.h in Headers */ = {isa = PBXBuildFile; fileRef = 8627871C188DC96A2A53FD17E0445367 /* SysStat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFB5AD9523C803DB448766320C6E2C73 /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BFC3D5FFBC3735586FEBA16EF9D8157 /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B05F1E0A450430FCFB47781C9C7B7E7C /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C5BE15D5F354DA98A5ADA415D1FDB03 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + B08FDA2BE608A087E4B93A5394734E2C /* HermesRuntimeAgentDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B81B76C387972027C9B1637E2E6A612 /* HermesRuntimeAgentDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B09BA4F1254FE042646506FF2C79AE14 /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6D84B0A7F1A70E6E9ABEEEB14CB6C80C /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + B0EB53E50359F579A7E205E8370A5906 /* CancellationToken-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 91B53126F00778E3792F8BDC9EF291DA /* CancellationToken-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B10E4CBE3CC25EEDBB00CDBDA2464C7D /* RCTTextInputNativeCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 71871CA5216D720E9BCA31F7ED7CC373 /* RCTTextInputNativeCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B15D6D1F87DDE02BFCC6766FFCD7218F /* RCTTextLayoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D0FCEB123126F6E7439D8ABC6DB35A1 /* RCTTextLayoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1822AAA5CD811D59978BE7D8B57A8B1 /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = B8426E288C9F4E8EADBFDB047F2B7941 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1B19038EAA3237411A3B68C9A696A59 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 002E6C786A97F7958FC7E860BB5B4D1D /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1E3D66107E149510D1AF628543FED56 /* SurfaceManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D77858FA2EBA20F1263AC750FC03FE38 /* SurfaceManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + B1ED7A7AD7852A7431686CD7CA9D7587 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = D9D0F263D9FACBEBBE1FBF1918CE0445 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1FB31DE01AF8497EA404D2EA2B380EB /* RCTInputAccessoryContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DE9453C0D97B2C7CCEC65A7D9965FF8 /* RCTInputAccessoryContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B20853E1492882F9DFBA5AEE732230CC /* UnstableLegacyViewManagerAutomaticShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B4341AA7547FF0A90E6BC28D6C448F /* UnstableLegacyViewManagerAutomaticShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + B21738D0170767FAB849DD08A62EBA80 /* nb.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 558ED3C1B5F36FE5842EBF04C4FC985C /* nb.lproj */; }; + B244559D2113F144FDF39CD9D1E1A47C /* WeakFamilyRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = BACC1D6F0CF3D0892CC092113C7FD1BA /* WeakFamilyRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B247DC209221D5988107ED3546ED7B5D /* Sockets.h in Headers */ = {isa = PBXBuildFile; fileRef = E96C6053E99BB795AC55280C6C0B918F /* Sockets.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B27A11C4410553392C96AA713C78C35F /* RCTNativeAnimatedTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9652157178DCF97B039AEF273CD86695 /* RCTNativeAnimatedTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + B2912AFCB904C759106782657EFDC5C9 /* LayoutResults.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48B75222BE84998C3999916E6084DAD4 /* LayoutResults.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + B2DC64D7C3CD066F1671B9F4D25DAB6D /* Range.h in Headers */ = {isa = PBXBuildFile; fileRef = 036EB421B5324C4C8F2FEE1BF08B8194 /* Range.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3032B5AE72FAEF31190CBBC5B0CE62D /* ExceptionWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 977FB42CD545522302B7AEA55376D2F7 /* ExceptionWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B329882D9D9CC156F9C8F664B466BA4A /* InspectorData.h in Headers */ = {isa = PBXBuildFile; fileRef = 4167445C410188AABBBB4C4E2721565F /* InspectorData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B32A5364142E8C32D36579A8084F970C /* MountingCoordinator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 308183F96466CA2C23FC665AD164BFD4 /* MountingCoordinator.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + B337848370ED5CE208F7515930D400E1 /* MoveWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = E9C1D370414FE653DCC9FAE636F19160 /* MoveWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B33ADB9AA3945A5FBE3DA6B5CBD94CCF /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF17D14D0B0DF8A55346CEFDBEA3396 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B37C611FC0371BA16C13DF36D8DCB479 /* Unistd.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2546E47F2D90167BFD3A489746A6E9 /* Unistd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B38B9B77CEE53F8B3F021D142B3B4E89 /* ApplyTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = C91E89106F76162BEA0A7DF8511D586A /* ApplyTuple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3A3E3277EB3013588EAD596B1F050CC /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AD0288743440505A088DDFA69CE73173 /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + B3ABAB986361D498B16189ACBD3E9EA5 /* RuntimeScheduler_Modern.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1D12F92E6DE4195516C44922291730FB /* RuntimeScheduler_Modern.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + B3B5414D5E629029A44A3318840D674B /* SparseByteSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 97C17BDCBCF48F7FE1E2CE59E0B17252 /* SparseByteSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3D418B8ABCCAC66082A0DD9C03B9628 /* SRLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EA37501D46115DDABA4571FDD025BD2 /* SRLog.m */; }; + B3D5EF797853D7097172DEF9E94C0146 /* SurfaceRegistryBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E3D2F20B2620B37412790BDD9F15C17 /* SurfaceRegistryBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3D6AA3293A885840D24CA060CC25456 /* RCTConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DF8D4CCED43409861DD2CA66CD7733F /* RCTConstants.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + B40152986DF0C62D2E28E405141D7CBE /* RCTTrackingAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = DE4D8C3CE090B2BA0138B08B60165BFD /* RCTTrackingAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + B42F97FAE85B0CA99A1BB0B32E53A135 /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 16AFB3F99F57DB5AEF193C3CB1BC1A49 /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B440D0AFCA4156431037F2FB84B63972 /* VirtualExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 066367DE103F744E9A009FA7A06E7F87 /* VirtualExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B466FFB8D8540FE239690E867F3DE68A /* SpookyHashV2.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FDD74A51002058B82FB55AE5D657564 /* SpookyHashV2.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B482C575F5108FE43A5093BD905ED34C /* ReactCommon-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7531C53649FE630D622444E87454709 /* ReactCommon-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B484D7DD1C2D947F0F986688389D0E3C /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD6F27078A03BF0ED7DCF3591290691 /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B511DC7B0492C9D9D0A58F080612F4D7 /* CoreFeatures.h in Headers */ = {isa = PBXBuildFile; fileRef = EDB17360845E700286BDE806E67E8AA0 /* CoreFeatures.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B55B0004A9EC9C4A80588C16C8570BE3 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = C4B995B84A38F911427A6A5E55661B60 /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B56044159ED68D13ED80B3251BF4C71D /* Yoga-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EE65A27409B6614EB4E7E08374FDCA8 /* Yoga-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B566B0A2794716116031E71BC440EA2A /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = A7E2525A0E66EF3136FD4342856314BC /* RCTReconnectingWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + B58A2402967EDAD0B86779DF77DEA32F /* BufferedRuntimeExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4FE6AAB9CCD62E8CE2B1E03FA145C8B8 /* BufferedRuntimeExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B594B10156EF39FBB4350BFA868A2CC3 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D51CB71E6C720763C7DFC73A256D9796 /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5B21BBAC4214172C7C33720A5960FCC /* UIManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EA35A760668D0586965F521A3B21B4B /* UIManagerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5F96EFACDBA7885CA0B125F4D0030E5 /* TelemetryController.h in Headers */ = {isa = PBXBuildFile; fileRef = 194D194CCB89C075CEA29192C47A2A33 /* TelemetryController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B62B1C3E71BEAC7656E3F16525E73238 /* ReactNativeFeatureFlagsAccessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39499A61681F432C3F011D0926E7DAA4 /* ReactNativeFeatureFlagsAccessor.cpp */; }; + B648D871BBC7EBA6B48D239A116FF6B6 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 289BDFFAEE5965ED8E6B54755E485A66 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B69C081CE535E0CE9BFBC9566B1259E8 /* Array.h in Headers */ = {isa = PBXBuildFile; fileRef = 792014C5B5CC53C6A4E7C3EAFA69D6ED /* Array.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6A677D259948AA6850E60654D2CA6CB /* UniqueInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = F51332CA416FB0997A5A9763AC54075F /* UniqueInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6ACD468C9A12D4E2D4177AE940172B9 /* TurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D4E8D2C968BF398ABDE0E66D90AA405 /* TurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6DD615DFD63F8AA04F5EA15845F24B5 /* BaseTouch.h in Headers */ = {isa = PBXBuildFile; fileRef = 86DFAB05E161B696DFC1057DB247CBE3 /* BaseTouch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6ED23A64D2504CDB6B64CF944092AED /* Yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 73301DA76E70E83388C9A33BCF56CEE5 /* Yoga-dummy.m */; }; + B6F880D22BC0E73B97487B747513ABEA /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = 94463E432EBBF80182004B420404987D /* Config.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B778958B3420C110829CAB8F36FD7C2C /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = B597F21D264FDF22B451D67257AA9EF7 /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + B792854DB1139F6C4839DDC23FFE87CD /* RCTGenericDelegateSplitter.h in Headers */ = {isa = PBXBuildFile; fileRef = EEB4D9ABDCA5AC8FCD10C726DD32E01C /* RCTGenericDelegateSplitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B79CBEB0DF0D5B2BB1CA370C45ED444B /* BaseTextProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCB964356FC077875C6D5B2218AF31AE /* BaseTextProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + B7A0E11FB2F78019300E8AA5E82299B3 /* PackTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BD6398C6C92DF26317E3DC8E027D927 /* PackTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7B95F233F6AFFC68E4B9CD4F18E0EAF /* RCTAppDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2BC45457F7B7889204A04BE2584DDE /* RCTAppDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7CE41DF964F198D03359FD16C29AD66 /* RuntimeTarget.h in Headers */ = {isa = PBXBuildFile; fileRef = DBD26F4D9278DAF3DEA356BE83D84C2B /* RuntimeTarget.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7D7841ABF9F0411A5E5307D1DA2C3F6 /* ColorComponents.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A48CF42426D1757E19F5E0283D958A0 /* ColorComponents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7D7A68F6F82595F6811546D3F5FBE1F /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 06AB36FC020F2569C74A4684B6B4CD49 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + B7E1E22D704AE6B45D5CE7493F1DD3F6 /* ReactNativeFeatureFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = 75FB185880821A181DA77737EA85AF83 /* ReactNativeFeatureFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B853DD690352D47747E1C0F628B2F965 /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = DD3ED969E30456E3100D106C5E71ED9E /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B85768B4335CC10A4A576DAC90A71D93 /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = 051EC8684B270AADB5DFA351ABA355C2 /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + B87B2669F479637ABFED52ED65EF2313 /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = AA78032AF49201693A01E81C17C66EA3 /* RCTShadowView+Layout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + B88A2040ECB1F70E8F25F03E8F33187E /* Portability.h in Headers */ = {isa = PBXBuildFile; fileRef = DF4F0BE954C36F42882AC304D011030F /* Portability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B88D6486C89EAA9B8FA7B9BBAA935016 /* RCTBaseTextInputShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 857ABB199F3E6193128196415203918E /* RCTBaseTextInputShadowView.mm */; }; + B89B95DC19D784FF1D918EF174F7304C /* Hint.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DBAD76DF0AA6D7A788B0D3674035677 /* Hint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8C3FEE7D7B3755A0BF1C463308725ED /* TelemetryController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5823607D77DE3B854886CBA748F1433 /* TelemetryController.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + B8C5AC5B7DA9B2A06BA64F5A4293A1EE /* SharedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = AC04A5C67B4CC06104E1FAC9CDF58712 /* SharedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8DC5312262AA5FA9C450ABC35A99FC3 /* IPAddressException.h in Headers */ = {isa = PBXBuildFile; fileRef = 789B5746A1B28065E10E29579DC6FE8F /* IPAddressException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8E0926005F78632DECE3D0E7A6B853F /* Database-sqlite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 79E82AE02BC6B9CCABF7C62D230F794F /* Database-sqlite.cpp */; settings = {COMPILER_FLAGS = "-Os"; }; }; + B8E580ED62C6E906A4E12DF1A29A578A /* EventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07C2F40D8790521504B9C05E652B31DE /* EventEmitter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B9059E18CB874DB0187746AD8FC588DD /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = CF40503F32A96F47168359F16F99FC55 /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B93CE3FE617101FFA26C79EF78C145C4 /* UIManagerBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EF7790CCA0F33012360CF9BA24706CF9 /* UIManagerBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + B945ECC66F0C651040D88DB13B191014 /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7706A182348778EF9482CF0A0A02DC41 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + B94D8534EACBCA2D52D42FE0F7EC7B6A /* Fcntl.h in Headers */ = {isa = PBXBuildFile; fileRef = A09332652A2DA7B2F95FDC212274928B /* Fcntl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B950ACC5E104B59E5EED2084C222FE73 /* AssertFatal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EBA55B04BADD1F4ABB709051EF06C89 /* AssertFatal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B95535EB465D0577E50655E252780F7C /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F8E66FF737E243487DFC9781A2605FE /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B95B3FEA85BF956F4A5CA3D0C820BC43 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = DCDAB8C1A8AF49504419868DFB5EE19B /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B965CFA26A338B7BF3BDE4F541A7ADE9 /* DebugStringConvertible.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE0D3D7FDED11B0BBBDD597E67E6E5CD /* DebugStringConvertible.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + B9680AACE3CB0C78BD9987E51E119F54 /* SurfaceHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 92308B330D7A43F94B4AD41D0FEB8214 /* SurfaceHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9CD8F8C81F90DDB41B08F0B005D2FD2 /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = C3701203D3AD5D881037196F72FD8BB7 /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9D6695B46C1A7889F7039E360A604F6 /* Vector.h in Headers */ = {isa = PBXBuildFile; fileRef = CFB81BB75D1D9BE93AA436949526503C /* Vector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9E1C9D4A16FFAF1560A278D0104CB8B /* HermesInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = 019F5B5B17C82713C4D6098E01A6E634 /* HermesInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9FD8BF287FCE73CDD7100E5A2CA7E24 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 824AF1EEC669FDA2DBC78CB48CBC86B4 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA2CD9347081FBACC0B91878B7B5E2B6 /* RCTConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = B5CA3E3C33E4FE87189CA5272539AA13 /* RCTConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + BA3ADF4A8E40C8AB0FBC1B0A393B3891 /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = AF297E87957501039602459E49565C20 /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + BA4ECD7D27EEB764E12B599F80C19150 /* core.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E745C18EFA47BE9828C298066E9F6F5 /* core.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA893830D9B18AEF81EDECAEECF9F495 /* SRMutex.m in Sources */ = {isa = PBXBuildFile; fileRef = BBAA6714B59FDAB63CB3D51FFFAB5E9F /* SRMutex.m */; }; + BACA247E7575A79D1D48E553058B2976 /* FollyMemset.h in Headers */ = {isa = PBXBuildFile; fileRef = 29A9D298DB1C62EA7C25E8F85CFF52F8 /* FollyMemset.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAE41AC37444F16DC1364FC327A7C38B /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B38F5BBD25E489CA1BCFF0B8B34AD39 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB1ED891A520B5065A5DED3E37ACA7F0 /* ar.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 2633DC101FF0E08FE241777B60154AEF /* ar.lproj */; }; + BB290E6063D0D517A3C83B1DDA4BF000 /* RCTBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8CDDE02E3DE33048B69564671CBA6D96 /* RCTBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + BB31575F6CB94C521F193DD6091B43C1 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AB9D50DBC3A7605124A8AC121341CFF /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB4F1FA68DADFBABA5CDF3C1D7045F38 /* Arena-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 466A8EAE41785C3EA08D830470EABB6B /* Arena-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB715F4BA27FE3E850E271F2F75C37A6 /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = BD52A822E13E3FBE427F01FAFF774941 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB7454F5C1251EBA25AB7F058CB59A20 /* EnableSharedFromThis.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A2008DB4CB2932C0392674068ED82A6 /* EnableSharedFromThis.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB894D03D378CDA7DED9870ADC869E5F /* TextLayoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 04308B32F6B6A66B18A8BFB8D050CD14 /* TextLayoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB9B6DC3BA3E623DC5E09A9D554CA3D6 /* FMDatabaseAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F9A9F41C8712A5EA89926F9E34BB317 /* FMDatabaseAdditions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBB7CD52BA8A4BD1CA13E8607E69D734 /* RCTTextInputUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 39F4D12A0547EEA463DA17C682F69B34 /* RCTTextInputUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BBF174BA4A0B11366F598742295D97FC /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1528B7D498ED533635A7109CF11814AC /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC62BEBADDC0DF99B2626677E09F4224 /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 762588AD3F68541107FA36AF37D053F9 /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC6A9D036DE803C84DFC46F74C1B54DC /* RCTLocalizationProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D7883FA7052AFA06DF3F841FBBB33EF /* RCTLocalizationProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC6F9DEE2138A6B67A96F83FBFEFD5A5 /* Size.h in Headers */ = {isa = PBXBuildFile; fileRef = 9130DC48E60A16B3033E4C4648557B52 /* Size.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC6FBBC737C9E7B5B1DFA21DF4EB9A0B /* RootProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD77E6961ACDBD3730EC6702236118AC /* RootProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + BC7F8E1CBD8D713846A0BBFB5CACCFEF /* RCTDeprecation-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1147DF7D7F05EA4A85F3A1FF854A3B85 /* RCTDeprecation-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC8F3B887DB5312669D79FBBED471C90 /* IPAddressV6.h in Headers */ = {isa = PBXBuildFile; fileRef = 662EDB351806ACAF98C186A204C9A85E /* IPAddressV6.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC9D1F143856CC6872D6C3559711EDAF /* Enumerate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9052E26FF92020AFAA064B27532BDD02 /* Enumerate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BCAF65D4FF616E0657166D728E13A11C /* DistributedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C93DB36FA986D128CB97DE275C7A0B4 /* DistributedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BCF538F2334EA778995D5BC9776E8110 /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 39650BDAA0AACD5B404A81046E1DC6C8 /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD01F6099618E01DA2E418D865E8560C /* RCTTurboModuleManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 446FE57F2A972700F005CD2CC41F8710 /* RCTTurboModuleManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BD19A05C58B1EC18B47AAF026E4DC966 /* Hint-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = BF031C91FD312DC63FF16FE7D183B230 /* Hint-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD2AFB55C0FB4463B222D2413DD85C73 /* SysTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B9509822D0A4EC87A2AA3BC68342DF3 /* SysTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD6827747579EA86DBDAAA32D9084BE3 /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = C9E855C72DB65E8045F7D611DB8E0AC7 /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD69072959AE8E10FB9E6B91DE1FE1FB /* RCTImageBlurUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8CFB7A8BE97081BCC80D943BAD260E5A /* RCTImageBlurUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + BD99C2863EFA1867E4CC53CF50951B2F /* NativeComponentRegistryBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = D6270B25D28322D56823F16246CD7C57 /* NativeComponentRegistryBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD9F5BFFA46041D4E554AC866B630F26 /* PixelGrid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0D9123036D19728374029B1BD6567BA8 /* PixelGrid.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + BDA63FE5A587CF5C5ED9DD8BCE0B4244 /* ostream.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D826D3061A245096B1C382B690FA981 /* ostream.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BDB5B6E32C9C64AAC0AF0F3D37F137F9 /* WeakList.h in Headers */ = {isa = PBXBuildFile; fileRef = 963CB6F0F1E28EA98A2EED61461AC386 /* WeakList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BDE6C06ADC0B7FE944334E2321297371 /* Checksum.h in Headers */ = {isa = PBXBuildFile; fileRef = AB1459102548D6C97BDF32F7673BD1DC /* Checksum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BDEFFBF8EF6DDBC1114CD89E77DDD2B4 /* Aligned.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AE62E3EA1E11A2011DFB36206854AB4 /* Aligned.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE32F467ADEA0C6CC8C6AB51E53C8360 /* React-RCTFabric-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 51F1662929364AF9AB1F5EFD515C39CA /* React-RCTFabric-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE3E5B126114B81C72E7C74D3ECFBE63 /* BoundAxis.h in Headers */ = {isa = PBXBuildFile; fileRef = 86C8906A6C460D393729CA02A57186E7 /* BoundAxis.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE55E4FD3612515277281F56F4DCBBE3 /* HostPlatformViewTraitsInitializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A64B900827AD880DCA0F0CDC3BDA727 /* HostPlatformViewTraitsInitializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE72B86093B43341E6E66A17E39FC367 /* Float.h in Headers */ = {isa = PBXBuildFile; fileRef = A67702A5BB9FE81CBF2BBE1340D12764 /* Float.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE78B704D8C638CDE420A05430C23402 /* HeterogeneousAccess-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = B32CE247FEEC1814744A3421CB654796 /* HeterogeneousAccess-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE89C52B16C25B11A806A9C95D163AC9 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 4168B7BDC6AE9FC9B5C87C96C641EA8E /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE9378E4048139E2434CD8416D014949 /* Rect.h in Headers */ = {isa = PBXBuildFile; fileRef = FC391A89C7D8499E264ADBDD9F59F736 /* Rect.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BEB43DD0A82C63C5DA77BDEBF27EAB11 /* RawProps.h in Headers */ = {isa = PBXBuildFile; fileRef = CC381BCFEEAC649BB62889E972FAD4E3 /* RawProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BECF0A8247DDD53567BC16E3F7F7FBA5 /* RCTPullToRefreshViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 51B45045020F47D86FEF4BD034627881 /* RCTPullToRefreshViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BEE20927650F0E34B770955423009032 /* FallbackRuntimeAgentDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9849504D06A58E365E3512F08D8AD6DF /* FallbackRuntimeAgentDelegate.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + BF50613A6236144CFC64B76482D8604A /* RCTUtilsUIOverride.h in Headers */ = {isa = PBXBuildFile; fileRef = F9317E9FDB1763149AA85D21D664A706 /* RCTUtilsUIOverride.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF7F76D1757734E5AA71B29C9225ED2C /* SysMman.h in Headers */ = {isa = PBXBuildFile; fileRef = 506A5EB970B15ADBF0D61002534BC9B1 /* SysMman.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF8E3A91D5B558AB51CEE906B5AD877E /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = 469194BAB9EE78B8BC1A3877E5EB169C /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF95BCE7DEEBE179C23F8F6D13EB1A5C /* react_native_log.h in Headers */ = {isa = PBXBuildFile; fileRef = 944561AB0FA2778925F3B3BD1ACD8B3C /* react_native_log.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF998BBFB68ECD47CD96ED1B92D5A9A4 /* traits.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE3815AC95E2E19EFA825C26B6DD16A /* traits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF99D3180B889F62B09F91350E7C662B /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 70FD25025D88D2C467D14135D309D155 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BFBCF7EE822DE23E5F13DB60A08EE12A /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = AB89B71C07D924F2DA582CF6A4C3CFA4 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BFCA21C2893743BB4DA5287E067E2CE8 /* Sealable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCAC25D53F76C3CA7747058E179BEC03 /* Sealable.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BFCCDE2C5A4302237A973BB40482C84A /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = FF16234911D787047083140DEC397AC5 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BFDD5C42EECE46A1E9056A6A35207FA5 /* ParagraphShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 11F2C5264D76056FDC6FDCEE75FEEE82 /* ParagraphShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + C016F3769390ED58641BA2886319108C /* RCTComponentViewFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = FFA331C6B5744B16007B95A0D3EA96D8 /* RCTComponentViewFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C032E5BB08569C501D19399A5F42C999 /* CPortability.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DC4F893B0788A2E9A80A4BD69265922 /* CPortability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C08677D33FB9E6187D04980860872F5B /* YGNodeStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 91C4877BD9BE873DF4DF6B5DCC0CC740 /* YGNodeStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0897BC0137C74A33DD2883F8E433ECE /* FileUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = FF88C9A8B1E0A79468C40F286C239533 /* FileUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0AA8E5DC19580CD56E6741BA43B2836 /* Database-turboSync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C508463B95043E7E700C0414CB55E23A /* Database-turboSync.cpp */; settings = {COMPILER_FLAGS = "-Os"; }; }; + C0ACAA415557A9541189F735338188F6 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 45C6CA880F0AD8CC31C1BF775228C3EF /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + C0AE938053DA32A5D3A7BBFE90F6B81A /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = BAB8070C18EDCE8B518A4AD6B7ABA7D4 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0C35A59710DB7C0E344E402A71E326A /* Futex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0101C2B932AED7971A900220D55C0B86 /* Futex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C11C62BF75D485758FE41A15F556D6A6 /* ParagraphProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C7A8CC093D61D93FAFE2A423F9CE0B7 /* ParagraphProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C14128969BE1C6AB075A68A94478FEA9 /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F14EDE5F666391049AE8B82BFE391E88 /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + C183B242623BA337D3C0F828AD6BA9AD /* UniqueMonostate.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A474E2B602BF03DC7153DA54029EFCD /* UniqueMonostate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1A8B83142B9F3C7DC02D5E53BA45AF8 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 43EB5BDEB4E6A695F071E994CDEDF34A /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + C1B26D9A55F1A2C8CDE164527BF69595 /* RCTMultilineTextInputViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = D9C558B0DD5120E2A4ED354C91A0A581 /* RCTMultilineTextInputViewManager.mm */; }; + C1EB13FC1F8A6376FE9200436FEF08B6 /* Windows.h in Headers */ = {isa = PBXBuildFile; fileRef = B8EE883969234B8D43CEA19B78B08828 /* Windows.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C20E436D91DA5203A47F3D6F3E562C6D /* RCTActionSheetManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 27D5B6E7F5A0D017C0081BAF95A9E8AF /* RCTActionSheetManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + C214AD1E1FFAAD2EBCA4A756CCA4A07D /* NSURLRequest+SRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = F8AFFDB6E319041377C5799A85CD2848 /* NSURLRequest+SRWebSocket.m */; }; + C2619EDFD44B3B235FB459A25B4A72B7 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B0A8E8F61759E910B9953C7FF640925 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C27DC9FF99360274DA538C421B4F71C1 /* RCTAppSetupUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A0E5972A9C9EBA5B3038586A11E0FCF5 /* RCTAppSetupUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2812E54502D0AE67E89826DF1F68331 /* RCTBundleAssetImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 307CE5CEEA4E06A6A255CA72344E783B /* RCTBundleAssetImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + C28578E54BCAC6BAD431CC47C0D837DB /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CC04D4366699171D90B6E14F8947CBD /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C28EBE70902BCE47AB96EDB66AE8C397 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = EA92D2D183344B3DA53FE9FC7B307DE6 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2AF2A840E1928C9F60C0AA90B705BFA /* F14IntrinsicsAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = 173353D36092C2DD008D22FDEA5C21AC /* F14IntrinsicsAvailability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2DF30B6DE01B7D903B28E6013811564 /* RCTTextAttributes.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8980AF1403E1F2A16DA44CAC4004F1E9 /* RCTTextAttributes.mm */; }; + C324ED09ACD63780DE0215EED2E91E81 /* SimpleSimdStringUtilsImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 696D9C59C6F80DB952F1142DBCBBF620 /* SimpleSimdStringUtilsImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C38870EFB4A053C9D2A3C9C2988AD348 /* SocketAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AAE8CC35982681A17144AA7022C354D /* SocketAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C38C0624ADE70CC7A4721C78981D8051 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C32C30AB7EF3BB474BC4B4DFD2FC61C0 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C39630188B797485BDB7AE5D8FC4B7CC /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 28D7BEABBC1EB38780017A5D14CC2E0F /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3A9C328C82327A71B8E84B9D9953642 /* bindingUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33A82E15C4F5EEC134A1C086B421B62D /* bindingUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + C3FC726B41D7E5C3AE7913D10FCA7710 /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A53C026A38554E36070D5FF7477DE9BD /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C429AED5A28ED5CED26E118A328A138C /* ModalHostViewState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DABCCB9297D8973E3EB46EEFEDDEDCB4 /* ModalHostViewState.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + C4730E88D130D0B7B7B6AD61C046C45D /* PlatformRunLoopObserver.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6075D4D4439E8587250CA17C18029EFE /* PlatformRunLoopObserver.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C518D5794D6157C417922E2E4B2B82A6 /* RCTImageViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 26E19B9D750F023C6ABA23E46C660990 /* RCTImageViewManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + C536D1DF09153CABFB88C9BDA95EAA1E /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E02117FB47D5E097A2FE278E42ED7D2A /* json_pointer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + C53735A70163AB0A8E31BD1F52A5225B /* StyleValueHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = B9F029DADA46B18ADF047508F6813174 /* StyleValueHandle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C53B4E78EE7B685B08EADB598B3D73C0 /* TimerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F8273DFC8BCEB15B1ACE7AA5FB60DFA /* TimerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C54B8565B5FFD71C349912AF08E0CE61 /* ExecutionContext.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FB962222C7D13D456DA7490A882D10 /* ExecutionContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C55E12D16DFC55B05F20AC48CC367A4D /* NativeModulePerfLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BE67D2E5B439024289DCAE23AB7DFE4 /* NativeModulePerfLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5683D8CE70A467CD760436F464EBF07 /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FFD4B861CCFBFBB3B9059A2DCEDE8D24 /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5875E99005BE017DE24E9F217EA362F /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 445199601546E45056A827DFB23F4148 /* RCTHTTPRequestHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + C59BF33E43C2399EA30FEAB9463C27AC /* RCTDevLoadingViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 25984569AD3852F629F09301282C7769 /* RCTDevLoadingViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5C73190B9AE8ECC8D69A6B28FEE407F /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = CF44B022CA9C008F36C080D66685928C /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6747C938C8A8C6E92C0590D74661B76 /* React-featureflags-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E8BF57389A0D82185746D63D05645956 /* React-featureflags-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C684EF50FF0928A3EB0D633FAD9CFF31 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = BDC9CA0EA4B12AEE132FF43037AE8E00 /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6928A6A1531FA166407A1A84E0D76D8 /* ComponentDescriptorProviderRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 081F794580583CC4DFEB6D2CF2DF3D3D /* ComponentDescriptorProviderRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + C6CDF82E4F1DB6694DC892F9E734C059 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D837D755183ED658A920B4FD642A3F16 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6EDCB116DA4E5DF0B2208B9D1F6AEF3 /* Function.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DB326307140B9D4967E5C75EE4D451D /* Function.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C722DB4057046A629115CE023B7A47D6 /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = B862E1391D01BF787FE43136140D8C85 /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C77CB2DD8FD053075C9A2178F2617423 /* RCTEnhancedScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E169D2216CF9E719B147E7377742BBD /* RCTEnhancedScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C786F85A5EF2AC362596E13AA803CEBA /* HardwareConcurrency.h in Headers */ = {isa = PBXBuildFile; fileRef = 8980B7C2D6023D0EC77EF277C17227D1 /* HardwareConcurrency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7871DFEB70AFC8C34E686E281A6A237 /* ParagraphLayoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 92EE42BB2B8D888B92EDD257DA21325E /* ParagraphLayoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C791DDB6F088C6A6850CA660286643E4 /* stubs.h in Headers */ = {isa = PBXBuildFile; fileRef = AEBD60021620778CF66B52B3BB90BDF5 /* stubs.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7C573418A056B8AB963F9493EA16B0E /* React-RuntimeCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E0295F5F6E41D3C5358AC3BC796E1F70 /* React-RuntimeCore-dummy.m */; }; + C8036C771D671E36BEDD71CB224AE037 /* ImageProps.h in Headers */ = {isa = PBXBuildFile; fileRef = C6326DF244B84C66EDAF7AB7E2A7C98C /* ImageProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8116CD6D7885B9BF76539C205568E78 /* AtomicHashUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BBE2B529666092F7DEC3C687F33200F0 /* AtomicHashUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C82241B63061787791128A1EC9E9F5B7 /* TrailingPosition.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FB8DB4CA6FB75873D74FF57CA59968C /* TrailingPosition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C828B700D5250C25780C5E58917B34B4 /* Parsing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE123FC7D80F16C162FBB579CF5DBD81 /* Parsing.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + C838669A2A7E0BED3B5A3636674F8736 /* WMDatabaseBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = FB687C9F11521E5B9F74197C09608F8E /* WMDatabaseBridge.m */; settings = {COMPILER_FLAGS = "-Os"; }; }; + C85AF2DA0E711B6D8061354E44155F49 /* RCTInputAccessoryViewContent.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85234EF8449BC006516D4A6A62B9F438 /* RCTInputAccessoryViewContent.mm */; }; + C85DCBF8B4568557FFDC434149051C1D /* LogLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 795A0388C8652FBA4A957C30BE9222F8 /* LogLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8600F63A7EF1DE7EE7E9303EC941496 /* React-Codegen-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 739F5A9F956FCC84E8E36F6798EA859B /* React-Codegen-dummy.m */; }; + C872CAE403B0D04BB730CC1DE6247C69 /* stop_watch.h in Headers */ = {isa = PBXBuildFile; fileRef = 035C4CAE603317412DE18DE1D8300A94 /* stop_watch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8809AF5166285F86569DF60E9E4588B /* Format-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 48D1454DD898A877C683DE012FCE946E /* Format-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8FA2EB937D2445F1741FAA0ACBA9FD7 /* RawTextProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E66752688584187D6864081ED411C01F /* RawTextProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + C9218E0506DC81BD1B8759BFFC4C0D17 /* NodeType.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C4D1C251906CB5D9F8086B2747C1522 /* NodeType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C92E995FC44274E6EB6B58EB6B6E5A71 /* RCTBackedTextInputDelegateAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = E1530C1A41641E337C100090EDB4CD24 /* RCTBackedTextInputDelegateAdapter.mm */; }; + C93A122778F03045ED2729B67D3D3E9F /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BE42F9FEE2CC91F9B2D0CD06DCFA3B4 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C94ACD989BE1642BD08003091B0B9A6A /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 68F7A0C0E60467EF299D038EF39D12DD /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C95402DE1ECEBACD3DDE1B93F5D50453 /* SRError.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DFF996F36C36E3B8BE3131F1026090F /* SRError.m */; }; + C9673DD1A700BA1297C0EEF20E6F1F51 /* RuntimeScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E78187A78E9550C8C47E82A7E0800C4 /* RuntimeScheduler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C96741C72BE65B64A4AEAB8481F58285 /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A8FBD27727A3838365F69F39FCE1378C /* zh-Hans.lproj */; }; + C96B7502400A4B3C2BF51868F40533CA /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D24D1273C6645B9F73FB2F6C0A44A1D /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9763A53EB913A90DDFD3B05F894F445 /* RCTImageUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51B5078EBA4D2CDB62D5B9977620515C /* RCTImageUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + C9778BE281C609F2FD4ED0209BB020AD /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7333F82E7D58CECA09AB6ABF206727 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9CB9FE580283AD17838DF762300199B /* TransactionTelemetry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6FBDF0EE578C484F397C21E43F49F7E7 /* TransactionTelemetry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + C9D61E8CE5FBF6840501CFF665CEE31A /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0349E57AC52849B1E2956F92F2F74D82 /* RCTInspector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + C9DF4C4D56788006D3E45A2D743D5670 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1371AFE6C3E17A03757544B99B0C563C /* RCTBlobManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + C9F6E53C80C424F26ABFB545F428ADC8 /* SRDelegateController.h in Headers */ = {isa = PBXBuildFile; fileRef = DD1FD8F5FBF34CB4BF85DC2E8496E125 /* SRDelegateController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA684AA0DA0CFE870A28282C20B5585D /* Config.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2433055CA015DE51A8A13B2AAAE5155 /* Config.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + CA842D589D81256002BBC46FAEDD0DC2 /* LayoutableShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C95BE4329B2B85F46818C25087E9147A /* LayoutableShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CA84E75F9218D17F7CDAED715D619E5D /* PageAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = ADF560A03C559A77C9107C87619CB4E7 /* PageAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CAA34B58E886CD7FFEA08D44224E647C /* ReentrantAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 31842C0B4263119B5232CF1827757893 /* ReentrantAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB16BF4D09FCFAD2BA7261CBE4357028 /* RootShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5607E93C1618AA4B1B9A7B366EA9EB0F /* RootShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + CB354C58134A502F6190E3C3C1BE2672 /* Align.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C322EC9FEFA80208EF7FC20F8E76803 /* Align.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB360F4117FB09CBC5BE701D8FC23832 /* BridgelessNativeMethodCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = 77660F5EBDC0FC5CF88F31395F69A2D6 /* BridgelessNativeMethodCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB3C2589382123E2648E2EE15DCD7717 /* UnimplementedViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 22A6AF9D5AAC8F547507F26CAC3BE8EA /* UnimplementedViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CBAE1BAD49EE72A5219F0810B2E2285A /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C090425A0AC38F41F277453CBF5B235 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CBAFAA32CD193D8766E0AA81E5043296 /* MemoryIdler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F8E6E55AFFCF9BD68B2B5B508CCEC75 /* MemoryIdler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC03051DBCACE8B77F865DD060DAFA03 /* RCTCxxInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EEEE05EBCE258D71886371521451AF3 /* RCTCxxInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC0CADD2F0F0E0729FE5F9C9605CBCC1 /* xchar.h in Headers */ = {isa = PBXBuildFile; fileRef = D181C872FF8059D494F78C6BAF4765FA /* xchar.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC1068FC78F21AC9E9DC34700188D70A /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C96A892BD79DFF4E7AD6082E8D7F4F /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC1A997B5C11BC4868D250FBBF8B0C1E /* Unicode.h in Headers */ = {isa = PBXBuildFile; fileRef = 83B1804846FC5FA7ACBFC82E7F5B9746 /* Unicode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC21D14AE3380035230F2E4D94C48724 /* RCTSourceCode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 959BD66DF33D8DD073B3E7135B2954F7 /* RCTSourceCode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + CC4CE15B64E3D6123467FE8E3BB099BF /* RCTBridgeProxy+Cxx.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A1561C46AF8A258D7CDA8942E5C9828 /* RCTBridgeProxy+Cxx.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC5BCB4CA3A1336C2B736EC0C18BDF49 /* React-FabricImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 926F478934D57018C94BFB51AF5970C8 /* React-FabricImage-dummy.m */; }; + CC6A3584C37F8AAF1DB1E24E2879A29F /* RCTVibrationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 0829B215BF56AF5014B3A1F4D600D8D5 /* RCTVibrationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC6E3938A4EF0A6DB2B0D56ED41F4976 /* RCTAnimationUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3FA9E0C5DE547662B3285AAE677F1CBF /* RCTAnimationUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + CC9050FCD05014AE5E216B89B1760808 /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C56554BC73CCF6D61610A28081393A2A /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCA37D065218C0C45FDDF8CC70E835B7 /* WMDatabaseBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B6D34CEC3C6CE2295EEDA15E8B7DD0 /* WMDatabaseBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCD0BF1B78D5A69D873D2841DBA1869C /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9113D58420F951D0F8E7D507C99E9190 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCE0086EBD30F01C080E3B021727B3FA /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = EAF8192C1B7013E06F84C24D2B1110B0 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCE444B1936ACA47326F4959A4A1172B /* ShadowTreeRevision.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D6DBF11CFCFF077F1E73E67C1B435B6 /* ShadowTreeRevision.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + CCE6526143D52DD765D5B173B8EFB74D /* TextInputState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6A3F0A2B90931BC1EC1C3E21381C797 /* TextInputState.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + CCE7ED5BBA97D0A5598471FC277F8AB6 /* RCTVibration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4F21E8185A97B7403E0532DBCEAE20ED /* RCTVibration.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + CD639A6F3B9AC7F773C16CF14E65FFE0 /* Iterators.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CA3417ED0B8CDE1906D3202E80B148D /* Iterators.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDA9AA0D1528A162879E3E394100DE76 /* ConcreteState.h in Headers */ = {isa = PBXBuildFile; fileRef = 46F019BC62AF7DC88D7C7732C66B0216 /* ConcreteState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDB8B07A16C926213D3894D3C27A65E4 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = A4EB08646CC21410C4622CEE62B7DC51 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDE3F42EA3A73ED13A9096434E7A1599 /* SRHTTPConnectMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 90C01A0B4DB17D752D3BDD87C1B4D35E /* SRHTTPConnectMessage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE24A9E32AA34B04A30BB385163BE369 /* FollyMemcpy.h in Headers */ = {isa = PBXBuildFile; fileRef = 7350D90D235F0E829948F766094A036B /* FollyMemcpy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE297BDDD210CFFECB76D3DDE5F79D3F /* F14Map.h in Headers */ = {isa = PBXBuildFile; fileRef = D96F738CE283D062C54E36FE7D38A7AF /* F14Map.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE6B34445994B4A63A62A2E845DC3979 /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D968F1CAEE31B74111F5F45D24E694BA /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEA7FB8A9AF33E5A6299B7AC9F1F3018 /* RCTJSThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 93E43D1F91E0AD0BD2B3B8127C452C9D /* RCTJSThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEA8A8F5218290D21CA3D0F9FBE73D05 /* ContextContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B644FFAD498B469A3633A360744C403 /* ContextContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEBDF609628A96683A1298905EB10E39 /* StateData.h in Headers */ = {isa = PBXBuildFile; fileRef = 96AEA8A2506861840BC63D873CC2961A /* StateData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CED9A3245D7A70EDF4C68CBD7962505D /* SimdCharPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 63B3B00A3AAC44C23D4F7E237FE0D5C5 /* SimdCharPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEECA36CB4ECD4DB8650B1C0AFD35463 /* json_patch.h in Headers */ = {isa = PBXBuildFile; fileRef = 917B25EF0D073A826D0E80F0B81BFB26 /* json_patch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEEF5F179C75EB5D8C84E49E94F90BBF /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = D70B1BA1E566B78E8FFA9FDB20C45D1D /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF09FB6845E2AC4E839B337CAB546E51 /* DynamicConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 582D8ADF4BEE51D724800E05D34ACDCA /* DynamicConverter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF16D91D0F7C3653BAFCDC818A70F695 /* ImageTelemetry.h in Headers */ = {isa = PBXBuildFile; fileRef = C3A0E653F207D8208760F39D89431669 /* ImageTelemetry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF5119F6D4E8A0C521F7D0158B43D1E1 /* LayoutableShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D40F2678A9E0D12E6FEE80ED9004E5BE /* LayoutableShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF64AFCC6883E96BF7808D1467D18514 /* LayoutMetrics.h in Headers */ = {isa = PBXBuildFile; fileRef = A35672FA86AA809C95DB1AD01D1F4E30 /* LayoutMetrics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF679B941190DB17482EAAB2423482B4 /* Access.h in Headers */ = {isa = PBXBuildFile; fileRef = 6629455746E57DAB397BA5E289A81B37 /* Access.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF9190469C904527AF29EE59E32447EC /* RCTSurfacePointerHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 44356704310DCCAB77D9F8693D62FE0B /* RCTSurfacePointerHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CF92DE7237153EF5E90B30A3682BF1C8 /* HostPlatformTouch.h in Headers */ = {isa = PBXBuildFile; fileRef = CB960EC9C47A40C34C5B59FF58A14FCF /* HostPlatformTouch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFCE4649CD6C9EDC4A1E1798B4D609E3 /* Baseline.h in Headers */ = {isa = PBXBuildFile; fileRef = EEAA1C4C0F827F9E5B0E9A8A96B8B9D7 /* Baseline.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFCF9B04CFF0ED4C5A05E5BB8CB7949D /* LegacyViewManagerInteropShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ED447FF7E9E303F98B593502FAA8151 /* LegacyViewManagerInteropShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D003AF5F1E96BB49180B4461CFD27434 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6641C8CC47F08AA0D3136808CBCB811D /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D011BB8962CE2E4274EB53AA1B967D44 /* SanitizeThread.h in Headers */ = {isa = PBXBuildFile; fileRef = CA69419C699C779F51EC2294FE37593C /* SanitizeThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D029A199B240E746CD4A89367F3888FE /* RCTBridgeProxy.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEC06D85B7F38501A5719E0618BBDCB6 /* RCTBridgeProxy.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + D0515E6C90A79FC61FA6AA4547A22242 /* Function.h in Headers */ = {isa = PBXBuildFile; fileRef = 56AAE7ABD3415795FAEEE07A449DD7AE /* Function.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0521A5D06CA09FFB9EB9EDB701566C0 /* el.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 0F403305468DF1F3BDD4EB48076E71DC /* el.lproj */; }; + D06694D3AD50DB51D293984A9018A124 /* CancellationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = FC43226FF6ADEAB1549A1CDD67BEC74A /* CancellationToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D08C6F38B916C0B5EC43E9CFA026685D /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 02AB5D40CC6820F70D656AA73BEA1C64 /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0940A21900A9EE7EAEA223B36E1FB73 /* ThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4478194C75B2D184014614829944D5CC /* ThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D09944151640950A50227FED4D33D066 /* F14Map-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 4873FC718C30FB33CE887064BF8E5DE8 /* F14Map-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0AABA0B25ED1795CF662870AD7F0EC9 /* HermesRuntimeAgentDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C80CD944FB88B23807F5AAAF7CB21069 /* HermesRuntimeAgentDelegate.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D0EFDBC75FA87E68439E6A39448AC532 /* JSRuntimeFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6536CE777152C1FAFBE3DC240DF67324 /* JSRuntimeFactory.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D0F6F87BD68C9516D0D0142646B8C905 /* ParagraphLayoutManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EA19D378721E8E4D853840E6430E2C /* ParagraphLayoutManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + D115801DD61F22629F88BCF5BCBA5E36 /* React-hermes-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1363975620BCD9B8C433172AE2F17F0F /* React-hermes-dummy.m */; }; + D118BCB36B5A104E9E977BADC0B7C9A0 /* CallbackWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = E0C3160ABF695152C97A85E56B140C4B /* CallbackWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D18A57DE0C2C135355388DF5C2EB6C7E /* fromRawValueShared.h in Headers */ = {isa = PBXBuildFile; fileRef = 296F41E25D51A2758C6CBFAB3A8B8FAD /* fromRawValueShared.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D19E93538E81D1EA6110AB9D09F8CBB5 /* HazptrThrLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = C7891A1695A92EF0EE3D79FC7792120E /* HazptrThrLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1BBFFF4257883AE32ED7139FD296BE6 /* ImageResponse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06E34251980A9A80A1D27297F3B60B98 /* ImageResponse.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + D1C4AA3D4A4063C85BF05DF7F95FDAB5 /* RCTUnimplementedNativeComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 431DEF836033B057B6067879CB291040 /* RCTUnimplementedNativeComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D1FA44DE7190AAFE62E2857974D5BE69 /* SafeAreaViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8332BB1363344A31DAAB30F13244873B /* SafeAreaViewShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + D21B7BB8606BF188823CB4024222D8C7 /* he.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 46E1F838DD66034E7F76591680E8F0F6 /* he.lproj */; }; + D21E8439B7C2A9FA86AB82CBAD4FECD9 /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 77A1CFA157156B29C57AF9F7AACA682D /* Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D244559AE36BD566F5DFFDBAFCFFE2BF /* AttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = AE414480637A9BC7CFC2B70C16C12024 /* AttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D277B419655B9919F8FF7DA23CDAA69A /* FBReactNativeSpecJSI.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F8788C15B11DF4D16CE2A85BE243AA0 /* FBReactNativeSpecJSI.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D298D5529CA5B29208077A481AE2BF38 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F46D9F3383D17EBE93722534A1D68D4 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2AA4B00D9EB36E405C793FA585D476A /* ViewPropsInterpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DEAC3AED56C9C3D215091D714CEC25C /* ViewPropsInterpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2D6709D8BE4016F130D13598CECF0D4 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AD43283A6A2C9FC3B3AFE6DCF2E636 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2EED5D51C2C3C5AA6414C428BB9C234 /* ShadowTreeRevision.h in Headers */ = {isa = PBXBuildFile; fileRef = E78F20D79CCC9323B970100544DF75D4 /* ShadowTreeRevision.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D307D309F89DA135DDA8A239255D00ED /* StubView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4BEF5A191F5C9D7D1C8386FB298882BE /* StubView.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + D319199F318F9F518DF028E18D8052F2 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = FDAA60177E608D75C530E2C86C1BD33A /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + D31B9E80DB2BF39407F507F3B5723506 /* RawTextShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5C3154BBEBE29BF292E5169F75CBD889 /* RawTextShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + D384DF0C480D44CCBCA312A430085AE7 /* Props.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C80C73D05140B68E7E4D8EC8138AABF5 /* Props.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + D39ABFBBDFD1585768162153F9F8DA53 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 48B93F350B7CEAA9026208326081EA41 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D39F47151D6CAFF00BA7EA53C31DEFA8 /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E0FE53778FF8DB18F69972C1000366F /* React-jsinspector-dummy.m */; }; + D3A424FD85699ECAA4514C62046BCD9C /* ConnectionDemux.h in Headers */ = {isa = PBXBuildFile; fileRef = 281DE643AC3EC1BC9357383486F2FB11 /* ConnectionDemux.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3EBECC8D67FF3FC5EAA9C674B0E118A /* SimdForEach.h in Headers */ = {isa = PBXBuildFile; fileRef = 12BF91C85904FD8BA917DDBF03ECCC1D /* SimdForEach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D403CB498CF79EC0939F733B153D0057 /* RCTTextView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 394174FFAD60F61AE02F3A5C011D30BC /* RCTTextView.mm */; }; + D4176277B387E1C890B5D11845DEB224 /* SourceLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0834C175FB5FEC893A25F29A77A057B6 /* SourceLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D473DD75F33B177EDD13C68DE02D058B /* id.lproj in Resources */ = {isa = PBXBuildFile; fileRef = DE0FDA05FBBF20ED1DD8039C9EF483D2 /* id.lproj */; }; + D47AF34FA46EDE8475273445306B7937 /* Fingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = 163CDA479246FA5F4CF5C7949B3FC9F7 /* Fingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D48E92175A87C0C0244115F10ACB1E08 /* RCTVirtualTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 447C966873650F5BE0F53C20B5B181AD /* RCTVirtualTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D49827B0FAC4BD22AB3B08E10FC71051 /* FingerprintPolynomial.h in Headers */ = {isa = PBXBuildFile; fileRef = 55BB048CB3ED0500BC5E984EC4283580 /* FingerprintPolynomial.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4A9A5DE800574D5EA3FBAF7A3FCE239 /* PixelGrid.h in Headers */ = {isa = PBXBuildFile; fileRef = EF112ACF0D0F90B1AAF3D112F650FA09 /* PixelGrid.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D59713A7BC16D46A1359CFB93E730D3C /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = ED0D60F3F216448664954D0D5A35FECE /* ja.lproj */; }; + D5A493A2DC6BB01DCF68C20D070211F1 /* HazptrRec.h in Headers */ = {isa = PBXBuildFile; fileRef = 21CDEC81B1AACA4065BD3385AB630454 /* HazptrRec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5CCF9F221CFF9B657B72954E2ECD096 /* AttributedStringBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 2415A1FAF902321B20BE9690DAF25F46 /* AttributedStringBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D612BC5C887E6996DDC550FE55D73EEE /* AsyncTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D024556120FC57697C2ECE69C53D36B /* AsyncTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D62F1180412478ECE031FBB09BB2415F /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = FAF931EFC80EAFDA3EA6E9A6F62665B8 /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + D68E9C9482F92F4500306D7CA38AFE5A /* flags.h in Headers */ = {isa = PBXBuildFile; fileRef = 94ED4B520996293EF041391736BBBA24 /* flags.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D6914F306266D61018820AF2CBABBA72 /* RCTNativeAnimatedModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1455C7DE425F051F50E3E27295C794D /* RCTNativeAnimatedModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + D6F3E2B8FE24B7FB165754CD936DDEC4 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E53A2DCCFA3939F1CADE98C7ADABB2F1 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + D7A16B0C6D721716F7C5A70A6433C529 /* FMResultSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 6189337A90AFF99D9CD0BDCCA472E2B3 /* FMResultSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7A16D49963032254D9E148DAE6AEFC7 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E72FB672688243BE5F6E35ABA1E42F /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7C2C28BD650E3478980431139788E33 /* SRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 00A22970BA931D4D5E31AD98D11E9EAC /* SRWebSocket.m */; }; + D7C36B197E1986F1A8811387DD9A2200 /* RCTUnimplementedViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 509A9FBAE4B5971C315FA3AB4924204D /* RCTUnimplementedViewComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D8447913DFCF5B46D25A9E40632A51A0 /* IOVec.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F85C8CC15CDC85E857260E4CDDF9817 /* IOVec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D851A600C947B91F7DB5B09DD6367D2B /* React-RuntimeApple-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEABC445C02152DF5E8A3B39AF9F9162 /* React-RuntimeApple-dummy.m */; }; + D874563FB7B3E2324F5D62A96A1D66FB /* Lock.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E606A9762AB8D4C06B74BC1924936FF /* Lock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D87EFE084AEE4FEB4474C02F2E3AC1DF /* StubView.h in Headers */ = {isa = PBXBuildFile; fileRef = A341E5DC44E63AA9B8DFF0E0E059A5F4 /* StubView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D8AAC2DE2E3EA0008B8B5555BF2E3524 /* EventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = A7BB8379D1CD88BE60A5A0D33D8572A2 /* EventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D8B93E14456B42603AE3567F8E2A37E0 /* SafeAreaViewState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C25232818C41EA94B5E01D6E8903AC74 /* SafeAreaViewState.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + D8C3D24EF338C7C89FD89FB0366AD660 /* RCTDefaultCxxLogFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CC64A671E937AD1149E00BF8AAC2F08 /* RCTDefaultCxxLogFunction.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D8D7FDEC5BB612E2631EE13379B9CF71 /* RCTDefaultCxxLogFunction.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1D4F51217F7A23436A551FB1BF267D5C /* RCTDefaultCxxLogFunction.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + D9243AC9718468197B02FE4EAA191680 /* TurboModulePerfLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A858627701B92C8E35A54D44F1CDF1B /* TurboModulePerfLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D924621A02EA0FCD7E776A06D2AA64C9 /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B71C59B43EE3845C93BBDBA007C75CA /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + D92EE1301D88213094E73A53FB12CC7A /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = A43C1B14F1018F4B603503BF2E6E2524 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D93DE7406180B3F14BFB6494C9C55978 /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F78A76F0BB8E6B3D92D46FB8C08FF72B /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9C64AA891BD63910BE6D918867618E2 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 9472948FA5D6097F7AAF46BA5247C4C0 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9C6BE55D798E8A52E85D425CD9294FB /* CachedMeasurement.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F08F17DB62670269DC70CC1F4817168 /* CachedMeasurement.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9D6B9A1B8A9324BA41626AE691533BA /* FileUtilDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = FC3E576BEEE24C22BAB754F8BDA7D822 /* FileUtilDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9ED192F400D44DC02D98A20B123F16C /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = CC8769294DD05CF0DEF8259E34DE9AAC /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA23FF23D0B832AD6C6CC5A1C07D5A6A /* String-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 31FAF051F6D95F34219F912CE1C6F2F4 /* String-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA550251907D606E20F2DED4C4EE56AC /* Pods-WatermelonTester-WatermelonTesterTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00F247CF24ECD2EFFF35AC12E91E6FE7 /* Pods-WatermelonTester-WatermelonTesterTests-dummy.m */; }; + DA7BD6553D0FB0F62E5C8DCFF0AACDE2 /* AccessibilityPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 92427655A24DF879C52D7AA18EBFF83E /* AccessibilityPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA7F88713B1145113DA6A418AA6A57B1 /* React-jserrorhandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F3EC6BC861DA61263020A86CB2DDC307 /* React-jserrorhandler-dummy.m */; }; + DA8147A7DA1E5F9AB6671763701F2FEF /* LegacyViewManagerInteropComponentDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = CAAD19E5409FDE0BA4AE1A1A0483BA00 /* LegacyViewManagerInteropComponentDescriptor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + DAA86EAE8591A539EC9709B9AC8E4881 /* RCTMountingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 32A7462E31DA20BFC4BF96677609574A /* RCTMountingManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DAC9300F3F4F2080C390F9E5913E3586 /* SysFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 60B6FDAEA7F1F74C6155EF59EFCCA58E /* SysFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DAEBA537EB67618319D0FC4583FF7A6B /* TurboModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AF9D4809815C39CA6793B26579FDDA54 /* TurboModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DB1C77BB649348CF505F9311A4D9BB98 /* YogaLayoutableShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = DA3B2DE0E7759775141A6DD8F1ACA6DE /* YogaLayoutableShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB330BA756D9108372BB5C51B9BA73D7 /* RCTCustomPullToRefreshViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 5466515A64A57AE3158EEA66741CDABC /* RCTCustomPullToRefreshViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB423C91AD697AC50ED1D8717786DB82 /* MPMCPipelineDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 40B6CCC5214ADD7CDAC59A0304AB0B44 /* MPMCPipelineDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DBAB9A747E25B02895BCC957ADD16902 /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 61074D38D23CB60AF7788D75C0DEFE73 /* fr.lproj */; }; + DBD56004083F156CFDCC1D9EDCB75C1A /* GMock.h in Headers */ = {isa = PBXBuildFile; fileRef = D83B4FAAFD8B9F4100D6F3F2AAF2598F /* GMock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC004696A79087E85BD8B4ACCD0AEBCC /* F14Table.h in Headers */ = {isa = PBXBuildFile; fileRef = 59164B030AA6BE9DC3304EDD7E90FEEE /* F14Table.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC0175AB5F97BE5219331D7156CE1659 /* Poly-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = B6F37D13CE5A1DE0E74413865B70883A /* Poly-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC04153187DA66719B11FFBCED9AEA12 /* Cache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 374717629E05164C820F2052E54AAA91 /* Cache.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + DC28F68C0796FB7F8337CAFA89BA23CF /* React-utils-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AE729B821BDA784B45AFF8A65039D05F /* React-utils-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC5A073E59515BBFB3FBAA977043E3AF /* React-Codegen-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6941C8C17A58C26823E12140D3831D05 /* React-Codegen-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC63013E20DCE2ADE76BE9407831C26C /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D7F16F5E30C11527357DD52C8CB2954 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC6986A6AC95089763A68D148457F484 /* RCTBridgeModuleDecorator.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DEEED6BBD30D6FA84E9F8A0F6D3BFB9 /* RCTBridgeModuleDecorator.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + DC9E608807384B1F9324A5A88FF2AF45 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF757AC8F0183D61E1DA8706776938C /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + DCDB89602CC48D42D8A5F52640A92C54 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ABE2E714C1175CCFDB7C0F72CE4B611 /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + DCFBA2EB42ADCB16CD0529E175BC6AA4 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 52FA0467104A3E0506B07D0F4D83C94A /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD10FCD5C9B98144C6806F70FC9B7C6A /* UIManagerAnimationDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46F5E5B9B1380E064D67E9508C78BACF /* UIManagerAnimationDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD34249033E690DE83215ADFB07FC012 /* Demangle.h in Headers */ = {isa = PBXBuildFile; fileRef = 95F4490C7C830CE7EDFD1E7F79557E18 /* Demangle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD368E98EC732E72C2F1A4E3DAD73864 /* ShadowNodeFamily.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2782757DC9A193842FF73CDFEC4F5F65 /* ShadowNodeFamily.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DDB0B0190141D436ABDA58404D1499A8 /* Try.h in Headers */ = {isa = PBXBuildFile; fileRef = 05CAC01452155CC5956412107FDEDDAD /* Try.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DDB67DC583A9C49F0D3A01592065F391 /* ReactNativeFeatureFlagsProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = E7A75689694710ACECFF3C8C79D55E6D /* ReactNativeFeatureFlagsProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DDEB4462BF2B783F42E8EB99035624D7 /* RCTColorAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 991E213D38BB44AE5C3367DDE4A4D4D8 /* RCTColorAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DDEB7BAACD5EDCC03E4CC411477A9161 /* EventEmitters.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B18233FA84BEC01AFCB96FC16BD3B983 /* EventEmitters.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + DDED52C98E3DB3DE7B916FFA6E38389E /* RCTFabricComponentsPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 05CEFC84AD6E69D2E073A1A739700477 /* RCTFabricComponentsPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE170A39631C63A89F2286B7AFBF7E16 /* RCTDevLoadingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = F277FEF63DB910E42C66936C8592693A /* RCTDevLoadingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + DE170A419A4F9680E64D24A8098D12E8 /* EvictingCacheMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 119AE002F412B1467B684F7738048356 /* EvictingCacheMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE3E9A5EC28083C37C4F79EB720E4C84 /* TimerManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C178BA891B154BE1B7A5B0CF16AFD27D /* TimerManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DE4BD4F32114191405334654FC2E18AF /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B65B6162E9749D1E3F3D1232D886392 /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + DE66748432F9109389013EC8F90A07FE /* ImageRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D006447B5017B8009E226E6E0AACE40 /* ImageRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE6D3EF512445AED97626F2FD2C6E144 /* RCTInteropTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = DBF242B856D15CC59A314DC9A8B2701B /* RCTInteropTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE92F90C06BC1B8BF2FC386891260157 /* Convert.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2EDFEA3A7670F7D6AB0267AFA7E2F1 /* Convert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE955502F25186EF5AD32CC67482739B /* AbsoluteLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BB96EF13B6D928DBB3A8D90C1ADF57D5 /* AbsoluteLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + DECBCF943B2007810250A795467B4DB6 /* FlexLine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D3BD65E387AF4A8FE10216CABF03885 /* FlexLine.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + DEE25205878E37681E37F7C8F3B2929F /* ShadowNodeFragment.h in Headers */ = {isa = PBXBuildFile; fileRef = 1598F75BEAFDD5C3F7AD8DCDD6D5D2C4 /* ShadowNodeFragment.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF036DC6537C4E015C97F52AFCFD32FC /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FB7F5153FEFAD2FCC98DA600D4A18B3 /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF410589C0140F902BB7B8E4C1C38CA0 /* AtomicUnorderedMapUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 13DDAD72F9C7DC4D814F4D340784ECEB /* AtomicUnorderedMapUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF52659D4B342F45BCDFC299BB9F3176 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = EC17C0D5E26D47755381DCEAE6861774 /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + DF58E8CF0A1D74B0B1D6582660B33A6B /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 29B488F05847F4968004034A803BA1EE /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF670DA3ED5334665E6359FE60D70590 /* Merge.h in Headers */ = {isa = PBXBuildFile; fileRef = 3859A11BD5B175A2E7059AE9B7A747F3 /* Merge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF6D6AE3A41D68BBB6934A6215CF0543 /* RCTHermesInstance.mm in Sources */ = {isa = PBXBuildFile; fileRef = 32854BF47BB04F74CF858BD8BDE66C35 /* RCTHermesInstance.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DF91D11B9CE5FCD990B5344711241E38 /* Database-jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C339EF963613DD1C7090A3FB6A1FE530 /* Database-jsi.cpp */; settings = {COMPILER_FLAGS = "-Os"; }; }; + DFE0FDDAB89D558D7E5C4FE84CE8A831 /* RCTFontUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0B38F938F0F9868A60309B113ECB3CAA /* RCTFontUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + DFF18CB9F6E9C5DBC1794BC83CEE2B40 /* LeakChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F6E474235C8459CDC4689EE8FA90735 /* LeakChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E01BFDB73F70CBCB2CFC52444346AF77 /* format-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 808C3DF73EDCFD47A21FDB81992E3ADB /* format-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E03DA0EF491E76A7B522F8AA29B6F505 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE3CC89AB9CCAD959EA3B472BA6F99A /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0616E92063B1D7177AD59E30BF80474 /* RCTAccessibilityManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7DBF3AC428AEC78260C9DC4CA49106 /* RCTAccessibilityManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + E0B886B9E9EDFC2C6DC982BD03453490 /* RCTInputAccessoryViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = BCA23E868E68363495BB8DE9AA165F77 /* RCTInputAccessoryViewManager.mm */; }; + E0E7AA9F8861860CFB84E20C9489E5DB /* simdjson-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2D1B033752AE5FACB195379C2792DA4 /* simdjson-dummy.m */; }; + E10A1CA856FB54018BD7A8F30AE09540 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 11F7F6FA2445CB7E109866B0BE0CC3E6 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E11ADB7262AFE9B01BE2A4D975123EAA /* RelaxedAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6551222A25B1F6FAF1575662C8BDA2AB /* RelaxedAtomic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E1398CF744BD639B09992EA62651FA74 /* PicoSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BBB556BC44275845C988BDF27E10880 /* PicoSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E1549E411581F07CCF13356092963823 /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = 72188071CCFD3B99269572936DAC43DD /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E15E8C2E4FA6E09EBE76FB1CFD27499C /* React-Fabric-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FC0DBFC356D08CBF5C195717E58618A /* React-Fabric-dummy.m */; }; + E187EF2A89D79C4FB2ADBF3CC9206292 /* Executor.h in Headers */ = {isa = PBXBuildFile; fileRef = 5433FC0C0EE55FB7FA9D9BCA99A39650 /* Executor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E18F8DA28CD01BA27291E774755C9EC6 /* Registration.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CA5F6EB56C2B8E096CBC6A7B9532E76 /* Registration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E19474B280DFA77E434C1C2048E81937 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A7C0933E0C4119F5E32E5A260746A2F /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E19D4347CEDC9DE18C2B12A42F2ED1EA /* SafeAreaViewState.h in Headers */ = {isa = PBXBuildFile; fileRef = 6344807426DBEA83083B947671B91C7D /* SafeAreaViewState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E1AD7A00786590B1156FD21A44BB9D94 /* EventEmitters.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DA7D4069EAB7AD175067D9475F75335 /* EventEmitters.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E1B6548D2CF64C426F0BF369865FBD90 /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 203BEC3028800526EBC07D8825427B33 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + E1DB2693E8C7C7187DA8BA2D5C7B2F11 /* ru.lproj in Resources */ = {isa = PBXBuildFile; fileRef = FA397527B29CC2470176B423C005BEE9 /* ru.lproj */; }; + E200A4AE1E40E3119E83786F9B9EE687 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 33623931DB49F9BE0BB2BEAD565E5AC5 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E22FDC89AEB18B28B58FE9516DCDEA07 /* AtFork.h in Headers */ = {isa = PBXBuildFile; fileRef = 84861068E0BD421B437C1FB5C00F434D /* AtFork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E28AB3E3CA812DEDE441BBD946498138 /* FBVector.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D66CDE2F1E5ADE815D245C01F720E05 /* FBVector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E298A4C07A8B16A83998C5FFCCD88905 /* PointerEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4997893AEC6DB585E2DB2AC06E6557FD /* PointerEvent.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + E2B0F3FEA364E0821B7A190C31E16462 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 25A59FDE9D2F710EAEE9BF60F424C713 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2EEB36768E7218D47E9C3CCDC290138 /* json_pointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5435E25ABF1C803D1D8B6ADE22E2664D /* json_pointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E30137F6C7AA4B42A4E8B0069F36DD63 /* RCTReactTaggedView.mm in Sources */ = {isa = PBXBuildFile; fileRef = C1C38809AFDAD38F285E4E8EF2CAC4E6 /* RCTReactTaggedView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E306E120D9274E1261E24B71BDEC3F9D /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 40070AAA8193578B4B19218FCBD1F506 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E31A87C273F43A0F04ED6AE8C2C562ED /* Sqlite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BBC2C48E868D4877BF151ED8DFB3604A /* Sqlite.cpp */; settings = {COMPILER_FLAGS = "-Os"; }; }; + E31E02EC62FF9E9E089267079E217636 /* Latch.h in Headers */ = {isa = PBXBuildFile; fileRef = 256EFD340D35D7E450AACBE294E874A8 /* Latch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E339752BDF80501597F6B9FA4BDF020B /* format.cc in Sources */ = {isa = PBXBuildFile; fileRef = 52FAACC98D9676B0C965D8484DF9C51E /* format.cc */; }; + E344034251B2B0C79981FBE2659E2ADC /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A870B9A0F18A8C3F9075851CE67E22B /* React-RCTVibration-dummy.m */; }; + E36699C263918D6CD3CC8D53D29B1CC0 /* TextInputProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C461F175EB336FD8750A4B7A86919F1 /* TextInputProps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + E38C5A95C3B86DE8DF5D85ECE0855055 /* RCTScheduler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 619ABD655227A08759F91622DF2A1E18 /* RCTScheduler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E3A121600E7E1AF0BAD4F458FB4F3BA8 /* RCTNativeAnimatedTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D4758B7FCDEC2C0806CEE3D106040093 /* RCTNativeAnimatedTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3A1C4B353CA38F45A94333BF57BC185 /* MicroLock.h in Headers */ = {isa = PBXBuildFile; fileRef = B02E6E730A273BCBAAB434BD6D2576E3 /* MicroLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3BF65D170B30D844332C8C4223E8E85 /* InspectorUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 434BDC67E1145AE964DB9AA3C0D4F3AE /* InspectorUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3D5DDDC6A93D60C763C6DADA4FD722B /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4738F10785BD68311DE222F91337CB33 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + E47925115CBFC067E6C815ADAE6A56DB /* RCTBaseTextViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = E13EF6E51F9F10FBD304A4FADDBB25A8 /* RCTBaseTextViewManager.mm */; }; + E4D2C49797D59B2052F4B053076FE96E /* Likely.h in Headers */ = {isa = PBXBuildFile; fileRef = CBED11019ED3BE2CD4C26A2FD21B24C1 /* Likely.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4DBCAA513C14C66C493FA72587F87BC /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AEA1EA0BA3625CC695A4E11E09FA24B /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4DED56A63CBA885B68CE8ACB532234C /* FormatTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 375B4BBE3235F1250E48C6F479A52A01 /* FormatTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5073F2F6330149725DFF68FF2754A20 /* Scheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = BD52E6EAC24FFDEAD05FA9425D5C5A03 /* Scheduler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E51D79B40AF3291F91E6759876CA3EFB /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BD826EA734516D956DB671826DED506 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E54B039781E19ECACF0DD70219DBD68A /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7BCA4D8FBC217D22B4EEB15EB03957 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E59E696DBBF7EBAE641CF83E785ACDA3 /* ImageState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 285EDB99AD277EB30467D34D174D268F /* ImageState.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + E5BA12AB6988A4F766D4BE419C785092 /* PlatformColorParser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0622E264BBCF6697F9CA2A6775362A8F /* PlatformColorParser.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E5CA44114FBA3754AF18B7499FF88E10 /* RCTTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 631FE1EE541BDAE0AFB75102923ACDCC /* RCTTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5E55BF988954948EFE319F6580A5DD2 /* RCTPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = C1A69366D6E38FE28ED9651968AA7CF6 /* RCTPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5E6E25B9472F6F0AF1255623F14E6A3 /* RCTColorAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5825A770C846E9DE0D37D57F8AE02E36 /* RCTColorAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + E6018F88579345128C47ABB20076E368 /* BaseTouch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCA65CA4802405E6B52F20951F6A6E74 /* BaseTouch.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + E60661F419313219CAB90AAA4BC569CF /* Asm.h in Headers */ = {isa = PBXBuildFile; fileRef = C5691B7E1407E2A5D9208B3CCFBC6BDF /* Asm.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E62F21693DF34EBFBE00D49D4DF19B1C /* InputAccessoryComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 12C530B1088E418C923CD9F26CBCAB6F /* InputAccessoryComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E651055717D4190079F013D6D6062009 /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AFDFA1B816E14B8A48D630F83DC6574 /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E66AD268C60422D082BEE54709653AA9 /* json.h in Headers */ = {isa = PBXBuildFile; fileRef = C047105E3027DC4381475187A7547D3D /* json.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E66C0C4875358F85C28B08F431A9A93B /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = EF33D80102A84702AA2E2212D875E506 /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + E6B3C3E594F4BF128654E22C4B19807C /* RCTComponentViewRegistry.mm in Sources */ = {isa = PBXBuildFile; fileRef = 723B1846FB58ABF6C06939E1199945A2 /* RCTComponentViewRegistry.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E6BFEF471AFCFF63E7C2D7BA1F89621E /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = BC3E9A24F4A8A5F217C0B3D7CA9EBAEB /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + E6C45A4D06FD310A02A987816341A5F8 /* chrono.h in Headers */ = {isa = PBXBuildFile; fileRef = C00CAED0C07FE50074D84727D68C0B0A /* chrono.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6EB7B76986AE0D3873CA9441B399E76 /* RCTActivityIndicatorViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7B1A1BCA9AF04E480CF3A0F15DC4277A /* RCTActivityIndicatorViewComponentView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E71D9D6FB89A2C9AE52FE7C5A3C475C5 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E7B7C0191645527408193552D9E40CF /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + E743F863A0F857A5DA6A7F1E5D813BCC /* LegacyUIManagerConstantsProviderBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 906C0BC7CCCBAF7E35B934CFD17FC44F /* LegacyUIManagerConstantsProviderBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E7AB4FF7D66E7FFC299A8E48497DE691 /* SpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 3605A12CF33B3DFBE0B5DD2DE36994C3 /* SpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E80A175FF7F506B78BD9376B8D68EB2F /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EC34A00D8B5E0E79B1DFEF7D2D5651B /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8143FF13D3DFB1BFDFD7F666A80CBBB /* LegacyViewManagerInteropViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = DDEC6CF7899D39C510AF9B96223825C0 /* LegacyViewManagerInteropViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E820B7A84455768483923BE4CB7E895C /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 98C9E5135E046EC50D915DC1941F6D87 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + E8246C3EF8CEB14A7575546B4C5CECD7 /* ParkingLot.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D1AF6F139CF74E2FE8BDA319FFEE74E /* ParkingLot.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E838D80FCB87FDDD82E7D2764D8C2E8A /* RCTInputAccessoryView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1DC27EF5E8E8BA5F9132B0790BA1C022 /* RCTInputAccessoryView.mm */; }; + E895EC817D4A74A7BB7F47CBAEEF4D70 /* RCTLegacyViewManagerInteropCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 32DC15B6A3F5954F7FA2FF42937538A5 /* RCTLegacyViewManagerInteropCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8C5BA1F6806B8ADC9B77E0D87BE6426 /* DiscriminatedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 584180DC3B2C183B2687C5F1857403FF /* DiscriminatedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8F692582B234462685FB7967E14E8F9 /* ConnectionDemux.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A11628FF9D522105C68BD01BB4D05697 /* ConnectionDemux.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E8FD4F2B225C52C7C56487D34692AEB8 /* SessionState.h in Headers */ = {isa = PBXBuildFile; fileRef = F4FDC94B0FAFD47D454687DEABE33319 /* SessionState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E936778E2B61A9184F53E9FC6CF0D106 /* Scheduler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C4F24837075E70019E647A6DFDD4EB4B /* Scheduler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + E94921804AC15DB216F286A5109E560A /* Conv.h in Headers */ = {isa = PBXBuildFile; fileRef = 2837BF8ABDA1EC92282A5DF6381E0A27 /* Conv.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E964DAEBFF053EC3DE9B68C14E78DEA7 /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A294F9716939BAB7421C72EE8DE2D3C2 /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + E99B6103EBDB6840C784DAD2CED495E7 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = B1492BA96B69489FCA50F4BBFD32CDD2 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + E9A31945402EA221C68AC46BD4839F8F /* RCTImageLoaderLoggable.h in Headers */ = {isa = PBXBuildFile; fileRef = 0467EB815B94E64E6883C328F1F0F5BA /* RCTImageLoaderLoggable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9BD0DCBBEC08FEA24C2D8CEBC731832 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B510656AC02DF313FD0F8F0C11489FC /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9BE847CB39266616A343D766185AE45 /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 02E1E7FDCE905C0071E5B85EDEE735B7 /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9D2FF0ECEDFA4C76E42992CE55EAFDF /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 11F7F6FA2445CB7E109866B0BE0CC3E6 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9D7B312A5C84965CD84BD92FB62B13C /* RCTImagePrimitivesConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C0E7A0629DD1A33991E0281C1D7EA6F /* RCTImagePrimitivesConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9E9BC877650CF84F4905AEA78C32B8A /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6316526F1CBE0396E9767EDFD35C9870 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA2E47AC9688F7DBDE75EC611BC68334 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = DC46EBB3ED4F2E3ADA6C2752DF776F59 /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + EA48224CDE82427964F18FAEB2358A26 /* PointerHoverTracker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5A623EC312D3BCD944313E099426740F /* PointerHoverTracker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + EA50617F174E74906FE903B0D0FA3DFD /* RawEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B389CA633B6575A2FA37718B19A4756 /* RawEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA64CBFA402C1BC6683F8FD457F438B4 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = B6501460FCAA027C674AB185B605DE1E /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA929F09DE084CC45B3450DC9D78B195 /* SRHash.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B292553D4F61C21C058393BBC5C292F /* SRHash.m */; }; + EAA499218101102AB5F773BF2B50EF87 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 003FB8B8AF1CBB8E2E7A70E7564183A5 /* React-cxxreact-dummy.m */; }; + EABC36AD3C5E7A062DD1E648173390BD /* RCTMountingTransactionObserving.h in Headers */ = {isa = PBXBuildFile; fileRef = F1FA54C72A9856CD3D0A6B6E24B06E7E /* RCTMountingTransactionObserving.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EACBE1A3AD0FFB544227FAA98CB212AA /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 23DDF8148799041A2BF94450407CEBD2 /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB135E9D630C14745D6176C4C75F6E68 /* LeakChecker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 550DDF0017EBD296665C75C459009C19 /* LeakChecker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + EB3E3453EFB9D515C27B942DBC8CA533 /* RCTScrollViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 671925498D3BA63FE33CF36268979415 /* RCTScrollViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB47B8FFFB73B9925CF7F1B1E30AC084 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = A0E2B3DDC742F701942096E520561398 /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + EB8D31492F4B85D40BA5EA1861C0742B /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41CF2183FB0C77CBF6E075298A85E705 /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + EBA1024BBBA34339B28107E04BE06DDD /* RCTWebSocketModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 78BE41CF03440AB09080B75960AF8455 /* RCTWebSocketModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + EBFA2EC449CC7806AD2DFD54A9840763 /* RootShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 489E69C87D3FBB7418B3000B710B6899 /* RootShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBFBA6DE22BAD2C406C2392366EC51BB /* RCTValueAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62B08039C2AE783CAF032BCB76890355 /* RCTValueAnimatedNode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + EC2759F6A364F02C68F0BD622AFA6DC5 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = D469751A218330A8AA5F4F551ED6F9A5 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC366E71583207A1FF0C46AE4BB7C276 /* MemoryResource.h in Headers */ = {isa = PBXBuildFile; fileRef = F89AC6E92A39CCDDE8DAD6BE98D3C4D1 /* MemoryResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC459A986FF283D828DC0709F40EA216 /* Cast.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DB23B7557FA39253FE65A599E922ED6 /* Cast.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC6ACE9F6F6F8AF98C952D03A7071FAA /* HostPlatformColor.h in Headers */ = {isa = PBXBuildFile; fileRef = A7237AA79C8E933F1CAB9DE0BDD0B0A5 /* HostPlatformColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC8695E06B4FF360C0D7764B5419727F /* RCTPlatformColorUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9C46ED3EA004CAAFEB6FEF89B7AF2F0C /* RCTPlatformColorUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EC92E4BFA408ADBD17CCB1BB91FAD18D /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 416D956A2968ACC6583A761D4976F6FF /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + EC997A618F6AB5D3076F860176E66314 /* Array.h in Headers */ = {isa = PBXBuildFile; fileRef = 774B7D8E1CE74C04CEDEC68A34DAC344 /* Array.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC9F0699E5A4CF55F21FAFE6057B6640 /* Dimension.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F64B0C65747B5007B92D204D69F6EFC /* Dimension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECAEA2A0100A0AE72A3E437FD005881E /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 285863D5864C49AC3FDF1567E1986DDB /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED0D26A030DA133A07D84696D9FD9623 /* RCTSpringAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 513728BBF69F10E478D203C24AE89494 /* RCTSpringAnimation.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + ED0E6B99D524187706AC30E2B53F55D4 /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = E54B7595EDCA1E1302CD4C135A4612AA /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED158AE6B16238DA0174AC1F4CC24510 /* RCTCallableJSModules.m in Sources */ = {isa = PBXBuildFile; fileRef = F275D02F7C84889FF25195DE592C2875 /* RCTCallableJSModules.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + ED1E9F472F169CCBA252A035D6B4AAB5 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 45BE03CDBA0ACF037784CA42392A374F /* RCTProfileTrampoline-i386.S */; }; + ED39B921713470029BD17D4E33380B52 /* Malloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E956492B6B4F762B69C00A6496D5AD0 /* Malloc.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + ED40B12F85AFF22FE31122D1ED1D2FC6 /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A063348780E28C80CDFC691EE7F2C78D /* React-RCTText-dummy.m */; }; + ED92DB0641F90C061852E17704C6A69B /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 169BFFC72EEA61E28D560B57CD831CD0 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED9BAECED6D57D15B8680D8A9F1FC645 /* Differentiator.h in Headers */ = {isa = PBXBuildFile; fileRef = 881BC753A7C248050EC65DCFDF4A1F50 /* Differentiator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EDE01A5FA2DF59BC41E22117D6B82708 /* ShadowView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9BE7B7E0E20673111D75C477804554AF /* ShadowView.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + EDFC9B54A30EA3B68823A2511866FD00 /* RuntimeScheduler_Legacy.h in Headers */ = {isa = PBXBuildFile; fileRef = BF9077AF110CAC64D90AC1EDA3F0B610 /* RuntimeScheduler_Legacy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE0C008A89AB0B833235FE60CBDFD831 /* Transform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D67413975CF3DA436729109845A30A9F /* Transform.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EE442608008693F4732B90E3E929F104 /* RCTImageComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 475E63C49DABE072747B2ACDE9DE0BA5 /* RCTImageComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE5FC9431E2D8B9E8E29AE277727E9FA /* Constexpr.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CAB10F1ADF33F5BF62A774463140259 /* Constexpr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE7A0A4956CB8103954A69F4355C44A9 /* RCTAppearance.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4DA4CDB70B04DEA86A7EA3B9F6B6C060 /* RCTAppearance.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + EE907C353DD8D1953A2994C57CBFE26C /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 070773F376061291576F78B4FAA81792 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE9B9C393116AD263A9A4FAF44923FCC /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 37689F6A0CBD1039206E7D3A8E8E6C68 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + EE9C939880E3A056DAC25A4A496399E4 /* InstanceTarget.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BAC8D0807F88C47E4DFD9F7C7859B82 /* InstanceTarget.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EEC7964460506D85D5B80B2CDEF357FD /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 191255608BFC29BB27805F33B002132B /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EEDE418A860EF1BD9051813C5FAF85F5 /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = BD57ADA2122AD9C7A9EA86F634218B28 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF146B59AE948C6C6364E8EA84B78330 /* Shell.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C54A77AACDC4EFCA476CD638F5287E1 /* Shell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF4DDB2FEB551BD01E6F56CEB268451E /* to_underlying.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A5CA98B839AFCD15AE40CBB92C32436 /* to_underlying.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF4FE23B38609E50DF2186EAA3475E5A /* ScrollViewState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 11B65C1CE4591582924CEE6C134FDC1D /* ScrollViewState.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + EFC8646A57CDAB8216B48B40855D4C6F /* UncaughtExceptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC9D5FE940DF4FC829E173DF00483AB /* UncaughtExceptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFDA386A564A1209D1F07193AE52EE6A /* UnbatchedEventQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A50DCAB2950F79811B921C5568362684 /* UnbatchedEventQueue.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EFF65D240F771DB091184AAF4242F8ED /* RCTAlertController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B0D676D74E69A0350EF5A4FE2794335 /* RCTAlertController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F03496F8445E3AACE9451043A837CADE /* DynamicPropsUtilities.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 44C17CFBA5F0AAEEAA6587B65BBD9539 /* DynamicPropsUtilities.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F0380AC81B8D35CAB3F13DB5217E64AD /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 032ED6B89EEB973216298316E5766563 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + F05DECC41DE2DA7BAE020C3C695C3179 /* RCTSurfacePresenter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 456E948706116C0DD64555FF6BF85B08 /* RCTSurfacePresenter.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F071C60F210B522606D5581D12975A4B /* RCTCxxInspectorPackagerConnectionDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A6D5BA68A42EABFFF8C42BAFF6B32E74 /* RCTCxxInspectorPackagerConnectionDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F08150A3F6B8849BBBF47FFFE171DD70 /* Sse.h in Headers */ = {isa = PBXBuildFile; fileRef = D33BF9E42E6E5CEF3647C99A049FDCA1 /* Sse.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0ADB8F0BFF669D9F7C16579DA584E6E /* TextProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 89D75BA444F9A4BBB02531A804E2707A /* TextProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0BAC6D2EB66EF5AF8CB77C031595704 /* pt-PT.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 65814B713B9CD521A09E7AF980ECF508 /* pt-PT.lproj */; }; + F0D13FA0AEDD0027AD18A56E95626A3A /* RCTFabricModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A2168F62C5C8BB1DEEA7D485022A12 /* RCTFabricModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0D80CAC8195D04EC5ACCB34AFA9E62C /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 07A90696C4EB8690ED661E5470ECC1C5 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0EA77CE762E75EE68A7E59C4BC05275 /* ImageState.h in Headers */ = {isa = PBXBuildFile; fileRef = A602AFB5786A8427B22008771FA2A005 /* ImageState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F102B4B1F081DCBE8CC11C5CCA367B77 /* RCTJSThread.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C4CB2CD0399561C3717DBAB197899E7 /* RCTJSThread.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + F124B4C3977784DC8F6C302D4772EF51 /* TextInputEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = B00F5D1C6554CAE9A8E6D6AE4ECFE335 /* TextInputEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F130698EEF950DE0175BC6B9190FF988 /* CxxTurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 13EBFD759F626BF0B8380604322D2E84 /* CxxTurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F133C4AD67CB54836E98512AEA7655A8 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = DDE9E8B67A4B7CFB8776B906B7C48F53 /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F140F9B4A685AE28A89CA9D9752DA6F4 /* React-runtimescheduler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 90E8031BF4BBAA174907FCBE801328F4 /* React-runtimescheduler-dummy.m */; }; + F1E2974DDB47A364980F1BE4690F2775 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 415370226876D731C7B97EFB54012940 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1F4420804BCE4EC9ECF3A3B61CB6FB4 /* RCTThirdPartyFabricComponentsProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = CEC15E29682C912628AE02FBF18DB8D6 /* RCTThirdPartyFabricComponentsProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F239D21943CA530CFE4BFA2B5453635C /* RCTImageLoaderWithAttributionProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B0F4AFE806278086D88DF7F801882C7B /* RCTImageLoaderWithAttributionProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F242AC86651355EE9C81409CB11CF29E /* SurfaceRegistryBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E71733432C7AC618E5FB1B2C20C71F3 /* SurfaceRegistryBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + F248056FE6F3501E0F531C786FD64037 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 854FD3BEF6FF2E1CB963FD11F173D53D /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F24F01675337F85C3D9AF5949695F0AC /* InstanceHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DD6B4C58B299EAE1A3E500A3EDE0002 /* InstanceHandle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F250802327640CC520B809636DE1F35E /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = 2552D17D22931F4E3F05CF400B52A72D /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F25611B54DD87B0B21C8E273CC2BDA9A /* SRSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F3CE6C5B501D1E1D2852C705DEDDBC7 /* SRSecurityPolicy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F25917F0AB2EE892D61580D25F0F5090 /* EventPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = F5D3D4E731B1EF9C93FC2A49ABDAD388 /* EventPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2708B41187A44B25530C27BCB5DAE44 /* RawPropsKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FA93F3F56F84CCD73CC13AB0A744B8A /* RawPropsKey.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2743CD8B2B3A444BB0D76A7C0FC860C /* propsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 713D582F6B367593E27B9841A06592D1 /* propsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2B68B0957E8649F575BCACD150607B8 /* RCTTextInputUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0838EA9EBC4E14FB79309CD7604BB3EE /* RCTTextInputUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2CF697CCA0405E54F78738FCE93A2F9 /* AsynchronousEventBeat.h in Headers */ = {isa = PBXBuildFile; fileRef = 00C9C239F8FE3A38880888D537B1808F /* AsynchronousEventBeat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3175308C1003660267E09A833D010FB /* TouchEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 98BB183E94BA72BD56983DB14089B952 /* TouchEventEmitter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + F369A2BE769607CE5EBCEEAF694E2DCC /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3E8E0103E022F0A7BE670C99DDEC11FE /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + F39A7B4D3EA94DBC9F0D8A5266ED5CEA /* JsErrorHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7962560BAE3A465763EDEF2274FEB730 /* JsErrorHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F3EE1091BDCEE12DBFD1B540E651C997 /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8817E84E8D2A30EF3D7C5A9EFE82A593 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + F45F8C649B66BE9FEBADCE67FEF12833 /* SysMembarrier.h in Headers */ = {isa = PBXBuildFile; fileRef = DF804855D1456E2DC29B632585EFE659 /* SysMembarrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4CA5518B31E3A44A9E41DC637347B7D /* RootComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 19CE4DC4612BEAACFA7B4D6EA7464CC4 /* RootComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4D5FD12FAB7BDC8710108C11EE0B292 /* BatchedEventQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BBF469B26873251B537670801999C9B /* BatchedEventQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5005D6D96BF20979717A1CF0017BC64 /* ModalHostViewState.h in Headers */ = {isa = PBXBuildFile; fileRef = 26799F85A2F48699DF73E4A5B1EE067A /* ModalHostViewState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F52BD1C855995DB98A32185DB7BE9145 /* ImageResponseObserverCoordinator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4929D6CBAA4CA6E284FE157B1BD57DA0 /* ImageResponseObserverCoordinator.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + F54989E7C3ECBAA533AB0403B431A6DD /* YogaLayoutableShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 652305363535478E0661CB82413687EB /* YogaLayoutableShadowNode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + F54F56CC1E8D4C92243DDFCC50ADF87B /* SplitStringSimd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C106E727DA66F2360E99B166ED1F9FBC /* SplitStringSimd.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + F599678CBCE5FA3A056E96545DB7916D /* rounding.h in Headers */ = {isa = PBXBuildFile; fileRef = 22B331FFC962649EE96FA4C6FF47CC23 /* rounding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F62F7C9B6B3D4C75CA27889AF8F5D099 /* NetworkSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = BE5A44A54B39A676EB8ECEF3D4CF8E3D /* NetworkSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6510C9AC9E136A7463F72A71254AD5E /* UIManagerBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 79BC7FAFCA2807334B0B7E151993C6FC /* UIManagerBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F65B7A2D7B9A82CCB314BB9D9A79B142 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = AAD779B1757E51874AD3E315AE0911BF /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + F674F6349A05690574BC66CFB35B60D6 /* Cache.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FC6C39FE3AE33F288AB26DDA6BD6C4 /* Cache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F689FBD38D86423A5C0CA8860800DB03 /* CacheLocality.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 47ECF5C97B3CE613ADC79EB219369BD2 /* CacheLocality.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + F6A7E8738C0E504937CBF3B8B193D026 /* nl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A3A1C115325E8DCA58106218ADDBA397 /* nl.lproj */; }; + F736A3086A24F89EC27986F4F5DFE62D /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F89962533E4FDDA2F999DA26DF69D135 /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F76E0AB3B56CF65826F916918C8E3B05 /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = BCA4B995FCA633E532EC78345A862CC7 /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + F7C692B78A07D122735D336A834ED83B /* SlowFingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = 985183EC5FB028AC6A6FCC26CC91696A /* SlowFingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7CCD35E242791EAD335DBA830CAF627 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = F6312EB0499C783D68B98C5D0AFAB4A7 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7E4395AE1128CA640E2737A237DA346 /* RCTLegacyViewManagerInteropCoordinatorAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51CBEFF89517A9EE045E0A3F9D3939B5 /* RCTLegacyViewManagerInteropCoordinatorAdapter.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F8097A05D32126DC5E6019E1759235FF /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 65125E07440A02A058E96A2DAE8C8438 /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + F81C865E5B5533C436995EC5E52A4B02 /* HeterogeneousAccess.h in Headers */ = {isa = PBXBuildFile; fileRef = D8C79C91A7FCAF5C973C5E74CCAC73C5 /* HeterogeneousAccess.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F863DC654B26CC6295C8F8D909B5C229 /* RCTInitializing.h in Headers */ = {isa = PBXBuildFile; fileRef = F65EDF84A53562B923789233A6319309 /* RCTInitializing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8C937BE0952BA6404982198BF2D4323 /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C4FC7D25DF3E8899A55391A2FBA5740 /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + F8E1AB2A19BB2FCCD643BFF425B2DA3A /* ExecutionContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8231A4F6131F749AEA92BF670465B6DD /* ExecutionContext.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + F8F6918DEA2269A706DB0786EA73D733 /* Base.h in Headers */ = {isa = PBXBuildFile; fileRef = 3018115A5F8C04479A8AE64B102BE2C5 /* Base.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F901B09A64206BD8481364EF79C7D52B /* RCTAccessibilityElement.h in Headers */ = {isa = PBXBuildFile; fileRef = B0AF45BF7087251B0C904F885ED8178D /* RCTAccessibilityElement.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F92D7374EFCC337E0153EF9BF6E660A5 /* FormatArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F8E380C0D44C30A7EB64835C56687EA /* FormatArg.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F97D444DBAEAF3A5C876EEFA7FBA1A44 /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6BB42C32564D7C067A75160B7457050 /* ScopeGuard.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DFOLLY_HAVE_PTHREAD=1 -Wno-documentation -faligned-new"; }; }; + F9A183D9BEA7E6725F4DD901F0583A00 /* FMDatabasePool.h in Headers */ = {isa = PBXBuildFile; fileRef = FFA2A883F42A90CB3B4B86BA995A7239 /* FMDatabasePool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9E214AD4CE39C95F7CB3A7DF2521A86 /* RCTModulesConformingToProtocolsProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 033B1F5C19B781492F29A47DA4EFD3A4 /* RCTModulesConformingToProtocolsProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9E6052152BB44E91B62957A180638AB /* ko.lproj in Resources */ = {isa = PBXBuildFile; fileRef = AD18C7CE1E7A5577FEB2D0F7000A7E5F /* ko.lproj */; }; + F9E8743FF34708E334614F893FBF83B1 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = AFB08F045558C6DADC89C84CC798C71B /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9FBD5F032C5E741A03EB97EB74867A9 /* RCTSyncImageManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 34310C6EE4D078D016C21151602FCF90 /* RCTSyncImageManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FA31953D65A12B9338B2363FCC9CC4C9 /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 942322E848A28FE125A1C9A84F16D548 /* RCTProfileTrampoline-arm.S */; }; + FA3876E333033226CDF04768A947C7EC /* UIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AF94AB49F3DFCBD87BA7862CC44A3D1D /* UIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA441FA915776C369C08804D23D7DA51 /* Lazy.h in Headers */ = {isa = PBXBuildFile; fileRef = F07A956888DB0839EE8710AF70182297 /* Lazy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA517A5F883F194823AC6289673A6563 /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A7404AB8D8964BFE0531C56682163D1 /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA7F0D692EE1B5D551494F3059D5F30E /* MountingTransaction.h in Headers */ = {isa = PBXBuildFile; fileRef = A23EC0B053A41A76F8AE3B595FF6B87A /* MountingTransaction.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA80E10B2923469227CEB02B29ABD5E1 /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = A5B22DA0749C539DAE387FAB7E1507FC /* UIView+React.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + FA97A04B1279EB33668144798ED22447 /* Ordering.h in Headers */ = {isa = PBXBuildFile; fileRef = C4EC4C02AFACADF949E7010ACACF4B85 /* Ordering.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FAA0D40E6EB5DA76CA69A3F12F7705E2 /* ThreadId.h in Headers */ = {isa = PBXBuildFile; fileRef = F69D2C7C3E6181971A1F8D04108BC7D4 /* ThreadId.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FAB9F94A3091F4A570F19CB366F46516 /* RuntimeSchedulerCallInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AEF49BE28E7D87B31F7411604BFADC49 /* RuntimeSchedulerCallInvoker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + FACA8109B0EC6154E355B2B3F3CE7F17 /* InstanceAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 766F8957B06DFCFCD48D2426262EFF74 /* InstanceAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB26DBB9C1BDDF94A43349306AFBFEC5 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A4D384B56D16CD122C5BFFBD16EFEF46 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB51B40685C9A6010A007BE6CA582655 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D16D5EC0CC9F855658FDAD755B9B8F7 /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB9F5AADA3A6FAA282D800FC90BD863C /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = BD8C1858F1B1566DD6C1B389057F984F /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBAC357014D2034EA5D2C9B1B17E5E32 /* Baton.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F4BF0D6B00930EFF4155DC9B790AFDD /* Baton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBC28207A3782629D8ECB7F7D22E1FA6 /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = CD16933416FD2EC375DDCB34E3995C89 /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBD08445396B14C26414793EBE1D352D /* InstanceTarget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6FD88D73CEF39AD0A723267614B20B6 /* InstanceTarget.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + FBD75089B4755555A82486ACFDC1F103 /* FMDatabaseQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = A45E1BB2ACE5150BEF6C4801CE86896C /* FMDatabaseQueue.m */; settings = {COMPILER_FLAGS = "-Os"; }; }; + FBD79427FC052DF19357B1FE491B6D93 /* Task.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 750B7BB6414518C2A827B8877B15A353 /* Task.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + FBDD186A5D7B5E12FB15B56B23F595A5 /* UnstableLegacyViewManagerAutomaticShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = EDB46ABA9CC235068ECA4A848DB17EE8 /* UnstableLegacyViewManagerAutomaticShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBF16827FFCE880C6C9310D61C773760 /* SimpleSimdStringUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = AB6B32F88010B897C8CBEDA90F51EF81 /* SimpleSimdStringUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC40472096744F71321EB900227DBDCF /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 4489977C9B5B35F7F5A112139189B7E0 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC4BA81798FA9C1FB1C0064280A6D8FA /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 48151421313275AE47A1F36C49F1AC43 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC73229D9DC21849A4BF5E101EF69154 /* RCTDynamicTypeRamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C5791AD6F4A42E6F15A4AE3E13672C9 /* RCTDynamicTypeRamp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC894BAE1C98F8C86943904E2C83A368 /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = A74ED5352ACAC24B76D223C19F8C62F3 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCFBAB68412C83F9EC2FB13D4130D695 /* Object.h in Headers */ = {isa = PBXBuildFile; fileRef = 342244AFF6DAC97CF99A001A770A5E4F /* Object.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD1412F7EA27E8EC3820F7587AE22248 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 07A90696C4EB8690ED661E5470ECC1C5 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD2289F6888F0B2154D3A3018727535B /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 169BFFC72EEA61E28D560B57CD831CD0 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD2E98D9CB060B5341099B9ADB7B098D /* Foreach-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = A6072D5AD4221696B9DE9D90F1EB0439 /* Foreach-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD39522D224A22B7B91E3BFB6D598CB4 /* RuntimeSchedulerClock.h in Headers */ = {isa = PBXBuildFile; fileRef = D7139195D968D34865DEE54652AEED4C /* RuntimeSchedulerClock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD3EB3EB8AB44B1B40F04D32CCAD4388 /* ranges.h in Headers */ = {isa = PBXBuildFile; fileRef = 75A1EC0889B2FF4178C4B15A8C8EAE88 /* ranges.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD6C993EEC7B56C5CD8F3E8DDDE62EA4 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E0B0A85C6C1A686DD387938C318B3E03 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDA9294EC4CF28A1AE0E07DD15E8A938 /* TextInputComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 63CBEBB4485380F9D7F6FBA437DF4E46 /* TextInputComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDACFB7A65FFD5270F807735B27D1DBA /* RCTLocalizedString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4181C0A4A1994121AF233A5C57DEC990 /* RCTLocalizedString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + FDDF426085594202FFB84A5A244FF421 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F5C6F9D16A1A659B8CB769DDEC445DE /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DUSE_HERMES=1"; }; }; + FE12A07411DA6DBDF3D79CB4FB59C8AD /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = E3339D6705C5DCAD1A55DFC2EA80C646 /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE246A8CBD588F3885A9F3746184B7A7 /* debugStringConvertibleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 77F3BA61BC36947AE25324E0B86A12E5 /* debugStringConvertibleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE2957561C5BA3A18683A03C5EDC995C /* Libgen.h in Headers */ = {isa = PBXBuildFile; fileRef = EF23890C4D36D03EA1DD037AFEFF15C6 /* Libgen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE3962EC610FE961F8B6C1D916E9C04A /* SRHash.h in Headers */ = {isa = PBXBuildFile; fileRef = BC384C199B1347B14BCE2CC3091CC47B /* SRHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE80AB3F468FEBAF4F9FD0883C9C3FBA /* TextInputProps.h in Headers */ = {isa = PBXBuildFile; fileRef = A5419C82AB201A4405D35E3F97C867FB /* TextInputProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE877895E55021546425F770C014D9F8 /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 70D50FBA71B5522FC8324C5638AAABC4 /* es.lproj */; }; + FE9A7BCB54E09D6B3715DF452B959454 /* InstanceHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2A29138DBA1381888F4701360BF91338 /* InstanceHandle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FEC88C9D9E42428AEBEA8C790889E70D /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F78A76F0BB8E6B3D92D46FB8C08FF72B /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FECF2B95FB337E11258FC827F97C5516 /* Libunwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C46B7B386338A3CF2226940A341403E /* Libunwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FEEC6DC9DB1C67C87F3FAAA274B199CC /* Baseline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BD47E6AE7775E09A0E4B2548E31BD9A8 /* Baseline.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + FEF9BDB3467FE72D2EE093812C803692 /* LegacyViewManagerInteropViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D7CB8AC94086CDE9ABBF0A55442AE9F /* LegacyViewManagerInteropViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF172C3FABCC4E7394876885F64E36D4 /* RawPropsKeyMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B8BA983DC0304E53A494B8BC8368D3C /* RawPropsKeyMap.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FF2681C5F344F1C15BB22CAB3D37600B /* IntrusiveHeap.h in Headers */ = {isa = PBXBuildFile; fileRef = B9FF361F61B7A378542F02A30393DF63 /* IntrusiveHeap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF3BCD88224B32B38359A33CA2787889 /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1340E22099179F463C3487BAB8420980 /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + FF54B55BA08CEBF4015B4B981EEB17F2 /* LegacyViewManagerInteropViewEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 938D7993FE352F22F90BB01751E733E9 /* LegacyViewManagerInteropViewEventEmitter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + FF76D3A832ADFED4BFA28BED56073394 /* SocketFileDescriptorMap.h in Headers */ = {isa = PBXBuildFile; fileRef = E6362057149C3EE30EE5985649A70E12 /* SocketFileDescriptorMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF9D0574D3726083613F591EB3EB608E /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4242FEAF60FC3ACE3D98A5A77B65D724 /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FFB0AD6EF400000E5DB3695E6D232D13 /* Color.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C66234F6FC8A3E3EADCA342B130FB54 /* Color.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FFED29E1CC4B6F3236B8A5D380AC3447 /* MapUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D6609F1FFDAA711D16BE1CBBFCEF19C /* MapUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FFFD58B8888202E20B594C6DEDBCBA07 /* RCTAnimationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AE808F4B51B3F24D61558A014CF22A5 /* RCTAnimationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0003695D7F9D3476EE0B32B7716EEDFD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - 004576729B689C4B2B6A13663AAC9C35 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - 006F00989A2811A96464E53C1F851A84 /* PBXContainerItemProxy */ = { + 0289B273CF2E170BB6BE507F5FFA82D0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - 018B3BDA44FE5317F2FF9F020D4CC42A /* PBXContainerItemProxy */ = { + 032B7BB6E4D024DB5071E49DEDDDAC9C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; - remoteInfo = "React-logger"; + remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; + remoteInfo = "React-runtimescheduler"; }; - 019B26DBE35EBF8E4444A88E18444B39 /* PBXContainerItemProxy */ = { + 03E24E6D4CF66A0B6865B7EA2B2BCDD4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; - remoteInfo = "React-Fabric"; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; }; - 02BBB13C6C423D8ED9812A80CE8E9443 /* PBXContainerItemProxy */ = { + 04672A342746A9D23A216E3D51356039 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; - remoteInfo = "React-rendererdebug"; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - 032070DBC067B8D3FBD72BF4377DA4C8 /* PBXContainerItemProxy */ = { + 04F2717E51D21D9611B67F123B87B7E7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; }; - 05547C24E58E89917EB2E8DD39FEA199 /* PBXContainerItemProxy */ = { + 0557F03CE366CCC0279E44D78CF0BEF8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; remoteInfo = "React-callinvoker"; }; - 0628798FD487F750C5326BD5916B0E27 /* PBXContainerItemProxy */ = { + 056D3BFB7D1D8A7D376FAFA2B66FB8C8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - 067AC604863AC3458126EDA1C203BA5D /* PBXContainerItemProxy */ = { + 05D52A397C8C50527687630B5436F9CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - 06D3ECCE10AD64563944558207688E0D /* PBXContainerItemProxy */ = { + 0661428190F98F0AEA09E706F72C0E14 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; }; - 06D4171EF432C55DE7C763A5815A237E /* PBXContainerItemProxy */ = { + 06708061FBD54D734CD69C96FF4BC80B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - 07193A34FB5C76B247879AD23BDE5FE8 /* PBXContainerItemProxy */ = { + 072B6EE4F36C319A81BD03E2D2FD3B6C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; }; - 07A5EF67F48EF52C0D35E8BC7BEDB8E5 /* PBXContainerItemProxy */ = { + 0743DC1CCDBCCF6C3ECD3224DB5EF4B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E16E206437995280D349D4B67695C894; - remoteInfo = "React-CoreModules"; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - 0A9BFFFD06747E0DDC9830CECBE959BB /* PBXContainerItemProxy */ = { + 07FEE5CA0F570179CD895CC0EBCEF25A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; - remoteInfo = "React-graphics"; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - 0B0CDE10A65CFA47F325553755824231 /* PBXContainerItemProxy */ = { + 0841A812345E34F753B65CB24CDDECE4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; - remoteInfo = "React-perflogger"; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; - 0BC6BB7BB887E88641D25F19CAB5C8FF /* PBXContainerItemProxy */ = { + 08479658374D8A84889129BFF1758177 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; }; - 0CEF5E42F8BDAD55167ED0366A07DAA6 /* PBXContainerItemProxy */ = { + 08DDB51BD53715626AC1CFA447E04B23 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; }; - 0D138832D10347CE83D717C597C99519 /* PBXContainerItemProxy */ = { + 0934208EB4E70167C10A41B542FE527B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - 0D664FEE91FB68C0A3A39E8CB9D0934E /* PBXContainerItemProxy */ = { + 099FD4302E1571C43E7CC5DABCE768E9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; }; - 0D9D182B676D9B474EC13ED6AFA9BDC5 /* PBXContainerItemProxy */ = { + 09E19762D2B4D46BC3E1439FDA65CFFB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B69D68A280EC3E60655BD2C715ACB004; - remoteInfo = "React-nativeconfig"; + remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; + remoteInfo = "React-runtimeexecutor"; }; - 0EB92C25D552D3E76808867AB1E87992 /* PBXContainerItemProxy */ = { + 0A67297851E496410FDCA56C2F856355 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; }; - 0F9BADF10D274AFF486970E149F121F4 /* PBXContainerItemProxy */ = { + 0B1EB341796A0626399359C3ED0B7588 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; + remoteInfo = "React-perflogger"; }; - 105A23C329ABA0D5CA2B93A732CCF536 /* PBXContainerItemProxy */ = { + 0BBE9531017E2DAF1FE8803E7ECD8206 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; - remoteInfo = "React-runtimescheduler"; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; - 111B44A109D48D4BC48F8E8A15966509 /* PBXContainerItemProxy */ = { + 0BD3FE504C29567775D9641CEBB9B2B5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - 112D952329E3A10CA50D46856529632E /* PBXContainerItemProxy */ = { + 0C03E6CB4D11169816C5B19652383FE6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; remoteInfo = "hermes-engine"; }; - 1209C550DFD0BB62E8C7671416877312 /* PBXContainerItemProxy */ = { + 0C2AF7FB43C100B3E1DB0861160AA83D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = 8DED5282246ABFC24F4460D3066C84A0; + remoteInfo = "React-RCTFabric"; }; - 1331BF7682872D7CD7F0B1288D3A86C4 /* PBXContainerItemProxy */ = { + 0C7EAE61CE963E0C8DB1A375BF29D31F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; }; - 1346E60A6600F94788841D659340C511 /* PBXContainerItemProxy */ = { + 0C825C2B1718A18CE8B22578116AD9D9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; - remoteInfo = "React-rendererdebug"; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - 139F487F7A550EB21DB51C4FE9ADC35A /* PBXContainerItemProxy */ = { + 0D062956D3247F5A6F2348C5E96A2381 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; + remoteGlobalIDString = B69D68A280EC3E60655BD2C715ACB004; + remoteInfo = "React-nativeconfig"; }; - 13A6B7C65701207233536545AE7D573F /* PBXContainerItemProxy */ = { + 0DF13E7D33E4641BF3808510F4CD10FD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; }; - 13A6BD727AFA83D0BAB42E0A77EAC0AA /* PBXContainerItemProxy */ = { + 0DF9EB235A025A0E7225BD3835E9A8CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 45B79B0C60C74716DCD2AD7BE782A719; - remoteInfo = simdjson; + remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; + remoteInfo = "React-runtimescheduler"; }; - 13FC2D252C825EA85D10EEF06B9A059D /* PBXContainerItemProxy */ = { + 0EF26FFCE4BA23EC50BD19A5D1FEBBEA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - 14287AF310CFB1B4FF776B7FB94C569F /* PBXContainerItemProxy */ = { + 0F6F6C6360E16A9A1264290F55453760 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - 145718A2475A4CA72C2A0A94C2DD2487 /* PBXContainerItemProxy */ = { + 0FE34725473963448614574DB7872734 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; + remoteGlobalIDString = 091003D98BDA80B01B9E35CADE3947F0; + remoteInfo = "React-Mapbuffer"; }; - 146EF976DA04FFCC8E2DE7D51C727FA3 /* PBXContainerItemProxy */ = { + 1135D39403406304B5E3DE1CC9D85673 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1948D0B63D2CF6A48E18B0B292BC6091; - remoteInfo = SocketRocket; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - 1471430BF13A3F5C6F258DEE715F0663 /* PBXContainerItemProxy */ = { + 118C58C79101D96E6FC10ED86A908701 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; }; - 14F214FC5A66D5F279F898C0C0768C61 /* PBXContainerItemProxy */ = { + 11F2156C55352C7A4376481AC963683D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - 16B3365DA6D0B0553DFBCC88047C3FCA /* PBXContainerItemProxy */ = { + 1250E130FB93020268E26EB59677362A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; remoteInfo = "RCT-Folly"; }; - 178F0B9E7B8A1DE05E84395B9932F110 /* PBXContainerItemProxy */ = { + 12CBD29BC4AA7FCAC2191790822A8408 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = 091003D98BDA80B01B9E35CADE3947F0; + remoteInfo = "React-Mapbuffer"; }; - 1923D40D1D37B6C3F0E1E76FECD77444 /* PBXContainerItemProxy */ = { + 135C6D27FB0B505651E80CFC705195AB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; }; - 1940E366966B3D023D1E0C78634F8E07 /* PBXContainerItemProxy */ = { + 13788842E11AC14A80C18C631F34DD4B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 20F066A71CEA5EECC7463413442F2B77; + remoteInfo = "React-hermes"; }; - 1A0594FC471ECB7952A3684F7EC5F7FD /* PBXContainerItemProxy */ = { + 139B8D68D2E558E28083C605874A0BD6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - 1B4BEBA20DDF07C9BB7878A09328EA5F /* PBXContainerItemProxy */ = { + 14CA7990CDEB12D4182EC6BF39D5E9D3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = C7F600C052808C7C987C26EC74B3A290; + remoteInfo = "React-RuntimeCore"; }; - 1BDA61F4946C8F3F85F7B7501E73002C /* PBXContainerItemProxy */ = { + 15CBA2BD8EF64756C0767A60F7567316 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - 1CA18AB47DCC46E438DEF0A499A0C6BF /* PBXContainerItemProxy */ = { + 15FC817CF5576B0F64C53F4746531CBE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; }; - 1DEF3F99BA6BDCC78625D0892E8F1B49 /* PBXContainerItemProxy */ = { + 18DAF4BB014890F9475879A59FA277D5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; - remoteInfo = "React-perflogger"; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - 1ED10C3FDD2EB581A5C73BB8406BE3A9 /* PBXContainerItemProxy */ = { + 18FF611EE7F2DCFF095EE41573494D81 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; - remoteInfo = "React-logger"; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; }; - 1EDD6EDAB51814C42F1D7CA67C4792DB /* PBXContainerItemProxy */ = { + 1970E63906E04E6F5CC4059A6A594441 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = B69D68A280EC3E60655BD2C715ACB004; + remoteInfo = "React-nativeconfig"; }; - 1EF500BC770F706C64DAF63DDC8408AF /* PBXContainerItemProxy */ = { + 1A02A3242E08B500151ABD06A45B91A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; - 1F214C5F08BE59DD7E6D281B96E1DD4B /* PBXContainerItemProxy */ = { + 1A311E894E75265D572441282B7479A6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; }; - 2064C5D6DDE5C3E0C54885D2B30A06EF /* PBXContainerItemProxy */ = { + 1A4CA94B561EE5E2CA5F1A7FEA2624BA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; }; - 206B9A50ECF9B96D4E1B19330C04038C /* PBXContainerItemProxy */ = { + 1A500E4E5049684BC5D74DB12E6823B0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - 216E319942F7022A516502E997B782E6 /* PBXContainerItemProxy */ = { + 1AC57A05EB292291B8BBEB18785A89FD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; - remoteInfo = "React-runtimeexecutor"; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; - 2235A2292D5CAFF84F4CCEB8C6B35D4D /* PBXContainerItemProxy */ = { + 1B6912BA8E189A53A0F2DFB318AD1DB8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; }; - 22B56B9922D951D422D23562269008DE /* PBXContainerItemProxy */ = { + 1C26555D9AAE15CA4E6E78862CB2F8D7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B69D68A280EC3E60655BD2C715ACB004; - remoteInfo = "React-nativeconfig"; + remoteGlobalIDString = B5E1D7706FCB7EC5FF39F8CDA49A5653; + remoteInfo = "React-ImageManager"; }; - 22E6EE77A3FD03CD2DB03A8C6537D8C4 /* PBXContainerItemProxy */ = { + 1C2EB609658547D5066D047531E2E9CA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; remoteInfo = "RCT-Folly"; }; - 236519884389AF12D252F642985BF763 /* PBXContainerItemProxy */ = { + 1C9ACB0F83A2D9C2A753C9B8B7CE9AAD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - 248AB018F86018715D12051E419D8BB8 /* PBXContainerItemProxy */ = { + 1E121B19C6FC0D95DB4FD3A9D9DFF81B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; - remoteInfo = "React-runtimescheduler"; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - 25723727C077FA628674F4F87076F8A5 /* PBXContainerItemProxy */ = { + 1E43F670654169F733EBF0224B62C200 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; }; - 258E6DE9E797D5E47FCE452B7B5A6452 /* PBXContainerItemProxy */ = { + 1F19152BF279C2350CFF110149351FCA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - 25A905BAFE3C6A93CA0F949D711A5248 /* PBXContainerItemProxy */ = { + 1F447B67D4490096D87F14FD5876C024 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = 20F066A71CEA5EECC7463413442F2B77; + remoteInfo = "React-hermes"; }; - 262DD8EA74DF618E22F7A2F1D6DEC8DB /* PBXContainerItemProxy */ = { + 1F710C3EC863E54A48B767BB86D76737 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; + remoteGlobalIDString = B41E34C6B259B9994C513BE178912491; + remoteInfo = "React-rncore"; }; - 26A5FEA052F8DA0E89ED87FBE29A5D85 /* PBXContainerItemProxy */ = { + 1FBDF52E2B645612778A2C4BCAF5EEC0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; }; - 26DC0BD692E7A9078D047ADA1C40611A /* PBXContainerItemProxy */ = { + 21E5AFABF1F1B440FA387F63E1ECDAE1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; }; - 27BADB34E83AB2E58EB7A33AA191FD00 /* PBXContainerItemProxy */ = { + 2218ADE51E9ABC2171A5F0151EFD97C5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; }; - 284AE16AC4C5B2585A410E3BA929A4F9 /* PBXContainerItemProxy */ = { + 2289B5373AAC50ECC91CFE1B2F2350BB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; - }; - 285ED323DB36A14F1B8A00B312B61631 /* PBXContainerItemProxy */ = { + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 22A5E21755926CF3126E545874B29A8B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; - remoteInfo = "React-runtimescheduler"; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; }; - 29E0B1D42C133A3D29A4C3E8342C114C /* PBXContainerItemProxy */ = { + 230B69802ADF4E4DE0EC880F086EDF62 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EF554722D0D580AC702A6DAB8FDBB2B5; - remoteInfo = WatermelonDB; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; - 2A2688AC0875EB66450599D454413A4D /* PBXContainerItemProxy */ = { + 235EEBD6BE88E5969BC95CCFAE81FDDD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; }; - 2AE7FBBFDFC0B02DAC8E2418AF6DCE25 /* PBXContainerItemProxy */ = { + 23A81CB39D9D41819B69211A5E314A35 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; }; - 2AFA5D5DB852FD4E5EFADD80BF4CFC80 /* PBXContainerItemProxy */ = { + 24F856B5ACF07FE391D964E89D193522 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 20F066A71CEA5EECC7463413442F2B77; - remoteInfo = "React-hermes"; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; }; - 2B4CE29BF30C94B5DE024E1658A5D402 /* PBXContainerItemProxy */ = { + 25F35441911D6EBBD57C36461F4A2942 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A5E93F38E96B3A37575BEC88AD69AE85; - remoteInfo = "React-FabricImage"; + remoteGlobalIDString = 718331030FAA6D88E74D4B2240BB4AC8; + remoteInfo = "React-jsitracing"; }; - 2DCAF2C0F5141FF63E21770C7244C46B /* PBXContainerItemProxy */ = { + 2602E2C102AE096CF1AB67655B312CC2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; }; - 2DFBED566338DB173C3E3D1213B17976 /* PBXContainerItemProxy */ = { + 264D33E2CA9CA59026ACCC8C30F173A1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = 45B79B0C60C74716DCD2AD7BE782A719; + remoteInfo = simdjson; }; - 2E973B6790AB4C6F70CA28C47A5D7085 /* PBXContainerItemProxy */ = { + 26D71B5A7F452CFB83A0E25D8921B661 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - 2EB513E1677C4D402F6665314F29B0F4 /* PBXContainerItemProxy */ = { + 26E8C064D0C350303EC25814160E5507 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; - remoteInfo = "React-logger"; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - 2F852DAAB660C7F532D7E069092411A4 /* PBXContainerItemProxy */ = { + 27227816A0AC9C79094F475A7E539F7D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - 308C9941F1AF5BC708424E2E2E8476F3 /* PBXContainerItemProxy */ = { + 2787D1BB90BE7254AF9CAA44E76EDF74 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; + remoteInfo = "React-logger"; }; - 3099B1908CDEC0631F811C3D580E82E3 /* PBXContainerItemProxy */ = { + 27BE5FAC5CF6C00EE6638453367C29EA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; }; - 312A61664FAE113C7606C746F6A5D390 /* PBXContainerItemProxy */ = { + 283F65F4310F568BCD5E39DD9008F1A3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - 3149305CA73A4AB2AC70920E9F12CC99 /* PBXContainerItemProxy */ = { + 285E1159FDF1A7A09F6A29288FE2D2C3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; + remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; + remoteInfo = "React-Fabric"; }; - 34EB3557A9372437E58E207DF38D3FD7 /* PBXContainerItemProxy */ = { + 287546B862BA34A1C2963EFC525D4BB6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8DED5282246ABFC24F4460D3066C84A0; - remoteInfo = "React-RCTFabric"; + remoteGlobalIDString = 1948D0B63D2CF6A48E18B0B292BC6091; + remoteInfo = SocketRocket; }; - 37112646A964080FA8BE4C6FB24ED9F9 /* PBXContainerItemProxy */ = { + 28996E64427C63ECE41813C12F1D9F45 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 0EF07AE1AD53436E8D2B9B0086EA0163; + remoteInfo = "React-RuntimeHermes"; }; - 372B415467B815A5EF0941AF0131C2C4 /* PBXContainerItemProxy */ = { + 28B7BD8A9C0D88C589EF663047A7D58E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; - remoteInfo = "React-runtimescheduler"; + remoteGlobalIDString = 5211B5AB7B81060AA8E78614DD75D3AB; + remoteInfo = RCTDeprecation; }; - 3731006A99B77AE9D228E67D7DB0EFDF /* PBXContainerItemProxy */ = { + 29D99B6382EC442BC3E615262B0BCBED /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; }; - 3733A74192E94E0E166A1150C324E2ED /* PBXContainerItemProxy */ = { + 2A2CA8F5135943250F0EF215F952D316 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; }; - 37BFE7C4CC6545E6A68E5D3A664F1E43 /* PBXContainerItemProxy */ = { + 2B40EAAE1015F3040D2BFC3B84B8C0A2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; - 37DF5C5CCCE4918BEF5C303AF0BA46FB /* PBXContainerItemProxy */ = { + 2C70C777E30B0F495E6558B96A5DEC57 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 2C77EA8CB35EF7DA9E933C9A98AC198E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; }; - 380C555A1C7EB9F27A8A861C245CE4EB /* PBXContainerItemProxy */ = { + 2CABC33625B79BE358899318EC118B55 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; remoteInfo = fmt; }; - 3842A67AA5C91B821BD899D35F1C7B45 /* PBXContainerItemProxy */ = { + 2D200046FECD427C246D4E124454B60A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - 385A6F51AB5F8A8E6DC706D824C567BB /* PBXContainerItemProxy */ = { + 2D8279F103F61BD0E0316515B2A4FE66 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 091003D98BDA80B01B9E35CADE3947F0; - remoteInfo = "React-Mapbuffer"; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - 392F22935006820CB63FBAB4DF678649 /* PBXContainerItemProxy */ = { + 2DD25C6A74A6A39833B87AE38122594D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; }; - 3939AA4B97E30249FE75D5F2EF3A7795 /* PBXContainerItemProxy */ = { + 2F14569C24AAF9E98FAFC248465DC9E5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; - remoteInfo = "React-rendererdebug"; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; }; - 39BD1F5EC48BC69FE52D10E6B275CCC9 /* PBXContainerItemProxy */ = { + 2F88905B01E2F8DF3A2DA844E7BC7E4E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - 3A07105C333E963D5038C2C7911817B1 /* PBXContainerItemProxy */ = { + 2FEFCC000DB45DE8C15B1E1827963871 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; - 3C9668917734CBAB43F9E0246D27A330 /* PBXContainerItemProxy */ = { + 30052770A781E8047C3AB8E1C984E45A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; - remoteInfo = "React-runtimeexecutor"; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; }; - 3DD041EC7DF6E01BE46E2F99FD505B64 /* PBXContainerItemProxy */ = { + 3096A1AE919BEDEEAA93EBC59209A823 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - 3DF7A25D63353E6594CFB3E73BBA21BD /* PBXContainerItemProxy */ = { + 3121C4A5AF5E102C5C18BC41E9B82EF6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; }; - 3F070A3D8C9C4DC98193B69BCABF310D /* PBXContainerItemProxy */ = { + 31F652266E48E74C758B9C69EF3CD90F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - 3F144BB9E3F2DC320D76C623FAB855F7 /* PBXContainerItemProxy */ = { + 3249A44E515B7313CDC9965DDD33667F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; - remoteInfo = "React-perflogger"; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - 4013FD59019CA40B5626EB88AF80D90D /* PBXContainerItemProxy */ = { + 336517C4087738649F1E1F4AB8F8519E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; + remoteInfo = "React-Fabric"; }; - 40B2AB1969C954960FD1E73662831BA3 /* PBXContainerItemProxy */ = { + 338D244FA8653B3233AA255D4D1925CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - 40C20EC304B3ABD1296AFF0656AF6E6C /* PBXContainerItemProxy */ = { + 33DBC0FBD8A36E91BF0D798BC0FD460F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; - remoteInfo = "React-runtimeexecutor"; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; }; - 419041324901F8AADBAD4FD37CFAECC1 /* PBXContainerItemProxy */ = { + 34B293D00EA654992B64C623FB73669A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; }; - 434F41FA97BA95B84CDFCB092463A8D3 /* PBXContainerItemProxy */ = { + 34CA178C3014A040FF0B0E0EC2D01AC5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 04A30E186743192DFB26B0FD7DB8F250; - remoteInfo = libevent; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - 4352B95E4A19C5578A749868964C9C46 /* PBXContainerItemProxy */ = { + 3550D2C7B73010DD94B2507B76857F52 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; + remoteGlobalIDString = B69D68A280EC3E60655BD2C715ACB004; + remoteInfo = "React-nativeconfig"; }; - 4434ED9E695A26248DDE95DE8C6C3513 /* PBXContainerItemProxy */ = { + 35C37DC0ECDD2A729AC821C38BB059FB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - 463600E5E03395945ADAE17858572FF7 /* PBXContainerItemProxy */ = { + 364D2CA644CE7284EB0D9AA88411CBF4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1948D0B63D2CF6A48E18B0B292BC6091; - remoteInfo = SocketRocket; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; }; - 46479DFC269E6A6EE0A564648640DB33 /* PBXContainerItemProxy */ = { + 36D6711AE32882ED3092979037CC3405 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; + remoteGlobalIDString = C7F600C052808C7C987C26EC74B3A290; + remoteInfo = "React-RuntimeCore"; }; - 46BD4F3955FADB43873D63A1992F1F98 /* PBXContainerItemProxy */ = { + 37BFECCBE92D5B1175C2BF3EEA9DB4A8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; - 46D2411DFEE38F0726ED90F6B225AB23 /* PBXContainerItemProxy */ = { + 3890C233A2B634142790E17AFC8D817D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = EFEA55B1B776B6EB4B16F363BFE64D1A; + remoteInfo = boost; }; - 474CF3D945114EBB80DFF58683183404 /* PBXContainerItemProxy */ = { + 392CD5DB7A14441675CAE5C1C2F2476E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; }; - 4762451CABCB1194987D2B2912EB7683 /* PBXContainerItemProxy */ = { + 39783E66536947564F9D020A74569042 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - 47AA3615D09EBE591F91540433D10B9F /* PBXContainerItemProxy */ = { + 3A88FFAE788BA5C7005A06203E2D5B09 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - 47F239F88AD5356A1915E7F21487B9B9 /* PBXContainerItemProxy */ = { + 3AB1A2D14D238F5E0D710BD34D8999D2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; + remoteGlobalIDString = 1948D0B63D2CF6A48E18B0B292BC6091; + remoteInfo = SocketRocket; }; - 48B4A846FD205E587EDDE6F00398583D /* PBXContainerItemProxy */ = { + 3B60C2EC4FC7EADBFC082C9611FE195C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - 48DCD1139DFA3D200860BC86378BF4CA /* PBXContainerItemProxy */ = { + 3B755BC14CE1029B5A4285D2C338D848 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - 491027522018D409C66E128DC54CDC43 /* PBXContainerItemProxy */ = { + 3B8A3FBDB20D3A657E89E7BDB7525ED8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; }; - 4A4CAE6B4BFAF9C55E3D1AF38045A370 /* PBXContainerItemProxy */ = { + 3BDB96421767BAAB9AE9DC3CE9603198 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 27F648AD269E94404D6A7547C4F9C683; - remoteInfo = "React-jserrorhandler"; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; }; - 4A93C6C9EDD6708A4CF119F3A2962FA9 /* PBXContainerItemProxy */ = { + 3D499367E58E5470425EDA61A0B51FBE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; }; - 4AF12007854A4883E0FD8547FC56E823 /* PBXContainerItemProxy */ = { + 3D8C75E02193D4335F7C8480891CA121 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; }; - 4C0C793F99CC58AD5623D3F833E5B6AF /* PBXContainerItemProxy */ = { + 3F15F1D48A07466A9F8B095CCA36826C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = B41E34C6B259B9994C513BE178912491; + remoteInfo = "React-rncore"; }; - 4ED12996EDDEFB6E9D777EA6D173DFCD /* PBXContainerItemProxy */ = { + 3F8E945B2CF235F1E5DF37577F4BD617 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 20F066A71CEA5EECC7463413442F2B77; - remoteInfo = "React-hermes"; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; }; - 505E45675191BA3068993C81B7CF38D9 /* PBXContainerItemProxy */ = { + 3FA3F4824D892562720F7C1FE88A3FA3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; - 50E18CD6264A6B578A1F9DFD1F7F9DDE /* PBXContainerItemProxy */ = { + 402D782A605F7C3F6A1DF1E51ADD1ACB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; - remoteInfo = "React-perflogger"; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - 51AFBB3A538DB85F02399D167AB1911E /* PBXContainerItemProxy */ = { + 413B66FC8CA959FDE6EE3BD8E75010EF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; }; - 51F68183CFE378236CED8F3C3F258FE0 /* PBXContainerItemProxy */ = { + 41514EC3994603CBBAC966997FF940DE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; remoteInfo = "React-NativeModulesApple"; }; - 529D90A621D2FB30E708DFF127E06A93 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 531AA85AB91E4A46E8714724F07DA51D /* PBXContainerItemProxy */ = { + 417228EA0C0EED361BDA2C73B4EAEDD7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; remoteInfo = "React-runtimescheduler"; }; - 5433B534B11A52BEBC5EE46586E198D4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 5494C792C5CFF2AF495E5592DD874446 /* PBXContainerItemProxy */ = { + 41DB73748AA04BD6E5CD07130AAFD267 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; }; - 559244D8B9D020151D08613A16E38319 /* PBXContainerItemProxy */ = { + 427FF6CB1456A5DB2E43054C10D407AF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; - remoteInfo = "React-logger"; + remoteGlobalIDString = 27F648AD269E94404D6A7547C4F9C683; + remoteInfo = "React-jserrorhandler"; }; - 55A01A14887869E7E4A7AE748B4D28D6 /* PBXContainerItemProxy */ = { + 42E337250953477C0425F2B20469DB03 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 5678AC7AB64127EBC0F1BC2FA0359B8F /* PBXContainerItemProxy */ = { + 42FB8544361ABBF9AD8C4C00BE603100 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; }; - 56AA97E28AD177CD8EB9562F691FDC45 /* PBXContainerItemProxy */ = { + 437ECCE96742319D859D14A7A0DCC529 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0DD0961119C95E188122B13F3BF4380; - remoteInfo = "React-Core-RCTI18nStrings"; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; }; - 5795563B87BD3CDF2457646982FAD952 /* PBXContainerItemProxy */ = { + 44520E623CF92B2AE884CEB68AC7F3C5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EFEA55B1B776B6EB4B16F363BFE64D1A; - remoteInfo = boost; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; }; - 57EBD59A7125D5692751952EBE949802 /* PBXContainerItemProxy */ = { + 447510A29A4CA824A55F4762DE64486E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 45B79B0C60C74716DCD2AD7BE782A719; - remoteInfo = simdjson; + remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; + remoteInfo = "React-runtimeexecutor"; }; - 587FD83289787C99E83B1AA317B5BEDB /* PBXContainerItemProxy */ = { + 448906A26AA70E7B13E7A1279A5D8B2B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; - remoteInfo = "React-logger"; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - 5A4760B2DCF0102CE552E7138642E0AF /* PBXContainerItemProxy */ = { + 45058A3929052B17227F15D8771739C3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = 45B79B0C60C74716DCD2AD7BE782A719; + remoteInfo = simdjson; }; - 5C661202DBA982A93F0E83AF2F541B59 /* PBXContainerItemProxy */ = { + 45BBA5E24DF3E98A1E33D5F7099F04C8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B41E34C6B259B9994C513BE178912491; - remoteInfo = "React-rncore"; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; - 5D3E0B62F7C2FE3012AC189C73E1D111 /* PBXContainerItemProxy */ = { + 46052FF3D71EC89028E59421AD272DCF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - 5D4244B86C2793FA9C85977F5745EACD /* PBXContainerItemProxy */ = { + 46618F284AA8BA31B4AFA45A8E9F507B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; - 5E76230032825BB5D264AC7BB2E251EA /* PBXContainerItemProxy */ = { + 46F60D279BF0CC26216ED024A0D81294 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A5E93F38E96B3A37575BEC88AD69AE85; - remoteInfo = "React-FabricImage"; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; }; - 5E7A5BA5B99D591DB72A1AC63F6C15A7 /* PBXContainerItemProxy */ = { + 470C26614128A65CB3DFE45361C557CA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; + remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; + remoteInfo = "React-Codegen"; }; - 5F238A81B81D56B5134698BD8C0213BC /* PBXContainerItemProxy */ = { + 489C8E3E3F5C65782BA9904E88317584 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; + remoteGlobalIDString = 91D38B18A4E42B1622B83F450706C2F5; + remoteInfo = "React-RuntimeApple"; }; - 5F7B88EFEC5DA54ED4DA08CAEEC03445 /* PBXContainerItemProxy */ = { + 496FB04383EBFF21B0C7DD179C13F5C7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; }; - 5FC449627E2C0FAEE46B7C3861648169 /* PBXContainerItemProxy */ = { + 4A785EB5F5F23DD60E8AF051ECB80951 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - 6190C3B6C206534351ED3B85D47BA864 /* PBXContainerItemProxy */ = { + 4ADC4B7DC0EDA1567BEF58C181AD6FD5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 4B134C8FBCBB969A1215D405FA8F1A10 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; }; - 6241D46B7F611782CA78EC9385880707 /* PBXContainerItemProxy */ = { + 4BD82DCEA208F83CDCBFE4428A843743 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; remoteInfo = Yoga; }; - 6304A8F5FD1E6425ABFD8F2E55EC5FB5 /* PBXContainerItemProxy */ = { + 4BF37A59C4356B532FE3C0348A090A3F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 4C00808CD01965B91DB4DE20301AE79A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; remoteInfo = "RCT-Folly"; }; - 6308F534DF193AC5EB720D4C9F6451AA /* PBXContainerItemProxy */ = { + 4CE094B8C5B23C55458F418C324291C1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B5E1D7706FCB7EC5FF39F8CDA49A5653; - remoteInfo = "React-ImageManager"; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; }; - 6564BD86DD1C60FE0129B4E0C3A10775 /* PBXContainerItemProxy */ = { + 4EB019076F5C4DBB606BC5E48F450D01 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; - remoteInfo = "React-runtimeexecutor"; + remoteGlobalIDString = 718331030FAA6D88E74D4B2240BB4AC8; + remoteInfo = "React-jsitracing"; }; - 6807A85CCBE06BF3D0E0306F9D625093 /* PBXContainerItemProxy */ = { + 4F625582906102063209333EE277CEDC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - 680ACA5C7DD47B3072AFB16849D0A8F6 /* PBXContainerItemProxy */ = { + 4F93A5639AC8DE235E8468EB71917E7A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; }; - 68A62760C4BC9D65292EDF4731AD2A1F /* PBXContainerItemProxy */ = { + 50664CD9ED7985A1E90103A79BE4B4CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; }; - 68D15DD519C31DD81B5437EED3088874 /* PBXContainerItemProxy */ = { + 50EB5FDA61EF17A3F3258D62A351B614 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - 68D8669BDD379EAFB763DC26405C8C94 /* PBXContainerItemProxy */ = { + 51059926E149D7D7A46AD514913F4BA7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - 69374CFA64A1C6789D023039A210BA41 /* PBXContainerItemProxy */ = { + 514032619C079D0613FD26B75A133435 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - 6B4E629B1FF084B21AB67FEB6F265CE2 /* PBXContainerItemProxy */ = { + 51590C4C9586B9EBD9EB9276CDA00E78 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; }; - 6BF594CD8559D02950B50783E59873A4 /* PBXContainerItemProxy */ = { + 51D23F496B041E29ECBBBB9469B006F7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; + remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; + remoteInfo = "React-Codegen"; }; - 6D0581B1FFE4AF713D441E2EA27DE7EF /* PBXContainerItemProxy */ = { + 523986A4CBA0A9B854F1B1F504672E41 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - 6FAE8200AAB2674559671B23B4E9FC12 /* PBXContainerItemProxy */ = { + 528B726925AA1576C46D6FAB03891176 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E16E206437995280D349D4B67695C894; - remoteInfo = "React-CoreModules"; + remoteGlobalIDString = 20F066A71CEA5EECC7463413442F2B77; + remoteInfo = "React-hermes"; }; - 7014317B7EB94E5E08F962C7ADB995F1 /* PBXContainerItemProxy */ = { + 531F38502E184028FEC2387DBD9F5A3C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; - remoteInfo = "React-graphics"; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - 71239FEA3755965B200611C025CA2B8A /* PBXContainerItemProxy */ = { + 5330B576E39CDDCC6D01B0513A2C8F64 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - 73A6443F105E57244B24FAE51CA095FE /* PBXContainerItemProxy */ = { + 55742B771D95D2D70CE4E7DF35415F5B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1948D0B63D2CF6A48E18B0B292BC6091; - remoteInfo = SocketRocket; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; }; - 7446EC1E63B1FF0CAD372756AB882DA3 /* PBXContainerItemProxy */ = { + 57B24B86E8BC2DC4B873AFA4728A28F2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; }; - 767024D836F8A7EE7B2D29700F9726B7 /* PBXContainerItemProxy */ = { + 5858410DB9604D764DDB1D8DBF572A73 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; remoteInfo = "React-callinvoker"; }; - 774C9C7F5D4F6E68EF3E9DE1A07DFBA7 /* PBXContainerItemProxy */ = { + 58D01897CD4E2D764437DA0038900ACE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; }; - 779845B5F30EFB912B2881F567918DC8 /* PBXContainerItemProxy */ = { + 58D8334E9B16E13EB96FE3FE0FDCF10F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; }; - 7863B3253AAA3D58B0CDB44871BA5A57 /* PBXContainerItemProxy */ = { + 593B340C65DA8AEF21E6D8AC52660544 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; }; - 7871707779AD61FC1B8C990C3C8571CC /* PBXContainerItemProxy */ = { + 5A2F2307A099C28BD6575DF53A5FE136 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EFEA55B1B776B6EB4B16F363BFE64D1A; - remoteInfo = boost; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - 7A02DBF51A7FFE434AA7A91A24A0E570 /* PBXContainerItemProxy */ = { + 5A66969F2F26AF689BBE09506F583E5E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; }; - 7BC1B7B798DEC2959E26B23DC8FB0A2B /* PBXContainerItemProxy */ = { + 5A8596426591472EAFCA3DA6207F0A23 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; + remoteInfo = "React-runtimeexecutor"; }; - 7D7AD8078BB32CFAB3A3496A8BEAE4E6 /* PBXContainerItemProxy */ = { + 5E1475973708794027FA6EF77468A061 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - 7DB08ADAA8CA8653D88D036EF3B838EF /* PBXContainerItemProxy */ = { + 5E1C8506319413FB7230B196CCEC1DD5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EFEA55B1B776B6EB4B16F363BFE64D1A; - remoteInfo = boost; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; - 7E474FBC0BF61911D6A02B1B61A12548 /* PBXContainerItemProxy */ = { + 5F9ECC8664AEFB7D24B15E1ABEBDCD7F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B5E1D7706FCB7EC5FF39F8CDA49A5653; - remoteInfo = "React-ImageManager"; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; }; - 7E96433E07C2D67624220F38BCEC0A08 /* PBXContainerItemProxy */ = { + 610DAF4DFC508DEF059AAF2D6327FB30 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; remoteInfo = RCTTypeSafety; }; - 8022ABB89F121C65E2F6291F2A926BE0 /* PBXContainerItemProxy */ = { + 6192A6F195A09747939210F1954336E5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; }; - 812CF5A7F69E6A8F1BB39DE05D2F3377 /* PBXContainerItemProxy */ = { + 61A7088DDA0CCE984A0F70AEFF5F251B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; }; - 825F0021C1ABC1DB96D7B39D8F2CF14A /* PBXContainerItemProxy */ = { + 645CCB35B56EBAFA23B7777FA9A688EF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; }; - 826C42C5CC6AB19BF8FCCC8C39A973CB /* PBXContainerItemProxy */ = { + 64B026DA708A8DEF22DD19ACC82A7D53 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; }; - 82A3F44352B5632F5D19F9564CEACD83 /* PBXContainerItemProxy */ = { + 667B3C248D30D99BF4AB387DA12EF8B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 091003D98BDA80B01B9E35CADE3947F0; - remoteInfo = "React-Mapbuffer"; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; }; - 838F0149CDB2208597A73ECF13AC4148 /* PBXContainerItemProxy */ = { + 6682A5C614DCD26B5D7B0DE8C3DEB7C0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; }; - 83F636A00A4BD9AB6B78F48D345693FD /* PBXContainerItemProxy */ = { + 696C092D7D2F0C8C73C9FD35C3516D5F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; }; - 8405C79F3A3FDD02904DB8AAED709064 /* PBXContainerItemProxy */ = { + 6978B0EF9BF761495B5E4F97D979BEB2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - 84E6F0A9E150F0C38D55453622344130 /* PBXContainerItemProxy */ = { + 69F28387CD69BA9EB00ECC48BBE04334 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; }; - 8583859E8DB72548C39935E8DD25D811 /* PBXContainerItemProxy */ = { + 6AB1F4BFD6B96C93DA1B7CD8F20A79C1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; }; - 86426E60268789F7A71DB4953C2ADBC3 /* PBXContainerItemProxy */ = { + 6C63CA93F2CEB17BE0AB630B55D93DF7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - 87A8058043F4C6E2B5AC33CC73C79C55 /* PBXContainerItemProxy */ = { + 6CA22A265B4F5BEDA7386E7D1A288083 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - 8813BE28C47D212B3867DF4805F2C92B /* PBXContainerItemProxy */ = { + 6CB5A0DC349F027AC1A42CECDA2717AD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; }; - 8833C90B23E49DB3C2AF840E6359C01F /* PBXContainerItemProxy */ = { + 6D203869C95F377D019F57240B097418 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - 89145D1B5B2807633566EC0097C64DA5 /* PBXContainerItemProxy */ = { + 6EB4F5AD2509B4497784B3A8CBBC25D4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; }; - 8AC0602B4DC45CDF98054C25AD70BDBB /* PBXContainerItemProxy */ = { + 6EE56E372692932C8B3E2285CB2D30EA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; + remoteInfo = "React-runtimeexecutor"; }; - 8ACB00D9D178D8D9FE7D2B468D3E09A9 /* PBXContainerItemProxy */ = { + 6F59DF752512991C7BB5D7117332E2B8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; - remoteInfo = "React-perflogger"; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; }; - 8B1767B64B02DC173DB7829B9F8A4E94 /* PBXContainerItemProxy */ = { + 6FA0C82671E5EDF5C2E8608E281E5574 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; }; - 8B3DECD34BAFE927B8A8DBD4392B8C35 /* PBXContainerItemProxy */ = { + 7089361FEE21B329190B5FB28FA6C854 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; + remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; + remoteInfo = "React-Codegen"; }; - 8B9619C173AF1764B82859EF93D998E5 /* PBXContainerItemProxy */ = { + 708E537269B7F5B976508E358B90ACD8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; - 8D9A9F3B506F28CAAB68DC2BA95DC549 /* PBXContainerItemProxy */ = { + 7158D0B64E400178ECFE8BDBAD235DA5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = 45B79B0C60C74716DCD2AD7BE782A719; + remoteInfo = simdjson; }; - 8E38E567D8882ED27D03F128C9CC0FE9 /* PBXContainerItemProxy */ = { + 7199A02DB198016F4957677CAFD37169 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - 8E7EC330531EBF982C1681A374E357D9 /* PBXContainerItemProxy */ = { + 72691AD3B737BB0E261D6450E7CC91BF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EFEA55B1B776B6EB4B16F363BFE64D1A; - remoteInfo = boost; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - 8E86285EC881FBF7D9EF55D3D019B2EB /* PBXContainerItemProxy */ = { + 72F15D17342DFAFB7E374C97225B301A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; }; - 8F573C411A705CFB16606B2C244E8F8E /* PBXContainerItemProxy */ = { + 7324B3C23CC2660EE8AB34F268610F69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; - 922C9E7AC68E3D9ACDDF6F648923545D /* PBXContainerItemProxy */ = { + 7396E7BB1E1E864764B1A04E411A22AD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = 5211B5AB7B81060AA8E78614DD75D3AB; + remoteInfo = RCTDeprecation; }; - 9248B4027B3E1CE27CD3A163E3E303D9 /* PBXContainerItemProxy */ = { + 73E1F467A179064813358CA300786586 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; + remoteInfo = "React-Codegen"; }; - 9255AB2E19E723DBE25147E404CE9955 /* PBXContainerItemProxy */ = { + 761B75C34BB1B42FA942F96540E4BC15 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; - 92FAC82CB610DD134075857CFFEE646A /* PBXContainerItemProxy */ = { + 768701873B0599D6AC08259EE1D5EC9B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; + remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; + remoteInfo = "React-perflogger"; }; - 95180FF2868FC4106663D0B3C9F6B9AB /* PBXContainerItemProxy */ = { + 77392EDC06BFD0919392085F508634CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 04A30E186743192DFB26B0FD7DB8F250; - remoteInfo = libevent; - }; - 965E034BE702E65BCD8F526945161A16 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - 96F923F2B9C938BD20524823C5F6B510 /* PBXContainerItemProxy */ = { + 773DAF3A7CD1AD560A4E58D7260D2A72 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; - 978348B57223FE1B4AB0283CEBCBFB11 /* PBXContainerItemProxy */ = { + 77B61E545D3EE505689E5A88FB34006D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; - remoteInfo = "React-rendererdebug"; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; }; - 979725D7A4194A567CB1803CD6CE6437 /* PBXContainerItemProxy */ = { + 77BB51BE51B9062B6A3C86AB77078D7C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; + remoteGlobalIDString = B5E1D7706FCB7EC5FF39F8CDA49A5653; + remoteInfo = "React-ImageManager"; }; - 97F17696E97E24EF090CB3C079EF2B0D /* PBXContainerItemProxy */ = { + 77E927E30D46B85E76EB2A6BC7C528FC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - 9800CD95464C901ABFADED4287DE3091 /* PBXContainerItemProxy */ = { + 788F525F7864E34BCFE6BA0BC508EAA7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; + remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; + remoteInfo = "React-Codegen"; }; - 9806DE32349E9E5731319625605E54B8 /* PBXContainerItemProxy */ = { + 7891D6AA1F6DB7DF67CCDC6B30B255ED /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; }; - 98B02B7CF9B333A331DEDC1438035887 /* PBXContainerItemProxy */ = { + 792C4CE9FB1431C17A2D5C379D689D80 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; + remoteInfo = "React-runtimeexecutor"; }; - 9CEFBBDCCC59482267CBB7F48F8F2F5E /* PBXContainerItemProxy */ = { + 7931E9AD775D7BC33B55B25BE876C6CE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; + remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; + remoteInfo = "React-Codegen"; }; - 9D3CD681D20AE15325B07D408A2AC5DB /* PBXContainerItemProxy */ = { + 79DB034638266C6FDC5132A84FA94A15 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; + remoteGlobalIDString = B69D68A280EC3E60655BD2C715ACB004; + remoteInfo = "React-nativeconfig"; }; - 9D8DD1946119B1B1F2D6C15A149DC873 /* PBXContainerItemProxy */ = { + 79F6D476FC0E744BD4FCC435BDAD2B7D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1948D0B63D2CF6A48E18B0B292BC6091; - remoteInfo = SocketRocket; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; }; - 9E5024EEC83D9A05EB121DD1C9C07626 /* PBXContainerItemProxy */ = { + 7A705528BECC75FF15B9B5472224FFF2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; }; - 9E79D8F99A81A9D6EC6B5844395B73F5 /* PBXContainerItemProxy */ = { + 7AF4C2BA2D63C5F0125DB0C240A10756 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; }; - 9F081BDCFAD762E239BE8207CAC616C5 /* PBXContainerItemProxy */ = { + 7AF7CA4C4F7DB433479DC151414ECC52 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = 27F648AD269E94404D6A7547C4F9C683; + remoteInfo = "React-jserrorhandler"; }; - 9F7FA4C99D83A65FB516E01E4C5387E2 /* PBXContainerItemProxy */ = { + 7B2A662A0484D478867544ECF561FF26 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; + remoteInfo = "React-perflogger"; }; - 9FDFF44562F66312A34FC92976D25F43 /* PBXContainerItemProxy */ = { + 7C40A37CAC285B68DA5664FAD4BE3490 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; - remoteInfo = "React-rendererdebug"; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; }; - 9FE5C74CEBFB5E64376905F5CBF40485 /* PBXContainerItemProxy */ = { + 7E2AE44A3348102D3E4ACF43FE59A494 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; + remoteGlobalIDString = EFEA55B1B776B6EB4B16F363BFE64D1A; + remoteInfo = boost; }; - A1154DE98545B80FD8159964B7E23782 /* PBXContainerItemProxy */ = { + 7E51A5346FA1F405D4A2D9A3CD02A15B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - A127264475569748CED6E5D312B98319 /* PBXContainerItemProxy */ = { + 7F45F83A2EAD4093F12D40375946D470 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; - remoteInfo = "React-graphics"; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; }; - A2DF259B2A39021A592D4310159B437B /* PBXContainerItemProxy */ = { + 7F9ADB115EE8B656B0A4D9610F64585F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; }; - A43A47AE804AFD3091D2D38807091189 /* PBXContainerItemProxy */ = { + 7FA15A1437F7473F4EBF6CD2EA187A28 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = 0EF07AE1AD53436E8D2B9B0086EA0163; + remoteInfo = "React-RuntimeHermes"; }; - A440457CE7809C85065DF23CAB8BE15E /* PBXContainerItemProxy */ = { + 814E75E2466186389C470A40FABEFBD9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B69D68A280EC3E60655BD2C715ACB004; - remoteInfo = "React-nativeconfig"; + remoteGlobalIDString = 718331030FAA6D88E74D4B2240BB4AC8; + remoteInfo = "React-jsitracing"; }; - A465C59CF80257FE613067C3BBFFE0AC /* PBXContainerItemProxy */ = { + 818B8E1B916E53B3B8B415FF901A52E1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C2B1B75CCC326124F29FE703CC59BFB7; - remoteInfo = "React-RCTAppDelegate"; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; }; - A5125C2D8DC892510310F851E2330B29 /* PBXContainerItemProxy */ = { + 8469D13E4B9BE29DE37C00B9952D6926 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; }; - A567F4C02EA63EBAF11C7B668BB5E1B4 /* PBXContainerItemProxy */ = { + 8642894287941BD14F9F24B434B84BFB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; - remoteInfo = "React-graphics"; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; }; - A5B6F9B6FEF976ECDC7E1344EEDF7222 /* PBXContainerItemProxy */ = { + 869A59EE24894AED06764354C10A5F69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 45B79B0C60C74716DCD2AD7BE782A719; - remoteInfo = simdjson; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; }; - A66A9E6C70A6CE72E824D290ECEF77B6 /* PBXContainerItemProxy */ = { + 86A2C6528D2E3ACA552AD500A9049C6B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EFEA55B1B776B6EB4B16F363BFE64D1A; - remoteInfo = boost; + remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; + remoteInfo = "React-Fabric"; }; - A7196605C35D96CA76011C5D705BE0B6 /* PBXContainerItemProxy */ = { + 86B5CD38F12BDE8F478A7604F2D1F3CF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; }; - A74EEC0A17908A631A4B9763F340F5E9 /* PBXContainerItemProxy */ = { + 87161657935B5B7DF31A7B031AA1BD08 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = C7F600C052808C7C987C26EC74B3A290; + remoteInfo = "React-RuntimeCore"; }; - A75F348CB880EF931FFDCF90927A7CA6 /* PBXContainerItemProxy */ = { + 87DFC9D147D55C9822337F8738882886 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 04A30E186743192DFB26B0FD7DB8F250; - remoteInfo = libevent; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; }; - A8193EE4E298B0319348754DE66C46B5 /* PBXContainerItemProxy */ = { + 883C9E9E5FF6809D00655B5826DB4507 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; + remoteInfo = "React-perflogger"; }; - A8C7A02F41A6E12D8DEFF2407380CB58 /* PBXContainerItemProxy */ = { + 883DE70A71CAD81F2E1643C8AE798850 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; }; - A909CB8D9B210D40D80CD47A3F0FCC56 /* PBXContainerItemProxy */ = { + 88F22E372111C3D44383E8AD8F2A1EB3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8DED5282246ABFC24F4460D3066C84A0; - remoteInfo = "React-RCTFabric"; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; }; - A9BA6AE09A1ED833D1957B8F45B0573D /* PBXContainerItemProxy */ = { + 8A01A6A20F4A040DA3724AB2B41C4904 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; remoteInfo = Yoga; }; - AA1FBC72C946CFB5265D3D2E19E25B4F /* PBXContainerItemProxy */ = { + 8A0C1EFB40903E64193D071D4DEEF627 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; + remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; + remoteInfo = "React-Codegen"; }; - AA2369CA7A0CB11CD8AF6D9951593137 /* PBXContainerItemProxy */ = { + 8AAB6C3E51B1E70B078CFD8A4025514F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; - remoteInfo = "React-Fabric"; + remoteGlobalIDString = 27F648AD269E94404D6A7547C4F9C683; + remoteInfo = "React-jserrorhandler"; }; - ACDE62268D2502E0EFCBFF7B8B046AA1 /* PBXContainerItemProxy */ = { + 8AF54EC1E32237AFABA09EB72FE50F7B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 20F066A71CEA5EECC7463413442F2B77; - remoteInfo = "React-hermes"; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - AD7D206CFA1395C9F3FFB39FD13E4F91 /* PBXContainerItemProxy */ = { + 8AFA4A6B9474BF388393B2BBB377418A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; + remoteInfo = "React-runtimeexecutor"; }; - AD95E54052B7C2C8D25E12D94C6E013F /* PBXContainerItemProxy */ = { + 8B89516148A1AC15EE488B8C02430723 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - ADA5D1784C267657F2949B3E74F200E5 /* PBXContainerItemProxy */ = { + 8B9623D05D47EDD8969CEB97507656FA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - ADA6C1D34135062C086B68DA3813BD5F /* PBXContainerItemProxy */ = { + 8BAC0CA3123950377D2AA004B741EE09 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; + remoteGlobalIDString = 1948D0B63D2CF6A48E18B0B292BC6091; + remoteInfo = SocketRocket; }; - ADD3DD6C5EC7A28081FC76B47A7E595B /* PBXContainerItemProxy */ = { + 8BE4793AB705B3DB8FC95B2A3022A7FA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - AE69C7914C831BDAC780032FA93EBB09 /* PBXContainerItemProxy */ = { + 8CAFE184AE4C9DD706ECA03373F2C811 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B41E34C6B259B9994C513BE178912491; - remoteInfo = "React-rncore"; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; }; - AF7EBFBEF626332D04D163E39A13FC9F /* PBXContainerItemProxy */ = { + 8E103A8D0B29AC65D37AF2C9C3397C3F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 27F648AD269E94404D6A7547C4F9C683; - remoteInfo = "React-jserrorhandler"; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - AFFF4FB8352B362D1B7ED308BF2CA9BD /* PBXContainerItemProxy */ = { + 8E227252A1A04992FDE9D414D398EA61 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; }; - B00E51A574489F95275144AF605329DA /* PBXContainerItemProxy */ = { + 8F3EDB0170BE68F1914E876834457955 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; remoteInfo = "hermes-engine"; }; - B04227A0B63719F88B454E6543E25254 /* PBXContainerItemProxy */ = { + 8F4D9EF766DC665762826021BF5B3634 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 20F066A71CEA5EECC7463413442F2B77; - remoteInfo = "React-hermes"; + remoteGlobalIDString = C7F600C052808C7C987C26EC74B3A290; + remoteInfo = "React-RuntimeCore"; }; - B04CF434C49EE75B24287F21D6DE23DD /* PBXContainerItemProxy */ = { + 90A4F01A4656FD0ECCE693D3DCFE4357 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; - B0A94625F08925CDEC5C5B9BBE63F80B /* PBXContainerItemProxy */ = { + 9115D774EC904629CCFA0383996AEA60 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; - remoteInfo = "React-graphics"; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; }; - B265F846D8ADA617D1BD17AB75038D71 /* PBXContainerItemProxy */ = { + 91973EF9B88BD3433821DE7E02BCCE66 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; }; - B2EF843FD2668FF1E28072CF61FAF2BE /* PBXContainerItemProxy */ = { + 92FD7911CF88661BEC8C53326ACD95D0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; }; - B38F2A5E6612979B2A1ED704D8955410 /* PBXContainerItemProxy */ = { + 930D2D66F0FBD7D28F5478091197C541 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; }; - B3D6C9E6F8F549CBBB86CA799EE34264 /* PBXContainerItemProxy */ = { + 933D10BF42FEB63C8C84E9E62A6B915F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; }; - B401543656992BA589E19FAE84E18C09 /* PBXContainerItemProxy */ = { + 944A26AFF7616415AC12303FFE76129E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; + remoteGlobalIDString = EFEA55B1B776B6EB4B16F363BFE64D1A; + remoteInfo = boost; }; - B677B1106F856F2BA5E3A268815E2230 /* PBXContainerItemProxy */ = { + 959FC78A558AA1E2398AF55E20BC5287 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; }; - B6CF71780C4DCD0F5747F85216488F41 /* PBXContainerItemProxy */ = { + 96889FED11AA7E66812D490878B97588 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; }; - B6CFDAE9F17BFBF9F777143EFAE06BEC /* PBXContainerItemProxy */ = { + 96A265B0FD2164A7B4764841E73AB8AC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; - remoteInfo = "React-perflogger"; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; }; - B77E8B5C5D126ADC51DD946F198A8CCA /* PBXContainerItemProxy */ = { + 96C05CE8F4A9CD43357BA06485F8994A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; - remoteInfo = "React-perflogger"; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; - B869B41C125CB8FCC9C170AE79DC5FEE /* PBXContainerItemProxy */ = { + 97012073F5E77B63FDFB697A4A57C498 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; }; - B8FC05CF8C6CFEF2535078C62BA9821A /* PBXContainerItemProxy */ = { + 9716285D0C3617CC9DDE2D786CDB6197 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - B95AF66A584B7E6557136B66C091F529 /* PBXContainerItemProxy */ = { + 971D502A30449EA83A63979D19F07B5F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; }; - B9AF5147095B3284C70B4A9E0E2AB65E /* PBXContainerItemProxy */ = { + 9731399883802412C950BE25D7336D43 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - BC93A5A4BE31B4B607731581A3E62448 /* PBXContainerItemProxy */ = { + 98690A3B0D01A5936AEB8B172475F68E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; }; - BD5D8833656F0C87301AB413909A2EED /* PBXContainerItemProxy */ = { + 988C8AFF6DCF1A105E13A420302F1153 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; }; - BE6EC8B565BB2AF11193D94995ABF886 /* PBXContainerItemProxy */ = { + 995ED0C60B49D159FBA98BBF575252AB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; + remoteInfo = "React-runtimeexecutor"; }; - BF5FB3BEFC6D8AFCBD4C8B93B25637DE /* PBXContainerItemProxy */ = { + 998BEC830E92ED33C97E6586736FB998 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; }; - BFB4FFCE3BD9A40851338A80F9E9330E /* PBXContainerItemProxy */ = { + 9A147EEF518A7ED1EA0464E07F6906DF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - C046729D1FCA733C898E1EF91CB543E6 /* PBXContainerItemProxy */ = { + 9A59483D3DD8007F31406C2A1D52E8EB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; }; - C075D1B9EF47A9B1815283B32379A34B /* PBXContainerItemProxy */ = { + 9A63F0A7EC65A8B4E2442C2C924DAD9C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - C17F74266D58BCEB53C1A7B5AC816632 /* PBXContainerItemProxy */ = { + 9AEF32BD5E0F56B926EBB7614301D7E3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; - remoteInfo = "React-logger"; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; - C18C7ABDAB273FF6F8C703D27D32C8F5 /* PBXContainerItemProxy */ = { + 9B17177FFD8673933D9AE3E550401161 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - C1B8FEC491ECBAFDAC1131269F711AE0 /* PBXContainerItemProxy */ = { + 9B1FF7A4C16CAF1E413DCF4BF011434F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - C303E3B6FAE44B8D275F423B074ABD93 /* PBXContainerItemProxy */ = { + 9B4885D4819D4BD1CF3E930B405AAB10 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; + remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; + remoteInfo = "React-runtimeexecutor"; }; - C33793A425F884C935210E9624A37C0A /* PBXContainerItemProxy */ = { + 9B7B281009C520D53B98B8EAFC1D496D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; }; - C4F2C49B50EBB89F6F5CEE58F97CF6B8 /* PBXContainerItemProxy */ = { + 9BD7E734058A20C28CFAD01F1663879C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; + remoteInfo = "React-perflogger"; }; - C5706593FBF44AE013F9C36798B8678B /* PBXContainerItemProxy */ = { + 9CB9DF07CCF04684461C49FDB7B2E465 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - C58734E7209665B501F67923B34544D8 /* PBXContainerItemProxy */ = { + 9CBBC8352CBACE024F392C5D07EFB01A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; - remoteInfo = "React-runtimescheduler"; + remoteGlobalIDString = 091003D98BDA80B01B9E35CADE3947F0; + remoteInfo = "React-Mapbuffer"; }; - C5D4AC9B5DB10CF78A89A428CC4016AA /* PBXContainerItemProxy */ = { + 9D4B5C2351B1CA9FA4CE976414BF39CB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; }; - C816A648967E19FD1F7CDD035C0BF8DB /* PBXContainerItemProxy */ = { + 9DB104CB96E00AE543CF960D565F4C47 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; }; - C841CAF9F4DF112B2C6B80E2810CAE5A /* PBXContainerItemProxy */ = { + 9DD0DFC1F39DAB437E177EB09A8FD48D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; }; - C8B9E392389C6219D37C5D9BA3EBC138 /* PBXContainerItemProxy */ = { + 9E867B5A451015DC03204207736A9926 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = 27F648AD269E94404D6A7547C4F9C683; + remoteInfo = "React-jserrorhandler"; }; - C9C3B8D1C69B8EFA46CD99091999200C /* PBXContainerItemProxy */ = { + 9EA4F6BD0A3AE917E71F8807C80DB748 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; + remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; + remoteInfo = "React-Codegen"; }; - C9CF66428986B0CBF08B96F70AC2E16E /* PBXContainerItemProxy */ = { + A01FB08457ECBD7EE89F447BFC03E9C5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; - remoteInfo = "React-rendererdebug"; + remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; + remoteInfo = "React-Codegen"; }; - CA6516D591C9B118FD87CF20FFC39995 /* PBXContainerItemProxy */ = { + A16731871E95A4B80332D99A82AEAB81 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = C7F600C052808C7C987C26EC74B3A290; + remoteInfo = "React-RuntimeCore"; }; - CA6E3F043551D43057D4E5252C3151DE /* PBXContainerItemProxy */ = { + A1B6243BC985420127EDB25166DBB848 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; }; - CAA0796C03A8655F2D751992A5C47C85 /* PBXContainerItemProxy */ = { + A1EE308B2938947861CD549712D6075F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; }; - CC50CA887700903D01C57AA421B62DA9 /* PBXContainerItemProxy */ = { + A1F1CFBE1F81137945063038F1DAA104 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; }; - CD0D891368437A366D49C792BB72C4D1 /* PBXContainerItemProxy */ = { + A2DB2A457F35677E14332209CA3AB475 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = B5E1D7706FCB7EC5FF39F8CDA49A5653; + remoteInfo = "React-ImageManager"; }; - CD5E2B06ECF813D21A4667613FD04998 /* PBXContainerItemProxy */ = { + A2EB194373B9393B3358E1E1FA0EBD05 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; }; - CDF03CAB28DC35287E46C254B8FE6A23 /* PBXContainerItemProxy */ = { + A3265F4A2E09A773944413294B402BBA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; }; - CE4221DE70D55BFBACAE414E56EF9294 /* PBXContainerItemProxy */ = { + A33E41C8F72330ECDE20BF394124C97B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; }; - CF413EF4E3297635CDAD673C4A1904D5 /* PBXContainerItemProxy */ = { + A3F6FC01C2191DE3CE03D589BC558A96 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; }; - CFF5433BF4030CCA229423FC834671E9 /* PBXContainerItemProxy */ = { + A4E91955EC6E6D3061E9510D936E61FF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; }; - D0F5B0BF9747E544443A8CB93F9927CA /* PBXContainerItemProxy */ = { + A4EAB72AACA2C806DE0C40C49536CDD2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - D1376E2DC396F835E34213B57EAB9A94 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - D17FE9849FF07AD665E3585593616970 /* PBXContainerItemProxy */ = { + A57A1E5DA1CF9F45264F198239F502CD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; + remoteGlobalIDString = 5211B5AB7B81060AA8E78614DD75D3AB; + remoteInfo = RCTDeprecation; }; - D19367EEC5578C2F438E08F32A0750B7 /* PBXContainerItemProxy */ = { + A5B19FE633CD3598242AF5724C8D0208 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; }; - D58A517305C4FEA13A65D612F215363E /* PBXContainerItemProxy */ = { + A6398B134777D879B1B01FAAF9E7312A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - D599086DCB47405F5F60AAB7AC204E6D /* PBXContainerItemProxy */ = { + A677F1A562B3A7E3375C13B645B0298A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; remoteInfo = "hermes-engine"; }; - D5D48C1169E17608EC3C12BC67D17F08 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - D66F644BB6CE14DF029A263FB3855322 /* PBXContainerItemProxy */ = { + A6BA9A6BD8EA1A3C362C27947713ED7A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; }; - D73C8E1640283E300110D0F33DC85BE9 /* PBXContainerItemProxy */ = { + A842D588D7B9637FFFA8197AD63B597C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - D7BFE1288CC438A1000E7395E806ED6A /* PBXContainerItemProxy */ = { + A92361FFAA6D27AFF02987D72B991DE4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; }; - D81CA8D4C022EE15EB747F686D5B74F1 /* PBXContainerItemProxy */ = { + AA28726CD41308E7D4C6D49AF678D9CD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; + remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; + remoteInfo = "React-runtimeexecutor"; }; - D897E863E73667ED287BA601F27DB1A8 /* PBXContainerItemProxy */ = { + AA7D7226734A644480DC2905FB4F0756 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EF554722D0D580AC702A6DAB8FDBB2B5; - remoteInfo = WatermelonDB; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; }; - D8D41B73B1C777A8E0DD25EFA51C3ACA /* PBXContainerItemProxy */ = { + AC0EFE9849C86BC9EEE3998C75BF7E59 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; remoteInfo = "React-utils"; }; - D98AD4083775152C76D8487017AFD5D9 /* PBXContainerItemProxy */ = { + AD65D943B25FB162F127D788B3B7414F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - D9A3E34F8682DB4FD8547F7F3026A5D6 /* PBXContainerItemProxy */ = { + AD88ADDC23C72D9E68F949E2F6392A9C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; }; - D9FE35BE60B99A4B97C152A0B17C03E3 /* PBXContainerItemProxy */ = { + ADD9114A2BFC1CBDFC55DD169FA98452 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; - remoteInfo = "React-rendererdebug"; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; }; - DA6BCE5146C4DE1C4B8376917AECBEFB /* PBXContainerItemProxy */ = { + AE45C8D28B14130F12EC5C170DA2B7AA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; remoteInfo = RCTRequired; }; - DAB82A5BA4B97C70DD1AD8717BB10840 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - DAE1254A352D2893A280C7E5286A9061 /* PBXContainerItemProxy */ = { + AE96CA5B7DA7C75729EC0BEF7C0FFE9D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - DAFE4A9D6879D147D7E220443911E626 /* PBXContainerItemProxy */ = { + AF0A642DD817CD7C29D4688D8B28274A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - DB6DB57FFCB1FE091F9EB1236DCCB01E /* PBXContainerItemProxy */ = { + B050846017362E483E884DFA743A5521 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - DB7DB735C88DBFAE193243FE2D0D8B61 /* PBXContainerItemProxy */ = { + B08201482F085FFB7749B3B3BFA4755C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; }; - DBE66298B4ACD1F502D80836CFF8B829 /* PBXContainerItemProxy */ = { + B0FBC836348A84E5E4A688B8A910CE45 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; - DBF11D080E39492E1CF3214A70402459 /* PBXContainerItemProxy */ = { + B122FEC78343AAB6003C5DAA20FF12A8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 091003D98BDA80B01B9E35CADE3947F0; - remoteInfo = "React-Mapbuffer"; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; }; - DCC92CD0D28B227ACF706A38575A606A /* PBXContainerItemProxy */ = { + B1E7A179678B5CAAFE7D32BEB902FE50 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; }; - DE6A0265192A13795BB34323E2B7EF12 /* PBXContainerItemProxy */ = { + B20E23EC66F22E90033D795BDB740B4E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 91D38B18A4E42B1622B83F450706C2F5; + remoteInfo = "React-RuntimeApple"; }; - DE8F9AF46437178D9DEF26AF65AD2F26 /* PBXContainerItemProxy */ = { + B23E152C21979D346C6142DA964C43C5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; }; - DF03F7D7FE8BA350129798665B601B0B /* PBXContainerItemProxy */ = { + B24AA1E618A3ECA98448662282BBE973 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - DF3CA7C089B173FE6BC315A6F1ED9D77 /* PBXContainerItemProxy */ = { + B389764894DEAE9026600EDBCD8A4763 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B5E1D7706FCB7EC5FF39F8CDA49A5653; - remoteInfo = "React-ImageManager"; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - DF4779CB5EA77D60C717FECBD1F8A171 /* PBXContainerItemProxy */ = { + B3A65B874F5E1F12E1BEE7077B201AF2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C2B1B75CCC326124F29FE703CC59BFB7; - remoteInfo = "React-RCTAppDelegate"; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; }; - DFF048E57B741DE790C5BD7C39AE394E /* PBXContainerItemProxy */ = { + B4449874149D49635F8A5CCEFA2B7B71 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; - E0358DCE558279EA6752D76A4488C3B1 /* PBXContainerItemProxy */ = { + B455D622235FFAB0ECAD084D352B56F9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = 1948D0B63D2CF6A48E18B0B292BC6091; + remoteInfo = SocketRocket; }; - E09BBC217DECEFF5E3E2966772623AAC /* PBXContainerItemProxy */ = { + B46597F4B2FF6D8BBB0FCAC80B136EDB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; - E1A5EB269B68C8E5E037F86BEB8CEE51 /* PBXContainerItemProxy */ = { + B49957FEA3DBA79C960C4BF33FB89693 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; + remoteGlobalIDString = C2B1B75CCC326124F29FE703CC59BFB7; + remoteInfo = "React-RCTAppDelegate"; }; - E23A062772105DC3674DA4765E8B75E1 /* PBXContainerItemProxy */ = { + B4AB08DEA37CE87C1E80287F854825E6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; - remoteInfo = "React-Fabric"; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; - E2D83854FC8502411E37EFADC42534B1 /* PBXContainerItemProxy */ = { + B55F062B69D12DE3FB7C6C27877E9D6C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; remoteInfo = "React-jsiexecutor"; }; - E52ACABCAECC35DD20D537F09624F092 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - E5F25225ADC6863B1530261866834F45 /* PBXContainerItemProxy */ = { + B5C49ED7C22908993DA03524268054A1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - E63BCCFABEEE7708ADF3582054F10FE3 /* PBXContainerItemProxy */ = { + B6DD8966E1DDD9372FDA125F3D9731FF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; }; - E6B3AA6D183C00546527BABFBC994539 /* PBXContainerItemProxy */ = { + B833B6E10AB7E3C290E1FEF08CB30A4D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; - remoteInfo = "React-runtimeexecutor"; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; }; - E7250E8C48D3FACF4D2876647F81EC44 /* PBXContainerItemProxy */ = { + B875F5E8A9737CADD56F2D32A8D43A6C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; - remoteInfo = "React-Fabric"; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; }; - E7573BFCE6FEDFF59ACA2C93149BB924 /* PBXContainerItemProxy */ = { + B8FAF58B12747184E841D23CA71CB990 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; - E856DBA785D554A4DEFA7E3DE4C07A2E /* PBXContainerItemProxy */ = { + B91FF145DD7C0FE0686A53DB45FF39BA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; + remoteGlobalIDString = B5E1D7706FCB7EC5FF39F8CDA49A5653; + remoteInfo = "React-ImageManager"; }; - E860848EDD38A94EEEC1DA68B2DADE3A /* PBXContainerItemProxy */ = { + B96395E64F84E570087610FC9A4A1AE7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; }; - E90C05404DCE0BA96F9AE10F7FA26CB8 /* PBXContainerItemProxy */ = { + B9A089006BD78E0587595CAB4CA1C15D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - EA5D897D825747BC2CFDAC74C2027EAD /* PBXContainerItemProxy */ = { + BB5387DCE059C87AA11AECE4CE628A71 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E16E206437995280D349D4B67695C894; - remoteInfo = "React-CoreModules"; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; }; - EB3217833DD63D6C39595AD340A2A425 /* PBXContainerItemProxy */ = { + BB57699D36CDF102FB4067D36F1B26F9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; + remoteInfo = "React-Codegen"; }; - EBF6B3E8F7BF3A254A15D3A0ADE84C26 /* PBXContainerItemProxy */ = { + BC0528EBC67F7BABF5B54EF212893752 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - ECBE5D7B7C2E791E7B257FC4B08B66DE /* PBXContainerItemProxy */ = { + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + BCB974246F67E3F682F23D3000A7BC16 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B5E1D7706FCB7EC5FF39F8CDA49A5653; - remoteInfo = "React-ImageManager"; + remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; + remoteInfo = "React-logger"; }; - ECD1616AF56E140D14C1F143EB9B4516 /* PBXContainerItemProxy */ = { + BD62BAA4B5FFFEAA64CF2EE7B03345C5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; + remoteInfo = "React-runtimescheduler"; }; - ED7B8B9E1CDE581C92C6C24853E23999 /* PBXContainerItemProxy */ = { + BF7B3AA185D91BA8D010D8A33C7CB137 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; + }; + BF9E600B486A8F752CFBCEC2CC0B1A5A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0EF07AE1AD53436E8D2B9B0086EA0163; + remoteInfo = "React-RuntimeHermes"; + }; + C0833537177F0AC13EEDE7B7CADA02A2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; + }; + C0C3D74CFBF3E116388373D57BE4F7BA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - EF67DB2BCA6EEBB2505AC99481D6D10A /* PBXContainerItemProxy */ = { + C1DD7823D300707FC9C52212F93B32DA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; remoteInfo = "React-Fabric"; }; - F0357B5E22144413BBA06EDC56BF54D9 /* PBXContainerItemProxy */ = { + C23661E7B14F7FAC97B8196253811D53 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; }; - F041656D6BB6387FBD33D406A861F1EE /* PBXContainerItemProxy */ = { + C295D62C015F11982CF4D6A807934AF9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; }; - F0E11755B52A80750CA312FF36EBF06C /* PBXContainerItemProxy */ = { + C2A4DC273F4357B0C430FAA2E640C336 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; + remoteGlobalIDString = EFEA55B1B776B6EB4B16F363BFE64D1A; + remoteInfo = boost; }; - F13AFDE16EF61C83170D4281F897B308 /* PBXContainerItemProxy */ = { + C339D19AFB5425F4ACFF222B89E642C5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; }; - F1D2A78454BA850BE6858C0114F3E225 /* PBXContainerItemProxy */ = { + C342240C879F110F98B32A6586138BAC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; + remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; + remoteInfo = "React-runtimescheduler"; }; - F21C713A745B7066D969DA6E0FC1791C /* PBXContainerItemProxy */ = { + C442623A96CC4090A6637148EE99E00E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B69D68A280EC3E60655BD2C715ACB004; - remoteInfo = "React-nativeconfig"; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; }; - F258DD454898ECF2CFC7A3FC6121195A /* PBXContainerItemProxy */ = { + C47BEEA64665700E66E269BE0C90CEF9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; - remoteInfo = "React-graphics"; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; }; - F3A1FE9CD8B4338A6B5C9299E299CB8C /* PBXContainerItemProxy */ = { + C4A085BD4076C29C8993F50E76C4AACA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 20F066A71CEA5EECC7463413442F2B77; + remoteInfo = "React-hermes"; }; - F3B014539086407EDB7BCE5A05089972 /* PBXContainerItemProxy */ = { + C4B664DF5B07F01FA8E61FD0BD39255D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B41E34C6B259B9994C513BE178912491; - remoteInfo = "React-rncore"; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; }; - F57EEE1CD845F6310A3484734D99A704 /* PBXContainerItemProxy */ = { + C4C8A76B4B78C8FC91DE8EA0A599DDC7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; + }; + C4DAD2BFEDB2B46B30A4918334C3C155 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + C5168006894FB43521F0A0CBECEBD219 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; }; - F5BAED0B854B25599B652F423B6C0624 /* PBXContainerItemProxy */ = { + C539F15154AF65EF5205178A0B981D18 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; remoteInfo = "React-jsinspector"; }; - F640404B6E29D93EB9A3280590309EFC /* PBXContainerItemProxy */ = { + C5B2D41028C0D910182768F522988D50 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; }; - F6AE4B4D3DC6B80834A8B69E50E06653 /* PBXContainerItemProxy */ = { + C6175853BCA38145859D6574962C8592 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; + remoteGlobalIDString = 8DED5282246ABFC24F4460D3066C84A0; + remoteInfo = "React-RCTFabric"; + }; + C66D90E52EFB399DB604AC9B7394D4BD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + C73838D3F0AFD4D6E76EA1E846E47074 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; + remoteInfo = "React-logger"; }; - F74BF38FE4EB789782A8BE27C7732695 /* PBXContainerItemProxy */ = { + C79A04F3B768DBE6A492AE991E3C6729 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - F7D32D62A8CC75FFC1247167011B110A /* PBXContainerItemProxy */ = { + C85A7AAACB052BE3D7FC7D52B64204D5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; + }; + C92744C875EAA3E6A25003782211CED0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + C933D0F25D6C20C3379299E2CB42F4FC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + C9E7B9CABFA8CCAEC5A1E5899E48575E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; - F8BCB5EC4B2598206174012C9874E9F6 /* PBXContainerItemProxy */ = { + CAF6538D653E2F4593BDD6FB47ABD0D2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8DED5282246ABFC24F4460D3066C84A0; - remoteInfo = "React-RCTFabric"; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; - F922A091D32602A1CD517B33439B6B4A /* PBXContainerItemProxy */ = { + CB02A6F103714BDDE795941B4C8F0F1C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; + remoteGlobalIDString = 0EF07AE1AD53436E8D2B9B0086EA0163; + remoteInfo = "React-RuntimeHermes"; }; - F96F2A4C5F5C7C36CF81BA6BB0A2467F /* PBXContainerItemProxy */ = { + CBA1639E79B6F6752FA0776C8012648E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + CBBEE84629A720F7DD2A47F106239061 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EF554722D0D580AC702A6DAB8FDBB2B5; + remoteInfo = WatermelonDB; + }; + CBE3C92A7423E48BDE15756DF5F7D413 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + CD5EB770BFF7AE41F049E4F510CDA6C9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; + remoteInfo = "React-runtimescheduler"; + }; + CDB9A6A5720EBE3436BD3F35A6AD8D51 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; }; - FA584BFE2CFED2EC9140761EA74152AF /* PBXContainerItemProxy */ = { + CE32EDC6F22FAF26BF32FF9864DBF404 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - FB59FA0EC9EC379F420CB4954EA8D8C6 /* PBXContainerItemProxy */ = { + CEA49CA159329299D1916EE8ABEDB910 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - FCA3B2405B475326396F3F108A36E74F /* PBXContainerItemProxy */ = { + CF674C4E3255977E4A866B743B5F5753 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; remoteInfo = "React-jsiexecutor"; }; - FD2598E5D4FC6BB1BC73E1B535C09013 /* PBXContainerItemProxy */ = { + CFA19FA3F85DE79CCD37BCCD68515599 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + D075EC87D0910DE9AA411C7752F01529 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; + remoteInfo = "React-perflogger"; + }; + D13160E9F6A39A4293D2FE5667F854E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + D16A2BB3F9D5A639C2B53437E64AF9DF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + D27EDB53457EAF10C145163B90FDE993 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + D3E449977C2F1B93649FE5935155E48B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EF554722D0D580AC702A6DAB8FDBB2B5; + remoteInfo = WatermelonDB; + }; + D42DE5667CC9F955711A2DF1BE3A0849 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + D45B03393137D2E267BC703865B2BC4D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 20F066A71CEA5EECC7463413442F2B77; + remoteInfo = "React-hermes"; + }; + D468F98852D61A99CD42F174A928E8DA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + D8DE127140187183B98BE7DF5DAB9829 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - FE8FE42892C70064D22B2C074980EF41 /* PBXContainerItemProxy */ = { + D90130736CF11060AA5F3044DC0B78F5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A5E93F38E96B3A37575BEC88AD69AE85; - remoteInfo = "React-FabricImage"; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + D93CC2B32B540A9EB1BD1841FD97DF47 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; + }; + D96E678A5C6F642E7B0A7E9DC29CF465 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + DA4C32AA37270D436CCA7DDE5E8265E4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + DABD0E6D1231888CF69153902DD90A4D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; }; - FEB60687D616EC0422A5F76567003F76 /* PBXContainerItemProxy */ = { + DB0DED4E98D854FD7FE257842C962DEC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - FED747CB0E0F52AA32DB5EC10D4B2F6F /* PBXContainerItemProxy */ = { + DB4AC6BAFB227C3B7803DC6E4A2F3FFB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 0095CFE8EEA76393BE4E61CC23E912EE /* Color.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Color.h; sourceTree = ""; }; - 00A62E47F0F8A51F059CAC7B52B4E4E4 /* Settings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Settings.h; path = folly/experimental/settings/Settings.h; sourceTree = ""; }; - 00AE48B5E68B440FE1CC8E1132554664 /* MountingTransaction.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MountingTransaction.cpp; path = react/renderer/mounting/MountingTransaction.cpp; sourceTree = ""; }; - 00C087419DAEFB2B7966EF283067DB40 /* Exceptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Exceptions.h; sourceTree = ""; }; - 00F247CF24ECD2EFFF35AC12E91E6FE7 /* Pods-WatermelonTester-WatermelonTesterTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-WatermelonTester-WatermelonTesterTests-dummy.m"; sourceTree = ""; }; - 00F263DDF4B9BEEB3AACF6AFC4E33CB0 /* React-jsiexecutor.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jsiexecutor.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 010F62F0F849FFEE788EECA60F4E1AB4 /* React-Codegen-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Codegen-umbrella.h"; sourceTree = ""; }; - 011139F8763256AAFC67C9909ACF8F66 /* Futex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Futex.h; path = folly/detail/Futex.h; sourceTree = ""; }; - 011147F862F8D0D61141657CC20319BB /* React-debug-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-debug-umbrella.h"; sourceTree = ""; }; - 01226A5D54750F9EB3376CD9393D50AB /* RCTFabricComponentsPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFabricComponentsPlugins.mm; sourceTree = ""; }; - 01629F5FE66D224BAE622C75D5D3C4B6 /* WaitOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WaitOptions.h; path = folly/synchronization/WaitOptions.h; sourceTree = ""; }; - 0174ADECC126B33606CF6F7F4A13724E /* InlineTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InlineTask.h; path = folly/experimental/coro/detail/InlineTask.h; sourceTree = ""; }; - 01855A3FAD338F5BFC5A47FA3FE5BE88 /* ComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptor.h; path = react/renderer/core/ComponentDescriptor.h; sourceTree = ""; }; - 0191408BF29F7A5A68F33D9487EDB4BD /* SRLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRLog.h; path = SocketRocket/Internal/Utilities/SRLog.h; sourceTree = ""; }; - 0196F613E9125DDC58EC45EA83778701 /* RCTReactTaggedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReactTaggedView.h; sourceTree = ""; }; - 01B632EA78E456C5579E2E880648B8A0 /* React-CoreModules.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.debug.xcconfig"; sourceTree = ""; }; - 01C3C45C492C1534BE061244387AD579 /* ShadowTree.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowTree.h; path = react/renderer/mounting/ShadowTree.h; sourceTree = ""; }; - 01C7314E1BF79B0322F2F703D64C11F3 /* ImageResponse.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageResponse.cpp; path = react/renderer/imagemanager/ImageResponse.cpp; sourceTree = ""; }; - 01E2ACCD86ABB7F2AA9B42A5309EAE66 /* TurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModule.h; path = react/nativemodule/core/ReactCommon/TurboModule.h; sourceTree = ""; }; - 02381C7B40146D657BDEB171F1843502 /* ThreadedExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadedExecutor.h; path = folly/executors/ThreadedExecutor.h; sourceTree = ""; }; - 025B23A89FFF9457C263457184F28EA5 /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; - 02843D629B27E551FB78DC386C998603 /* Baton-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Baton-inl.h"; path = "folly/fibers/Baton-inl.h"; sourceTree = ""; }; - 028A5C8F7307344DAE152AD92092B3CE /* RCTUnimplementedViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUnimplementedViewComponentView.h; sourceTree = ""; }; - 029E05487F1C99AF0D33ECC78B3040B0 /* RCTImagePrimitivesConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePrimitivesConversions.h; path = react/renderer/imagemanager/RCTImagePrimitivesConversions.h; sourceTree = ""; }; - 02B8043E881B7F29908D9D1F69E5EB1C /* TupleOps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TupleOps.h; path = folly/experimental/TupleOps.h; sourceTree = ""; }; - 02BF64FEDE9DAD94A5FA66E175FA9F7F /* ReactEventPriority.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactEventPriority.h; path = react/renderer/core/ReactEventPriority.h; sourceTree = ""; }; - 02E8422E43F5E818280D6A5FC3F3E535 /* SemaphoreBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SemaphoreBase.cpp; path = folly/fibers/SemaphoreBase.cpp; sourceTree = ""; }; - 02F735F004BB5B8D7B6AF7402EA7CF08 /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; - 032ABCE283832E80BD1A9650F4A3ADFD /* sk.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = sk.lproj; path = React/I18n/strings/sk.lproj; sourceTree = ""; }; - 035FA77F2CD1140A505EC0F8388BEF04 /* Stdio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Stdio.h; path = folly/portability/Stdio.h; sourceTree = ""; }; - 036423EFF921E7486D15A84DED31D815 /* RCTRawTextShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRawTextShadowView.mm; sourceTree = ""; }; - 03895A5711EE9C617BAC4B1907550F21 /* RCTTextView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextView.mm; sourceTree = ""; }; - 03C2410BC70031C06C39959303710AB0 /* LegacyViewManagerInteropState.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = LegacyViewManagerInteropState.mm; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropState.mm; sourceTree = ""; }; - 03C9AF7C675FA18A1F428BEE28956254 /* RCTUtilsUIOverride.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtilsUIOverride.h; sourceTree = ""; }; - 03D69F78298DE9E5D9AB676E64E03810 /* React-Core-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-umbrella.h"; sourceTree = ""; }; - 03ED5FB48027087AD3888234008E8F67 /* Pods-WatermelonTester-WatermelonTesterTests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-WatermelonTester-WatermelonTesterTests-resources.sh"; sourceTree = ""; }; - 03F9BD9070CDF84CFCA24F7B6B46D849 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; - 0416F872B854FD77063C57DC1A737C46 /* simdjson-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "simdjson-umbrella.h"; sourceTree = ""; }; - 04518244F9220739BBE79B55B3691832 /* SafeAreaViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAreaViewShadowNode.h; path = react/renderer/components/safeareaview/SafeAreaViewShadowNode.h; sourceTree = ""; }; - 045DD8F7C8C8CBB135DB5A6FA8322AEF /* ManualExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ManualExecutor.cpp; path = folly/executors/ManualExecutor.cpp; sourceTree = ""; }; - 04605C802712090DDFAA557284060D05 /* simdjson.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = simdjson.modulemap; sourceTree = ""; }; - 0495DD928A029F8ACA36793C84B89DFE /* TurboModuleBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleBinding.h; path = react/nativemodule/core/ReactCommon/TurboModuleBinding.h; sourceTree = ""; }; - 04D0D6ACA87A28E510C7A57DA938AC78 /* HostPlatformViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformViewProps.h; sourceTree = ""; }; - 04F1CC803CBCF19C9E440D178F834FCE /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; - 04FBD8CB101BF5CBD4D6C139B1D2AAB7 /* RCTLegacyInteropComponents.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLegacyInteropComponents.mm; sourceTree = ""; }; - 04FCD1EE1371F2A680848DFA9B59EF14 /* SRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRWebSocket.m; path = SocketRocket/SRWebSocket.m; sourceTree = ""; }; - 0503095A8E05F31A1778831BA9C9869A /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; - 0526F9A35F2F8B86F9F803723C9B2640 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; - 05515C8989CD631B4D677EAF05D1C8A0 /* React-RCTImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.release.xcconfig"; sourceTree = ""; }; - 05581BD7976E7969453D839EC032A956 /* React-rendererdebug.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-rendererdebug.modulemap"; sourceTree = ""; }; - 0575CDD3EA967A99A69D9143874A7AB9 /* TransactionTelemetry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TransactionTelemetry.cpp; path = react/renderer/telemetry/TransactionTelemetry.cpp; sourceTree = ""; }; - 0596EAEA5C190CF43A6A615080FA9FED /* Collect-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Collect-inl.h"; path = "folly/experimental/coro/Collect-inl.h"; sourceTree = ""; }; - 05C43CCBCA61A354D1C3023C65123600 /* IOThreadPoolDeadlockDetectorObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOThreadPoolDeadlockDetectorObserver.h; path = folly/executors/IOThreadPoolDeadlockDetectorObserver.h; sourceTree = ""; }; - 060B665293F7BD425773915B86A5E156 /* StaticTracepoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticTracepoint.h; path = folly/tracing/StaticTracepoint.h; sourceTree = ""; }; - 0621E5D354E51363461B243970A3F2C0 /* UIManagerBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UIManagerBinding.cpp; path = react/renderer/uimanager/UIManagerBinding.cpp; sourceTree = ""; }; - 0627C6979C4020C463CA99926243958B /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; - 063BE6D534C9800DAAEE2BC839F70364 /* NumericBitfield.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NumericBitfield.h; sourceTree = ""; }; - 06468B8DF6237FFF04E9E0894D4E80F9 /* FiberManagerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FiberManagerInternal.h; path = folly/fibers/FiberManagerInternal.h; sourceTree = ""; }; - 0661493A485E891AB3178C4C657D0185 /* ThreadCachedArena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedArena.h; path = folly/memory/ThreadCachedArena.h; sourceTree = ""; }; - 0662300CCD48626259E6CA17D7CB1547 /* Promise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Promise.h; path = folly/futures/Promise.h; sourceTree = ""; }; - 06D1D11C73A7114294DA88607E152034 /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; - 06DA33452520E7014B082FF988C585E9 /* LegacyViewManagerInteropShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LegacyViewManagerInteropShadowNode.cpp; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropShadowNode.cpp; sourceTree = ""; }; - 06DFEB1801002AB14F0490AF770016B2 /* React-graphics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-graphics-prefix.pch"; sourceTree = ""; }; - 06E3F01A8DF82985A65831DC95502EE6 /* ShadowTreeRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowTreeRegistry.cpp; path = react/renderer/mounting/ShadowTreeRegistry.cpp; sourceTree = ""; }; - 06EA6A36B2E8C73F86C9435E6824565D /* LegacyViewManagerInteropShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropShadowNode.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropShadowNode.h; sourceTree = ""; }; - 0711898DC72B1AE89CBBCAB5731921B6 /* Props.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Props.cpp; path = react/renderer/core/Props.cpp; sourceTree = ""; }; - 072A12B849203AEDB0B3686518DF334E /* RCTAttributedTextUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAttributedTextUtils.mm; sourceTree = ""; }; - 079E206CF7FBDA66DAFD5AE9ECBD284B /* RCTAttributedTextUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAttributedTextUtils.h; sourceTree = ""; }; - 07C4B934D1844A726CD49C1BDA8E4C37 /* JSITracing.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSITracing.cpp; sourceTree = ""; }; - 07C4CCB10A56405D32CB0A5561997467 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 07D67D5FA20CBDE3522295B9A15367B4 /* RCTAppState.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppState.mm; sourceTree = ""; }; - 07D9D8C18FF510BF75C9EC4F1FBF01A0 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; - 07F4C465A3C02EC984CA6F65CA309602 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; - 07F8F28F4D731C0E77CA9668BB2B6362 /* ratelim-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ratelim-internal.h"; sourceTree = ""; }; - 07FF13208F745FAABBABB314DB2C5CC0 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; - 080C39A7871BC4D4C6F842717A3B38DC /* RCTInputAccessoryViewContent.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryViewContent.mm; sourceTree = ""; }; - 08387020EC76AB3246C4D2FF1B689725 /* DelayedDestructionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DelayedDestructionBase.h; path = folly/io/async/DelayedDestructionBase.h; sourceTree = ""; }; - 0845550D8C3B2B3AF9CF319E538CE213 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/attributedstring/conversions.h; sourceTree = ""; }; - 0845C3B7C670CABE69F0DBC9C89526CB /* LegacyViewManagerInteropViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropViewProps.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropViewProps.h; sourceTree = ""; }; - 08467AA7C86221B54816B2A1D7E09B73 /* React-FabricImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-FabricImage-prefix.pch"; sourceTree = ""; }; - 084C6C833C3F6CBE7662C00770A636EA /* bufferevent.c */ = {isa = PBXFileReference; includeInIndex = 1; path = bufferevent.c; sourceTree = ""; }; - 084D8DB28E76FB0710C86CE905F9BDAB /* Barrier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Barrier.cpp; path = folly/futures/Barrier.cpp; sourceTree = ""; }; - 086A1B79EDA4134117BAA265AC4E0E45 /* NetOps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetOps.h; path = folly/net/NetOps.h; sourceTree = ""; }; - 08A76004D859DB49438A3D9A5B0D86B5 /* SequencedExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SequencedExecutor.h; path = folly/executors/SequencedExecutor.h; sourceTree = ""; }; - 08F288F4A7E8AD13C39CCABFDA7CF685 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 08FB4D039A7AB8BA3B4DE3BE6057A5FA /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; - 0905F8938F7B0251708E0243C573E95D /* UnimplementedViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnimplementedViewComponentDescriptor.h; path = react/renderer/components/unimplementedview/UnimplementedViewComponentDescriptor.h; sourceTree = ""; }; - 0937E33739392ADD968C193B81AA13CB /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/components/text/conversions.h; sourceTree = ""; }; - 0958950CA33B51031BAD2A491D513F66 /* Observer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Observer.h; path = folly/experimental/observer/Observer.h; sourceTree = ""; }; - 096B1C5A4F7BF2A03992CD13C3C27D33 /* InspectorData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InspectorData.h; path = react/renderer/scheduler/InspectorData.h; sourceTree = ""; }; - 097BD740DB2CDE03D878DF14ADFE45EA /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; - 09A8148EF8A036288727328560875F96 /* FunctionScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FunctionScheduler.h; path = folly/experimental/FunctionScheduler.h; sourceTree = ""; }; - 09ABF09BD35CC4110EDB86E4628336A4 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; - 09CAD056C4AE876CD10F09549737912A /* RCTSurfaceProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceProtocol.h; sourceTree = ""; }; - 09F4BEC32DABF4FF27E52067E018FD9C /* EventTarget.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventTarget.h; path = react/renderer/core/EventTarget.h; sourceTree = ""; }; - 0A1BDE473114250B06B2152AE2C9F59D /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; - 0A3013981922CA3A808AD984DFC69A58 /* RCTMultilineTextInputView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMultilineTextInputView.mm; sourceTree = ""; }; - 0A36C9BE7A3046FD955B474D8E242CB1 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 0A44AEE6AC934C41D8966D2FB27381B8 /* Time.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Time.h; path = folly/portability/Time.h; sourceTree = ""; }; - 0A54E75C8224A5D3BF08275C7287C77B /* AsymmetricThreadFence.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsymmetricThreadFence.cpp; path = folly/synchronization/AsymmetricThreadFence.cpp; sourceTree = ""; }; - 0A57E96A714DAA52195F512DFC54B1A4 /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; - 0A7A804C30873B12C509D283FA5CFF6D /* BoundedQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BoundedQueue.h; path = folly/experimental/coro/BoundedQueue.h; sourceTree = ""; }; - 0A94B640914086199E9BCDE2DC320B9F /* ConstexprMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConstexprMath.h; path = folly/ConstexprMath.h; sourceTree = ""; }; - 0AA128B20A4F8D52461980620B3FF2DB /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; - 0AE1A7699A41AD81652F8C26666ADD7B /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; - 0B0950BE99BCF642E1F9B46B36C44C16 /* RCTDiffClampAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDiffClampAnimatedNode.mm; sourceTree = ""; }; - 0B0A4327D5072489AB4D52BF14702E0D /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; - 0B11779884E7E92CDC32391F8D23649A /* EventBaseLoopController-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EventBaseLoopController-inl.h"; path = "folly/fibers/EventBaseLoopController-inl.h"; sourceTree = ""; }; - 0B42CD9278E82432BD07744EFD6BF216 /* YogaEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = YogaEnums.h; sourceTree = ""; }; - 0B4C63ACB1AE0E409D2211D371DA4C96 /* JSIInstaller.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIInstaller.h; sourceTree = ""; }; - 0B57BF0D972E31D9F2C5FD054BB5DF50 /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; - 0B809C1E9179CC0F476D93A83BBF3C20 /* String-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "String-inl.h"; path = "folly/String-inl.h"; sourceTree = ""; }; - 0B83753E5239302FC4F6CAD67C4FA541 /* FBXXHashUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FBXXHashUtils.h; sourceTree = ""; }; - 0B89521B449F6893B2B3B428AB3D7AFB /* iocp-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "iocp-internal.h"; sourceTree = ""; }; - 0BD2C55203A816F2E35CCF0B57AA6457 /* IOThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOThreadPoolExecutor.h; path = folly/executors/IOThreadPoolExecutor.h; sourceTree = ""; }; - 0BEAC714C523DF29D0F135E28C7C3E60 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; - 0BEF56A2FD0CC7DAE3163DF0D6B19A9E /* FanoutChannel-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FanoutChannel-inl.h"; path = "folly/experimental/channels/FanoutChannel-inl.h"; sourceTree = ""; }; - 0BF6D75C08DFB2241EB06B3FE9104A0C /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactMarker.cpp; sourceTree = ""; }; - 0C0266F4E87878A96691D8B0F61B095D /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; - 0C06A50CB6D37363F7CE2063CBF13E7E /* StrandExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StrandExecutor.cpp; path = folly/executors/StrandExecutor.cpp; sourceTree = ""; }; - 0C0F906220FC68142B461441F8A55E6E /* TimedMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimedMutex.h; path = folly/fibers/TimedMutex.h; sourceTree = ""; }; - 0C18AF02BEB6614EA19FD9BE402DB38A /* SRIOConsumerPool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRIOConsumerPool.h; path = SocketRocket/Internal/IOConsumer/SRIOConsumerPool.h; sourceTree = ""; }; - 0C1A229E3FC4D0DE9DE6E01D64D754A1 /* evmap.c */ = {isa = PBXFileReference; includeInIndex = 1; path = evmap.c; sourceTree = ""; }; - 0C2B172F9C33630B3BE370160DDBC17B /* SingletonRelaxedCounter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingletonRelaxedCounter.h; path = folly/experimental/SingletonRelaxedCounter.h; sourceTree = ""; }; - 0C32F553909F50C4C8578B5F243D1284 /* Bridging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bridging.h; path = react/bridging/Bridging.h; sourceTree = ""; }; - 0C3B607853156ED8C98B91401ADD1131 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; - 0C3C63F8590807D5108379ED96C2F50E /* simdjson.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = simdjson.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 0C4BF813C89C5A71E9968CB3377F0247 /* Database-query.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "Database-query.cpp"; sourceTree = ""; }; - 0C668BA2E0A163AE4A3CC6347D5F3909 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = conversions.h; sourceTree = ""; }; - 0C9BB81C4167C3F20361F5F47A4904FF /* React-runtimescheduler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-runtimescheduler-dummy.m"; sourceTree = ""; }; - 0CBDC71C6D84200F480A979DA9170F0E /* ShadowTreeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowTreeDelegate.h; path = react/renderer/mounting/ShadowTreeDelegate.h; sourceTree = ""; }; - 0CCE8C0E075ACA03B0B6A8BEE195A161 /* React-RCTActionSheet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.release.xcconfig"; sourceTree = ""; }; - 0CDAFC422CC936CB35B8DC3E9AD9AC39 /* React-Fabric-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Fabric-umbrella.h"; sourceTree = ""; }; - 0CDF59D6ECC18D4717BC80BCEA774ADD /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ModuleRegistry.cpp; sourceTree = ""; }; - 0D01094F31DA81A4D6EA8AE00B423A55 /* RCTSyncImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSyncImageManager.h; path = react/renderer/imagemanager/RCTSyncImageManager.h; sourceTree = ""; }; - 0D02C3B1CAEE5D86F4416FF6DCEA3493 /* Pid.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Pid.h; path = folly/system/Pid.h; sourceTree = ""; }; - 0D0E1BB43E08278A66E6D67A309DC7FF /* NSURLRequest+SRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLRequest+SRWebSocket.h"; path = "SocketRocket/NSURLRequest+SRWebSocket.h"; sourceTree = ""; }; - 0D1119AC80418B47C9711E73BA313E0A /* React-jsi.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.release.xcconfig"; sourceTree = ""; }; - 0D13280ABB8FD3278759ACEE84CF7195 /* OnClosedException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OnClosedException.h; path = folly/experimental/channels/OnClosedException.h; sourceTree = ""; }; - 0D25AC07978A1FDB47C8741AA5EE04D9 /* Hint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hint.h; path = folly/lang/Hint.h; sourceTree = ""; }; - 0D532431933C9D85C6871B20605E013D /* evthread-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "evthread-internal.h"; sourceTree = ""; }; - 0D5335C580588C01A1D1BC045F0C5445 /* LayoutAnimationCallbackWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutAnimationCallbackWrapper.h; path = react/renderer/animations/LayoutAnimationCallbackWrapper.h; sourceTree = ""; }; - 0D96BEA692DD6A0555FE2ECD41C343E3 /* TcpInfoDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpInfoDispatcher.h; path = folly/net/TcpInfoDispatcher.h; sourceTree = ""; }; - 0DAC59D5D046459DBDA9DB68FFC66735 /* RCTRedBoxSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxSetEnabled.h; sourceTree = ""; }; - 0DAFFFCD50EB2FE33A1BD999D7AD4EFB /* EventBeat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBeat.h; path = react/renderer/core/EventBeat.h; sourceTree = ""; }; - 0DB1EEB76A413B4E90644EB6293AB68A /* CrashManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CrashManager.h; path = destroot/include/hermes/Public/CrashManager.h; sourceTree = ""; }; - 0DC0E153E3BE20A213F45C58679ECB26 /* React-RCTVibration.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.release.xcconfig"; sourceTree = ""; }; - 0DF1C0E18770A5E3017608955E9A9E42 /* MessageTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageTypes.h; path = destroot/include/hermes/inspector/chrome/MessageTypes.h; sourceTree = ""; }; - 0DF91A7A581C427DB22F7EB12809B102 /* RCTUIImageViewAnimated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTUIImageViewAnimated.h; path = Libraries/Image/RCTUIImageViewAnimated.h; sourceTree = ""; }; - 0E11CA58435134EE7CF41FD16D2BFC51 /* Justify.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Justify.h; sourceTree = ""; }; - 0E15AB21B55B707451B2CEA79FE90A12 /* ProgramOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProgramOptions.h; path = folly/experimental/ProgramOptions.h; sourceTree = ""; }; - 0E2C0D794E82F1681F2CCB5AE59048FD /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; - 0E52DB0554F4052857066CB59FAC6C62 /* EventTarget.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventTarget.cpp; path = react/renderer/core/EventTarget.cpp; sourceTree = ""; }; - 0E66CC37EE92C026CBBAB157402B2F10 /* ParagraphEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphEventEmitter.cpp; path = react/renderer/components/text/ParagraphEventEmitter.cpp; sourceTree = ""; }; - 0E6A44431094AA5E664A0B15E6468674 /* React-Fabric-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Fabric-prefix.pch"; sourceTree = ""; }; - 0E98A274C8C924C1950A31709CE4112D /* NSRunLoop+SRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSRunLoop+SRWebSocket.m"; path = "SocketRocket/NSRunLoop+SRWebSocket.m"; sourceTree = ""; }; - 0EB43B96A012C6EBC624CCBD68DC784F /* RCTSinglelineTextInputViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSinglelineTextInputViewManager.mm; sourceTree = ""; }; - 0EB4CFC54AD4703AE18649B2893EC722 /* minheap-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "minheap-internal.h"; sourceTree = ""; }; - 0EBFAE5764E6291EA80450515DFCE551 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; - 0EE99776FF238FABDBD4DBBFF2717AE3 /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; - 0EF6193F0BAF474ACE68FEE4B99837A9 /* Stdlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Stdlib.h; path = folly/portability/Stdlib.h; sourceTree = ""; }; - 0F07F0CE99E33F034351B113E05692C8 /* React-RCTAppDelegate.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAppDelegate.debug.xcconfig"; sourceTree = ""; }; - 0F0FA33DCCAB534309021192BA7E61A6 /* Merge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Merge.h; path = folly/container/Merge.h; sourceTree = ""; }; - 0F2CEDD76F1A4CB5237FA0B066C02E1D /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; - 0F2E782C7A0FC4BD2950145D0513082E /* ShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowView.h; path = react/renderer/mounting/ShadowView.h; sourceTree = ""; }; - 0F32636822E4598FCE3B0C5405F795C8 /* React-RCTNetwork.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.release.xcconfig"; sourceTree = ""; }; - 0F4670F980180AF90D3710EB03BAAF99 /* RCTBaseTextShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextShadowView.mm; sourceTree = ""; }; - 0F4C23DEED559A01BE27AC452B8EACE0 /* NSRunLoop+SRWebSocketPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSRunLoop+SRWebSocketPrivate.h"; path = "SocketRocket/Internal/NSRunLoop+SRWebSocketPrivate.h"; sourceTree = ""; }; - 0F95FD55A0FA941207C483267D9FF337 /* Transform-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Transform-inl.h"; path = "folly/experimental/coro/Transform-inl.h"; sourceTree = ""; }; - 0FB1A2630C738F68DA40EBCCAAC08954 /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; - 0FCF3BD4B8CCCDFCF8C780ED77F1DB2E /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; - 100FCA3BFE057F8DB9BCFA7A1735A3F3 /* pt.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pt.lproj; path = React/I18n/strings/pt.lproj; sourceTree = ""; }; - 101ACF51390FE0EFAACA8F5235B4FE96 /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; - 102976AAE824D5617D0422625C2BF600 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; - 104599C41CDAFF9B432FFF4FD8783C6E /* RCTSurfaceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfaceTouchHandler.h; path = Fabric/RCTSurfaceTouchHandler.h; sourceTree = ""; }; - 10518D9DC49FFD55B0FD1A9D3BCC7F85 /* Sleeper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sleeper.h; path = folly/synchronization/detail/Sleeper.h; sourceTree = ""; }; - 1075D87F971CD623D15B829E997D869B /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; - 107B9ABF78A158D8937B9EAC14E46130 /* Foreach-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Foreach-inl.h"; path = "folly/container/Foreach-inl.h"; sourceTree = ""; }; - 1095531AD302033FA96C9DD37C9B0D5C /* Channel-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Channel-inl.h"; path = "folly/experimental/channels/Channel-inl.h"; sourceTree = ""; }; - 10A362510C018F412AF2D8F78EF1441D /* HHWheelTimer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HHWheelTimer.cpp; path = folly/io/async/HHWheelTimer.cpp; sourceTree = ""; }; - 10E61E412AD9116064A2149983C449D2 /* SRHTTPConnectMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRHTTPConnectMessage.h; path = SocketRocket/Internal/Utilities/SRHTTPConnectMessage.h; sourceTree = ""; }; - 10E7CDE0D9D3AF2E389EF4EC2CB2721D /* RCTImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageLoader.mm; sourceTree = ""; }; - 10F5B67C2547B58E7C4E222ADEED860A /* Spin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Spin.h; path = folly/synchronization/detail/Spin.h; sourceTree = ""; }; - 110B3DBE5757BD3A776CFE0F27C9B613 /* Merge-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Merge-inl.h"; path = "folly/experimental/channels/Merge-inl.h"; sourceTree = ""; }; - 111A558E019AEB6F9EDD671FD74E1580 /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; - 11541763C18AC40030E69AE465DDB1B3 /* RCTComponentViewHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTComponentViewHelpers.h; path = react/renderer/components/scrollview/RCTComponentViewHelpers.h; sourceTree = ""; }; - 116E6C95887FCF0D95175CC985B1B01E /* SRSIMDHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRSIMDHelpers.m; path = SocketRocket/Internal/Utilities/SRSIMDHelpers.m; sourceTree = ""; }; - 11783CA97B1BCE72F94408ECDDCECC4C /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; - 11879E06365324A01E64CA7612EDA96C /* en-GB.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "en-GB.lproj"; path = "React/I18n/strings/en-GB.lproj"; sourceTree = ""; }; - 11D28A4ABA028B3A5FE39D1A382CD0FA /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; - 11D30D108175797B5663E6719F4EB687 /* React-Codegen.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Codegen.debug.xcconfig"; sourceTree = ""; }; - 12449709EC8940CD923E0E154F667F80 /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; - 124FE84F14DFF683B6871E3FB0F4FFE9 /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; - 125A67FE8A38C31042EB291BA0FDDA19 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; - 1273C25D20823980CE2E53B75ACC70EA /* SparseByteSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SparseByteSet.h; path = folly/container/SparseByteSet.h; sourceTree = ""; }; - 1277D2F8E2B4A3CAB59F09E36CD82CE1 /* TypeInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypeInfo.h; path = folly/lang/TypeInfo.h; sourceTree = ""; }; - 12809A33B04A1B77576FD5CBCCA5B007 /* RCTDefaultCxxLogFunction.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDefaultCxxLogFunction.mm; sourceTree = ""; }; - 128717B90791A8D9A00D96677183E4F5 /* RCTUnimplementedNativeComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUnimplementedNativeComponentView.h; sourceTree = ""; }; - 12942CB7A957306A832C2DCCBCE55A8F /* SerialExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SerialExecutor.h; path = folly/executors/SerialExecutor.h; sourceTree = ""; }; - 12B7C3483DD018DEC306882AE168CFA4 /* PThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PThread.h; path = folly/portability/PThread.h; sourceTree = ""; }; - 130ABD98496A14BF65CF43113DFCBE0E /* React-Codegen.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-Codegen.modulemap"; sourceTree = ""; }; - 131001B941BE28E2EABDD8678DAA2AEE /* Util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Util.h; path = folly/container/detail/Util.h; sourceTree = ""; }; - 13765A79918D1ACB7749E37A4B2C1A03 /* DynamicParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicParser.h; path = folly/experimental/DynamicParser.h; sourceTree = ""; }; - 1387467511A67853A6E6DD655B31A780 /* AsyncPauseState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AsyncPauseState.h; sourceTree = ""; }; - 13BB96A1096413D7A49017F887BE902D /* DebuggerTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DebuggerTypes.h; path = destroot/include/hermes/Public/DebuggerTypes.h; sourceTree = ""; }; - 13BFF20CC4DA87997DE61F16CA6696DC /* PixelGrid.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = PixelGrid.cpp; sourceTree = ""; }; - 13DC2C4E5295B1C951916AF9C48594AE /* HostPlatformViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformViewEventEmitter.h; sourceTree = ""; }; - 13E5EAE9A7FE58F22B8FF5658F5E05CC /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; - 141C949A6AE466F784D919BE14DF6D31 /* React-RCTVibration.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.debug.xcconfig"; sourceTree = ""; }; - 1428C39429C6155A45CC629BC7AE39A1 /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; - 142A073F05FB33F4001A6B3334E9A8C7 /* InspectorState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorState.cpp; sourceTree = ""; }; - 144F8FA6C920A9D5E5F4D96FA22CC7CD /* RCTSettingsPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsPlugins.mm; sourceTree = ""; }; - 1486BB83352069F8FD0B64A338EB592C /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; - 148B2EC87F750363501A72174B4307EB /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; - 14930D1B14828D717D0D9D0D72068EAC /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = jsi.h; path = jsi/jsi.h; sourceTree = ""; }; - 14C7F1C9A1298D2F5CC04EF509C3F77B /* RemoteObjectConverters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RemoteObjectConverters.h; path = destroot/include/hermes/inspector/chrome/RemoteObjectConverters.h; sourceTree = ""; }; - 14C9F4C3EC24F2B25E6C7E03B51F8272 /* TurnSequencer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurnSequencer.h; path = folly/detail/TurnSequencer.h; sourceTree = ""; }; - 14D6FD641519C1F693D8DB86FC995B26 /* RCTStatusBarManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTStatusBarManager.mm; sourceTree = ""; }; - 1557742B8F86BC20B1BD314548EB59BB /* PropsParserContext.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PropsParserContext.cpp; path = react/renderer/core/PropsParserContext.cpp; sourceTree = ""; }; - 155F6B9C94EC4226F0CAF0A2ACDB7F0A /* Color.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Color.cpp; sourceTree = ""; }; - 156066473031A5BCDB5320A3F84241DD /* AtomicHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashMap.h; path = folly/AtomicHashMap.h; sourceTree = ""; }; - 1571649619E0548890877C51A7151B5F /* RCTBridgeConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeConstants.h; sourceTree = ""; }; - 158360A564E51DD3C446AB5A7A85A66F /* BatchedEventQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BatchedEventQueue.cpp; path = react/renderer/core/BatchedEventQueue.cpp; sourceTree = ""; }; - 15B0C7312F13978BECED077BBD89C9B4 /* UITemplateProcessor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UITemplateProcessor.cpp; path = react/renderer/templateprocessor/UITemplateProcessor.cpp; sourceTree = ""; }; - 160533624AE3B34B4020AC1865C27510 /* ThreadWheelTimekeeper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadWheelTimekeeper.h; path = folly/futures/ThreadWheelTimekeeper.h; sourceTree = ""; }; - 1615D332324D1CCC8ABEF283DDF6D232 /* ThreadLocalDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLocalDetail.h; path = folly/detail/ThreadLocalDetail.h; sourceTree = ""; }; - 162456153083BF48D83438A577AD278D /* RCTMountingTransactionObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMountingTransactionObserverCoordinator.h; sourceTree = ""; }; - 163D10D13D174B13187AB6BB99CBC092 /* hr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = hr.lproj; path = React/I18n/strings/hr.lproj; sourceTree = ""; }; - 163E551FA31D46F04D2B6D4F1BFD3761 /* UnimplementedViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnimplementedViewShadowNode.h; path = react/renderer/components/unimplementedview/UnimplementedViewShadowNode.h; sourceTree = ""; }; - 163F9A53C637BB83B11BAC87D5BD0228 /* CpuId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CpuId.h; path = folly/CpuId.h; sourceTree = ""; }; - 1647066500EBFAB8BCF6993C604C001E /* RCTLegacyInteropComponents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLegacyInteropComponents.h; sourceTree = ""; }; - 1651AC81C9EFECBCFF2A1FFC451A9F26 /* CoreFeatures.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CoreFeatures.cpp; sourceTree = ""; }; - 165EA8890ED7918D5060A89BA3225B69 /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; - 16605345AA465F05CC1C22FFF3596F32 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; - 166093B42D03254685F26AF244FA156E /* Yoga.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Yoga.modulemap; sourceTree = ""; }; - 167478C2D8BCE582FC070E11E685987E /* RCTFileRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileRequestHandler.mm; sourceTree = ""; }; - 1695470040324706993E4C1D027588CC /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; - 16A9FEA258C966E715F196FC29ACF4D1 /* ResourceBundle-RCTI18nStrings-React-Core-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-RCTI18nStrings-React-Core-Info.plist"; sourceTree = ""; }; - 16B4092A3ADE3325013ECE17A564E236 /* evthread.c */ = {isa = PBXFileReference; includeInIndex = 1; path = evthread.c; sourceTree = ""; }; - 171FA9E666FEE006418612234C3B75F9 /* evutil_rand.c */ = {isa = PBXFileReference; includeInIndex = 1; path = evutil_rand.c; sourceTree = ""; }; - 172A64D227EEFA963D36B93D47A36BCC /* ApplyTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ApplyTuple.h; path = folly/functional/ApplyTuple.h; sourceTree = ""; }; - 1730EA8C2A27DA02F6A790B6EABB4C6C /* ipv6-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ipv6-internal.h"; sourceTree = ""; }; - 173D127FA14FD20DF2D1FC7BA010BEBF /* Math.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Math.h; path = folly/portability/Math.h; sourceTree = ""; }; - 1743ABAA22DE7D4AD94614757542588A /* RCTComponentViewFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewFactory.h; sourceTree = ""; }; - 17CA6F374240B222DD8EA5AE5384BBD2 /* Rect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Rect.h; sourceTree = ""; }; - 17E1868CF2382A691105DC89AD1A5F0F /* NativeComponentRegistryBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeComponentRegistryBinding.h; sourceTree = ""; }; - 17ECDC8B727B7E8AE9CA3ABB55BC8ED4 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; - 17F89D861A5350A8EEB115AAFDC83ABB /* RCTMountingTransactionObserving.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMountingTransactionObserving.h; sourceTree = ""; }; - 1837B7D3693F7BE2DB1BA7DFE43D8CD6 /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; - 183B3F78D1F3A4172FC02F8728251874 /* RCTInteropTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTInteropTurboModule.h; path = ReactCommon/RCTInteropTurboModule.h; sourceTree = ""; }; - 18537B09E4D56D2E2A54B86F149AE4EB /* Differentiator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Differentiator.cpp; path = react/renderer/mounting/Differentiator.cpp; sourceTree = ""; }; - 1875CB0718A69DC27E78F911FAFE68DF /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; - 18BDB86CB276AD3D0D0E1E020AA9B3F5 /* Random.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Random.h; path = folly/Random.h; sourceTree = ""; }; - 190220DAC595C89A376162BB5CDE50B3 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/components/image/conversions.h; sourceTree = ""; }; - 1912F1D828C587AD03D52EF927370AE2 /* WithJitter-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "WithJitter-inl.h"; path = "folly/experimental/observer/WithJitter-inl.h"; sourceTree = ""; }; - 192024F5EF871598480D693ADA568C3E /* Log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Log.h; sourceTree = ""; }; - 1922E48A4BCE8EFF6BAB8B28586495AD /* CalculateLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CalculateLayout.h; sourceTree = ""; }; - 1936453FF2A7E3A13063C4917C4D5598 /* RCT-Folly */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "RCT-Folly"; path = "libRCT-Folly.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 1938F913AC2EDA0744B02F0297A02E05 /* BarrierTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BarrierTask.h; path = folly/experimental/coro/detail/BarrierTask.h; sourceTree = ""; }; - 196C18574F9F0B63BF1AF4092AF5520C /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/portability/String.h; sourceTree = ""; }; - 197C13F8AB046D8E138637D7BEE1C239 /* React-jserrorhandler.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jserrorhandler.release.xcconfig"; sourceTree = ""; }; - 198EC771539EA733C50462574334B26F /* RCTFontUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFontUtils.h; sourceTree = ""; }; - 19B9730B11913084DD01F3F430B020CB /* React-FabricImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-FabricImage.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 19BB86482DBF089F57EF1DAC3937542F /* DatabasePlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DatabasePlatform.h; sourceTree = ""; }; - 19CD0C0C50C1E9B369D6F0FADD8396E6 /* RCTRefreshableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshableProtocol.h; sourceTree = ""; }; - 19D7DD9B960BBC491486212827B3E909 /* FingerprintPolynomial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FingerprintPolynomial.h; path = folly/detail/FingerprintPolynomial.h; sourceTree = ""; }; - 1A15FCB8BABFC8CFC9541E1C9FFA21AB /* React-callinvoker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.debug.xcconfig"; sourceTree = ""; }; - 1A17FE2FDEFF2F1978E06D85FEA2E11E /* DebugStringConvertible.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = DebugStringConvertible.cpp; sourceTree = ""; }; - 1A25B7FD5F7356FA25DE358C84330FC3 /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; - 1A58542913442463A4B2E11E16336600 /* WhenN-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "WhenN-inl.h"; path = "folly/fibers/WhenN-inl.h"; sourceTree = ""; }; - 1A63C4B87807AB72F208687FD1E64669 /* FormatArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FormatArg.h; path = folly/FormatArg.h; sourceTree = ""; }; - 1A714779C325B1F1AF0318ED7D09D2A9 /* ParagraphAttributes.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphAttributes.cpp; path = react/renderer/attributedstring/ParagraphAttributes.cpp; sourceTree = ""; }; - 1A74BEBBC5334C0E3C59E574AFE2FE61 /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; - 1AAF4E39FF5715370052311595AFAFB7 /* SRProxyConnect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRProxyConnect.h; path = SocketRocket/Internal/Proxy/SRProxyConnect.h; sourceTree = ""; }; - 1AD53860E76238FC27B7F31FE0A1FAA6 /* Task.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Task.cpp; sourceTree = ""; }; - 1AF21108725FA51B85FF102A31ACD238 /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; - 1B2FDF20EA810557F54785C109B48C18 /* EventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventHandler.h; path = react/renderer/core/EventHandler.h; sourceTree = ""; }; - 1B30443903499CE296D1C625D9D4AEA8 /* MallctlHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MallctlHelper.h; path = folly/memory/MallctlHelper.h; sourceTree = ""; }; - 1B5184BE28BB2B3E7147CF506C695B88 /* ChannelProcessor-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ChannelProcessor-inl.h"; path = "folly/experimental/channels/ChannelProcessor-inl.h"; sourceTree = ""; }; - 1B559534C1130E040AA288E70CED1694 /* GuardPageAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GuardPageAllocator.h; path = folly/fibers/GuardPageAllocator.h; sourceTree = ""; }; - 1B7405E2E3DA62191FA13EF3F63CFAD8 /* CallOnce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallOnce.h; path = folly/synchronization/CallOnce.h; sourceTree = ""; }; - 1B91AE1DC6E6989C73AEFFBAB7768848 /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; - 1B923FCAF5C7796A626526088CA49FB3 /* SimpleLoopController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimpleLoopController.h; path = folly/fibers/SimpleLoopController.h; sourceTree = ""; }; - 1BA99955B773A244529FB89B33920B1A /* RCTDeviceInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDeviceInfo.mm; sourceTree = ""; }; - 1BADE690C01B4A3B7CAEC85D73EDBBBF /* EventHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventHandler.cpp; path = folly/io/async/EventHandler.cpp; sourceTree = ""; }; - 1BE71EECD01EFBDA50FD49226D59FD60 /* bindingUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bindingUtils.h; path = react/renderer/uimanager/bindingUtils.h; sourceTree = ""; }; - 1C025BFAC6A022068676C34A33E8E507 /* Poly-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Poly-inl.h"; path = "folly/Poly-inl.h"; sourceTree = ""; }; - 1C4E00F457150460253AC0456AB259CF /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; - 1C99083246146E13B9DD258830C9563A /* ImageState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageState.cpp; path = react/renderer/components/image/ImageState.cpp; sourceTree = ""; }; - 1C9B7F59787A31163CE56BA84A4CB971 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; - 1C9F58D5CFC49BF9A671D07B90DB64B5 /* HazptrDomain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrDomain.h; path = folly/synchronization/HazptrDomain.h; sourceTree = ""; }; - 1CA8ADA44891B0F8E73792AC823F65A7 /* ThreadCachedInt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedInt.h; path = folly/ThreadCachedInt.h; sourceTree = ""; }; - 1CA9B0A661BCAFDDC2254042D06D9FA6 /* CurrentExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CurrentExecutor.h; path = folly/experimental/coro/CurrentExecutor.h; sourceTree = ""; }; - 1CE157C9906FD1ECBEC1B1A32CED63B8 /* RCTImageView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageView.mm; sourceTree = ""; }; - 1CE524BEFDE15D49A60F621976A5DCBD /* Unit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Unit.h; sourceTree = ""; }; - 1CE62B8862BF989D4FA2036FDD0E8F1A /* buffer.c */ = {isa = PBXFileReference; includeInIndex = 1; path = buffer.c; sourceTree = ""; }; - 1CEA19219495FAF7A093F8EE14DCAF0C /* ParagraphLayoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphLayoutManager.h; path = react/renderer/components/text/ParagraphLayoutManager.h; sourceTree = ""; }; - 1D05717AA91A8753FC555B3BD2E2A056 /* React-RCTSettings.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.debug.xcconfig"; sourceTree = ""; }; - 1D0DABA84AFCA0F714C395BC761C032B /* FileUtilVectorDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FileUtilVectorDetail.h; path = folly/detail/FileUtilVectorDetail.h; sourceTree = ""; }; - 1D28F4AEF762CE3304DEB7370D705551 /* RCTNativeAnimatedTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedTurboModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedTurboModule.h; sourceTree = ""; }; - 1D304D1A39AEDC51CC8DA5BBE3F43AAE /* AtomicNotificationQueue-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicNotificationQueue-inl.h"; path = "folly/io/async/AtomicNotificationQueue-inl.h"; sourceTree = ""; }; - 1D415CFFE78F1BFA77CC32FEFE8C7921 /* Sqlite.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Sqlite.cpp; sourceTree = ""; }; - 1D55721717C95EB3264E142E00589C02 /* ShadowViewMutation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowViewMutation.h; path = react/renderer/mounting/ShadowViewMutation.h; sourceTree = ""; }; - 1D5937017B5C9BFCDBC41D7E0A15FDA0 /* LegacyViewManagerInteropViewProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LegacyViewManagerInteropViewProps.cpp; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropViewProps.cpp; sourceTree = ""; }; - 1D72B8ACF2B41429B4291E782155D516 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; - 1DB3280B3B80251A5F936B7187439B4C /* SanitizeAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SanitizeAddress.h; path = folly/memory/SanitizeAddress.h; sourceTree = ""; }; - 1DD6FAD4BC27373B51010755CDE641CA /* LayoutMetrics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutMetrics.h; path = react/renderer/core/LayoutMetrics.h; sourceTree = ""; }; - 1DDFCCBB3CB0E6028FFEB0FD88BCD6BA /* JSITracing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSITracing.h; sourceTree = ""; }; - 1DFDB9AA62F0D7D8E5B89E58CAB1BCFB /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = React/I18n/strings/en.lproj; sourceTree = ""; }; - 1E04881EDF02715BD6AC2C6ED3FBB37E /* React-rendererdebug */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-rendererdebug"; path = "libReact-rendererdebug.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 1E2B154607CFEA8C530C7554881BA89C /* GCTripwireContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GCTripwireContext.h; path = destroot/include/hermes/Public/GCTripwireContext.h; sourceTree = ""; }; - 1E5B2066D3C7BFD87CA9F17699B79F19 /* React-FabricImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-FabricImage-dummy.m"; sourceTree = ""; }; - 1E5F4FADC79DA21A93E2688A6D28D7AA /* EventUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventUtil.h; path = folly/io/async/EventUtil.h; sourceTree = ""; }; - 1E60B6CB776A6469B62610676A5ACFB8 /* Number.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Number.h; path = react/bridging/Number.h; sourceTree = ""; }; - 1E649614D7644BF68C2F5D4CB3FBF8DC /* React-NativeModulesApple */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-NativeModulesApple"; path = "libReact-NativeModulesApple.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 1E73BDC75D6231B257784B8058EC6449 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = React/CoreModules/RCTWebSocketExecutor.h; sourceTree = ""; }; - 1E76EAF8AE4C7015430FA29950F822B3 /* RCTSpringAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSpringAnimation.mm; sourceTree = ""; }; - 1E78603B2629C27007B4A3D6A68BA44F /* QuotientMultiSet-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QuotientMultiSet-inl.h"; path = "folly/experimental/QuotientMultiSet-inl.h"; sourceTree = ""; }; - 1E98DDC336DB0342AD29E7F8D1C70283 /* SafeAreaViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAreaViewComponentDescriptor.h; path = react/renderer/components/safeareaview/SafeAreaViewComponentDescriptor.h; sourceTree = ""; }; - 1EA91E9862AEC7D14856AE65FB8394D4 /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; - 1EB4EE3C7BA26EB0B702D1ACAE45FAF0 /* Cast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Cast.h; path = folly/lang/Cast.h; sourceTree = ""; }; - 1EB95F3097E25595B8D55D8EDCD30D7B /* RCTParagraphComponentAccessibilityProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParagraphComponentAccessibilityProvider.h; sourceTree = ""; }; - 1EEBB17BA8721C46C789E2B3DC303E9F /* BenchmarkUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BenchmarkUtil.h; path = folly/BenchmarkUtil.h; sourceTree = ""; }; - 1F0BF33DFEBF9E1B59297B7DC80E7ED6 /* HermesExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HermesExecutorFactory.h; sourceTree = ""; }; - 1F2FDE6BFB704A9F6779C2EA292B7F1B /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/experimental/Bits.h; sourceTree = ""; }; - 1F4570706926E76ABF9EEB86352A37CB /* SynthTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SynthTrace.h; path = destroot/include/hermes/SynthTrace.h; sourceTree = ""; }; - 1F46716E60223CD82E3094ED416D8648 /* Producer-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Producer-inl.h"; path = "folly/experimental/channels/Producer-inl.h"; sourceTree = ""; }; - 1F46DFFA4216551B146321AE3C99EBBD /* FutureUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FutureUtil.h; path = folly/experimental/coro/FutureUtil.h; sourceTree = ""; }; - 1F69FD4364566AB0DF12E5AA515D3146 /* MessageInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageInterfaces.h; path = destroot/include/hermes/inspector/chrome/MessageInterfaces.h; sourceTree = ""; }; - 1F75B30AF20E814EFB83FE082E36F726 /* RuntimeSchedulerClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeSchedulerClock.h; sourceTree = ""; }; - 1F8C5ABB59565CD0E241742CFCCF9C97 /* RCTAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimatedImage.h; path = Libraries/Image/RCTAnimatedImage.h; sourceTree = ""; }; - 1F8D16A3F7DDE7EC27D2D099E2423CEE /* libevent.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libevent.debug.xcconfig; sourceTree = ""; }; - 1FA554EA554D5ADF70A7EE0C1A52B879 /* Async.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Async.h; path = folly/executors/Async.h; sourceTree = ""; }; - 1FA724B3BEEAB5962F2842C6246597A2 /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; - 1FADAECAD6A7F2803D750C6635B7EF59 /* RCTRequired.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTRequired.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 1FDD0BBF3756DF0EE8BD21F1CF975489 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; - 200C4D0F5E2A126F55F4F50414812754 /* color.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = color.h; path = include/fmt/color.h; sourceTree = ""; }; - 202170A5B2CF75EB7A7A87967BF9D6EC /* SafeAreaViewState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAreaViewState.cpp; path = react/renderer/components/safeareaview/SafeAreaViewState.cpp; sourceTree = ""; }; - 203A9D6B9FD990D3D4E645598A8B6D50 /* IoTestTempFileUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IoTestTempFileUtil.h; path = folly/experimental/io/test/IoTestTempFileUtil.h; sourceTree = ""; }; - 20970794A47F7778A0E3ACF116DA05A4 /* TcpInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpInfo.h; path = folly/net/TcpInfo.h; sourceTree = ""; }; - 20A65BD06493A6A9F6A12B22B7C83F0A /* InspectorState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorState.h; sourceTree = ""; }; - 20B9623CA686DF1E43F595551C04DCDC /* TestUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TestUtil.h; path = folly/experimental/TestUtil.h; sourceTree = ""; }; - 20C408FCF82C45B9B57FFC10F0C6ADFE /* RCT-Folly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "RCT-Folly.debug.xcconfig"; sourceTree = ""; }; - 20D371DFF950758109386C4E78C8B6C6 /* React-graphics.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-graphics.modulemap"; sourceTree = ""; }; - 20DE44EE02C4DEA120A532F5B81AFE5C /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; - 20E6765A0311070E06589963E126CB90 /* RCTEnhancedScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEnhancedScrollView.h; sourceTree = ""; }; - 20EFF1C39FE8BB44F30DD2AD0F1740EF /* WatermelonDB.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = WatermelonDB.debug.xcconfig; sourceTree = ""; }; - 2140F17670B7A5C0FED1B4FA91F230A3 /* Future-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Future-inl.h"; path = "folly/futures/Future-inl.h"; sourceTree = ""; }; - 21615CEF624130E91B5A579561C69BD3 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; - 216D14F126E7EF9776D0F7B470ACB1C6 /* evutil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evutil.h; path = include/evutil.h; sourceTree = ""; }; - 21B3619D47DC102B9C82FCC7A859FC23 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; - 21BE78EB5B46F9CF608EE25677D5112B /* printf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = printf.h; path = include/fmt/printf.h; sourceTree = ""; }; - 21F2B157045D8FE5647342E0AC82E813 /* React-cxxreact.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-cxxreact.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 220A1E4998F1869905613C77E9557228 /* RCTSurfacePresenter.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfacePresenter.mm; path = Fabric/RCTSurfacePresenter.mm; sourceTree = ""; }; - 2262A791586A4111A0AF3DBF27BF1DA7 /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; - 22E83DCE18FDF2A1DDC5EB09C91A985A /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; - 2310837D732695A2CB47D8F135CB5AEA /* simdjson-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "simdjson-dummy.m"; sourceTree = ""; }; - 231DA88876792DFACAD82B00ECB5BDBC /* Scheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Scheduler.h; path = react/renderer/scheduler/Scheduler.h; sourceTree = ""; }; - 232B6F64473BB18B873DCDB2ACF149A9 /* React-RCTLinking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.release.xcconfig"; sourceTree = ""; }; - 233595AA06252339978E4CC02111B7A6 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; - 233CB414457BA49108D373A8218AC1FA /* React-RCTAnimation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.release.xcconfig"; sourceTree = ""; }; - 234521E75B40C0D829D0B3E5DC35FABA /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; - 2356C7890DEFB6FA1866958684655AC8 /* Format-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Format-inl.h"; path = "folly/Format-inl.h"; sourceTree = ""; }; - 235ECC6D6A5F436BEEB8E4FC15B1D860 /* React-hermes-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-hermes-dummy.m"; sourceTree = ""; }; - 23AB68E9717A63F757B87FE4D4A7DF83 /* DoubleConversion.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.debug.xcconfig; sourceTree = ""; }; - 23AF86ED93A1431134342B790EA5BF8E /* EventLogger.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventLogger.cpp; path = react/renderer/core/EventLogger.cpp; sourceTree = ""; }; - 23D2F2D477289225499FE4AF66F148B9 /* RCTComponentViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewProtocol.h; sourceTree = ""; }; - 23D45B9F16292480F04ACB34B15EAC87 /* RWSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RWSpinLock.h; path = folly/synchronization/RWSpinLock.h; sourceTree = ""; }; - 24051836E27483825A27202E27846EFD /* React-RCTFabric.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTFabric.debug.xcconfig"; sourceTree = ""; }; - 2426A4E07C322C84D6EFDAF229619BF3 /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; - 242A4DE8E754E4996FDD3CB3402C7749 /* glog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.debug.xcconfig; sourceTree = ""; }; - 242F718867406061BF6D46CF162D4D69 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; - 2431F36CB5EEE5DF82EC0FC1E4580CF6 /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; - 243CBFC61B7D490102AFF72C115E50B1 /* BlockingQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlockingQueue.h; path = folly/executors/task_queue/BlockingQueue.h; sourceTree = ""; }; - 24756EFFFAA904BC159631796DB3CFAC /* SysTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysTypes.h; path = folly/portability/SysTypes.h; sourceTree = ""; }; - 248B4C1BB9D70C6E428C9A00D571C814 /* SymbolizerTestUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SymbolizerTestUtils.h; path = folly/experimental/symbolizer/test/SymbolizerTestUtils.h; sourceTree = ""; }; - 2497ADB5CCC9E733FE4216BDDB9E8A85 /* DeadlockDetector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeadlockDetector.h; path = folly/concurrency/DeadlockDetector.h; sourceTree = ""; }; - 249CFB15681A147175E65CAA782D89A9 /* React-logger-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-logger-prefix.pch"; sourceTree = ""; }; - 24C8BEBDCC0114CCA29E7C37558713FA /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIDynamic.h; path = jsi/JSIDynamic.h; sourceTree = ""; }; - 24CF9865A32714FCACAF9E8A204F704A /* StateUpdate.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StateUpdate.cpp; path = react/renderer/core/StateUpdate.cpp; sourceTree = ""; }; - 24DEAA10B676119AB63C7987ABE04DA2 /* HostPlatformTouch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformTouch.h; sourceTree = ""; }; - 24F96BE37E2477FDC41599307CBCC554 /* SafeAreaViewState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAreaViewState.h; path = react/renderer/components/safeareaview/SafeAreaViewState.h; sourceTree = ""; }; - 252F237C96D1CE5540A6AD8F6145BA81 /* React-debug.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-debug.modulemap"; sourceTree = ""; }; - 253E7C24B5E7A8EA9DCD04325DA2C154 /* ConstructorCallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConstructorCallback.h; path = folly/ConstructorCallback.h; sourceTree = ""; }; - 255B49BFD96AC702AEB1CB42EE2DBE19 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; - 256FCA0EBCDB0C505EF486EF45D25B9E /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; - 2577F299FCB0A19824FE989BE77B8E8F /* React-jsinspector */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-jsinspector"; path = "libReact-jsinspector.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 258E9655C685A4095ADBD07A28D78C4F /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = react/bridging/LongLivedObject.h; sourceTree = ""; }; - 25AA5D7D0D07AAD63AA2B91805FFB68B /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; - 25D045F328641426B1D6767EE1B4456D /* RCTDisplayWeakRefreshable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDisplayWeakRefreshable.h; path = Libraries/Image/RCTDisplayWeakRefreshable.h; sourceTree = ""; }; - 25E7490BC4984215D4251338571C7634 /* ScrollViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewShadowNode.h; path = react/renderer/components/scrollview/ScrollViewShadowNode.h; sourceTree = ""; }; - 25EC3FAD13FE7EF5E71F33EA5BB388F3 /* TextMeasureCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextMeasureCache.h; path = react/renderer/textlayoutmanager/TextMeasureCache.h; sourceTree = ""; }; - 264BBF75726E44CB953925F20F319367 /* SchedulerToolbox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SchedulerToolbox.h; path = react/renderer/scheduler/SchedulerToolbox.h; sourceTree = ""; }; - 264DE97F0A94FD2548DDE9B01AF62ECE /* GlobalThreadPoolList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GlobalThreadPoolList.h; path = folly/executors/GlobalThreadPoolList.h; sourceTree = ""; }; - 264E63CB9ECD194E881A67AB473EC451 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; - 2652742050B862B032189F922D143489 /* EventPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventPayload.h; path = react/renderer/core/EventPayload.h; sourceTree = ""; }; - 265B2C0A43B2717F10CFB2D0BC68C306 /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; - 269979A7C8BD768E5A778E1B15224AD0 /* simdjson.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = simdjson.debug.xcconfig; sourceTree = ""; }; - 269BE773C9482484B70949A40F4EA525 /* React-RCTSettings */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTSettings"; path = "libReact-RCTSettings.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 26B6E612DA92E93C927710DC052A514A /* Function.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Function.h; path = folly/Function.h; sourceTree = ""; }; - 26EA3F9508A734E303EBE24284A19B55 /* RCTModalHostViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModalHostViewComponentView.mm; sourceTree = ""; }; - 2708298752F8F3BEEC1AFF5DA6457735 /* bindingUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = bindingUtils.cpp; path = react/renderer/uimanager/bindingUtils.cpp; sourceTree = ""; }; - 272064EB71165A14A0BDA418E8635505 /* Hash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hash.h; path = folly/Hash.h; sourceTree = ""; }; - 273BAC191E1E7E1CD40A577D57B638A9 /* ImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageManager.h; path = react/renderer/imagemanager/ImageManager.h; sourceTree = ""; }; - 2760836C5AE3EE020B9917487A74B60C /* debugStringConvertibleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = debugStringConvertibleUtils.h; sourceTree = ""; }; - 27A9ED35794A3DA6FBB6FA12D0CC32FC /* FMDB.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FMDB.h; sourceTree = ""; }; - 27AB66F79075313382FB581671D1124C /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; - 27BA1E81627E0A3996B6CCA7B37367A3 /* Bser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bser.h; path = folly/experimental/bser/Bser.h; sourceTree = ""; }; - 27ECD70A88C9A6328ABC0A30EA2F73B1 /* ViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewShadowNode.h; path = react/renderer/components/view/ViewShadowNode.h; sourceTree = ""; }; - 27EDD7380D5A2BAE0D642838F7D53F3B /* libevent-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "libevent-dummy.m"; sourceTree = ""; }; - 2803DA10989697686D24AD216C479EB6 /* heap_vector_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = heap_vector_types.h; path = folly/container/heap_vector_types.h; sourceTree = ""; }; - 280D5F390AE3F76187FD986BECE23EC5 /* UnboundedBlockingQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnboundedBlockingQueue.h; path = folly/executors/task_queue/UnboundedBlockingQueue.h; sourceTree = ""; }; - 2839A4C93867B005D10BD9C48D8E768C /* dynamic-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "dynamic-inl.h"; path = "folly/dynamic-inl.h"; sourceTree = ""; }; - 28566A78A06E9CABF6E39823F2FE4E56 /* Barrier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Barrier.h; path = folly/futures/Barrier.h; sourceTree = ""; }; - 286778F5077335D0C6992D6856F6E736 /* React-RCTText.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.release.xcconfig"; sourceTree = ""; }; - 286BD9C9D69D5D3BED701B934EBE5114 /* InlineFunctionRef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InlineFunctionRef.h; path = folly/synchronization/detail/InlineFunctionRef.h; sourceTree = ""; }; - 2876DC1244A736B107A457F8AF631582 /* Utility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utility.h; path = folly/synchronization/Utility.h; sourceTree = ""; }; - 289DCC6921EB5485D517EFF28278AA23 /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; - 28A2AE6E2C9A1D580C45B165C9E8DEF0 /* React-jsi.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jsi.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 28B219A9B1CAABAF0E977F24647ECD13 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; - 28BF0D1264370850A6FA8666EE10B862 /* React-NativeModulesApple.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-NativeModulesApple.release.xcconfig"; sourceTree = ""; }; - 28C805EB5DF4B2547CAEFDA28B032854 /* React-graphics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-graphics.release.xcconfig"; sourceTree = ""; }; - 28D12FD1EC1B1100F16438A55E2DCCA8 /* ScrollViewEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScrollViewEventEmitter.cpp; path = react/renderer/components/scrollview/ScrollViewEventEmitter.cpp; sourceTree = ""; }; - 28FC1BB964055D7D7FB8FC851185004F /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = React/I18n/strings/pl.lproj; sourceTree = ""; }; - 28FF80309FEC4B4E70F5BCC99FA1B60F /* RCTFabricModalHostViewController.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFabricModalHostViewController.mm; sourceTree = ""; }; - 290028520CEE83945693AB901B812387 /* LegacyViewManagerInteropComponentDescriptor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = LegacyViewManagerInteropComponentDescriptor.mm; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropComponentDescriptor.mm; sourceTree = ""; }; - 293E8828C13128B44F10BEA8893C206A /* StringKeyedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedMap.h; path = folly/experimental/StringKeyedMap.h; sourceTree = ""; }; - 294405FF96E93803A30084D690D89374 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = Libraries/Image/RCTImageLoader.h; sourceTree = ""; }; - 2960522AD9D825FC8DFF2EB9DE4DA506 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; - 2975AFFA5AB8C935AECAB53FBA55085B /* SimpleAsyncIO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimpleAsyncIO.h; path = folly/experimental/io/SimpleAsyncIO.h; sourceTree = ""; }; - 29C0788362522A5762D7ACAB8C613276 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAlertManager.h; path = React/CoreModules/RCTAlertManager.h; sourceTree = ""; }; - 29CB91BC04DFF1D048E1910391538FFF /* SurfaceHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SurfaceHandler.h; path = react/renderer/scheduler/SurfaceHandler.h; sourceTree = ""; }; - 29E905D12B9A48AE137C442AEFA6DF77 /* SafeAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAssert.h; path = folly/lang/SafeAssert.h; sourceTree = ""; }; - 29ECDB6B7615B53F6A34DFBC6A87B88D /* RCTTrackingAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTrackingAnimatedNode.mm; sourceTree = ""; }; - 29FA88EA0E631BAF5570F38E35DF73EA /* RCTLogBoxView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLogBoxView.h; path = React/CoreModules/RCTLogBoxView.h; sourceTree = ""; }; - 2A03BC495DCB8F9A195CA89BE621509E /* DynamicParser-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DynamicParser-inl.h"; path = "folly/experimental/DynamicParser-inl.h"; sourceTree = ""; }; - 2A49556C0486AE9D89C5D6EC82FDF2E7 /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; - 2A60A0DB3972854776B6A5248CA9DA15 /* traits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = traits.h; path = folly/fibers/traits.h; sourceTree = ""; }; - 2A73DE8702554CF01453BEA010CD651C /* ComponentDescriptorProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptorProvider.h; path = react/renderer/componentregistry/ComponentDescriptorProvider.h; sourceTree = ""; }; - 2A741F58F07D6202240FB0225A077623 /* React-Mapbuffer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Mapbuffer.debug.xcconfig"; sourceTree = ""; }; - 2A7F9FC45FC00FE157C8359F0080997D /* Yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-prefix.pch"; sourceTree = ""; }; - 2A8E41830A1ABF697CD7FB2678E3C13E /* F14Set-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "F14Set-fwd.h"; path = "folly/container/F14Set-fwd.h"; sourceTree = ""; }; - 2A8FEE3798BADF30F49171E0D84DADF2 /* SocketRocket.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SocketRocket.debug.xcconfig; sourceTree = ""; }; - 2AA6F719832B4C2BBBF55B219BB68801 /* evdns.c */ = {isa = PBXFileReference; includeInIndex = 1; path = evdns.c; sourceTree = ""; }; - 2AD9BDC06E41C47C845AC231063F75D6 /* MicroSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroSpinLock.h; path = folly/synchronization/MicroSpinLock.h; sourceTree = ""; }; - 2B10CE82F40E79C284DFB52242C7F5A8 /* SurfaceHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SurfaceHandler.cpp; path = react/renderer/scheduler/SurfaceHandler.cpp; sourceTree = ""; }; - 2B220075E54C21046A86509639FC45C4 /* CallbackOStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CallbackOStream.h; sourceTree = ""; }; - 2B447BEDA77F620D00D53B628675A205 /* Connection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Connection.h; sourceTree = ""; }; - 2B5E72CC09BB1DA7FA9ABCE7741DA5EE /* ShadowTreeRevision.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowTreeRevision.h; path = react/renderer/mounting/ShadowTreeRevision.h; sourceTree = ""; }; - 2B6EB885392295A207EB5B5BD7E2520B /* Access.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Access.h; path = folly/container/Access.h; sourceTree = ""; }; - 2B8C18BD4997D6383A89BAC77E59D744 /* ReadMostlySharedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReadMostlySharedPtr.h; path = folly/experimental/ReadMostlySharedPtr.h; sourceTree = ""; }; - 2B9C171AA4D6DC6E7DC490F14121932A /* JemallocHugePageAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JemallocHugePageAllocator.h; path = folly/experimental/JemallocHugePageAllocator.h; sourceTree = ""; }; - 2BAE3190CA1859D167DFFB3441FEC913 /* RCTImageComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageComponentView.h; sourceTree = ""; }; - 2BB6F6CD03F6A6858CC1E1124C799519 /* RCTTextLayoutManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextLayoutManager.mm; sourceTree = ""; }; - 2BC4CFCA37CCC48F19408D2BECAE8D59 /* RemoteObjectsTable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RemoteObjectsTable.h; sourceTree = ""; }; - 2BCEF174A51622AE6246884F33D04974 /* ImageComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageComponentDescriptor.h; path = react/renderer/components/image/ImageComponentDescriptor.h; sourceTree = ""; }; - 2C0B50A6CE01A0D79B0E2BA78CB03A3C /* ReactCommon.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ReactCommon.modulemap; sourceTree = ""; }; - 2C558C213FBBAB00091AE3375251F707 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; - 2CBF3FECB221DC789E079A047E6326C4 /* ManualExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ManualExecutor.h; path = folly/executors/ManualExecutor.h; sourceTree = ""; }; - 2CE6320AFCE8917C21CA373B439074F0 /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; - 2D21471BEF3C698685A736E5F9DCCED5 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; - 2D5533FF075D2D920EAB15B1AACF8FBB /* SanitizeThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SanitizeThread.h; path = folly/synchronization/SanitizeThread.h; sourceTree = ""; }; - 2D7A685744D19CA278C2DA008A722966 /* Portability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Portability.h; path = folly/Portability.h; sourceTree = ""; }; - 2D939CF0B78E259B0FC61F95278B2FFB /* RCTPerformanceLogger.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPerformanceLogger.mm; sourceTree = ""; }; - 2D9D3348C253BDD9E7DB1132D0E26080 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; - 2DBD576025E6AAD1FB14CD65C52CFE9E /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; - 2DD8A007174CC4372DF41C4E1E4944B8 /* SchedulerPriority.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SchedulerPriority.h; path = ReactCommon/SchedulerPriority.h; sourceTree = ""; }; - 2DE6D916784E372A3DB419F1BB7C25E9 /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = react/nativemodule/core/ReactCommon/LongLivedObject.h; sourceTree = ""; }; - 2DFFC98CBF18095CDACCE6839A215CEF /* Varint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Varint.h; path = folly/Varint.h; sourceTree = ""; }; - 2E2E9CA30401DF4668DE489F9B9B466E /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; - 2E56C2C85A5F3C515CEFD0F863456370 /* mm-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "mm-internal.h"; sourceTree = ""; }; - 2E607F300C5E38706C137760DBF5BCF6 /* RCTTiming.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTiming.mm; sourceTree = ""; }; - 2E68F6B2AF07E29F492AB86F3A45FE18 /* RCTImageURLLoaderWithAttribution.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageURLLoaderWithAttribution.mm; sourceTree = ""; }; - 2EAA42E65FE68D3D9A88BAEAFF344892 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; - 2EBD68F30954D6A08B0DFE6F79D3D8FD /* React-RCTImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.debug.xcconfig"; sourceTree = ""; }; - 2EC8FFAE4299F99FD43FC1FEA8E725A6 /* SRDelegateController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRDelegateController.h; path = SocketRocket/Internal/Delegate/SRDelegateController.h; sourceTree = ""; }; - 2EC982E98CB0AC4F1313DF0FFFDD522A /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; - 2EE8D6BFC3EFA00CA4A5A25B1C13C5D2 /* RCTBundleAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBundleAssetImageLoader.h; path = Libraries/Image/RCTBundleAssetImageLoader.h; sourceTree = ""; }; - 2EEECAE1B405F80DD2F373DCEEEE0C65 /* boost.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = boost.debug.xcconfig; sourceTree = ""; }; - 2EF5D15F09A2040D80ABE84B5DC67E78 /* RCTDevLoadingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevLoadingView.mm; sourceTree = ""; }; - 2F067E58D088C605EE3EC9D20EAEACD4 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; - 2F2B838F0190F6A1EE735A2E520F20CE /* Thunk.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Thunk.h; path = folly/lang/Thunk.h; sourceTree = ""; }; - 2F4284930F942D6A41B7DF9E704E1465 /* MessageInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageInterfaces.h; sourceTree = ""; }; - 2F709B56E3CE0FA3DA3E06A44105D8A1 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; - 2FC9F8B89EFDBF435B2C73FCCC1D0817 /* RCTTypedModuleConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTypedModuleConstants.h; sourceTree = ""; }; - 2FCC05913D61B6413BA8444145D8BFAB /* Hazptr-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Hazptr-fwd.h"; path = "folly/synchronization/Hazptr-fwd.h"; sourceTree = ""; }; - 2FD778B3121BDECF1D7E6CB6925C07C1 /* Iterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Iterator.h; path = folly/container/Iterator.h; sourceTree = ""; }; - 2FED20D118B25D6E5EF14D80D1DF4406 /* RCTFabricModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFabricModalHostViewController.h; sourceTree = ""; }; - 2FF1B7272DCB6702CA2109915D2759DF /* Rcu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Rcu.h; path = folly/synchronization/Rcu.h; sourceTree = ""; }; - 3019A7602D80D4E13DE8C9B42894C169 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; - 302A51676C1690975904913B2021CDB6 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; - 303B4854467E151A062CDD0CC4551325 /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; - 305A7B5D2DB75E13E887BC1F55D210CE /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; - 306CCC8D01AC4518DC3F4701A6696FA5 /* HeterogeneousAccess-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "HeterogeneousAccess-fwd.h"; path = "folly/container/HeterogeneousAccess-fwd.h"; sourceTree = ""; }; - 309889DAB2E8D69E094B9E8B21E0AC1A /* Uri.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Uri.h; path = folly/Uri.h; sourceTree = ""; }; - 30D06306B5C81E41931551E2E54A5A4F /* ParagraphShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphShadowNode.cpp; path = react/renderer/components/text/ParagraphShadowNode.cpp; sourceTree = ""; }; - 30EB760E6033ADCEC1D2CC8D2D4A867C /* SysFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysFile.h; path = folly/portability/SysFile.h; sourceTree = ""; }; - 30FBEF5D4C29F1E2F21235D74E9B3549 /* a.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = a.h; path = folly/experimental/settings/test/a.h; sourceTree = ""; }; - 310080BC997989C8309F4854BA8B8085 /* IOBuf.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IOBuf.cpp; path = folly/io/IOBuf.cpp; sourceTree = ""; }; - 31164E58BE85EDEC93B484AE9FADB851 /* StateData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StateData.h; path = react/renderer/core/StateData.h; sourceTree = ""; }; - 3150D02F0BDA862E558C2A02B8C0C40C /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; - 316141A4460D53B610A6650539B1BAF4 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; - 316D0DF66719724113C00276AE1535C3 /* TextProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextProps.cpp; path = react/renderer/components/text/TextProps.cpp; sourceTree = ""; }; - 316E8E9EA4E7A8E636D1CF14706527F0 /* EventEmitters.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventEmitters.cpp; path = react/renderer/components/rncore/EventEmitters.cpp; sourceTree = ""; }; - 317D4F45F7C2152DF26D0EF435624C4E /* RCTConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConstants.h; sourceTree = ""; }; - 31834DBE0CAA6D2883A660C2F0C260A5 /* F14SetFallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14SetFallback.h; path = folly/container/detail/F14SetFallback.h; sourceTree = ""; }; - 318A572878E2ACA017231A28F202A857 /* Database-sqlite.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "Database-sqlite.cpp"; sourceTree = ""; }; - 318B2D33A469B69DEA79BA946F6C013C /* FiberIOExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FiberIOExecutor.h; path = folly/executors/FiberIOExecutor.h; sourceTree = ""; }; - 31B9A730BE99A3908F05EF0B203C570B /* RCTTurboModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTurboModuleManager.h; path = ReactCommon/RCTTurboModuleManager.h; sourceTree = ""; }; - 31BFC117D93835A6268E7E6024B95C0E /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/core/conversions.h; sourceTree = ""; }; - 320C4D0A5E94A151E3D8D65D2005ACCA /* ParagraphProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphProps.h; path = react/renderer/components/text/ParagraphProps.h; sourceTree = ""; }; - 32151BA10070E986892C4811AB320AF5 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; - 322988115B0F5F22D3A1189059E6A7D9 /* CurrentAsyncFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CurrentAsyncFrame.h; path = folly/experimental/coro/detail/CurrentAsyncFrame.h; sourceTree = ""; }; - 3258230A4B4E051BB89554AD882040F4 /* Core.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Core.h; path = folly/futures/detail/Core.h; sourceTree = ""; }; - 32658BCA29C994A5FD5161246ED8ADD0 /* RCTLocalizedString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLocalizedString.mm; sourceTree = ""; }; - 3295BC0620F902BF8FE6CEDF6BF8FAD4 /* RCTAlertController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAlertController.h; path = React/CoreModules/RCTAlertController.h; sourceTree = ""; }; - 32A60FABB2C9CD146D619724B6CF9AE3 /* CPUThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CPUThreadPoolExecutor.cpp; path = folly/executors/CPUThreadPoolExecutor.cpp; sourceTree = ""; }; - 32AAFF1BC9136C993AFE21F80133C566 /* Ordering.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Ordering.h; path = folly/lang/Ordering.h; sourceTree = ""; }; - 32AF3AD8D60F975EE5A092A9B2986002 /* AtomicBatchDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicBatchDispatcher.h; path = folly/fibers/AtomicBatchDispatcher.h; sourceTree = ""; }; - 32CB5DB02B5FF13468E783F69C36273D /* JSOutOfMemoryError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSOutOfMemoryError.h; path = destroot/include/hermes/Public/JSOutOfMemoryError.h; sourceTree = ""; }; - 32DF39705F280596D2415C75E9661899 /* GenericBaton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GenericBaton.h; path = folly/fibers/GenericBaton.h; sourceTree = ""; }; - 32EA13B8617E59D98A656FACC9891FCA /* FlexDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FlexDirection.h; sourceTree = ""; }; - 32F2FEA080AA81AD470B371495DA8733 /* EventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventEmitter.cpp; path = react/renderer/core/EventEmitter.cpp; sourceTree = ""; }; - 32FAAA016331228D4F76A101483AE521 /* FileUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FileUtil.h; path = folly/FileUtil.h; sourceTree = ""; }; - 330D2A2E5A24EAF41136B3A250C979CD /* React-runtimescheduler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-runtimescheduler-prefix.pch"; sourceTree = ""; }; - 3317541205FFFBC694500F767C93EC47 /* RValueReferenceWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RValueReferenceWrapper.h; path = folly/lang/RValueReferenceWrapper.h; sourceTree = ""; }; - 3335DC72BF76446875C57B753702FF14 /* YogaStylableProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YogaStylableProps.cpp; path = react/renderer/components/view/YogaStylableProps.cpp; sourceTree = ""; }; - 333690CDE788B482134593B4A06F9E3E /* BaseTextProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseTextProps.h; path = react/renderer/components/text/BaseTextProps.h; sourceTree = ""; }; - 333826FE3007A95C4BF80ED3513EECA1 /* defer-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "defer-internal.h"; sourceTree = ""; }; - 334649FB887B2D123EACD5F2494C1C62 /* GTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTest.h; path = folly/portability/GTest.h; sourceTree = ""; }; - 335353C6724F43C8E32394D7BA8B818F /* ShadowNodeTraits.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNodeTraits.cpp; path = react/renderer/core/ShadowNodeTraits.cpp; sourceTree = ""; }; - 3374135757FEABC92DA1475D1D935CC3 /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = React/CoreModules/RCTWebSocketModule.h; sourceTree = ""; }; - 337AEE7A63EFD220C03F71FEFD81EB06 /* ExceptionTracer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionTracer.h; path = folly/experimental/exception_tracer/ExceptionTracer.h; sourceTree = ""; }; - 33D9929C1A3327D89C326ACEE7583B81 /* GroupVarint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GroupVarint.h; path = folly/GroupVarint.h; sourceTree = ""; }; - 33E18F065D4A07D777996FC000A3B365 /* posix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = posix.h; path = include/fmt/posix.h; sourceTree = ""; }; - 33FD34ECA12EE489DF89C12EED75DDD8 /* ConcreteShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcreteShadowNode.h; path = react/renderer/core/ConcreteShadowNode.h; sourceTree = ""; }; - 3414D2FCB3FACFE2839D44776E5FBC6B /* SymbolizedFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SymbolizedFrame.h; path = folly/experimental/symbolizer/SymbolizedFrame.h; sourceTree = ""; }; - 3421E211AB0E2C7FDDFA89465C316A76 /* ms.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ms.lproj; path = React/I18n/strings/ms.lproj; sourceTree = ""; }; - 345239361E6BC51705FD68D8F6EB778B /* PlatformRunLoopObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PlatformRunLoopObserver.h; sourceTree = ""; }; - 346371DE77029E27A92D6DCF54A813D3 /* React-CoreModules-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-CoreModules-dummy.m"; sourceTree = ""; }; - 34959D92A3DD2E03900FDD1EEB71C3DC /* AsyncTrace.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncTrace.cpp; path = folly/detail/AsyncTrace.cpp; sourceTree = ""; }; - 349F9CAB1EE25E11A1B4CC7E85478487 /* ConnectionDemux.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionDemux.cpp; sourceTree = ""; }; - 34C482F41B0FAD8426C10B6A9CD80498 /* Cursor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Cursor.h; path = folly/io/Cursor.h; sourceTree = ""; }; - 34D55F707915EFFCA63436A767C62D80 /* RCTObjectAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjectAnimatedNode.mm; sourceTree = ""; }; - 34D64259BA55D4854231FC202E12B3E2 /* LayoutableShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutableShadowNode.h; path = react/renderer/core/LayoutableShadowNode.h; sourceTree = ""; }; - 34F6D681AC46FA54DBECF6226D9C9887 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/imagemanager/primitives.h; sourceTree = ""; }; - 351F2BEADA91598B39C510E8818DD8DB /* AsynchronousEventBeat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsynchronousEventBeat.cpp; path = react/renderer/scheduler/AsynchronousEventBeat.cpp; sourceTree = ""; }; - 352AC285227C783F3E91522912B0EF29 /* Hazptr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hazptr.h; path = folly/synchronization/Hazptr.h; sourceTree = ""; }; - 353854D19124399936A3A5C0D1303693 /* TextShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextShadowNode.cpp; path = react/renderer/components/text/TextShadowNode.cpp; sourceTree = ""; }; - 35956C960CD13911067FFD9BBDE28009 /* EvictingCacheMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EvictingCacheMap.h; path = folly/container/EvictingCacheMap.h; sourceTree = ""; }; - 359BBC7B8A35DF73821814B1C5A4419A /* TextProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextProps.h; path = react/renderer/components/text/TextProps.h; sourceTree = ""; }; - 35BB64C08734DE7F6329404F438520A2 /* React-ImageManager.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-ImageManager.modulemap"; sourceTree = ""; }; - 35CFB7B80E8D752A7972ACE42B912F88 /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = React/I18n/strings/de.lproj; sourceTree = ""; }; - 361D1AF14ECB5730F1FE419014458529 /* MallctlHelper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MallctlHelper.cpp; path = folly/memory/MallctlHelper.cpp; sourceTree = ""; }; - 365C6C20B861E517AE2EFA4A84465A4E /* RCTImageResponseObserverProxy.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTImageResponseObserverProxy.mm; path = Fabric/RCTImageResponseObserverProxy.mm; sourceTree = ""; }; - 36809BB04EDB50598AB951CA3F36A426 /* kqueue.c */ = {isa = PBXFileReference; includeInIndex = 1; path = kqueue.c; sourceTree = ""; }; - 36977AD384D95E535342C1FBAA90BEA1 /* ThreadName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadName.h; path = folly/system/ThreadName.h; sourceTree = ""; }; - 36B73E65F2B54E8B95CB3B6849F1EF6A /* ReactNativeConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ReactNativeConfig.cpp; path = react/config/ReactNativeConfig.cpp; sourceTree = ""; }; - 36B80AE607163973D7972124A06D3CD5 /* UIView+ComponentViewProtocol.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = "UIView+ComponentViewProtocol.mm"; sourceTree = ""; }; - 36CC848E1FAB5315A02B1AFFAD4E8A5C /* SaturatingSemaphore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SaturatingSemaphore.h; path = folly/synchronization/SaturatingSemaphore.h; sourceTree = ""; }; - 37057BBCD8CB916F91156767BCA4E621 /* ConnectionDemux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ConnectionDemux.h; sourceTree = ""; }; - 370A549E628BC1D4D8F1F585148F692B /* RCTTextPrimitivesConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextPrimitivesConversions.h; sourceTree = ""; }; - 370C386C01537827C3498EF2805AAC53 /* ShadowTreeRevision.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowTreeRevision.cpp; path = react/renderer/mounting/ShadowTreeRevision.cpp; sourceTree = ""; }; - 37213019766DCDABCA978E704ACE661D /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/Bits.h; sourceTree = ""; }; - 3727C1BD514632F1B5DC55853175C5E9 /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; - 374B4E819CE55607BC2F6700DAAB0413 /* RCTTextSelection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextSelection.mm; sourceTree = ""; }; - 37592FDAD45752511010F4B06AC57355 /* React-cxxreact */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-cxxreact"; path = "libReact-cxxreact.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 376B90C6AE18EFBC6F587D95C2D85ACC /* React-RCTAppDelegate-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAppDelegate-dummy.m"; sourceTree = ""; }; - 378D69BB342BCABA07E7B39ABDB1AC97 /* AtomicHashUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashUtils.h; path = folly/detail/AtomicHashUtils.h; sourceTree = ""; }; - 37B225297781C12E0E620D023268615E /* evrpc-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "evrpc-internal.h"; sourceTree = ""; }; - 37BD1E6700753D349575D55F7FDEB664 /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; - 37DE61B7C10AB3DEA9B1C22E3742B51D /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; - 38167C79531788F4FA1DF17B03CBCAEA /* RCTLocalizationProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalizationProvider.h; path = Fabric/RCTLocalizationProvider.h; sourceTree = ""; }; - 382BA11354469F899428766465F8DC3C /* React-nativeconfig.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-nativeconfig.debug.xcconfig"; sourceTree = ""; }; - 385E14ACA3AE2015F20BCC0D4E7B14D5 /* React-utils.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-utils.modulemap"; sourceTree = ""; }; - 3863E5A6F95146948F1A77F8ECBD8AC7 /* RCTTextLayoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextLayoutManager.h; sourceTree = ""; }; - 38A2011E4B4080ABD1EBFD971F2D1CF5 /* TextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextAttributes.h; path = react/renderer/attributedstring/TextAttributes.h; sourceTree = ""; }; - 38E753A0DF0BA1A12CDD9A36CFB51E8A /* Registration.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Registration.cpp; sourceTree = ""; }; - 38E7DF30E116C16411AAFFF64899025B /* RCTTypeSafety-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-prefix.pch"; sourceTree = ""; }; - 38FD9D2750294A911674A20D9B0D8BEB /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; - 39091B6833326CFB5B2EF13E5D2B7A98 /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; - 392044629337ABD19A980A96EE943FBE /* SocketRocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SocketRocket-dummy.m"; sourceTree = ""; }; - 392D595398A6FC9285E068B07933F067 /* FlatCombiningPriorityQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlatCombiningPriorityQueue.h; path = folly/experimental/FlatCombiningPriorityQueue.h; sourceTree = ""; }; - 394C86030F37CE3B5860ACFCC75F2264 /* MPMCPipelineDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCPipelineDetail.h; path = folly/detail/MPMCPipelineDetail.h; sourceTree = ""; }; - 395AF437CF8117D4CFA4DC9039E3DD76 /* React-Fabric.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Fabric.debug.xcconfig"; sourceTree = ""; }; - 3969602043C2C9F85294CA04BC895236 /* LayoutConstraints.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutConstraints.cpp; path = react/renderer/core/LayoutConstraints.cpp; sourceTree = ""; }; - 396D21BB6AFA2975C5103319CEC43031 /* WhenN.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WhenN.h; path = folly/fibers/WhenN.h; sourceTree = ""; }; - 397AC2464D1E022F36B1962F59000077 /* SpookyHashV2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpookyHashV2.h; path = folly/hash/SpookyHashV2.h; sourceTree = ""; }; - 397E8C15413CC0552A36F2A97CF7B2FD /* React-RCTAnimation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.debug.xcconfig"; sourceTree = ""; }; - 399057A72EF01D0C5EDF94FFBD04F7D9 /* RCTBlobPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobPlugins.mm; sourceTree = ""; }; - 39AE40FF9CAD4A66D831810C3128AB3E /* AsyncPipe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncPipe.h; path = folly/experimental/coro/AsyncPipe.h; sourceTree = ""; }; - 39B5B563D758FEC83CA07C4D64C7778F /* VirtualEventBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VirtualEventBase.h; path = folly/io/async/VirtualEventBase.h; sourceTree = ""; }; - 39D0105B481E5FB78C661496BD63B8A5 /* React-RCTAppDelegate */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTAppDelegate"; path = "libReact-RCTAppDelegate.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 39E50A5C81CD9604639E09851ABFCF09 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; - 39F6110B68033E3A4C7843A7D1134824 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; - 3A313D4532E1F04D91F64CD0AA74A7AA /* RawEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawEvent.h; path = react/renderer/core/RawEvent.h; sourceTree = ""; }; - 3A4655F2B99793712E2F59C8FD019EE0 /* FMResultSet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FMResultSet.m; sourceTree = ""; }; - 3A4751EE08A2C0BEAB7320BCB5D773AE /* RCTConvertHelpers.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvertHelpers.mm; sourceTree = ""; }; - 3A6555F10993058487D2EF85C65305F1 /* HazptrRec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrRec.h; path = folly/synchronization/HazptrRec.h; sourceTree = ""; }; - 3A6D5EB88EEA458AC5F5E6EF2ECD1983 /* Array.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Array.h; path = react/bridging/Array.h; sourceTree = ""; }; - 3A73E382E14F3D83BC5E2ABF7F8392E8 /* RCTJSIExecutorRuntimeInstaller.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSIExecutorRuntimeInstaller.h; sourceTree = ""; }; - 3A99B54AAF43917C7FDE83FB531CCCBD /* CachedMeasurement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CachedMeasurement.h; sourceTree = ""; }; - 3AD40BE157E052056EB988E1CAC15B82 /* RawPropsParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawPropsParser.h; path = react/renderer/core/RawPropsParser.h; sourceTree = ""; }; - 3ADD1077288D23E0170E6E51A898B856 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; - 3B30677ED8E0196AF0DEAE12E76CA31C /* RCTResizeMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTResizeMode.mm; sourceTree = ""; }; - 3B3FEEC8880EA993F4C3858A8BC8DF32 /* StampedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StampedPtr.h; path = folly/experimental/StampedPtr.h; sourceTree = ""; }; - 3B490F6CF107277F081ED2A240E5596F /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; - 3B584114BA996EB8209E77C3B7221A07 /* RCTSurfaceTouchHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfaceTouchHandler.mm; path = Fabric/RCTSurfaceTouchHandler.mm; sourceTree = ""; }; - 3B7C08344CFE377E99D0DA779EA98E19 /* libevent.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libevent.release.xcconfig; sourceTree = ""; }; - 3B9C2F2A68B29DBC8400B65B26C14CC7 /* Channel-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Channel-fwd.h"; path = "folly/experimental/channels/Channel-fwd.h"; sourceTree = ""; }; - 3BD43F04F6F8EB7DBE10B926B46FC569 /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; - 3BF933E1D1F089603E530BB4AE4D2A86 /* RCTParagraphComponentAccessibilityProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTParagraphComponentAccessibilityProvider.mm; sourceTree = ""; }; - 3C11CCD5B38FC12376596E695A706635 /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; - 3C389B26C32CC437E0B0E9CA51A78180 /* RCTLinkingPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingPlugins.h; path = Libraries/LinkingIOS/RCTLinkingPlugins.h; sourceTree = ""; }; - 3C5705E15AA878F473FF6C19113197E2 /* Range.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Range.h; path = folly/Range.h; sourceTree = ""; }; - 3C5C318AD091EC8D60B1D22F18727770 /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; - 3C5F834EBF5BEEAAEAB45DF334CB5C70 /* FBLazyVector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.release.xcconfig; sourceTree = ""; }; - 3C7623C358AD6732F0B3A88168B4C984 /* Syslog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Syslog.h; path = folly/portability/Syslog.h; sourceTree = ""; }; - 3CA7A9404CCDD6BA22C97F8348CE3209 /* glog */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = glog; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3CBFAD8F088961CCCB38609D1BB451AE /* RCTModalHostViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewComponentView.h; sourceTree = ""; }; - 3CE31C8DEADF3198A0A10339D4C98083 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTExceptionsManager.h; path = React/CoreModules/RCTExceptionsManager.h; sourceTree = ""; }; - 3CFE54652031922A14291E1490D31F49 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; - 3D280432743FB8EE2BF0666FA88B3BC6 /* RCTFontProperties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFontProperties.h; sourceTree = ""; }; - 3D427E56E1110F8E3FC67E128F0FAFAF /* ThreadName.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadName.cpp; path = folly/system/ThreadName.cpp; sourceTree = ""; }; - 3D6BCE0DA7D491AB0E0C6DF4B7982650 /* FileUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FileUtil.cpp; path = folly/FileUtil.cpp; sourceTree = ""; }; - 3D956A00C7F6FA5EC911A0FA32F061F3 /* MapBuffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MapBuffer.h; path = react/renderer/mapbuffer/MapBuffer.h; sourceTree = ""; }; - 3DB548B85DE4BF2A012258BAA1888047 /* RCTTextInputComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextInputComponentView.mm; sourceTree = ""; }; - 3DB6A0B07C043B148DEF8CC226BB3044 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/components/scrollview/primitives.h; sourceTree = ""; }; - 3DD429DD1287A7B885307E1A64290A27 /* State.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = State.cpp; path = react/renderer/core/State.cpp; sourceTree = ""; }; - 3DE3E965971D3DA08DB7A87DC103F21C /* FMDatabaseAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FMDatabaseAdditions.m; sourceTree = ""; }; - 3DED574199E3CB36894FC7A006A65818 /* React-RCTVibration.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTVibration.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 3DF1638F97C606A36035EA083CDF2C67 /* RCTBridgeModuleDecorator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridgeModuleDecorator.m; sourceTree = ""; }; - 3E06C66F9F10B0B96BEAE2AE3C3988CC /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; - 3E9495A920EE8285F03303DA687F66CC /* LineReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LineReader.h; path = folly/experimental/symbolizer/LineReader.h; sourceTree = ""; }; - 3E9792408CC51EA1872C28A02B1239D3 /* ThreadCachedReaders.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedReaders.h; path = folly/synchronization/detail/ThreadCachedReaders.h; sourceTree = ""; }; - 3E9DA41EAA9EEB287690A9E5E31FFBE9 /* AtomicBatchDispatcher-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicBatchDispatcher-inl.h"; path = "folly/fibers/AtomicBatchDispatcher-inl.h"; sourceTree = ""; }; - 3ECF85A7515BD2BFA2F89A0D82422226 /* HeterogeneousAccess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HeterogeneousAccess.h; path = folly/container/HeterogeneousAccess.h; sourceTree = ""; }; - 3ECFACEC2369E120A2DACC2141AF2719 /* SmartExceptionTracerSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SmartExceptionTracerSingleton.h; path = folly/experimental/exception_tracer/SmartExceptionTracerSingleton.h; sourceTree = ""; }; - 3ED677F09E4433126977D05F0BF41961 /* React-hermes-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-hermes-prefix.pch"; sourceTree = ""; }; - 3EDE4C7009337CF0CA28B0D7E439AB0A /* AtFork.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AtFork.cpp; path = folly/system/AtFork.cpp; sourceTree = ""; }; - 3EEB7377881EC08DFA0085F25C5D84E3 /* PriorityLifoSemMPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityLifoSemMPMCQueue.h; path = folly/executors/task_queue/PriorityLifoSemMPMCQueue.h; sourceTree = ""; }; - 3F03AD007752E2F4FDA6CC79D0148493 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; - 3F1D7D7C39096BE9DC4206196D650460 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; - 3F33CA1E5BF7307F7A81156727B79BC6 /* RawTextProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawTextProps.cpp; path = react/renderer/components/text/RawTextProps.cpp; sourceTree = ""; }; - 3F445D28213AAEF79BED62834E4A8EF9 /* LegacyViewManagerInteropViewEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LegacyViewManagerInteropViewEventEmitter.cpp; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropViewEventEmitter.cpp; sourceTree = ""; }; - 3F4F746512DD5B43AD49597EAF1BAD77 /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; - 3F5B08C01B5E0A6AC01DAE7F56BFAE05 /* LtHashInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LtHashInternal.h; path = folly/experimental/crypto/detail/LtHashInternal.h; sourceTree = ""; }; - 3F5B36F44134B69450C28AB25DD9C17F /* React-hermes.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-hermes.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 3F5C54D18EBFD56B88F06F2F22F4BD81 /* UIManagerAnimationDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerAnimationDelegate.h; path = react/renderer/uimanager/UIManagerAnimationDelegate.h; sourceTree = ""; }; - 3F71B8AB05C35DC8483F7B98004404CD /* TurboCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboCxxModule.h; path = react/nativemodule/core/ReactCommon/TurboCxxModule.h; sourceTree = ""; }; - 3F771F4E94DE44170726C365BA3C1C75 /* SlowFingerprint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SlowFingerprint.h; path = folly/detail/SlowFingerprint.h; sourceTree = ""; }; - 3F9AAA6ED16A71C5E2F00F9DF3167550 /* DistributedMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DistributedMutex.h; path = folly/synchronization/DistributedMutex.h; sourceTree = ""; }; - 3FD10F84A63E4C213B78D66AAF1ACE8E /* React.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.debug.xcconfig; sourceTree = ""; }; - 3FD9AA7EB9C87AED552B37AF118EFC0E /* strlcpy.c */ = {isa = PBXFileReference; includeInIndex = 1; path = strlcpy.c; sourceTree = ""; }; - 3FDB5B2CC3A5FA111B98AFE3AB2CB76B /* RCTViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTViewComponentView.mm; sourceTree = ""; }; - 3FE9D2BB5D1E08BBD3035F18285A9DF5 /* evutil.c */ = {isa = PBXFileReference; includeInIndex = 1; path = evutil.c; sourceTree = ""; }; - 401B29C8341CD8E78291F582A43A7EFD /* accessibilityPropsConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = accessibilityPropsConversions.h; path = react/renderer/components/view/accessibilityPropsConversions.h; sourceTree = ""; }; - 4033D3A9F58F481347E390C489A79F94 /* SurfaceRegistryBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SurfaceRegistryBinding.h; path = react/renderer/uimanager/SurfaceRegistryBinding.h; sourceTree = ""; }; - 40736120A095CA75F0440E8A0ED20F32 /* RCTTypeSafety-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTTypeSafety-dummy.m"; sourceTree = ""; }; - 409BBF3D0B160401360A29B494825B32 /* RCTBridgeProxy.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBridgeProxy.mm; sourceTree = ""; }; - 40A1BB265005139863B77ECC2A5695AE /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = folly/experimental/coro/detail/Malloc.h; sourceTree = ""; }; - 40E62033056E3298FD71B461B9905365 /* PropagateConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropagateConst.h; path = folly/lang/PropagateConst.h; sourceTree = ""; }; + DBFC4C49A506639725CD60B7FBF76663 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + DC87078558AE74568DA001162E941EDB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; + remoteInfo = "React-runtimescheduler"; + }; + DF22E5AEB4E3571295EA7B3334BC0393 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; + }; + DFA19DBEE7782E6D2AC285DEDEC6A394 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; + }; + E02813002DF6996D9EA968D5DABFD914 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + E13F53BC3F75A136CF62B889D823DA98 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + E30707A046BC4EB23766FDCF95E28060 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + E328FF71A41B524BF24AFE31D600C8BE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; + remoteInfo = "React-Fabric"; + }; + E32D9D5625622F59A4E891AB2F0BBE8F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + E3DB328B666D52096C8CDE6E0757E653 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8DED5282246ABFC24F4460D3066C84A0; + remoteInfo = "React-RCTFabric"; + }; + E442B4B6A2F8AA2C693319580C2AF969 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + E4E5A824873AA8676EF52F2A30A1CFF4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; + E562BBB8918D279CDB88A2BF9C9269F9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; + }; + E59433E2F97541C6CE25FB34745C0597 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + E643492F477E73D73B4DBB1DB06BC7D4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + E77D75EB8A5E3950C1D5870DC0615F3C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + E805BB9AA384D87FA227760D8A9A9768 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + E813DFDA85C90877A292688B397709DC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 091003D98BDA80B01B9E35CADE3947F0; + remoteInfo = "React-Mapbuffer"; + }; + E84A9F4D561E1111D32BA3A2B52CDAE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + E8F7C167F6E0596B97FAF940464F2AAD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; + remoteInfo = "React-Fabric"; + }; + E9109ED22CA9A2A178B56EA9072F0E53 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A5E93F38E96B3A37575BEC88AD69AE85; + remoteInfo = "React-FabricImage"; + }; + E99784687BF13C6C13BFDF77C9349E3B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A5E93F38E96B3A37575BEC88AD69AE85; + remoteInfo = "React-FabricImage"; + }; + EACA86167645B5C3ADBDA0097D75461F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; + }; + EB6C649F337A405031F9117FA5BA3422 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; + }; + EC57A96C51CBD5A348B2228A7A2873D2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EFEA55B1B776B6EB4B16F363BFE64D1A; + remoteInfo = boost; + }; + EC85AE697848BE48B6F09210FF86EC9D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8DED5282246ABFC24F4460D3066C84A0; + remoteInfo = "React-RCTFabric"; + }; + EDA92014437974EDFA693F292BA3683B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 91D38B18A4E42B1622B83F450706C2F5; + remoteInfo = "React-RuntimeApple"; + }; + EDE299B0E0E532AF35E34DAD285C0EDE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C2B1B75CCC326124F29FE703CC59BFB7; + remoteInfo = "React-RCTAppDelegate"; + }; + EE1123BB0790B159E0219DC27196EAAD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; + }; + EEA71226533D5815064A1C73FDC18AD0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B69D68A280EC3E60655BD2C715ACB004; + remoteInfo = "React-nativeconfig"; + }; + EFB0F809D1F6A97E2AACC5F39FBBDE3A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + EFEA2A4D8B63216CE096FFA9CD177CB8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A5E93F38E96B3A37575BEC88AD69AE85; + remoteInfo = "React-FabricImage"; + }; + F0E873B663A5E11DCE0F94915EB97DBA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0DD0961119C95E188122B13F3BF4380; + remoteInfo = "React-Core-RCTI18nStrings"; + }; + F1A51BC2544543B9EA596410040D2824 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; + }; + F211E267308F7BC87A3AE4BDF64731B9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; + }; + F36DB966C710B5B333317F75182AED2F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + F3C88D21EC8227A4B6BD15269AD29503 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; + remoteInfo = "React-Fabric"; + }; + F50B829B9F8783D3CD5445F9A714C6AB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; + remoteInfo = "React-logger"; + }; + F56BDF2AF7A7909B3FD7EA17263A86AE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + F57A6DB070CE213FEBA51D9C1BC21F64 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + F5A41D11AE2DF6500E1139FE35DBF1C1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + F5E042F5B280EE727999F2C1B0962307 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + F63BA3F544EFE63F8DF41943535FD194 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + F6E4CB08E98088B45C9D01C8C23CD322 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + F716144FE8AF405D0ED3829E084D2D2D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; + remoteInfo = "React-Codegen"; + }; + F82661C856CFC4537BC562D480B0745F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + F9EAF1F1FB5D7937A895952B6DC44E2C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; + remoteInfo = "React-logger"; + }; + FA61B1CBE12C5E6B493717A35DCAC02E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + FB5D5685F38BF27A4A50D156889136B0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + FC6FA740B07F549C508BFDF59462093D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + FCFB21480542CCDF3413834C2D79C0C1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; + remoteInfo = "React-logger"; + }; + FE1420DC552A75EB281D3E84CA466A96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; + remoteInfo = "React-perflogger"; + }; + FE15B6EE25FDCF10BE7095256D053D75 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A5E93F38E96B3A37575BEC88AD69AE85; + remoteInfo = "React-FabricImage"; + }; + FE3B276DC9F6BE63ACFEBDDE0FC16DEA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; + }; + FE8F2CB304E07FDAD18F6B92924C58C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + FED80D2E46769763C5739E2DA56C4340 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; + }; + FEEBE7070BF647FB6130AFBC699EDA46 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + FEFEC4A876DE93DA3E16A9AB06227889 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + FEFEF086D7B146B96B992081E8C52CA3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + FF35B4A5726139AAB006E9EE7C4A644B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + FF6DE5A6963902391657FC083B9682A9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + FFFED8AC52E33B03563EFCEEEFF2513C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 002E6C786A97F7958FC7E860BB5B4D1D /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; + 003FB8B8AF1CBB8E2E7A70E7564183A5 /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; + 005EE10ECBC2C2E6ED007588CF1B3163 /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; + 0096A03750976681A81FDECEB7A7D8BE /* RCTConvert+Text.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTConvert+Text.mm"; sourceTree = ""; }; + 00A22970BA931D4D5E31AD98D11E9EAC /* SRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRWebSocket.m; path = SocketRocket/SRWebSocket.m; sourceTree = ""; }; + 00C9C239F8FE3A38880888D537B1808F /* AsynchronousEventBeat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsynchronousEventBeat.h; path = react/renderer/scheduler/AsynchronousEventBeat.h; sourceTree = ""; }; + 00D0EC9AE90BED5D79B9CAE98DAE902E /* PlatformColorParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PlatformColorParser.h; sourceTree = ""; }; + 00F247CF24ECD2EFFF35AC12E91E6FE7 /* Pods-WatermelonTester-WatermelonTesterTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-WatermelonTester-WatermelonTesterTests-dummy.m"; sourceTree = ""; }; + 0101C2B932AED7971A900220D55C0B86 /* Futex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Futex-inl.h"; path = "folly/detail/Futex-inl.h"; sourceTree = ""; }; + 0105FEC655FAF723FA2D179AFF610513 /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; + 012CC3CCEDDC11E02851DBC088F9B7A2 /* RCTImageComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageComponentView.mm; sourceTree = ""; }; + 012EABDBEA471F999B6DA0663BE3C7BC /* React-Core.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-Core.modulemap"; sourceTree = ""; }; + 0146BE1DD8D87E794B0CFD58725CC02C /* glog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.debug.xcconfig; sourceTree = ""; }; + 017AAA982C6D59AF8E6BE61915541DEC /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; + 019948FE306C2A476268E8F263EA2122 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; + 019F5B5B17C82713C4D6098E01A6E634 /* HermesInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HermesInstance.h; path = hermes/HermesInstance.h; sourceTree = ""; }; + 020982AF78C5E396F3E5F3B1DAB98A95 /* MapBuffer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MapBuffer.cpp; path = react/renderer/mapbuffer/MapBuffer.cpp; sourceTree = ""; }; + 026CCB0609AA0FC063D3220DE6C274D7 /* React-featureflags.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-featureflags.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 02AB5D40CC6820F70D656AA73BEA1C64 /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; + 02E1E7FDCE905C0071E5B85EDEE735B7 /* RWSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RWSpinLock.h; path = folly/RWSpinLock.h; sourceTree = ""; }; + 0314883711F418F964E23FC8DC255846 /* RCTDiffClampAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDiffClampAnimatedNode.mm; sourceTree = ""; }; + 032ED6B89EEB973216298316E5766563 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; + 033B1F5C19B781492F29A47DA4EFD3A4 /* RCTModulesConformingToProtocolsProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModulesConformingToProtocolsProvider.h; sourceTree = ""; }; + 0349E57AC52849B1E2956F92F2F74D82 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; + 034CBF9A353EFD13BB30389694CD06AF /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; + 035C4CAE603317412DE18DE1D8300A94 /* stop_watch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stop_watch.h; path = folly/stop_watch.h; sourceTree = ""; }; + 036EB421B5324C4C8F2FEE1BF08B8194 /* Range.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Range.h; path = folly/Range.h; sourceTree = ""; }; + 03AD611B7986C5B131631A16A6DD5262 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; + 03C08820B4F8B692940FAF14B621C83F /* MemoryMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryMapping.h; path = folly/system/MemoryMapping.h; sourceTree = ""; }; + 03DD688F3EE201B455FF2DD77C7D1A1E /* RCTLinkingPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingPlugins.mm; sourceTree = ""; }; + 03ED5FB48027087AD3888234008E8F67 /* Pods-WatermelonTester-WatermelonTesterTests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-WatermelonTester-WatermelonTesterTests-resources.sh"; sourceTree = ""; }; + 04160B32874923084312A1D40F4703C3 /* RCTLegacyUIManagerConstantsProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLegacyUIManagerConstantsProvider.h; path = ReactCommon/RCTLegacyUIManagerConstantsProvider.h; sourceTree = ""; }; + 04308B32F6B6A66B18A8BFB8D050CD14 /* TextLayoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TextLayoutManager.h; sourceTree = ""; }; + 0467EB815B94E64E6883C328F1F0F5BA /* RCTImageLoaderLoggable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderLoggable.h; path = Libraries/Image/RCTImageLoaderLoggable.h; sourceTree = ""; }; + 047508626E4450B1D2FB80B3358F97F6 /* React-ImageManager.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-ImageManager.release.xcconfig"; sourceTree = ""; }; + 051EC8684B270AADB5DFA351ABA355C2 /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; + 0575009F97CFBDB1867FBAA80648479B /* RCTLegacyUIManagerConstantsProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTLegacyUIManagerConstantsProvider.mm; path = ReactCommon/RCTLegacyUIManagerConstantsProvider.mm; sourceTree = ""; }; + 0585010DB2257C8B62F3B1BE51449BDA /* SocketRocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SocketRocket-dummy.m"; sourceTree = ""; }; + 05A8338A74887E54877E3B5E2360A93D /* ConcreteComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcreteComponentDescriptor.h; path = react/renderer/core/ConcreteComponentDescriptor.h; sourceTree = ""; }; + 05CAC01452155CC5956412107FDEDDAD /* Try.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Try.h; path = folly/Try.h; sourceTree = ""; }; + 05CEFC84AD6E69D2E073A1A739700477 /* RCTFabricComponentsPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFabricComponentsPlugins.h; sourceTree = ""; }; + 05DBC9C72F0FBD718ED0DED3984CE795 /* LegacyViewManagerInteropState.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = LegacyViewManagerInteropState.mm; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropState.mm; sourceTree = ""; }; + 05E7D2C113326591CAF18117371EEF7E /* LayoutMetrics.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutMetrics.cpp; path = react/renderer/core/LayoutMetrics.cpp; sourceTree = ""; }; + 0622E264BBCF6697F9CA2A6775362A8F /* PlatformColorParser.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = PlatformColorParser.mm; sourceTree = ""; }; + 066367DE103F744E9A009FA7A06E7F87 /* VirtualExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VirtualExecutor.h; path = folly/VirtualExecutor.h; sourceTree = ""; }; + 068DB205A59C74E3480D49B43B734439 /* protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = protocol.h; path = folly/functional/protocol.h; sourceTree = ""; }; + 0696F27878C985C7F2D9DBBD0BA700E5 /* RCTSettingsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsManager.mm; sourceTree = ""; }; + 06A12441B1C3D7A2CB937C85CAF45CCE /* RCTImageView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageView.mm; sourceTree = ""; }; + 06AB36FC020F2569C74A4684B6B4CD49 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; + 06E34251980A9A80A1D27297F3B60B98 /* ImageResponse.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageResponse.cpp; path = react/renderer/imagemanager/ImageResponse.cpp; sourceTree = ""; }; + 06E5E1100A0E21FAB430C3718568BD64 /* ErrorUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ErrorUtils.h; sourceTree = ""; }; + 070773F376061291576F78B4FAA81792 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; + 071916D0DED7AE1D3E16FC6FEF5AEFAD /* Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Transform.h; sourceTree = ""; }; + 07248FECF4EA760047A9A71945D1E7E2 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; + 07319E2772F29181135D234449AFFC14 /* React-featureflags.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-featureflags.modulemap"; sourceTree = ""; }; + 0741545417754F6F394479EDADE0B5F6 /* RCTTypedModuleConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTypedModuleConstants.h; sourceTree = ""; }; + 07A90696C4EB8690ED661E5470ECC1C5 /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; + 07AE3DB6F5EB2B92FE81A1B8A4CE6BE8 /* RCTDeprecation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTDeprecation.release.xcconfig; sourceTree = ""; }; + 07BDDD0C6666F54BB37E72A8F733FB50 /* NetOpsDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetOpsDispatcher.h; path = folly/net/NetOpsDispatcher.h; sourceTree = ""; }; + 07C2F40D8790521504B9C05E652B31DE /* EventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventEmitter.cpp; path = react/renderer/core/EventEmitter.cpp; sourceTree = ""; }; + 080F0694AFBEBB45493A735532A9B8F8 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; + 0810AA4CE6F716164879BBA08BF3EDCC /* ReactCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-prefix.pch"; sourceTree = ""; }; + 081F794580583CC4DFEB6D2CF2DF3D3D /* ComponentDescriptorProviderRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ComponentDescriptorProviderRegistry.cpp; path = react/renderer/componentregistry/ComponentDescriptorProviderRegistry.cpp; sourceTree = ""; }; + 0829B215BF56AF5014B3A1F4D600D8D5 /* RCTVibrationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibrationPlugins.h; path = Libraries/Vibration/RCTVibrationPlugins.h; sourceTree = ""; }; + 0834C175FB5FEC893A25F29A77A057B6 /* SourceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SourceLocation.h; path = folly/portability/SourceLocation.h; sourceTree = ""; }; + 0838EA9EBC4E14FB79309CD7604BB3EE /* RCTTextInputUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextInputUtils.h; sourceTree = ""; }; + 08986599EA9FB16EDB0C58CAC0A405F8 /* printf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = printf.h; path = include/fmt/printf.h; sourceTree = ""; }; + 089961A4AC420F0D1B51AF0717493120 /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; + 08A72E0FF2CF1B17D479A7069A5C1123 /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSourceCode.h; path = React/CoreModules/RCTSourceCode.h; sourceTree = ""; }; + 090C56DE791731685F76F2010E681C1E /* LegacyUIManagerConstantsProviderBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LegacyUIManagerConstantsProviderBinding.h; sourceTree = ""; }; + 092DBE2F0CE18725FF1B0C8D08B1147C /* RCTGIFImageDecoder.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTGIFImageDecoder.mm; sourceTree = ""; }; + 0991F79F05F020ABEA8DE3AFD72A7B08 /* Database.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Database.h; sourceTree = ""; }; + 099CB5926F7A7C10C82306F50F31CAE7 /* HazptrDomain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrDomain.h; path = folly/synchronization/HazptrDomain.h; sourceTree = ""; }; + 09CACB20A3D99F350BE5A1565F4ACA67 /* MountingCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MountingCoordinator.h; path = react/renderer/mounting/MountingCoordinator.h; sourceTree = ""; }; + 09E3B1D3DA53A6062C5B417F4010FF1D /* React-RCTActionSheet.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTActionSheet.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 0A05EEA6DE2EF6E728D7085041633AFA /* RCTTextShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextShadowView.mm; sourceTree = ""; }; + 0A190A345B19C93427A45B7A6CC52FDF /* DatabasePlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DatabasePlatform.h; sourceTree = ""; }; + 0A801C14BFA125ACB2E474AAFB4B2D03 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; + 0AA655BCC979429F0F18E3B0FA7422BD /* ParagraphShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphShadowNode.h; path = react/renderer/components/text/ParagraphShadowNode.h; sourceTree = ""; }; + 0AB45FDFADEB5035DFD513D71DB737DC /* React-featureflags.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-featureflags.debug.xcconfig"; sourceTree = ""; }; + 0ACDA1105A253290970D63F1EB10F574 /* Errata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Errata.h; sourceTree = ""; }; + 0AD8F1840702844270F2F2AB1CEEAE08 /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; + 0B38F938F0F9868A60309B113ECB3CAA /* RCTFontUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFontUtils.mm; sourceTree = ""; }; + 0B87A884215B67C149F379E4B4E20F8A /* SRConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRConstants.h; path = SocketRocket/Internal/SRConstants.h; sourceTree = ""; }; + 0BB0E5875A31D5E8CDCEA86F5A67276E /* Time.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Time.h; path = folly/portability/Time.h; sourceTree = ""; }; + 0BD79853D3326455B2119D890DC49815 /* MapBufferBuilder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MapBufferBuilder.cpp; path = react/renderer/mapbuffer/MapBufferBuilder.cpp; sourceTree = ""; }; + 0BD7AC8D29513BC50E69DFF8F4FD5522 /* react_native_log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = react_native_log.cpp; sourceTree = ""; }; + 0BE37755D7657BED9301FBB569B8B3F9 /* AsyncDebuggerAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncDebuggerAPI.h; path = destroot/include/hermes/AsyncDebuggerAPI.h; sourceTree = ""; }; + 0BEE9CFB3C6827C1D888BAFC061BB79A /* ShadowTreeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowTreeDelegate.h; path = react/renderer/mounting/ShadowTreeDelegate.h; sourceTree = ""; }; + 0BFAD875BDFCB017A45CCF7A1AD8AE34 /* boost.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = boost.debug.xcconfig; sourceTree = ""; }; + 0BFB85B76F6C2F9809214837BFA1F944 /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; + 0C0FFE3B52F5FC5B9E85936F71606010 /* TimeoutQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimeoutQueue.h; path = folly/TimeoutQueue.h; sourceTree = ""; }; + 0C2BC45457F7B7889204A04BE2584DDE /* RCTAppDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppDelegate.h; sourceTree = ""; }; + 0C4FC7D25DF3E8899A55391A2FBA5740 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; + 0C6723FFC2422C5B1BE0FFFF1B17CC36 /* RCT-Folly.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "RCT-Folly.modulemap"; sourceTree = ""; }; + 0C73DEF93EB855958CC048BCB076258B /* AtomicHashArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashArray.h; path = folly/AtomicHashArray.h; sourceTree = ""; }; + 0C81656E6394B680E495643EDC27FC6E /* Assume.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Assume.h; path = folly/lang/Assume.h; sourceTree = ""; }; + 0C867898C76A4282B23A18DB01393712 /* RawPropsKey.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawPropsKey.cpp; path = react/renderer/core/RawPropsKey.cpp; sourceTree = ""; }; + 0C8868803CE5E240AD3BBEBB15555C0F /* UnrollUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnrollUtils.h; path = folly/detail/UnrollUtils.h; sourceTree = ""; }; + 0C897CCFDE4BF7130CDDA0286B966FDB /* SafeAreaViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAreaViewComponentDescriptor.h; path = react/renderer/components/safeareaview/SafeAreaViewComponentDescriptor.h; sourceTree = ""; }; + 0C8E237AA818FABF9B7C6CDB03FA448A /* RCTTiming.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTiming.mm; sourceTree = ""; }; + 0CBCEC21A3A50591C487CAFD8DCF2CED /* View.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = View.h; path = folly/container/View.h; sourceTree = ""; }; + 0CD4200922C77CCA406FFAC67124F437 /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; + 0D01E2CE505FD137C83D5A00A839D8B9 /* React-jsitracing.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsitracing.debug.xcconfig"; sourceTree = ""; }; + 0D107AF1088C433FC9328FB083C1609A /* FmtCompile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FmtCompile.h; path = folly/portability/FmtCompile.h; sourceTree = ""; }; + 0D1AF6F139CF74E2FE8BDA319FFEE74E /* ParkingLot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParkingLot.h; path = folly/synchronization/ParkingLot.h; sourceTree = ""; }; + 0D6609F1FFDAA711D16BE1CBBFCEF19C /* MapUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MapUtil.h; path = folly/MapUtil.h; sourceTree = ""; }; + 0D6775356C3C08E3F8AEEA4E5D9A9A05 /* BaseTextShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseTextShadowNode.h; path = react/renderer/components/text/BaseTextShadowNode.h; sourceTree = ""; }; + 0D7CB8AC94086CDE9ABBF0A55442AE9F /* LegacyViewManagerInteropViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropViewProps.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropViewProps.h; sourceTree = ""; }; + 0D8FEE5EFC0D5C3452E4502887D2D780 /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; + 0D9123036D19728374029B1BD6567BA8 /* PixelGrid.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = PixelGrid.cpp; sourceTree = ""; }; + 0DE9029B11C02C40098A6D686789D830 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; + 0DE9453C0D97B2C7CCEC65A7D9965FF8 /* RCTInputAccessoryContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryContentView.h; sourceTree = ""; }; + 0DF430B965D7F43DCCD92803B07AD0F7 /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; + 0DFF996F36C36E3B8BE3131F1026090F /* SRError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRError.m; path = SocketRocket/Internal/Utilities/SRError.m; sourceTree = ""; }; + 0E07224933F2530B0ADD76E3867C3FA8 /* React-Codegen-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Codegen-prefix.pch"; sourceTree = ""; }; + 0E27D0C1422F9594DB63A196340A1C0E /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; + 0E432DBE0F06DDCE804C5D453ED121C3 /* HostPlatformViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformViewProps.h; sourceTree = ""; }; + 0E4412A2483337D140CD540D4751F2FB /* AtomicLinkedList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicLinkedList.h; path = folly/AtomicLinkedList.h; sourceTree = ""; }; + 0E46F0129DD1A6A967F2580EB63011DB /* EventDispatcher.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventDispatcher.cpp; path = react/renderer/core/EventDispatcher.cpp; sourceTree = ""; }; + 0E8EF1F55FE2016CDA7B786F01C8882E /* PerfScoped.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PerfScoped.h; path = folly/detail/PerfScoped.h; sourceTree = ""; }; + 0E956492B6B4F762B69C00A6496D5AD0 /* Malloc.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Malloc.cpp; path = folly/portability/Malloc.cpp; sourceTree = ""; }; + 0E9B6C8F56601C7A8963DC42032FDCD4 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; + 0EAB4DE45806E1FB41C909B6AE2B53C2 /* RCTRedBoxSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxSetEnabled.h; sourceTree = ""; }; + 0EAE4B2A9C96F883E85714C869494F81 /* Gutter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Gutter.h; sourceTree = ""; }; + 0EB25BDE8A306950B650A09F1A8ED625 /* React-logger.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-logger.debug.xcconfig"; sourceTree = ""; }; + 0EBD024CC0AC3DC8897152BE3FB46E12 /* UIManagerMountHook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerMountHook.h; path = react/renderer/uimanager/UIManagerMountHook.h; sourceTree = ""; }; + 0EE4437365F516793455723C0F9555B1 /* RCTViewUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewUtils.h; sourceTree = ""; }; + 0EE92B6EF155BE970721A6B2647F4AF4 /* F14Set-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "F14Set-fwd.h"; path = "folly/container/F14Set-fwd.h"; sourceTree = ""; }; + 0EEA744CEB6248472C8D4DCFAB2E718C /* React-Mapbuffer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Mapbuffer-dummy.m"; sourceTree = ""; }; + 0F403305468DF1F3BDD4EB48076E71DC /* el.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = el.lproj; path = React/I18n/strings/el.lproj; sourceTree = ""; }; + 0F4162FD06F15F97900434A78640AA96 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; + 0F5B11863A62393419B2A19ECDD56569 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/conversions.h; sourceTree = ""; }; + 0F6E474235C8459CDC4689EE8FA90735 /* LeakChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LeakChecker.h; path = react/renderer/leakchecker/LeakChecker.h; sourceTree = ""; }; + 0F8273DFC8BCEB15B1ACE7AA5FB60DFA /* TimerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TimerManager.h; sourceTree = ""; }; + 0F9298A1BC8933244F1905CC7B380EA1 /* RCTBridge+Inspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Inspector.h"; sourceTree = ""; }; + 0FB451B2BE52BDDEC46C0D989282A4A7 /* RCTHermesInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHermesInstance.h; path = ReactCommon/RCTHermesInstance.h; sourceTree = ""; }; + 0FD37A9A693B3CEB099DDA9955E3C67F /* ValueUnit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ValueUnit.h; sourceTree = ""; }; + 0FE5FBB2B14D4BC374CECD01A71C50C3 /* WatermelonDB.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = WatermelonDB.debug.xcconfig; sourceTree = ""; }; + 102110A5E77C7808CB1EAFF9A4489E0B /* InstanceAgent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InstanceAgent.cpp; sourceTree = ""; }; + 106A05F0520EFBA0E22815812BDA18F5 /* ReactCommon.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.debug.xcconfig; sourceTree = ""; }; + 108A53F43BD5185295474605F7659C5C /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; + 109F9C2934C9D047C914A988E8DFBBA6 /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; + 10CFAB7D8A0F2282F1390473E5C37F0A /* InputAccessoryShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InputAccessoryShadowNode.cpp; path = react/renderer/components/inputaccessory/InputAccessoryShadowNode.cpp; sourceTree = ""; }; + 10CFD843724D42F53E4373E441FD4EBB /* hash_combine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = hash_combine.h; sourceTree = ""; }; + 10F169E67E9F6AF9D77C49B765487E70 /* Arena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Arena.h; path = folly/memory/Arena.h; sourceTree = ""; }; + 11168BD52EB1FA983258A217EBF918E9 /* SRURLUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRURLUtilities.h; path = SocketRocket/Internal/Utilities/SRURLUtilities.h; sourceTree = ""; }; + 1147DF7D7F05EA4A85F3A1FF854A3B85 /* RCTDeprecation-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTDeprecation-umbrella.h"; sourceTree = ""; }; + 11570ADC72BE55D73F846D94EDF7C249 /* React-NativeModulesApple-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-NativeModulesApple-prefix.pch"; sourceTree = ""; }; + 119AE002F412B1467B684F7738048356 /* EvictingCacheMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EvictingCacheMap.h; path = folly/container/EvictingCacheMap.h; sourceTree = ""; }; + 11B65C1CE4591582924CEE6C134FDC1D /* ScrollViewState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScrollViewState.cpp; path = react/renderer/components/scrollview/ScrollViewState.cpp; sourceTree = ""; }; + 11C43FEC006F4FB4810E35B57EDCC84B /* SharedMutex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SharedMutex.cpp; path = folly/SharedMutex.cpp; sourceTree = ""; }; + 11F2C5264D76056FDC6FDCEE75FEEE82 /* ParagraphShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphShadowNode.cpp; path = react/renderer/components/text/ParagraphShadowNode.cpp; sourceTree = ""; }; + 11F7F6FA2445CB7E109866B0BE0CC3E6 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; + 11FCAB3F234C2F7A1E00B43655EF0707 /* React-RCTVibration.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.release.xcconfig"; sourceTree = ""; }; + 125AE03965ABF8E4C157E9FE3A55D187 /* React-jsi-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-umbrella.h"; sourceTree = ""; }; + 1260781BA130D5E430412D17AA9CF321 /* MaybeManagedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MaybeManagedPtr.h; path = folly/MaybeManagedPtr.h; sourceTree = ""; }; + 126C5DD1D6213610884F84302374D19F /* JSIInstaller.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIInstaller.mm; sourceTree = ""; }; + 128F50FE92E188CCCF4F6F5CFB09C64F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 12A7093733E6C2A1819EAFD7B6275C0B /* JsErrorHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsErrorHandler.h; sourceTree = ""; }; + 12B4501A9455AFB01AA0089214B8A38D /* React-jsi.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.release.xcconfig"; sourceTree = ""; }; + 12BBC4125F0A832B58555EA01B639783 /* RCTLinkingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingManager.mm; sourceTree = ""; }; + 12BF91C85904FD8BA917DDBF03ECCC1D /* SimdForEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimdForEach.h; path = folly/detail/SimdForEach.h; sourceTree = ""; }; + 12C4D9C3A09316945470A899D769DF18 /* BatchedEventQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BatchedEventQueue.cpp; path = react/renderer/core/BatchedEventQueue.cpp; sourceTree = ""; }; + 12C530B1088E418C923CD9F26CBCAB6F /* InputAccessoryComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InputAccessoryComponentDescriptor.h; path = react/renderer/components/inputaccessory/InputAccessoryComponentDescriptor.h; sourceTree = ""; }; + 12F4585D8579A5039D742D7E3913D0B6 /* RCTImageResponseDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageResponseDelegate.h; path = Fabric/RCTImageResponseDelegate.h; sourceTree = ""; }; + 130677CC93E00689A413DE1C5D45754D /* F14Policy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Policy.h; path = folly/container/detail/F14Policy.h; sourceTree = ""; }; + 132132CB707C71FA5E68A7BB06EE4804 /* CoreFeatures.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CoreFeatures.cpp; sourceTree = ""; }; + 1338B219849CEDF7FE7D3407E9663E27 /* React-ImageManager.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-ImageManager.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 1340E22099179F463C3487BAB8420980 /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = jsi.cpp; sourceTree = ""; }; + 1363975620BCD9B8C433172AE2F17F0F /* React-hermes-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-hermes-dummy.m"; sourceTree = ""; }; + 1371AFE6C3E17A03757544B99B0C563C /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; + 137A31E381AB4AA534731ED6AF105636 /* React-rendererdebug-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-rendererdebug-dummy.m"; sourceTree = ""; }; + 1381503C42FFF460E946860A32A6F981 /* React-RuntimeApple */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RuntimeApple"; path = "libReact-RuntimeApple.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 13A1EDC09A69ED3292AAE26A206851F9 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; + 13A658922FD40E29EEAB7D23E4D3A2BD /* RCTAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppearance.h; path = React/CoreModules/RCTAppearance.h; sourceTree = ""; }; + 13DDAD72F9C7DC4D814F4D340784ECEB /* AtomicUnorderedMapUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUnorderedMapUtils.h; path = folly/detail/AtomicUnorderedMapUtils.h; sourceTree = ""; }; + 13E6AE2DFCC178D3B20D130A2FA35FAC /* RootProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootProps.h; path = react/renderer/components/root/RootProps.h; sourceTree = ""; }; + 13EBFD759F626BF0B8380604322D2E84 /* CxxTurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CxxTurboModuleUtils.h; path = react/nativemodule/core/ReactCommon/CxxTurboModuleUtils.h; sourceTree = ""; }; + 13EEFF365502DE9E6776D22ADDDCE4A5 /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; + 145565A2AB5DD84BEAFA27EAFA2F4141 /* BridgelessNativeMethodCallInvoker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = BridgelessNativeMethodCallInvoker.cpp; sourceTree = ""; }; + 14631AAC5EAA775CD7C68A1D2E2D51C0 /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; + 14D9F600ECC14E962003AAB9F191233A /* YGPixelGrid.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGPixelGrid.h; path = yoga/YGPixelGrid.h; sourceTree = ""; }; + 1528B7D498ED533635A7109CF11814AC /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/components/view/conversions.h; sourceTree = ""; }; + 1544C565704FC17B15EBCF4F926F4C60 /* React-jsiexecutor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.debug.xcconfig"; sourceTree = ""; }; + 157BEE76ABB5FC023F974602BC587B8A /* React-Fabric.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Fabric.debug.xcconfig"; sourceTree = ""; }; + 1598F75BEAFDD5C3F7AD8DCDD6D5D2C4 /* ShadowNodeFragment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNodeFragment.h; path = react/renderer/core/ShadowNodeFragment.h; sourceTree = ""; }; + 159A07D2F149809ABC30E5FCBB89938F /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsManager.h; path = Libraries/Settings/RCTSettingsManager.h; sourceTree = ""; }; + 15AD43283A6A2C9FC3B3AFE6DCF2E636 /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; + 15D526144725A1A4158A2B28A0B914E5 /* NSRunLoop+SRWebSocketPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSRunLoop+SRWebSocketPrivate.h"; path = "SocketRocket/Internal/NSRunLoop+SRWebSocketPrivate.h"; sourceTree = ""; }; + 15D5A0BFD941071680CCF747591837C8 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; + 15E1BE174AEA123290CA37B86EFDD5F2 /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = React/CoreModules/RCTWebSocketModule.h; sourceTree = ""; }; + 15E1FB248EB6C077E99CE7C0E381D4FC /* React-debug-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-debug-prefix.pch"; sourceTree = ""; }; + 163349EF8EF0ABE776CEB5D5A72C377A /* RCTImageDataDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageDataDecoder.h; path = Libraries/Image/RCTImageDataDecoder.h; sourceTree = ""; }; + 163CDA479246FA5F4CF5C7949B3FC9F7 /* Fingerprint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fingerprint.h; path = folly/Fingerprint.h; sourceTree = ""; }; + 166D6C41B0081CEA737676E813606B04 /* RCTDevLoadingViewSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewSetEnabled.h; sourceTree = ""; }; + 169BFFC72EEA61E28D560B57CD831CD0 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; + 16ADA7CA003A807781299F67A1578DF4 /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; + 16AFB3F99F57DB5AEF193C3CB1BC1A49 /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; + 16BD9C5268EF8F747D73A1B1E9C395CD /* Stdio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Stdio.h; path = folly/portability/Stdio.h; sourceTree = ""; }; + 16E3111070B2202E4E59A2EB4AAF55A9 /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = threadsafe.h; path = jsi/threadsafe.h; sourceTree = ""; }; + 16F3181ABDCFFB13D360DA6C3047FC89 /* RCTInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTInstance.h; path = ReactCommon/RCTInstance.h; sourceTree = ""; }; + 1731535F9FF01DC7DE5758D88594F0CD /* args.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = args.h; path = include/fmt/args.h; sourceTree = ""; }; + 173353D36092C2DD008D22FDEA5C21AC /* F14IntrinsicsAvailability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14IntrinsicsAvailability.h; path = folly/container/detail/F14IntrinsicsAvailability.h; sourceTree = ""; }; + 1749F4295539F83F4BA4637FE2C39F34 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; + 17A0B50A888B86A9F608EBDAB0EA9B29 /* React-callinvoker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.debug.xcconfig"; sourceTree = ""; }; + 17E08D0C97050157936C9ACE4FAF61CA /* ScrollViewEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScrollViewEventEmitter.cpp; path = react/renderer/components/scrollview/ScrollViewEventEmitter.cpp; sourceTree = ""; }; + 181D4079537F9E8B578405C805CEE545 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; + 182071DF4FF23AD36C90547CC9C960E3 /* SpookyHashV1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpookyHashV1.h; path = folly/hash/SpookyHashV1.h; sourceTree = ""; }; + 182B0C702A35C8585E02CD20E58ABF79 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; + 1841AD95444E2505711CA1DEE133B7F8 /* ThrottledLifoSem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThrottledLifoSem.h; path = folly/synchronization/ThrottledLifoSem.h; sourceTree = ""; }; + 18590B13A8701CBEA8A9383645C889B3 /* RCTDivisionAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDivisionAnimatedNode.mm; sourceTree = ""; }; + 189A7A88790E4B177BFC5728470F1A12 /* React-RCTText.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTText.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 18B4341AA7547FF0A90E6BC28D6C448F /* UnstableLegacyViewManagerAutomaticShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnstableLegacyViewManagerAutomaticShadowNode.cpp; path = react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticShadowNode.cpp; sourceTree = ""; }; + 18DA86D744EE0EE17E265BBB90390A23 /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; + 18E04C8FC9E54D8A00245F3E4B386C0E /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; + 18EF461AA27476D0FDF425B3D2483EBA /* ShadowNodeTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNodeTraits.h; path = react/renderer/core/ShadowNodeTraits.h; sourceTree = ""; }; + 19006C0042936BC7BC14B717FB85308A /* BaseViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseViewProps.h; path = react/renderer/components/view/BaseViewProps.h; sourceTree = ""; }; + 191255608BFC29BB27805F33B002132B /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; + 1936453FF2A7E3A13063C4917C4D5598 /* RCT-Folly */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "RCT-Folly"; path = "libRCT-Folly.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 193D60EE177645F7547D71A2810D872F /* ThreadSafetyAnalysis.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadSafetyAnalysis.h; path = destroot/include/hermes/ThreadSafetyAnalysis.h; sourceTree = ""; }; + 194D194CCB89C075CEA29192C47A2A33 /* TelemetryController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TelemetryController.h; path = react/renderer/mounting/TelemetryController.h; sourceTree = ""; }; + 196B06D9D049A05D1552FD603A608719 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; + 19853EBFDCA4264503A59B9DBEDB47E4 /* RCTFontProperties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFontProperties.h; sourceTree = ""; }; + 19CE4DC4612BEAACFA7B4D6EA7464CC4 /* RootComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootComponentDescriptor.h; path = react/renderer/components/root/RootComponentDescriptor.h; sourceTree = ""; }; + 19D4CF0857B96FBEA270CC2CD46B424F /* RawProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawProps.cpp; path = react/renderer/core/RawProps.cpp; sourceTree = ""; }; + 1A2E8DDEAB65BA26685A7F1CE66A6C2B /* ThreadCachedInt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedInt.h; path = folly/ThreadCachedInt.h; sourceTree = ""; }; + 1A57B42E48BE086DEBC492BDE3BBD3C9 /* RCTDevMenu.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevMenu.mm; sourceTree = ""; }; + 1AA86F8B69827747B651178FB5B21A21 /* SizingMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SizingMode.h; sourceTree = ""; }; + 1AB59CE368BC9400B2ABCD47AFB8C08C /* RawValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawValue.h; path = react/renderer/core/RawValue.h; sourceTree = ""; }; + 1AB864487EEC16CB2CBD3A5CA275FCA1 /* Foreach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Foreach.h; path = folly/container/Foreach.h; sourceTree = ""; }; + 1AD8831E19FF419852060A20EFC9943A /* React-nativeconfig.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-nativeconfig.debug.xcconfig"; sourceTree = ""; }; + 1ADB11086CA7355EACB08F3BD428C0A9 /* EventLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventLogger.h; path = react/renderer/core/EventLogger.h; sourceTree = ""; }; + 1AFB9A68F41FAA405A3AAE37295C10B3 /* ThreadCachedArena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedArena.h; path = folly/memory/ThreadCachedArena.h; sourceTree = ""; }; + 1B14B05F1E3FA960A779224B96DBB041 /* UnbatchedEventQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnbatchedEventQueue.h; path = react/renderer/core/UnbatchedEventQueue.h; sourceTree = ""; }; + 1B389CA633B6575A2FA37718B19A4756 /* RawEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawEvent.h; path = react/renderer/core/RawEvent.h; sourceTree = ""; }; + 1B6371A9E6D76C16AD518CC288F335F4 /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = jsilib.h; path = jsi/jsilib.h; sourceTree = ""; }; + 1B644FFAD498B469A3633A360744C403 /* ContextContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ContextContainer.h; sourceTree = ""; }; + 1B95AB0EF143A97263C1017EABE0E073 /* DebugStringConvertibleItem.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = DebugStringConvertibleItem.cpp; sourceTree = ""; }; + 1B9B081A11AD725344E711226D80CA4B /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; + 1BBB556BC44275845C988BDF27E10880 /* PicoSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoSpinLock.h; path = folly/synchronization/PicoSpinLock.h; sourceTree = ""; }; + 1BF78B5D7B2AFC98B3545C8C9DA66D16 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; + 1C2D3D50F94DAC3059E02150AEC13F5F /* SRRandom.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRRandom.h; path = SocketRocket/Internal/Utilities/SRRandom.h; sourceTree = ""; }; + 1C48A5DDAEDABFF1B422CC636928EFAD /* ShadowNodes.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNodes.cpp; path = react/renderer/components/rncore/ShadowNodes.cpp; sourceTree = ""; }; + 1C5225A85D60908066F79256FD961B24 /* YGNodeStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNodeStyle.cpp; path = yoga/YGNodeStyle.cpp; sourceTree = ""; }; + 1C6F2A8DD916FFABBB7924E8D417B7EC /* ScopeGuard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScopeGuard.h; path = folly/ScopeGuard.h; sourceTree = ""; }; + 1C7F9675F0DDF7D607F4527AEEA7CE9A /* PlatformTimerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PlatformTimerRegistry.h; sourceTree = ""; }; + 1C93DB36FA986D128CB97DE275C7A0B4 /* DistributedMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DistributedMutex.h; path = folly/synchronization/DistributedMutex.h; sourceTree = ""; }; + 1C9CA7D5550AD1D94A7AA763FBA17534 /* DoubleConversion.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.release.xcconfig; sourceTree = ""; }; + 1CB19BE6FA86208CB5F4A61FAACE298E /* WeightedEvictingCacheMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WeightedEvictingCacheMap.h; path = folly/container/WeightedEvictingCacheMap.h; sourceTree = ""; }; + 1CBBEDCDAA1BFA365580787F950200AD /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; + 1CEDA3FBCCC6D4495CE2BD141F7EA3B2 /* GLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GLog.h; path = folly/GLog.h; sourceTree = ""; }; + 1D0F55A1CBF2A5D8A9F6B0B49A152959 /* NetOps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetOps.h; path = folly/net/NetOps.h; sourceTree = ""; }; + 1D12F92E6DE4195516C44922291730FB /* RuntimeScheduler_Modern.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeScheduler_Modern.cpp; sourceTree = ""; }; + 1D239EA1163C5886418BBB97A80CD68C /* RCTUtilsUIOverride.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtilsUIOverride.m; sourceTree = ""; }; + 1D3B27D8E985D0BA1FD18A34437498E8 /* React-utils-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-utils-prefix.pch"; sourceTree = ""; }; + 1D4F51217F7A23436A551FB1BF267D5C /* RCTDefaultCxxLogFunction.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDefaultCxxLogFunction.mm; sourceTree = ""; }; + 1D68855FFC5514B5F5A3FD7EF50735D4 /* RCTSurfaceTouchHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfaceTouchHandler.mm; path = Fabric/RCTSurfaceTouchHandler.mm; sourceTree = ""; }; + 1DA258A2CCF7FAA7A20EA853EAEA18AE /* ReactNativeVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeVersion.h; sourceTree = ""; }; + 1DC27EF5E8E8BA5F9132B0790BA1C022 /* RCTInputAccessoryView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryView.mm; sourceTree = ""; }; + 1DC4F893B0788A2E9A80A4BD69265922 /* CPortability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CPortability.h; path = folly/CPortability.h; sourceTree = ""; }; + 1DD6F27078A03BF0ED7DCF3591290691 /* Utility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utility.h; path = folly/synchronization/Utility.h; sourceTree = ""; }; + 1DEAC3AED56C9C3D215091D714CEC25C /* ViewPropsInterpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewPropsInterpolation.h; path = react/renderer/components/view/ViewPropsInterpolation.h; sourceTree = ""; }; + 1E04881EDF02715BD6AC2C6ED3FBB37E /* React-rendererdebug */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-rendererdebug"; path = "libReact-rendererdebug.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 1E2EDFEA3A7670F7D6AB0267AFA7E2F1 /* Convert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Convert.h; path = react/bridging/Convert.h; sourceTree = ""; }; + 1E649614D7644BF68C2F5D4CB3FBF8DC /* React-NativeModulesApple */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-NativeModulesApple"; path = "libReact-NativeModulesApple.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 1E7B7C0191645527408193552D9E40CF /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; + 1E8D7F44C4927699FE5FFB25997A96F8 /* React-RuntimeApple.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RuntimeApple.release.xcconfig"; sourceTree = ""; }; + 1E9ACDD39D4A14DDC16406CDD0457ED3 /* AString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AString.h; path = react/bridging/AString.h; sourceTree = ""; }; + 1EB0389666D3316FBF79F7AA176DAC97 /* RCTBlobPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobPlugins.h; sourceTree = ""; }; + 1F2594C363D96114D88D6D3996A6AD08 /* ShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNode.h; path = react/renderer/core/ShadowNode.h; sourceTree = ""; }; + 1F4BF0D6B00930EFF4155DC9B790AFDD /* Baton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Baton.h; path = folly/synchronization/Baton.h; sourceTree = ""; }; + 1FBF294CE17585A6CEAE66F34026AA0C /* PointerEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PointerEvent.h; path = react/renderer/components/view/PointerEvent.h; sourceTree = ""; }; + 1FC9D5FE940DF4FC829E173DF00483AB /* UncaughtExceptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UncaughtExceptions.h; path = folly/lang/UncaughtExceptions.h; sourceTree = ""; }; + 1FD672FEBEC49B42EEBB59B54F5CD143 /* LegacyViewManagerInteropComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropComponentDescriptor.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropComponentDescriptor.h; sourceTree = ""; }; + 2002DD4A0F6B3EB4DD29785216A66D9B /* Utility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utility.h; path = folly/Utility.h; sourceTree = ""; }; + 203BEC3028800526EBC07D8825427B33 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; + 203F90BE1C271A4963AF8779D2AA90AE /* React-RuntimeHermes-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RuntimeHermes-prefix.pch"; sourceTree = ""; }; + 207D72871056994F29476846F29AF947 /* PolyException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PolyException.h; path = folly/PolyException.h; sourceTree = ""; }; + 20A766A5111A8B644D96FABB67848743 /* React-graphics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-graphics-prefix.pch"; sourceTree = ""; }; + 20D52A5CA3FEAAB624DD5FABD5F70EF4 /* LayoutAnimationCallbackWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutAnimationCallbackWrapper.h; path = react/renderer/animations/LayoutAnimationCallbackWrapper.h; sourceTree = ""; }; + 20DB7A7891E6EF51C69DA252EF43EE25 /* SimpleThreadSafeCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SimpleThreadSafeCache.h; sourceTree = ""; }; + 20FCC48835414C2B85BB6A73AECE0309 /* RCTInputAccessoryComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryComponentView.mm; sourceTree = ""; }; + 20FF0CE1BB1AB7D514D968DD961923FA /* BitIteratorDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitIteratorDetail.h; path = folly/container/detail/BitIteratorDetail.h; sourceTree = ""; }; + 210ED618EB38145265ACDB75A78B11AB /* React-jsiexecutor.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jsiexecutor.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 21754846DD83D3794B287A3D6BB4DA9C /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; + 21CDEC81B1AACA4065BD3385AB630454 /* HazptrRec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrRec.h; path = folly/synchronization/HazptrRec.h; sourceTree = ""; }; + 21E277EB0A609214CBB931D344238A64 /* RCTActivityIndicatorViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewComponentView.h; sourceTree = ""; }; + 21EF07FFD2345957804DF019878563CF /* ShadowNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNodes.h; path = react/renderer/components/rncore/ShadowNodes.h; sourceTree = ""; }; + 222FC254D773A0163299A97B210F3B1A /* RCTAnimationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimationPlugins.mm; sourceTree = ""; }; + 224F3D752D59D26136CB03C3D3C240F2 /* RCTDecayAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDecayAnimation.mm; sourceTree = ""; }; + 229E898FFA1C9E93F86539379E9096C3 /* YogaEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = YogaEnums.h; sourceTree = ""; }; + 22A6AF9D5AAC8F547507F26CAC3BE8EA /* UnimplementedViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnimplementedViewShadowNode.h; path = react/renderer/components/unimplementedview/UnimplementedViewShadowNode.h; sourceTree = ""; }; + 22B331FFC962649EE96FA4C6FF47CC23 /* rounding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = rounding.h; sourceTree = ""; }; + 22BBDCDC9E5BB7D47CB6C63BAD034B4B /* format.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = format.h; path = include/fmt/format.h; sourceTree = ""; }; + 22BF4B17D357A3BD3840AF11EBE43257 /* AtomicStruct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicStruct.h; path = folly/synchronization/AtomicStruct.h; sourceTree = ""; }; + 22F665521DA4A7B91AD3CDC51E8779D6 /* React-RuntimeCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RuntimeCore.debug.xcconfig"; sourceTree = ""; }; + 232D444DA9A20C7509F589FFF2D7E4CF /* ThreadLocalDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLocalDetail.h; path = folly/detail/ThreadLocalDetail.h; sourceTree = ""; }; + 2362BA983B00A2A04C7C991889E743A5 /* RCTTouchableComponentViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTouchableComponentViewProtocol.h; path = Fabric/RCTTouchableComponentViewProtocol.h; sourceTree = ""; }; + 23C5959A240F9A33D470E539FE162B9D /* DefaultKeepAliveExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DefaultKeepAliveExecutor.h; path = folly/DefaultKeepAliveExecutor.h; sourceTree = ""; }; + 23DDF8148799041A2BF94450407CEBD2 /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; + 23F1171EF1ED7FAD36769DFA9AE002FD /* RCTUIImageViewAnimated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTUIImageViewAnimated.h; path = Libraries/Image/RCTUIImageViewAnimated.h; sourceTree = ""; }; + 240A841CE45A01661CD44D4EE8B91BC5 /* JSIInstaller.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIInstaller.h; sourceTree = ""; }; + 2415A1FAF902321B20BE9690DAF25F46 /* AttributedStringBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AttributedStringBox.h; path = react/renderer/attributedstring/AttributedStringBox.h; sourceTree = ""; }; + 2462C72B87ED90695E43B971F24B8FCF /* ExperimentalFeature.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ExperimentalFeature.h; sourceTree = ""; }; + 2552D17D22931F4E3F05CF400B52A72D /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; + 256EFD340D35D7E450AACBE294E874A8 /* Latch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Latch.h; path = folly/synchronization/Latch.h; sourceTree = ""; }; + 2577F299FCB0A19824FE989BE77B8E8F /* React-jsinspector */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-jsinspector"; path = "libReact-jsinspector.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 258F35FF5ABDDEBA091F066B015EE1D9 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; + 25984569AD3852F629F09301282C7769 /* RCTDevLoadingViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewProtocol.h; sourceTree = ""; }; + 25A59FDE9D2F710EAEE9BF60F424C713 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/components/scrollview/primitives.h; sourceTree = ""; }; + 25A6D3EB52D98D8E0A7564596C8CE94A /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; + 25B4E76DD481D3490220E28604E55673 /* DistributedMutex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DistributedMutex-inl.h"; path = "folly/synchronization/DistributedMutex-inl.h"; sourceTree = ""; }; + 25CB321AD79DD7DE8F00445FA9998552 /* RCTPerformanceLoggerLabels.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLoggerLabels.h; sourceTree = ""; }; + 25EBF2FA7FFEDCE7086F43F67F482A2C /* Geometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Geometry.h; sourceTree = ""; }; + 26055A5589650C9F928DD1BFF922B86B /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; + 2633DC101FF0E08FE241777B60154AEF /* ar.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ar.lproj; path = React/I18n/strings/ar.lproj; sourceTree = ""; }; + 267039C69B6ECCDE54B5EF1AD931D1C0 /* fmt-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "fmt-dummy.m"; sourceTree = ""; }; + 26799F85A2F48699DF73E4A5B1EE067A /* ModalHostViewState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ModalHostViewState.h; path = react/renderer/components/modal/ModalHostViewState.h; sourceTree = ""; }; + 26902E3757E5D682AFC6C628AF7BD7DD /* React-Fabric-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Fabric-umbrella.h"; sourceTree = ""; }; + 269BE773C9482484B70949A40F4EA525 /* React-RCTSettings */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTSettings"; path = "libReact-RCTSettings.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 26A39561F9B37AA0AFE252734CC8891B /* React-Fabric.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-Fabric.modulemap"; sourceTree = ""; }; + 26E19B9D750F023C6ABA23E46C660990 /* RCTImageViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageViewManager.mm; sourceTree = ""; }; + 26F81C8DE0CC3E7649EDDFE8DFDED895 /* React-RCTFabric-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTFabric-prefix.pch"; sourceTree = ""; }; + 271F7075A09B7F53F77295612BE17BE8 /* UIManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UIManager.cpp; path = react/renderer/uimanager/UIManager.cpp; sourceTree = ""; }; + 2726901F064D66A4F014D07BB986BF67 /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; + 2779D7D33AA6E41DCE7991AF63682C57 /* Poly.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Poly.h; path = folly/Poly.h; sourceTree = ""; }; + 2782757DC9A193842FF73CDFEC4F5F65 /* ShadowNodeFamily.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNodeFamily.cpp; path = react/renderer/core/ShadowNodeFamily.cpp; sourceTree = ""; }; + 27D5B6E7F5A0D017C0081BAF95A9E8AF /* RCTActionSheetManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTActionSheetManager.mm; sourceTree = ""; }; + 27DB05F6CB39113BE10AD3A747787E40 /* F14Set.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Set.h; path = folly/container/F14Set.h; sourceTree = ""; }; + 27DE3F3B20B7CEFB975091316FFFB6CC /* StateUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StateUpdate.h; path = react/renderer/core/StateUpdate.h; sourceTree = ""; }; + 27F831318E526AEB0F7F8A65C1891EC5 /* YogaStylableProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YogaStylableProps.h; path = react/renderer/components/view/YogaStylableProps.h; sourceTree = ""; }; + 28134A7E3E4CF5A0D60FE5E683407AAC /* MPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCQueue.h; path = folly/MPMCQueue.h; sourceTree = ""; }; + 281DE643AC3EC1BC9357383486F2FB11 /* ConnectionDemux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ConnectionDemux.h; sourceTree = ""; }; + 2837BF8ABDA1EC92282A5DF6381E0A27 /* Conv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Conv.h; path = folly/Conv.h; sourceTree = ""; }; + 2845C7EA5A46AFE22DC6C82FA344FB15 /* SRConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRConstants.m; path = SocketRocket/Internal/SRConstants.m; sourceTree = ""; }; + 285863D5864C49AC3FDF1567E1986DDB /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; + 285EDB99AD277EB30467D34D174D268F /* ImageState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageState.cpp; path = react/renderer/components/image/ImageState.cpp; sourceTree = ""; }; + 287D6D149E8F946A10D3DCE0418FB1FC /* RCTComponentViewHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTComponentViewHelpers.h; path = react/renderer/components/scrollview/RCTComponentViewHelpers.h; sourceTree = ""; }; + 2880387D5A0780F29656704977F6A10D /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; + 289131589CCC21FDAAADD8DA0E1EA4A5 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; + 28992A73B6E2E3C1194912C0730023B1 /* RCTSinglelineTextInputView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSinglelineTextInputView.mm; sourceTree = ""; }; + 289BDFFAEE5965ED8E6B54755E485A66 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/animations/conversions.h; sourceTree = ""; }; + 28D7BEABBC1EB38780017A5D14CC2E0F /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; + 28F712315F7CD5B5F84A557475518AF3 /* RCTSinglelineTextInputViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSinglelineTextInputViewManager.mm; sourceTree = ""; }; + 28FF824B4005CDF78CA3A774CFD2549B /* AccessibilityProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AccessibilityProps.cpp; path = react/renderer/components/view/AccessibilityProps.cpp; sourceTree = ""; }; + 29069E0EE8AF62E25BA127E3020926FD /* RawPropsParser.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawPropsParser.cpp; path = react/renderer/core/RawPropsParser.cpp; sourceTree = ""; }; + 292CA568BD4ABB3A490EAADD2CA64FB7 /* React-cxxreact.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.release.xcconfig"; sourceTree = ""; }; + 296D3832DB6A00F26BCB4D9A491A88E6 /* TextAttributes.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextAttributes.cpp; path = react/renderer/attributedstring/TextAttributes.cpp; sourceTree = ""; }; + 296F41E25D51A2758C6CBFAB3A8B8FAD /* fromRawValueShared.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = fromRawValueShared.h; sourceTree = ""; }; + 2993AE002A77BF7B39AAE55DB661DD31 /* TurboCxxModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboCxxModule.cpp; path = react/nativemodule/core/ReactCommon/TurboCxxModule.cpp; sourceTree = ""; }; + 29A9D298DB1C62EA7C25E8F85CFF52F8 /* FollyMemset.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FollyMemset.h; path = folly/FollyMemset.h; sourceTree = ""; }; + 29B488F05847F4968004034A803BA1EE /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; + 2A29138DBA1381888F4701360BF91338 /* InstanceHandle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InstanceHandle.cpp; path = react/renderer/core/InstanceHandle.cpp; sourceTree = ""; }; + 2A474E2B602BF03DC7153DA54029EFCD /* UniqueMonostate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UniqueMonostate.h; sourceTree = ""; }; + 2A64B900827AD880DCA0F0CDC3BDA727 /* HostPlatformViewTraitsInitializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformViewTraitsInitializer.h; sourceTree = ""; }; + 2A6A08279C8FADD3D8FF81B1C2112A8F /* CppAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CppAttributes.h; path = folly/CppAttributes.h; sourceTree = ""; }; + 2A7AEC733FC3F4650B9340E574530161 /* HermesExecutorFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = HermesExecutorFactory.cpp; sourceTree = ""; }; + 2AE808F4B51B3F24D61558A014CF22A5 /* RCTAnimationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationPlugins.h; path = Libraries/NativeAnimation/RCTAnimationPlugins.h; sourceTree = ""; }; + 2AEA71EA50563CCA7CAD2D0EA99BC4C3 /* React-RuntimeHermes.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RuntimeHermes.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 2AF4509521B4076AA29D6287EFE1BE14 /* React-CoreModules.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-CoreModules.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 2AF790ECD36E6DBEB706E9E072597102 /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; + 2AFDFA1B816E14B8A48D630F83DC6574 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; + 2B044C64ECD89051E79887F2F8FE57D5 /* React-RCTNetwork.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTNetwork.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 2B38F5BBD25E489CA1BCFF0B8B34AD39 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/components/scrollview/conversions.h; sourceTree = ""; }; + 2B7A860D2229C54CBF112DD02B57C926 /* LegacyViewManagerInteropState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropState.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropState.h; sourceTree = ""; }; + 2B7BCA4D8FBC217D22B4EEB15EB03957 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; + 2BAEF360C04D98022913BA78AC8A5A0F /* RCTImageShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageShadowView.mm; sourceTree = ""; }; + 2C090425A0AC38F41F277453CBF5B235 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; + 2C17F91E7D084760672DD64B292DF5B5 /* Singleton-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Singleton-inl.h"; path = "folly/Singleton-inl.h"; sourceTree = ""; }; + 2C4F509606F5C64CB085DA2D927CDC93 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; + 2C5887CFA052BA4652642CE173F3C2F4 /* RCTScrollEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollEvent.h; sourceTree = ""; }; + 2C795DB945B2C3AA8C9DB7C2065D7C38 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; + 2CA71A360B05CFB72B96ACD04FA7ADB6 /* ValueFactoryEventPayload.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ValueFactoryEventPayload.cpp; path = react/renderer/core/ValueFactoryEventPayload.cpp; sourceTree = ""; }; + 2CCBE13D47A90960E21168709D81A256 /* SmallLocks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SmallLocks.h; path = folly/synchronization/SmallLocks.h; sourceTree = ""; }; + 2CE3815AC95E2E19EFA825C26B6DD16A /* traits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = traits.h; path = folly/functional/traits.h; sourceTree = ""; }; + 2D006447B5017B8009E226E6E0AACE40 /* ImageRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageRequest.h; path = react/renderer/imagemanager/ImageRequest.h; sourceTree = ""; }; + 2D3B7CA09D694AABDB4E6816701346CC /* TextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextAttributes.h; path = react/renderer/attributedstring/TextAttributes.h; sourceTree = ""; }; + 2D50029B232140A61A9034E9BCCA51BB /* FBReactNativeSpec-generated.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = "FBReactNativeSpec-generated.mm"; sourceTree = ""; }; + 2D889D31C2B9F054FBB9309C335FCD66 /* StatePipe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StatePipe.h; path = react/renderer/core/StatePipe.h; sourceTree = ""; }; + 2DACD0189E12C716542A13351B01B317 /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; + 2DEEED6BBD30D6FA84E9F8A0F6D3BFB9 /* RCTBridgeModuleDecorator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridgeModuleDecorator.m; sourceTree = ""; }; + 2DF730E6145C9D42DEB5C32702BE8C74 /* RawPropsKeyMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawPropsKeyMap.h; path = react/renderer/core/RawPropsKeyMap.h; sourceTree = ""; }; + 2E12202A59E36B86AFC6D2CB7CC7B1A2 /* React-CoreModules.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.debug.xcconfig"; sourceTree = ""; }; + 2E2A892270F483593BF828FD99446809 /* React-RCTBlob.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.release.xcconfig"; sourceTree = ""; }; + 2E89F76541853DEFE4E1B570E724F503 /* RCT-Folly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "RCT-Folly.debug.xcconfig"; sourceTree = ""; }; + 2EA911281D978CB40351D59D5598FC9B /* MicroSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroSpinLock.h; path = folly/MicroSpinLock.h; sourceTree = ""; }; + 2EAAC08BE2B9CE538A0D58679E781247 /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; + 2EC34A00D8B5E0E79B1DFEF7D2D5651B /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = React/CoreModules/RCTWebSocketExecutor.h; sourceTree = ""; }; + 2ED447FF7E9E303F98B593502FAA8151 /* LegacyViewManagerInteropShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropShadowNode.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropShadowNode.h; sourceTree = ""; }; + 2EDE07F5836F143CD7857CB2E5B5E136 /* EventPayloadType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventPayloadType.h; path = react/renderer/core/EventPayloadType.h; sourceTree = ""; }; + 2F2BC9F716D9565E236295A6DE40D75C /* React-jsinspector-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-umbrella.h"; sourceTree = ""; }; + 2F8E66FF737E243487DFC9781A2605FE /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; + 2F8E6E55AFFCF9BD68B2B5B508CCEC75 /* MemoryIdler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryIdler.h; path = folly/detail/MemoryIdler.h; sourceTree = ""; }; + 2FA6B9156408ED84AEE6F56B8BB6FC8D /* RCTMountingTransactionObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMountingTransactionObserverCoordinator.h; sourceTree = ""; }; + 30162323761B1AB1D7A828CC5D1BE36F /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; + 3018115A5F8C04479A8AE64B102BE2C5 /* Base.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Base.h; path = react/bridging/Base.h; sourceTree = ""; }; + 3053B3AC995ECECC071744E464935607 /* ShadowNodeFragment.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNodeFragment.cpp; path = react/renderer/core/ShadowNodeFragment.cpp; sourceTree = ""; }; + 307CE5CEEA4E06A6A255CA72344E783B /* RCTBundleAssetImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBundleAssetImageLoader.mm; sourceTree = ""; }; + 30800F41E56952F66104FBA05648D6FB /* React-jsinspector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.release.xcconfig"; sourceTree = ""; }; + 308183F96466CA2C23FC665AD164BFD4 /* MountingCoordinator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MountingCoordinator.cpp; path = react/renderer/mounting/MountingCoordinator.cpp; sourceTree = ""; }; + 30DD3B64FEFD7A1AB8A1EC8B9D52D87F /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; + 3109CDF60BA119DB536601600983564B /* simdjson.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = simdjson.modulemap; sourceTree = ""; }; + 313F1FACBDF2947C76A286C8AFC6551D /* FBString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBString.h; path = folly/FBString.h; sourceTree = ""; }; + 314C4322103426F9256B2FBA495DB607 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; + 315FDA4F573874F2BD0A7F57C70AF3E1 /* RCT-Folly-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCT-Folly-umbrella.h"; sourceTree = ""; }; + 31660B4E9DCE9F8ABCACB98B2176D664 /* React-NativeModulesApple.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-NativeModulesApple.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 316C9C14CDBDF9673A95F2B8F066A5FF /* React-graphics.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-graphics.modulemap"; sourceTree = ""; }; + 31842C0B4263119B5232CF1827757893 /* ReentrantAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReentrantAllocator.h; path = folly/memory/ReentrantAllocator.h; sourceTree = ""; }; + 318D26E55C7F26B32EFB91A5243FBAF8 /* ViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewShadowNode.h; path = react/renderer/components/view/ViewShadowNode.h; sourceTree = ""; }; + 31E12D3E887518AC0490584345788F27 /* BaseViewProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseViewProps.cpp; path = react/renderer/components/view/BaseViewProps.cpp; sourceTree = ""; }; + 31FAF051F6D95F34219F912CE1C6F2F4 /* String-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "String-inl.h"; path = "folly/String-inl.h"; sourceTree = ""; }; + 32208C8C13E5E8750C70406B6FADABA1 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; + 325477957D7D1B6F9F9C72D859C2E8BE /* React-perflogger.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-perflogger.release.xcconfig"; sourceTree = ""; }; + 32680615BD888084B01D830F2196A3C7 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; + 326E52CD3C6A37497F8D253F7BACCFB5 /* Sched.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sched.h; path = folly/portability/Sched.h; sourceTree = ""; }; + 326FC938C2E12371A877E5FA46F37777 /* LongLivedObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LongLivedObject.cpp; path = react/bridging/LongLivedObject.cpp; sourceTree = ""; }; + 327A412C03B8D29F20508FBD60D4EAD2 /* Props.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Props.h; path = react/renderer/core/Props.h; sourceTree = ""; }; + 32854BF47BB04F74CF858BD8BDE66C35 /* RCTHermesInstance.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTHermesInstance.mm; path = ReactCommon/RCTHermesInstance.mm; sourceTree = ""; }; + 32A7462E31DA20BFC4BF96677609574A /* RCTMountingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMountingManager.mm; sourceTree = ""; }; + 32AC266D9F2BEB6CAC0650EC2695A1C7 /* SysUio.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysUio.cpp; path = folly/portability/SysUio.cpp; sourceTree = ""; }; + 32B62C1AD7CDAE58FE4EF82AB2C29AAA /* Uri.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Uri.h; path = folly/Uri.h; sourceTree = ""; }; + 32C612DD10C738AA24310145376A8756 /* DebuggerTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DebuggerTypes.h; path = destroot/include/hermes/Public/DebuggerTypes.h; sourceTree = ""; }; + 32D1CC8F0E612A18C597E5BDCD724B17 /* RCTSurfaceRegistry.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfaceRegistry.mm; path = Fabric/RCTSurfaceRegistry.mm; sourceTree = ""; }; + 32DC15B6A3F5954F7FA2FF42937538A5 /* RCTLegacyViewManagerInteropCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLegacyViewManagerInteropCoordinator.h; path = react/renderer/components/legacyviewmanagerinterop/RCTLegacyViewManagerInteropCoordinator.h; sourceTree = ""; }; + 32E0BB05F9F652F49EAE1D3EE8E0714E /* UnstableLegacyViewManagerAutomaticComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnstableLegacyViewManagerAutomaticComponentDescriptor.h; path = react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticComponentDescriptor.h; sourceTree = ""; }; + 3312F4682C3B648C87FBD7755CC0CE73 /* UnstableLegacyViewManagerInteropComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnstableLegacyViewManagerInteropComponentDescriptor.h; path = react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerInteropComponentDescriptor.h; sourceTree = ""; }; + 3329F3B4064042B4C1D4BDA08241A80B /* JSOutOfMemoryError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSOutOfMemoryError.h; path = destroot/include/hermes/Public/JSOutOfMemoryError.h; sourceTree = ""; }; + 33623931DB49F9BE0BB2BEAD565E5AC5 /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; + 337FF88F1B3B7E14D22211EF9A8C01DC /* ModalHostViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ModalHostViewComponentDescriptor.h; path = react/renderer/components/modal/ModalHostViewComponentDescriptor.h; sourceTree = ""; }; + 33A82E15C4F5EEC134A1C086B421B62D /* bindingUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = bindingUtils.cpp; path = react/renderer/uimanager/bindingUtils.cpp; sourceTree = ""; }; + 33AFE6C6C66107B924778D5E609CBE54 /* React-RCTActionSheet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.release.xcconfig"; sourceTree = ""; }; + 33BB544E228494D0AF9CB4E5A11EF94D /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = conversions.h; sourceTree = ""; }; + 33C0BE36B9FBC218A7F9944F9E03ABC9 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; + 33E070F404266F952E77980CFA788C4D /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; + 33EEBF1D210254B5452CE560F81C9D38 /* RCTDeprecation */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RCTDeprecation; path = libRCTDeprecation.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 33FBAF4A2C505DEA7624E5FE6146C7CB /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; + 340097AC9A9BF4BAD1E542E436217620 /* ImageTelemetry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageTelemetry.cpp; path = react/renderer/imagemanager/ImageTelemetry.cpp; sourceTree = ""; }; + 341947EF5C4F684C9D99E78AEFE835DC /* TimerStats.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimerStats.h; path = destroot/include/hermes/TimerStats.h; sourceTree = ""; }; + 342244AFF6DAC97CF99A001A770A5E4F /* Object.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Object.h; path = react/bridging/Object.h; sourceTree = ""; }; + 343040AFE22D6B494755190C0C2FC6FF /* ParagraphProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphProps.cpp; path = react/renderer/components/text/ParagraphProps.cpp; sourceTree = ""; }; + 34310C6EE4D078D016C21151602FCF90 /* RCTSyncImageManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSyncImageManager.mm; path = react/renderer/imagemanager/RCTSyncImageManager.mm; sourceTree = ""; }; + 34875B2D75347ECF94E81DEA4C80D47A /* React-graphics-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-graphics-umbrella.h"; sourceTree = ""; }; + 349041093547AE8E438BDD4E8A829CB7 /* LayoutConstraints.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutConstraints.cpp; path = react/renderer/core/LayoutConstraints.cpp; sourceTree = ""; }; + 34A2168F62C5C8BB1DEEA7D485022A12 /* RCTFabricModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFabricModalHostViewController.h; sourceTree = ""; }; + 34DB7C7BB2A350937253113F587A18E4 /* TextShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextShadowNode.h; path = react/renderer/components/text/TextShadowNode.h; sourceTree = ""; }; + 350583A27DECF7088A05CC2259BE2E98 /* RCTParagraphComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTParagraphComponentView.mm; sourceTree = ""; }; + 354A705EB660FEBF388788D956A9E58A /* ToAscii.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ToAscii.cpp; path = folly/lang/ToAscii.cpp; sourceTree = ""; }; + 35645CAF1F9339B964422D6014D3FB62 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorInterfaces.cpp; sourceTree = ""; }; + 357C89461C2B2C6319BF4ADE3900971C /* AtomicNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicNotification.h; path = folly/synchronization/AtomicNotification.h; sourceTree = ""; }; + 359747BC6AC4881D3081F8B6AA532321 /* TouchEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TouchEventEmitter.h; path = react/renderer/components/view/TouchEventEmitter.h; sourceTree = ""; }; + 359B6CEED91D1DF8B883DC40D5E04EEE /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; + 35B3256FA995F839DF8DCEEFCF7DD785 /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; + 35D8CF26BB70259E361BDEA1E77D32E1 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; + 3605A12CF33B3DFBE0B5DD2DE36994C3 /* SpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpinLock.h; path = folly/SpinLock.h; sourceTree = ""; }; + 3615AC64FDF6640D810E405776FA9A03 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; + 36164B0E9E5609F36A0106D648A0FA8E /* RCTComponentViewRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewRegistry.h; sourceTree = ""; }; + 361BB64B7C65C06474C5DFD08FD49799 /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; + 367ACA1132BAD5F80E6CE0171064F750 /* RCTBridgeModuleDecorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModuleDecorator.h; sourceTree = ""; }; + 36C08C7FF3DFACBC39FCE541DCF803B6 /* ImageRequest.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageRequest.cpp; path = react/renderer/imagemanager/ImageRequest.cpp; sourceTree = ""; }; + 36EDA6F605E6CEF5F9A72D38C0AA3DED /* ThreadName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadName.h; path = folly/system/ThreadName.h; sourceTree = ""; }; + 373F105CB4DEE4BDB90F46875B73BFA8 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; + 374717629E05164C820F2052E54AAA91 /* Cache.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Cache.cpp; sourceTree = ""; }; + 37560CB0B831B9181D0E9FE412A827E5 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; + 37592FDAD45752511010F4B06AC57355 /* React-cxxreact */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-cxxreact"; path = "libReact-cxxreact.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 375B4BBE3235F1250E48C6F479A52A01 /* FormatTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FormatTraits.h; path = folly/FormatTraits.h; sourceTree = ""; }; + 375DFEFC5E87FCB287285426D6DAA812 /* RCTModuloAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuloAnimatedNode.mm; sourceTree = ""; }; + 3762263B39103B7107F61608F0B0E2D8 /* Random-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Random-inl.h"; path = "folly/Random-inl.h"; sourceTree = ""; }; + 37689F6A0CBD1039206E7D3A8E8E6C68 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; + 37CF653BFF872793202265BF76118EAA /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; + 37D820D975698FCA99C86CE71EF22A97 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; + 37DFC8EAF78BE0F070D18753D61D9C59 /* IPAddressSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressSource.h; path = folly/detail/IPAddressSource.h; sourceTree = ""; }; + 37F9065181BD972C82D47E7F46FFBBAA /* Log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Log.cpp; sourceTree = ""; }; + 3859A11BD5B175A2E7059AE9B7A747F3 /* Merge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Merge.h; path = folly/container/Merge.h; sourceTree = ""; }; + 3863C406F7D65140B03ADDF3E62B9914 /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; + 38D95650F41F3CE76BC04B5619B09B95 /* SRSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRSecurityPolicy.m; path = SocketRocket/SRSecurityPolicy.m; sourceTree = ""; }; + 394174FFAD60F61AE02F3A5C011D30BC /* RCTTextView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextView.mm; sourceTree = ""; }; + 3948308FBBC9426B8AAFA7391786B0E8 /* React-Codegen.podspec.json */ = {isa = PBXFileReference; includeInIndex = 1; path = "React-Codegen.podspec.json"; sourceTree = ""; }; + 39499A61681F432C3F011D0926E7DAA4 /* ReactNativeFeatureFlagsAccessor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactNativeFeatureFlagsAccessor.cpp; sourceTree = ""; }; + 3954F92E91DCCCD316FC570C39037C55 /* MapBufferBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MapBufferBuilder.h; path = react/renderer/mapbuffer/MapBufferBuilder.h; sourceTree = ""; }; + 39650BDAA0AACD5B404A81046E1DC6C8 /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; + 39A5BABF355F1FCE0AB1D652C33D7B9C /* Memory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Memory.h; path = folly/portability/Memory.h; sourceTree = ""; }; + 39D0105B481E5FB78C661496BD63B8A5 /* React-RCTAppDelegate */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTAppDelegate"; path = "libReact-RCTAppDelegate.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 39F4D12A0547EEA463DA17C682F69B34 /* RCTTextInputUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextInputUtils.mm; sourceTree = ""; }; + 39F844696BFB60487E053DE52768656B /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; + 3A32F2995E9FBCA38F66600B356DD02C /* TcpInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpInfo.h; path = folly/net/TcpInfo.h; sourceTree = ""; }; + 3A48CF42426D1757E19F5E0283D958A0 /* ColorComponents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ColorComponents.h; sourceTree = ""; }; + 3A50B808D51766F1C0B42436A7163DDD /* RCTImageResponseObserverProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageResponseObserverProxy.h; path = Fabric/RCTImageResponseObserverProxy.h; sourceTree = ""; }; + 3A6A2A0A084F0C30F0774529E7FC9E72 /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; + 3A75958C7177C6CC36B895D30E732E64 /* RCTRuntimeExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRuntimeExecutor.h; path = ReactCommon/RCTRuntimeExecutor.h; sourceTree = ""; }; + 3A7C0933E0C4119F5E32E5A260746A2F /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; + 3AD266EFC19E97B68AB736B2DFAE934E /* bindingUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bindingUtils.h; path = react/renderer/uimanager/bindingUtils.h; sourceTree = ""; }; + 3AD33F21CFF457D719E527B0A4413B4E /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; + 3AD9E5C254F43B4A3AC4E7A6452D879C /* React-Core-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-umbrella.h"; sourceTree = ""; }; + 3B03D90250BBDC20A58910E9BAE12F13 /* RCTDeviceInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDeviceInfo.mm; sourceTree = ""; }; + 3B0D676D74E69A0350EF5A4FE2794335 /* RCTAlertController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAlertController.h; path = React/CoreModules/RCTAlertController.h; sourceTree = ""; }; + 3B4291E3436CE7DD23B4E403E8E8B12D /* RangeCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RangeCommon.h; path = folly/detail/RangeCommon.h; sourceTree = ""; }; + 3B7CA49DCCF91C74062D35600488A355 /* React-jsi.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.debug.xcconfig"; sourceTree = ""; }; + 3B80393CC9C72D221195616E0DA5B67F /* RCTNetworkPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkPlugins.h; path = Libraries/Network/RCTNetworkPlugins.h; sourceTree = ""; }; + 3B9822B49D137DD1BBFAE4C9206C7F97 /* Number.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Number.h; path = react/bridging/Number.h; sourceTree = ""; }; + 3BD8588452A16BCC311A2F90E96B104A /* CxxTurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CxxTurboModuleUtils.cpp; path = react/nativemodule/core/ReactCommon/CxxTurboModuleUtils.cpp; sourceTree = ""; }; + 3BFC3D5FFBC3735586FEBA16EF9D8157 /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = folly/lang/Exception.h; sourceTree = ""; }; + 3C0913180FEC5C605ACD33BB9E09CDAD /* AbsoluteLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AbsoluteLayout.h; sourceTree = ""; }; + 3C3877360CD1523AEBF6A0B3BECBB8D6 /* React-rendererdebug.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-rendererdebug.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3C3F05EDE07B5034C963F9F6CE67E5A9 /* TraceInterpreter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TraceInterpreter.h; path = destroot/include/hermes/TraceInterpreter.h; sourceTree = ""; }; + 3C581B89704C6C579DD637F11045901A /* AtomicHashArray-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicHashArray-inl.h"; path = "folly/AtomicHashArray-inl.h"; sourceTree = ""; }; + 3C6D5DD14D9959F1BCDA9EEF40E8671E /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; + 3C7A8CC093D61D93FAFE2A423F9CE0B7 /* ParagraphProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphProps.h; path = react/renderer/components/text/ParagraphProps.h; sourceTree = ""; }; + 3C987DB1C26CAE3839EA088A41B167DF /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; + 3CA7A9404CCDD6BA22C97F8348CE3209 /* glog */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = glog; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 3CAE7021D6D8066FCD1D39076F4A85C1 /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; + 3CC7171C241F88DC2439CD6C9B3B9BDA /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; + 3D158DF7B71452128F42AE32CD1FB9F8 /* MessageInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageInterfaces.h; path = destroot/include/hermes/inspector/chrome/MessageInterfaces.h; sourceTree = ""; }; + 3D16D5EC0CC9F855658FDAD755B9B8F7 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; + 3D2546E47F2D90167BFD3A489746A6E9 /* Unistd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unistd.h; path = folly/portability/Unistd.h; sourceTree = ""; }; + 3D4E8D2C968BF398ABDE0E66D90AA405 /* TurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModule.h; path = react/nativemodule/core/ReactCommon/TurboModule.h; sourceTree = ""; }; + 3D66CDE2F1E5ADE815D245C01F720E05 /* FBVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBVector.h; path = folly/FBVector.h; sourceTree = ""; }; + 3D6DBF11CFCFF077F1E73E67C1B435B6 /* ShadowTreeRevision.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowTreeRevision.cpp; path = react/renderer/mounting/ShadowTreeRevision.cpp; sourceTree = ""; }; + 3D7F16F5E30C11527357DD52C8CB2954 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/components/view/primitives.h; sourceTree = ""; }; + 3D85474333A22BB675B886226092484B /* GCConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GCConfig.h; path = destroot/include/hermes/Public/GCConfig.h; sourceTree = ""; }; + 3DDD563C6ADBEC41164125E51B67EE77 /* RCTLegacyViewManagerInteropCoordinatorAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLegacyViewManagerInteropCoordinatorAdapter.h; sourceTree = ""; }; + 3E169D2216CF9E719B147E7377742BBD /* RCTEnhancedScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEnhancedScrollView.h; sourceTree = ""; }; + 3E71733432C7AC618E5FB1B2C20C71F3 /* SurfaceRegistryBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SurfaceRegistryBinding.cpp; path = react/renderer/uimanager/SurfaceRegistryBinding.cpp; sourceTree = ""; }; + 3E8E0103E022F0A7BE670C99DDEC11FE /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; + 3EA37501D46115DDABA4571FDD025BD2 /* SRLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRLog.m; path = SocketRocket/Internal/Utilities/SRLog.m; sourceTree = ""; }; + 3EA47022B15AB1C45235DBA9B57DA776 /* DoubleConversion.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.debug.xcconfig; sourceTree = ""; }; + 3EA8CBF160B60CE7141E34124CD98495 /* React-runtimescheduler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-runtimescheduler.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3F3E458396D3574B4ADE0076519B87B9 /* RuntimeSchedulerBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeSchedulerBinding.cpp; sourceTree = ""; }; + 3F5A0CA304F0EDE4723DD50DC013E5A9 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; + 3F5C6F9D16A1A659B8CB769DDEC445DE /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; + 3F64B0C65747B5007B92D204D69F6EFC /* Dimension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Dimension.h; sourceTree = ""; }; + 3F8788C15B11DF4D16CE2A85BE243AA0 /* FBReactNativeSpecJSI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FBReactNativeSpecJSI.h; sourceTree = ""; }; + 3F93EBBC760E206C8883BE32A9915097 /* SRMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRMutex.h; path = SocketRocket/Internal/Utilities/SRMutex.h; sourceTree = ""; }; + 3FA9E0C5DE547662B3285AAE677F1CBF /* RCTAnimationUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimationUtils.mm; sourceTree = ""; }; + 3FB252110B7F6302C421C46ADF22A0BD /* RCTDeprecation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTDeprecation-dummy.m"; sourceTree = ""; }; + 3FE4624E81D0E4F7D216C71603A6BB12 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; + 3FF99AA51CC63F9D02051442963EEB0E /* RCTDebuggingOverlay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDebuggingOverlay.m; sourceTree = ""; }; + 3FFEDA5AF4FED3EB1CC515BC9BAB2760 /* HazptrObjLinked.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrObjLinked.h; path = folly/synchronization/HazptrObjLinked.h; sourceTree = ""; }; + 40070AAA8193578B4B19218FCBD1F506 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; + 4013A3D961F88A9A042C082ECAEB35E8 /* RCTScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTScheduler.h; path = Fabric/RCTScheduler.h; sourceTree = ""; }; + 401A553AA0753FF3548A286F009A8820 /* React-RCTAppDelegate-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAppDelegate-umbrella.h"; sourceTree = ""; }; + 404C04FF5A5FFA2678597943F9B2C076 /* RCTEventAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTEventAnimation.mm; sourceTree = ""; }; + 40578E9386680C689D002917E383C065 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; + 4059CB54B248E9CAF8D2648832EF03C3 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTEventDispatcher.h; path = React/CoreModules/RCTEventDispatcher.h; sourceTree = ""; }; + 40B6CCC5214ADD7CDAC59A0304AB0B44 /* MPMCPipelineDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCPipelineDetail.h; path = folly/detail/MPMCPipelineDetail.h; sourceTree = ""; }; + 40B78C2265ACE3B8ACB7A504F9CFA4DE /* FMDatabaseQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FMDatabaseQueue.h; sourceTree = ""; }; + 40CFEC8038EA506FF0CAC998C27E80BF /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; + 40E5A309579F3C1A9D1F5C45ED9FFA0F /* RuntimeTarget.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeTarget.cpp; sourceTree = ""; }; + 411B0CC2295DAA5FACED75F6D4BA67ED /* hu.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = hu.lproj; path = React/I18n/strings/hu.lproj; sourceTree = ""; }; + 411C75B9AC2022189E60C99722CAFE94 /* React-jsitracing.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jsitracing.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 41232C04153D6B0482F696CC52538B79 /* React-NativeModulesApple.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-NativeModulesApple.modulemap"; sourceTree = ""; }; + 412F97DED69E29E2A7146162142A9FF5 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; + 4133EE63EDE34BEA9FC63C4BB4801169 /* RCTImageURLLoaderWithAttribution.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoaderWithAttribution.h; path = Libraries/Image/RCTImageURLLoaderWithAttribution.h; sourceTree = ""; }; 413649D5C571D8A6170C6A4424CD088F /* Pods-WatermelonTester-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-WatermelonTester-dummy.m"; sourceTree = ""; }; - 4178B4FC5C0DFB2F404B09671505E1E4 /* IOBufQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOBufQueue.h; path = folly/io/IOBufQueue.h; sourceTree = ""; }; - 41B16C1530961076869D5B12D9AF2F77 /* F14Mask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Mask.h; path = folly/container/detail/F14Mask.h; sourceTree = ""; }; - 41B399AF763C8E8A41869BB1E4E64177 /* Wrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Wrap.h; sourceTree = ""; }; - 41B9DF10DDBC6CF07F3C0E13B7AD8CE7 /* SettingsImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SettingsImpl.h; path = folly/experimental/settings/detail/SettingsImpl.h; sourceTree = ""; }; - 41C3D60643848684F4E5AFCD327188D0 /* ImageManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ImageManager.mm; path = react/renderer/imagemanager/ImageManager.mm; sourceTree = ""; }; - 41ED376CD2ADF644AB6DAF76D509A94B /* Preprocessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Preprocessor.h; path = folly/Preprocessor.h; sourceTree = ""; }; - 422F66BF5D88383F8FDF3EAFE298CD26 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; - 4253798E2F9110BD00B78B6B37B0A272 /* React-callinvoker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-callinvoker.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 42B0D629903BD9DA3D5671F95DFD42BC /* SocketRocket.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SocketRocket.release.xcconfig; sourceTree = ""; }; - 42B9C51071C2AEAE7F951E09EBCDF7BB /* Debug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Debug.h; path = folly/experimental/symbolizer/detail/Debug.h; sourceTree = ""; }; - 4322723D2C7F340D6A60F679977AAAF5 /* BitCast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BitCast.h; sourceTree = ""; }; - 4344BCDF9ABDD9AB2F1CEDC850BE3354 /* React-Codegen-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Codegen-dummy.m"; sourceTree = ""; }; - 438118B832E608FA3A2CFC8CA9A7D2E3 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; - 439A066CB90E246B2C3AB18E40ED6592 /* Baton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Baton.h; path = folly/experimental/coro/Baton.h; sourceTree = ""; }; - 43B749ED80DC89F1FF3B99A6C150ED1A /* Memory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Memory.h; path = folly/Memory.h; sourceTree = ""; }; - 43C051CF9ECB4F1C8F650C52587676BF /* Sockets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sockets.h; path = folly/portability/Sockets.h; sourceTree = ""; }; - 440CA91DDEE9B28A7CC57CA3548D6FD1 /* DynamicConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicConverter.h; path = folly/DynamicConverter.h; sourceTree = ""; }; - 4418B14F9A647FAB1AE6B6ACD4B17AF5 /* TextComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextComponentDescriptor.h; path = react/renderer/components/text/TextComponentDescriptor.h; sourceTree = ""; }; - 444BDD9DA98FFFFA84A1E4E0FC68F43F /* EventEmitters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventEmitters.h; path = react/renderer/components/rncore/EventEmitters.h; sourceTree = ""; }; - 446E06918DD100CD5E6A24FDD1736341 /* FMDatabase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FMDatabase.m; sourceTree = ""; }; - 4471B51CF9700F80553C0E2A7206C4B5 /* ResolveValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ResolveValue.h; sourceTree = ""; }; - 4497F2ABE4AD87ECC04D271357D4C30B /* UniqueInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UniqueInstance.h; path = folly/detail/UniqueInstance.h; sourceTree = ""; }; - 449E83903CDC981D5C42265496502104 /* evutil_time.c */ = {isa = PBXFileReference; includeInIndex = 1; path = evutil_time.c; sourceTree = ""; }; - 44A71FF558FCE096B29ED61C7FD7DCB0 /* Dimension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Dimension.h; sourceTree = ""; }; - 44D648865D7D9660AEC9444D1BBB8AF0 /* Edge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Edge.h; sourceTree = ""; }; - 44E753B3FDD2E45392DE4FC6860F2B3D /* TimedMutex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "TimedMutex-inl.h"; path = "folly/fibers/TimedMutex-inl.h"; sourceTree = ""; }; - 44F69FD692B19AB66F5F999074E0947E /* ParkingLot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParkingLot.h; path = folly/synchronization/ParkingLot.h; sourceTree = ""; }; - 451E92DAC22A7C18E0966D5202B6503D /* React-RCTNetwork.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTNetwork.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4567C829922191E795519E62ECFF142A /* ExecutorWithPriority.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExecutorWithPriority.h; path = folly/executors/ExecutorWithPriority.h; sourceTree = ""; }; - 456A14BDEE24F6480A55B5ACF2BD92FC /* BitVectorCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitVectorCoding.h; path = folly/experimental/BitVectorCoding.h; sourceTree = ""; }; - 456FA3907D6C8C8430B9248EA95DF7E3 /* StubView.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StubView.cpp; path = react/renderer/mounting/StubView.cpp; sourceTree = ""; }; - 45AEDA76843061185C948764662E13A3 /* Config.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Config.cpp; sourceTree = ""; }; - 45D4AF616D777DA9A963A065E2155A94 /* Hardware.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hardware.h; path = folly/chrono/Hardware.h; sourceTree = ""; }; - 46099687A5D0F3DDDC172FEE1E106754 /* QueueObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QueueObserver.h; path = folly/executors/QueueObserver.h; sourceTree = ""; }; - 46446A4572C808DC5385A4EA85E03A40 /* NativeComponentRegistryBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = NativeComponentRegistryBinding.cpp; sourceTree = ""; }; - 464C883E5D5D12E96FDDBDDCC705E162 /* SharedFunction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedFunction.h; sourceTree = ""; }; - 4673A82DA80FA82B2DD57C8F756D1722 /* FMDatabaseQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FMDatabaseQueue.h; sourceTree = ""; }; - 469A118AD2527D6F53FE90370263294B /* ThreadedRepeatingFunctionRunner.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadedRepeatingFunctionRunner.h; path = folly/experimental/ThreadedRepeatingFunctionRunner.h; sourceTree = ""; }; - 46AB4510A367BEEECC089E61C47E829E /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/components/view/conversions.h; sourceTree = ""; }; - 46C02F088814FC535FC08A4FA3D3D579 /* RCTSurfaceRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfaceRegistry.h; path = Fabric/RCTSurfaceRegistry.h; sourceTree = ""; }; - 46D13D85EF303448DCD24BB70B68B3AD /* Request.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Request.h; path = folly/io/async/Request.h; sourceTree = ""; }; - 46DC3E9CF7B93AC1DDF391E419BD2CBB /* ObserverManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObserverManager.h; path = folly/experimental/observer/detail/ObserverManager.h; sourceTree = ""; }; - 46DCC9146F03777DF03452959AEBE99E /* Dwarf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Dwarf.h; path = folly/experimental/symbolizer/Dwarf.h; sourceTree = ""; }; - 46DE6ED03A46CDEB11B35EC94E96BC72 /* Node.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Node.cpp; sourceTree = ""; }; - 46F9DFE68628EA61F1054E0D38DE87BC /* RCTClipboard.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTClipboard.mm; sourceTree = ""; }; - 471BAB19567D1C81CF72F03A467EF867 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTEventDispatcher.h; path = React/CoreModules/RCTEventDispatcher.h; sourceTree = ""; }; - 4721C8BCED43573B2F6B3FAA3F911AC9 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; - 472A46F1ECC1E5216FD07DB8905D1E68 /* F14MapFallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14MapFallback.h; path = folly/container/detail/F14MapFallback.h; sourceTree = ""; }; - 474E3DEED2303974737DCB7B09C3BE19 /* ViewPropsInterpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewPropsInterpolation.h; path = react/renderer/components/view/ViewPropsInterpolation.h; sourceTree = ""; }; - 4783C7090C98B61D999FEB01C8F42A0B /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RAMBundleRegistry.cpp; sourceTree = ""; }; - 478DA32BC8D4FE44144F47FF398DEBC2 /* core.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = core.h; path = include/fmt/core.h; sourceTree = ""; }; + 4148047344F184B4D856D414B9B4349D /* hermes-engine.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "hermes-engine.release.xcconfig"; sourceTree = ""; }; + 415370226876D731C7B97EFB54012940 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; + 4167445C410188AABBBB4C4E2721565F /* InspectorData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InspectorData.h; path = react/renderer/scheduler/InspectorData.h; sourceTree = ""; }; + 4168B7BDC6AE9FC9B5C87C96C641EA8E /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; + 416D956A2968ACC6583A761D4976F6FF /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; + 4181C0A4A1994121AF233A5C57DEC990 /* RCTLocalizedString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLocalizedString.mm; sourceTree = ""; }; + 41CA6E5A23C938EF530325403BEB5ABB /* RCTTurboModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTurboModuleManager.h; path = ReactCommon/RCTTurboModuleManager.h; sourceTree = ""; }; + 41CF2183FB0C77CBF6E075298A85E705 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; + 41D562BB5F84842F8DF9293C3DEB309C /* RCTTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTTurboModule.mm; path = ReactCommon/RCTTurboModule.mm; sourceTree = ""; }; + 41E25EEE9BD95F7330BCB968457D0541 /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; + 41EC212BC4905E428935BED6DA109744 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; + 42069F17D0B92E1DCE65D62807AAC0E8 /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; + 4242FEAF60FC3ACE3D98A5A77B65D724 /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = Libraries/Image/RCTImageEditingManager.h; sourceTree = ""; }; + 4279CDB721ED8120EB0EF927416392FE /* RCTImageURLLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoader.h; path = Libraries/Image/RCTImageURLLoader.h; sourceTree = ""; }; + 427B91D65DD3F677FDB0BBC6941F4424 /* ReactNativeFeatureFlagsAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeFeatureFlagsAccessor.h; sourceTree = ""; }; + 42A97962C25A869DDED1914B699BD747 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; + 42E6807903C30860853913241D16DBE5 /* FMDatabasePool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FMDatabasePool.m; sourceTree = ""; }; + 42F83B7067F1043FA268569B56994602 /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; + 4319E1967E8F6E050D8E035D7E5D4598 /* FlexDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FlexDirection.h; sourceTree = ""; }; + 431DEF836033B057B6067879CB291040 /* RCTUnimplementedNativeComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUnimplementedNativeComponentView.mm; sourceTree = ""; }; + 4340CE46967CD10BEFC7859B55898A6D /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; + 4343AD60D13A26A3F11E942DA9C12580 /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; + 434BDC67E1145AE964DB9AA3C0D4F3AE /* InspectorUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorUtilities.h; sourceTree = ""; }; + 43E01084CFFDCD00B181AAEBF7F6EC46 /* RCTBridgeConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeConstants.h; sourceTree = ""; }; + 43EB5BDEB4E6A695F071E994CDEDF34A /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; + 43F384C21F24B355DE771A761C765E4B /* ShadowTreeRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowTreeRegistry.cpp; path = react/renderer/mounting/ShadowTreeRegistry.cpp; sourceTree = ""; }; + 4403122C16D5B003C8984E009EAF54F1 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/uimanager/primitives.h; sourceTree = ""; }; + 441AA6664650EC12BAF8937E4A882741 /* React-Codegen.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Codegen.release.xcconfig"; sourceTree = ""; }; + 44356704310DCCAB77D9F8693D62FE0B /* RCTSurfacePointerHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfacePointerHandler.mm; path = Fabric/RCTSurfacePointerHandler.mm; sourceTree = ""; }; + 445199601546E45056A827DFB23F4148 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; + 446FE57F2A972700F005CD2CC41F8710 /* RCTTurboModuleManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTTurboModuleManager.mm; path = ReactCommon/RCTTurboModuleManager.mm; sourceTree = ""; }; + 4478194C75B2D184014614829944D5CC /* ThreadLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLocal.h; path = folly/ThreadLocal.h; sourceTree = ""; }; + 447C966873650F5BE0F53C20B5B181AD /* RCTVirtualTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextView.h; sourceTree = ""; }; + 4489977C9B5B35F7F5A112139189B7E0 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; + 44C17CFBA5F0AAEEAA6587B65BBD9539 /* DynamicPropsUtilities.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DynamicPropsUtilities.cpp; path = react/renderer/core/DynamicPropsUtilities.cpp; sourceTree = ""; }; + 44D41289A83BA05369244074562FCAE8 /* SRHTTPConnectMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRHTTPConnectMessage.m; path = SocketRocket/Internal/Utilities/SRHTTPConnectMessage.m; sourceTree = ""; }; + 456E948706116C0DD64555FF6BF85B08 /* RCTSurfacePresenter.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfacePresenter.mm; path = Fabric/RCTSurfacePresenter.mm; sourceTree = ""; }; + 459822FB423F933D32F755CA3A5D55CC /* glog-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-umbrella.h"; sourceTree = ""; }; + 459B7A62CD1A78C3B1D3BA7499CB76CD /* UnimplementedViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnimplementedViewProps.h; path = react/renderer/components/unimplementedview/UnimplementedViewProps.h; sourceTree = ""; }; + 45A5B3AB48BF8E29430504561E8566AA /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; + 45BE03CDBA0ACF037784CA42392A374F /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; + 45C6CA880F0AD8CC31C1BF775228C3EF /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; + 45D864901AF697040097CE5D0FCD717F /* Log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Log.h; sourceTree = ""; }; + 45D9999C07AC6FD97A5897196483760E /* RuntimeScheduler_Modern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeScheduler_Modern.h; sourceTree = ""; }; + 45E05ACB5D6C411D85AD9B6A40C2DD2E /* RuntimeAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeAgent.h; sourceTree = ""; }; + 45FA7F5F8B8980E56D777737778E2381 /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; + 464776232CDC5618B023B03B587FF834 /* simdjson-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "simdjson-prefix.pch"; sourceTree = ""; }; + 466A8EAE41785C3EA08D830470EABB6B /* Arena-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Arena-inl.h"; path = "folly/memory/Arena-inl.h"; sourceTree = ""; }; + 468E6DDCB31D801D029C02EF35D5C24C /* React-runtimeexecutor.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-runtimeexecutor.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 469194BAB9EE78B8BC1A3877E5EB169C /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = jsi.h; path = jsi/jsi.h; sourceTree = ""; }; + 4695EA457448E4B94A1CB1A54D7440C3 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; + 46E1F838DD66034E7F76591680E8F0F6 /* he.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = he.lproj; path = React/I18n/strings/he.lproj; sourceTree = ""; }; + 46EA19D378721E8E4D853840E6430E2C /* ParagraphLayoutManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphLayoutManager.cpp; path = react/renderer/components/text/ParagraphLayoutManager.cpp; sourceTree = ""; }; + 46EDCFA392F4FA15E1D6087289E0B88B /* fmt-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "fmt-prefix.pch"; sourceTree = ""; }; + 46F019BC62AF7DC88D7C7732C66B0216 /* ConcreteState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcreteState.h; path = react/renderer/core/ConcreteState.h; sourceTree = ""; }; + 46F5E5B9B1380E064D67E9508C78BACF /* UIManagerAnimationDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerAnimationDelegate.h; path = react/renderer/uimanager/UIManagerAnimationDelegate.h; sourceTree = ""; }; + 4738F10785BD68311DE222F91337CB33 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; + 473969280531057CD249A18AC62DD076 /* AtomicUnorderedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUnorderedMap.h; path = folly/AtomicUnorderedMap.h; sourceTree = ""; }; + 475E63C49DABE072747B2ACDE9DE0BA5 /* RCTImageComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageComponentView.h; sourceTree = ""; }; 479CC64ABABA112D0CD8C3AF4C19786C /* Pods-WatermelonTester-WatermelonTesterTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-WatermelonTester-WatermelonTesterTests-acknowledgements.plist"; sourceTree = ""; }; - 47C7EF9EC97FDCBF249E6FD0B2C29748 /* ostream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ostream.h; path = include/fmt/ostream.h; sourceTree = ""; }; - 47D528B4E4A646A727E4AFE954C8B39B /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSIDynamic.cpp; path = jsi/JSIDynamic.cpp; sourceTree = ""; }; - 47E60C73FC956450FAD51C4BF49F9F17 /* MountingCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MountingCoordinator.h; path = react/renderer/mounting/MountingCoordinator.h; sourceTree = ""; }; - 47F190C05A76AB26CF1103672130D608 /* ParagraphShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphShadowNode.h; path = react/renderer/components/text/ParagraphShadowNode.h; sourceTree = ""; }; - 47FD033FCC2D429D1A9939A5416545E1 /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; - 4821721553AF9219135C58023FBC45B3 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/animations/primitives.h; sourceTree = ""; }; - 482A5311B2E5633BEEAABDAAC7446842 /* RCTGenericDelegateSplitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTGenericDelegateSplitter.h; sourceTree = ""; }; - 48497AC35BD1867839F530654B0F35D0 /* b.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = b.h; path = folly/experimental/settings/test/b.h; sourceTree = ""; }; - 48949580D2B4DD1AFDA2C66F18E728B9 /* MessageTypes.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = MessageTypes.cpp; sourceTree = ""; }; - 48CF2575BEB7B3B041C4FD40E60B976D /* Benchmark.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Benchmark.h; path = folly/Benchmark.h; sourceTree = ""; }; - 48D95B7AF6D2770C963BFCAD31C30790 /* RuntimeSchedulerCallInvoker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeSchedulerCallInvoker.cpp; sourceTree = ""; }; - 492117E47F464C5129E5A3A5FACF1BC2 /* AccessibilityPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AccessibilityPrimitives.h; path = react/renderer/components/view/AccessibilityPrimitives.h; sourceTree = ""; }; - 497BB8A2A0B8E27F24F0309114AC0305 /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; - 498167B8BA8F61C08E0004602F323487 /* GMock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMock.h; path = folly/portability/GMock.h; sourceTree = ""; }; - 49A95FE9EE2869D806F3E4D64B441356 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; - 49B615C78831A2BAAF87042131BE3184 /* Collect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Collect.h; path = folly/experimental/coro/Collect.h; sourceTree = ""; }; - 49C68DAC810CBD8966A8376862964CA6 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; - 49CF6963673383F6B90D2A2729976577 /* Cache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Cache.h; sourceTree = ""; }; - 49E0130A45837033A1477495246389AD /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; - 4A035B7E73360BAACC2CB0E51052985B /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = Libraries/Image/RCTImageEditingManager.h; sourceTree = ""; }; - 4A0E3DDF0AEDE2DC5163A9D8D027645E /* React-Codegen.podspec.json */ = {isa = PBXFileReference; includeInIndex = 1; path = "React-Codegen.podspec.json"; sourceTree = ""; }; - 4A1DEF6F5F0A35DFCB26BF00424DEF86 /* Sse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sse.h; path = folly/detail/Sse.h; sourceTree = ""; }; - 4A274B3D36ABA8ADC4C2276FEACEF848 /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; - 4A3EFF69E20DB614DBEFCD8895F715C5 /* InputAccessoryState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InputAccessoryState.h; path = react/renderer/components/inputaccessory/InputAccessoryState.h; sourceTree = ""; }; - 4A63B19161FD8F3B43D990A16DB78445 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CompactValue.h; sourceTree = ""; }; - 4A694C050A57B5D4B36D263F3324E3E2 /* SysTime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysTime.h; path = folly/portability/SysTime.h; sourceTree = ""; }; - 4ACF8EBBC42D2CCDE607E82B2A0BCC60 /* ImageResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageResponse.h; path = react/renderer/imagemanager/ImageResponse.h; sourceTree = ""; }; - 4AEA2E9F1E330E600FFF5AFB8F9DDC0A /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; - 4B16F4341A26C2DCB0D2D4D582EB4822 /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; - 4B4082685E57FE384A92BAC92BB0C76A /* IOVec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOVec.h; path = folly/portability/IOVec.h; sourceTree = ""; }; - 4B5F1D84B25A54F6C54FB7FC49BAF396 /* da.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = da.lproj; path = React/I18n/strings/da.lproj; sourceTree = ""; }; - 4B65D47D8D0439086CC1A4D153C0743F /* RCTLegacyViewManagerInteropComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLegacyViewManagerInteropComponentView.h; sourceTree = ""; }; - 4B94D73235EF292F55B2972628DC2008 /* RCTTypeSafety.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTTypeSafety.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4BAC07FA427711452618F6706237E2EE /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; - 4BBD292416BA5E275DA62DFCEE9D242A /* RCTInputAccessoryComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryComponentView.h; sourceTree = ""; }; - 4BCB13DCCD32D13511D0A6F25AABE1D1 /* Traits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Traits.h; path = folly/experimental/coro/detail/Traits.h; sourceTree = ""; }; - 4BE32D7904D166DF4A8CAC03CDA2BE9E /* RCTTypeSafety-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-umbrella.h"; sourceTree = ""; }; - 4C1F8A5F02F79EF7CF00EFF5B3B342B6 /* RCTExceptionsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTExceptionsManager.mm; sourceTree = ""; }; - 4C4155B991FCD4429238F6B8BF733E9D /* ViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewProps.h; path = react/renderer/components/view/ViewProps.h; sourceTree = ""; }; - 4C498ACF64A5C4D82B41B49A808F50F8 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; - 4C57BD896BB59FCD2B81922407F712C9 /* sorted_vector_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sorted_vector_types.h; path = folly/sorted_vector_types.h; sourceTree = ""; }; - 4C633B340EEFB007A6370292939A374F /* Accumulate-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Accumulate-inl.h"; path = "folly/experimental/coro/Accumulate-inl.h"; sourceTree = ""; }; - 4C6623535C72D8A8752358B6D6DFE52F /* NSRunLoop+SRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSRunLoop+SRWebSocket.h"; path = "SocketRocket/NSRunLoop+SRWebSocket.h"; sourceTree = ""; }; - 4C732365FB6F17616FFB4DA266C74F8F /* F14Set.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Set.h; path = folly/container/F14Set.h; sourceTree = ""; }; - 4C84D9F299363B0164A62692D62A0266 /* React-ImageManager-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-ImageManager-prefix.pch"; sourceTree = ""; }; - 4C98046CD2D309EC4330D35C34B64D95 /* RCTBorderCurve.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderCurve.h; sourceTree = ""; }; - 4CE98EFDC66779E179F82D4E8AC3D0A6 /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; - 4CFA47772C779412A6F03D769DD7762E /* UnimplementedViewProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnimplementedViewProps.cpp; path = react/renderer/components/unimplementedview/UnimplementedViewProps.cpp; sourceTree = ""; }; - 4D1DB6B26BB6FB154F80143AC76199CF /* Synchronized.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Synchronized.h; path = folly/Synchronized.h; sourceTree = ""; }; - 4D2D93EAF0401F6AA78B95CFC033EB65 /* Float.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Float.h; sourceTree = ""; }; - 4D3195C8B7A0954E362C787347553B6F /* time-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "time-internal.h"; sourceTree = ""; }; - 4D9EE0D6C240D4C95E5264BAC044FDAE /* LeakChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LeakChecker.h; path = react/renderer/leakchecker/LeakChecker.h; sourceTree = ""; }; - 4DA4C5A140B2190D41D01B19DC42A0C2 /* WithJitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WithJitter.h; path = folly/experimental/observer/WithJitter.h; sourceTree = ""; }; - 4DC9B527152DB5D02B9BFD3236BF31A9 /* SafeAssert.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAssert.cpp; path = folly/lang/SafeAssert.cpp; sourceTree = ""; }; - 4DD666DEDE1CEB6A30A722336AC8BFC6 /* RCTPerformanceLoggerLabels.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLoggerLabels.m; sourceTree = ""; }; - 4DE7537EC6FE803BD25A769FF8380B2B /* Node.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Node.h; sourceTree = ""; }; - 4DEF4702FC9C126ABE128496AE05033B /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; - 4DFA58178FD07815E9D3A21AB7612347 /* Sleeper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Sleeper.cpp; path = folly/synchronization/detail/Sleeper.cpp; sourceTree = ""; }; - 4E045A7ED184685E1E01684C67B7388C /* SharedMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedMutex.h; path = folly/experimental/coro/SharedMutex.h; sourceTree = ""; }; - 4E097E058AAD4CD2598A6D2C9F8DEE42 /* AsyncBaseTestLib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncBaseTestLib.h; path = folly/experimental/io/test/AsyncBaseTestLib.h; sourceTree = ""; }; - 4E272C966188846A88740557AD7EC1DD /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = React/I18n/strings/fr.lproj; sourceTree = ""; }; - 4E2C95A6E0F6E206F4F07F8B8E03C8DA /* Symbolizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Symbolizer.h; path = folly/experimental/symbolizer/Symbolizer.h; sourceTree = ""; }; - 4E498D8BA59EC53BF44D681543A53C2A /* UIManagerCommitHook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerCommitHook.h; path = react/renderer/uimanager/UIManagerCommitHook.h; sourceTree = ""; }; - 4E72D65C8B22927C1383DA24590DE6B3 /* RCTLegacyViewManagerInteropCoordinatorAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLegacyViewManagerInteropCoordinatorAdapter.mm; sourceTree = ""; }; - 4E7CE67337B477CE290E9AA2DDBAC9A1 /* RCTImageStoreManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageStoreManager.mm; sourceTree = ""; }; - 4E86248C0DA20C7842883C4439295D2F /* RCTBridgeModuleDecorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModuleDecorator.h; sourceTree = ""; }; - 4E9830AB61B1FBFAE6039F895A90C4BC /* Timeout-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Timeout-inl.h"; path = "folly/experimental/coro/Timeout-inl.h"; sourceTree = ""; }; - 4EA49808722E9A40BA17DB5DF55704D9 /* ContextContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ContextContainer.h; sourceTree = ""; }; - 4ED8969B9D2F26156B49FAAA5AE17B0D /* SemaphoreBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SemaphoreBase.h; path = folly/fibers/SemaphoreBase.h; sourceTree = ""; }; - 4EE4298B23B2D2DE230691AEB7F0DB8D /* LegacyViewManagerInteropViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropViewEventEmitter.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropViewEventEmitter.h; sourceTree = ""; }; - 4F041138208D2E43701B8865F2279CF2 /* React-RCTLinking.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTLinking.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4F0F9D21CD346445531723201B0BE083 /* FBString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBString.h; path = folly/FBString.h; sourceTree = ""; }; - 4F1E57D89916E592820D6790C8B8BC6B /* TouchEvent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TouchEvent.cpp; path = react/renderer/components/view/TouchEvent.cpp; sourceTree = ""; }; - 4F271446D9D70949F69EBAD23DCD198D /* ExecutorWithPriority.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ExecutorWithPriority.cpp; path = folly/executors/ExecutorWithPriority.cpp; sourceTree = ""; }; - 4F2DB0DFB6B488440674AC08C84F50FA /* ShadowNodeFragment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNodeFragment.h; path = react/renderer/core/ShadowNodeFragment.h; sourceTree = ""; }; - 4F3094A544C3026E7F82EC94992F113E /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; - 4F39C3DC5F84F5C4737B9C76442E55A1 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; - 4F3B92133B1D20D1AC4887023EC5497F /* Fiber.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Fiber.cpp; path = folly/fibers/Fiber.cpp; sourceTree = ""; }; - 4F9EAC97E8872372A486B3F9B7D9718F /* Malloc.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Malloc.cpp; path = folly/portability/Malloc.cpp; sourceTree = ""; }; - 4FBEA1949C52C2D14EF0DC5A287CC8C1 /* UIView+ComponentViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+ComponentViewProtocol.h"; sourceTree = ""; }; - 4FD5D93DE8D8A02EAF72CAD6D08FD538 /* React-rendererdebug.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-rendererdebug.debug.xcconfig"; sourceTree = ""; }; - 5014C485188BC1174B363E90A8FDC69A /* RCTSwitchComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchComponentView.h; sourceTree = ""; }; - 502D910670155778C7126535F6C8DF80 /* SurfaceTelemetry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SurfaceTelemetry.h; path = react/renderer/telemetry/SurfaceTelemetry.h; sourceTree = ""; }; - 5068F66BC099AD9F50ECFFC191B1E45D /* MicroLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroLock.h; path = folly/MicroLock.h; sourceTree = ""; }; - 50AE7C28F179F57B95C2174A4E4C59A0 /* F14Table.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Table.h; path = folly/container/detail/F14Table.h; sourceTree = ""; }; - 50B6FE0B0DCEB9FEBEFFE0429AC844C4 /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; - 50BF1DB0B0D25A307615C2DD27E10BF1 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; - 50CCEBA4FF89A8BFF75836A0666BF739 /* RateLimiter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RateLimiter.h; path = folly/experimental/channels/RateLimiter.h; sourceTree = ""; }; - 50D569712C5597CC5B8200B6CD5C657F /* Gutter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Gutter.h; sourceTree = ""; }; - 5127215633D2EF3A1AC20A04D7AEA1EE /* RCTActivityIndicatorViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewComponentView.h; sourceTree = ""; }; - 5128D6E2E8EA2EC722428ECA04E277DF /* RCTInterpolationAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInterpolationAnimatedNode.mm; sourceTree = ""; }; - 513B511D200C2E8ABD001B4CD1778698 /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; - 5141B6E05F5B53A41FFA21C2E012B857 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; - 516CA43F0F2626165F565D431F12223A /* RCTConvert+Text.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTConvert+Text.mm"; sourceTree = ""; }; - 51701964691A180E0C6EAC8002313256 /* React-jsinspector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jsinspector.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 51803F3A10C46BA4C098E5B502077438 /* EventPipe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventPipe.h; path = react/renderer/core/EventPipe.h; sourceTree = ""; }; - 51B6E5D6A51A7E08BC6607B9A5A813E3 /* Coinflip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Coinflip.h; path = folly/experimental/Coinflip.h; sourceTree = ""; }; - 51C8075B586D9476ED8FF876E6D4D57C /* RCTImagePlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImagePlugins.mm; sourceTree = ""; }; - 522598AE970CC5A7675C66ABB43767AC /* TurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleUtils.h; path = react/nativemodule/core/ReactCommon/TurboModuleUtils.h; sourceTree = ""; }; - 527AB674C8C5D43AEE650E5431F73757 /* RawProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawProps.h; path = react/renderer/core/RawProps.h; sourceTree = ""; }; - 52D748C19B9D13E5A5504F0AC1C62CFA /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; - 52EAFE8B504268244F606496D5666447 /* RCTScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTScheduler.h; path = Fabric/RCTScheduler.h; sourceTree = ""; }; - 5334346C4118F0551FBDBE1B498E5052 /* ComponentDescriptorRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptorRegistry.h; path = react/renderer/componentregistry/ComponentDescriptorRegistry.h; sourceTree = ""; }; - 534B4CA52EBC3D8C1B66E7D5A98FDEBB /* FanoutSender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FanoutSender.h; path = folly/experimental/channels/FanoutSender.h; sourceTree = ""; }; - 538AF35B448978E88B442A42FA8519E0 /* ParagraphComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphComponentDescriptor.h; path = react/renderer/components/text/ParagraphComponentDescriptor.h; sourceTree = ""; }; - 53973AC3A23986BDFA578B6C6671BCDD /* Task.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Task.h; sourceTree = ""; }; - 53CDC54A342121E5A5F7310CC5CF7134 /* BitIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitIterator.h; path = folly/container/BitIterator.h; sourceTree = ""; }; - 53CE6C07F0827AA2B52C38DA40FFE7F8 /* WatermelonDB.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = WatermelonDB.release.xcconfig; sourceTree = ""; }; - 53EB300919F9788E480F3C3EF281793A /* React-RCTFabric.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTFabric.release.xcconfig"; sourceTree = ""; }; - 53F35ED6031FD11DF2183C2A7449BCD6 /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; - 5410AC0242C4F2DFE4F45B1B8176C2B3 /* react_native_assert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = react_native_assert.h; sourceTree = ""; }; - 541C14060007433D89B301E9ACB1DC88 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; - 542BDBC61B3061D6EBA28467FCDBEEC0 /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; - 542F9E7F1AF8D814FDD1615FB310E618 /* evbuffer-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "evbuffer-internal.h"; sourceTree = ""; }; - 5457B428388A5BA2CF0F4AADCA4D1EC4 /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; - 547319AB77058C6EE5CA58C533874E46 /* RuntimeExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RuntimeExecutor.h; path = ReactCommon/RuntimeExecutor.h; sourceTree = ""; }; - 549378B4FD1BD4A7C4936036169366E1 /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; - 54A4DE44913F5FA3DA0EA6ACAB546D02 /* Geometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Geometry.h; sourceTree = ""; }; - 54B664EADDA43F285F3039FD82BFED56 /* AtomicHashArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashArray.h; path = folly/AtomicHashArray.h; sourceTree = ""; }; - 54EDF8487AEB482682F812BDB74D85F3 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; - 553E6E80A66DC94AFEF027C1F5365AAC /* SRSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRSecurityPolicy.h; path = SocketRocket/SRSecurityPolicy.h; sourceTree = ""; }; - 5544BD9114FAA706C681947EB7A32822 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; - 554DD05CF870A725EFF855061E4E63F2 /* FanoutChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FanoutChannel.h; path = folly/experimental/channels/FanoutChannel.h; sourceTree = ""; }; - 558BBCDD3D99F1E1A60389CD880B2848 /* IOBuf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOBuf.h; path = folly/io/IOBuf.h; sourceTree = ""; }; - 55BF88010DF648773434EE6FE988A34A /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; - 55D6540B7694F2347B907FFD1A54D98A /* RCTParagraphComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParagraphComponentView.h; sourceTree = ""; }; - 55EAF129AE9EBF3E5B8ADDD04496F22A /* SocketRocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SocketRocket-prefix.pch"; sourceTree = ""; }; - 55F0B114E6F2D3E8B4413E18E866B604 /* NetOps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NetOps.cpp; path = folly/net/NetOps.cpp; sourceTree = ""; }; - 55F7CEF55198C79375F28B9F4D3E5813 /* fmt.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = fmt.debug.xcconfig; sourceTree = ""; }; - 5615469E2AA409A747ABC0EA214FFA9D /* RCTLegacyViewManagerInteropCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTLegacyViewManagerInteropCoordinator.mm; path = react/renderer/components/legacyviewmanagerinterop/RCTLegacyViewManagerInteropCoordinator.mm; sourceTree = ""; }; - 562EAFE4FD51A0A2F53667CDEFC96C29 /* Singleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Singleton.h; path = folly/Singleton.h; sourceTree = ""; }; - 563822883EC1FE486B9F2E5DF552DB31 /* UnimplementedViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnimplementedViewShadowNode.cpp; path = react/renderer/components/unimplementedview/UnimplementedViewShadowNode.cpp; sourceTree = ""; }; + 47AD1D90749E8B75D93FDBB70F9F6ABA /* TokenBucket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TokenBucket.h; path = folly/TokenBucket.h; sourceTree = ""; }; + 47BE5F90D494B6D74BB9880F6EBD0D1D /* RCTLegacyViewManagerInteropComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLegacyViewManagerInteropComponentView.h; sourceTree = ""; }; + 47ECF5C97B3CE613ADC79EB219369BD2 /* CacheLocality.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CacheLocality.cpp; path = folly/concurrency/CacheLocality.cpp; sourceTree = ""; }; + 4811CBBB4C46F7C891F1F7E426628CBD /* RCTNetworkPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkPlugins.mm; sourceTree = ""; }; + 48151421313275AE47A1F36C49F1AC43 /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; + 4815C38AF6C2FD23A9E98263CAFC071E /* Unit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unit.h; path = folly/Unit.h; sourceTree = ""; }; + 481D4593ECDD5D02E193B28FEF265A45 /* simdjson.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = simdjson.release.xcconfig; sourceTree = ""; }; + 482077692C71BA225ECEBBE9626B7C22 /* ReactCommon.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactCommon.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 485B66F0206CCA9ACBE8269CA49B3639 /* RCTBundleURLProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBundleURLProvider.mm; sourceTree = ""; }; + 4873FC718C30FB33CE887064BF8E5DE8 /* F14Map-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "F14Map-fwd.h"; path = "folly/container/F14Map-fwd.h"; sourceTree = ""; }; + 488ADD85E24689EBD7862B0D4E7CA547 /* FallbackRuntimeAgentDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FallbackRuntimeAgentDelegate.h; sourceTree = ""; }; + 489E69C87D3FBB7418B3000B710B6899 /* RootShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootShadowNode.h; path = react/renderer/components/root/RootShadowNode.h; sourceTree = ""; }; + 48A56339A525A7972D16108E1C573FA7 /* IndexedMemPool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IndexedMemPool.h; path = folly/IndexedMemPool.h; sourceTree = ""; }; + 48B75222BE84998C3999916E6084DAD4 /* LayoutResults.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = LayoutResults.cpp; sourceTree = ""; }; + 48B93F350B7CEAA9026208326081EA41 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; + 48C37A67E9B9AEBECBFDBF2939F0F488 /* RCTGenericDelegateSplitter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTGenericDelegateSplitter.mm; sourceTree = ""; }; + 48D1454DD898A877C683DE012FCE946E /* Format-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Format-inl.h"; path = "folly/Format-inl.h"; sourceTree = ""; }; + 48D442CA49CE18D23E61AE09E67355CC /* React-jsinspector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jsinspector.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4929D6CBAA4CA6E284FE157B1BD57DA0 /* ImageResponseObserverCoordinator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageResponseObserverCoordinator.cpp; path = react/renderer/imagemanager/ImageResponseObserverCoordinator.cpp; sourceTree = ""; }; + 492BFB87D3FC79B8A5E5053209507E96 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; + 492C01ACF6D4D924E6561FCD33DB914D /* RCTCursor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCursor.h; sourceTree = ""; }; + 492E9A2ED4F5B423E522887CB7BCF477 /* RCTDisplayWeakRefreshable.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDisplayWeakRefreshable.mm; sourceTree = ""; }; + 493BF367283D552EA0719F4472FB1C1E /* Varint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Varint.h; path = folly/Varint.h; sourceTree = ""; }; + 49549BCF8744CE247C53A44E2598E79D /* React-RuntimeCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RuntimeCore-prefix.pch"; sourceTree = ""; }; + 498AA16C83135C6DAEFCEAE97628D0D5 /* RCTLogBoxView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLogBoxView.mm; sourceTree = ""; }; + 4997893AEC6DB585E2DB2AC06E6557FD /* PointerEvent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PointerEvent.cpp; path = react/renderer/components/view/PointerEvent.cpp; sourceTree = ""; }; + 49B8EB5E3B6498FDDA1A80E45FA97979 /* ReactNativeFeatureFlags.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactNativeFeatureFlags.cpp; sourceTree = ""; }; + 49C7723A5D97C7404CB0972A1F44276F /* Yoga.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.debug.xcconfig; sourceTree = ""; }; + 49C8ED14DB40A8E3E597CC83FDA19B4B /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; + 4A1561C46AF8A258D7CDA8942E5C9828 /* RCTBridgeProxy+Cxx.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridgeProxy+Cxx.h"; sourceTree = ""; }; + 4A3E59A3CCA7D3024E30ACFBCE006065 /* DebuggerAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DebuggerAPI.h; path = destroot/include/hermes/DebuggerAPI.h; sourceTree = ""; }; + 4ABE2E714C1175CCFDB7C0F72CE4B611 /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; + 4AE459B4FB63DF08755386C3B4D759D8 /* FBReactNativeSpecJSI-generated.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "FBReactNativeSpecJSI-generated.cpp"; sourceTree = ""; }; + 4B22A0860FE6BF2F9CC4F24C6A16C02B /* EventQueueProcessor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventQueueProcessor.cpp; path = react/renderer/core/EventQueueProcessor.cpp; sourceTree = ""; }; + 4B2CA6BADDBABE04EA3FC848D2DFBA7C /* React-RCTFabric.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTFabric.debug.xcconfig"; sourceTree = ""; }; + 4B2DFF23AC104B04562F5A613D62A6E2 /* RCTSurfacePresenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfacePresenter.h; path = Fabric/RCTSurfacePresenter.h; sourceTree = ""; }; + 4B3894240F9F245719EDB8B1ADBE0FC7 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; + 4B56A61B8E70277D187E3D37BFBF7897 /* stubs.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = stubs.cpp; path = react/renderer/mounting/stubs.cpp; sourceTree = ""; }; + 4B62C6CE9D343C56E332C5816AC631E6 /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; + 4BA4FB0F0557FD723CB5B38C308FCE50 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; + 4BAC8D0807F88C47E4DFD9F7C7859B82 /* InstanceTarget.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InstanceTarget.h; sourceTree = ""; }; + 4BB78B415F6A4B0EED05C08EA7A7D03D /* RCTImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageLoader.mm; sourceTree = ""; }; + 4BB7FF49C6C69146DEE4B499147BB9B0 /* InspectorFlags.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorFlags.cpp; sourceTree = ""; }; + 4BC7B5A86B19E285F310EB16BDE027DE /* RCTImageManagerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageManagerProtocol.h; path = react/renderer/imagemanager/RCTImageManagerProtocol.h; sourceTree = ""; }; + 4BEF5A191F5C9D7D1C8386FB298882BE /* StubView.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StubView.cpp; path = react/renderer/mounting/StubView.cpp; sourceTree = ""; }; + 4BEF797D469DBDB850A55FFDD493B789 /* RCTCxxInspectorWebSocketAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxInspectorWebSocketAdapter.mm; sourceTree = ""; }; + 4C0E7A0629DD1A33991E0281C1D7EA6F /* RCTImagePrimitivesConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePrimitivesConversions.h; path = react/renderer/imagemanager/RCTImagePrimitivesConversions.h; sourceTree = ""; }; + 4C138289B336DA780427BF289634EA74 /* RCTRequired.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.debug.xcconfig; sourceTree = ""; }; + 4C260B39655A7EBBA430142A5FAC7288 /* SurfaceTelemetry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SurfaceTelemetry.h; path = react/renderer/telemetry/SurfaceTelemetry.h; sourceTree = ""; }; + 4C46B7B386338A3CF2226940A341403E /* Libunwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Libunwind.h; path = folly/portability/Libunwind.h; sourceTree = ""; }; + 4C4CB2CD0399561C3717DBAB197899E7 /* RCTJSThread.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSThread.m; sourceTree = ""; }; + 4C4D1C251906CB5D9F8086B2747C1522 /* NodeType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NodeType.h; sourceTree = ""; }; + 4C4D4C35312AE9ACB8D59A46D0D6051A /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; + 4C5E9B3E860020EB74A5A0DCB92E545F /* RunLoopObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RunLoopObserver.h; sourceTree = ""; }; + 4C664E2A68FE1D2FA0458ED4485088A9 /* React-RCTText.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.debug.xcconfig"; sourceTree = ""; }; + 4C8F91F7CAFA9A5744781FD95C2E01DA /* RCTSettingsPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsPlugins.h; path = Libraries/Settings/RCTSettingsPlugins.h; sourceTree = ""; }; + 4CAB10F1ADF33F5BF62A774463140259 /* Constexpr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Constexpr.h; path = folly/portability/Constexpr.h; sourceTree = ""; }; + 4CC04D4366699171D90B6E14F8947CBD /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; + 4CE7D7393D013F61BE78DD0E2CDA786F /* EventBeat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBeat.h; path = react/renderer/core/EventBeat.h; sourceTree = ""; }; + 4D0CA4B3C631CF1CCBBF61F2587F57B7 /* BaseTextShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseTextShadowNode.cpp; path = react/renderer/components/text/BaseTextShadowNode.cpp; sourceTree = ""; }; + 4D27045A96C63465EC6F9A1AED2DED9D /* React-jsiexecutor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.release.xcconfig"; sourceTree = ""; }; + 4DA4CDB70B04DEA86A7EA3B9F6B6C060 /* RCTAppearance.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppearance.mm; sourceTree = ""; }; + 4DC0B393EEF985A3E4643B20F6754757 /* RCTComponentViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewProtocol.h; sourceTree = ""; }; + 4DD488FCCA9EEDD9B68B8F99D105C44A /* Preprocessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Preprocessor.h; path = folly/Preprocessor.h; sourceTree = ""; }; + 4DD6B4C58B299EAE1A3E500A3EDE0002 /* InstanceHandle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InstanceHandle.h; path = react/renderer/core/InstanceHandle.h; sourceTree = ""; }; + 4DE72A397551E705994E98D86904430A /* React-RuntimeHermes.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RuntimeHermes.release.xcconfig"; sourceTree = ""; }; + 4E105C5D9C4A539112084489DC235CAB /* RCTDeprecation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeprecation.m; sourceTree = ""; }; + 4E54C446AD8887C61105DE1F1011BC2F /* RCTTypedModuleConstants.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTypedModuleConstants.mm; sourceTree = ""; }; + 4E606A9762AB8D4C06B74BC1924936FF /* Lock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Lock.h; path = folly/synchronization/Lock.h; sourceTree = ""; }; + 4E97DA6EC4EC14E2148BD7844BD1F3A3 /* SanitizeAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SanitizeAddress.h; path = folly/memory/SanitizeAddress.h; sourceTree = ""; }; + 4ECA42F97FBA48C55D95F16BEB240CE4 /* CtorConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CtorConfig.h; path = destroot/include/hermes/Public/CtorConfig.h; sourceTree = ""; }; + 4EE65A27409B6614EB4E7E08374FDCA8 /* Yoga-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-umbrella.h"; sourceTree = ""; }; + 4EEB093EC638788E1D7EDFEC04D19432 /* RCTDevLoadingViewSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingViewSetEnabled.m; sourceTree = ""; }; + 4F1014498794A7BE263384E6C973334C /* ImageShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageShadowNode.cpp; path = react/renderer/components/image/ImageShadowNode.cpp; sourceTree = ""; }; + 4F21E8185A97B7403E0532DBCEAE20ED /* RCTVibration.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibration.mm; sourceTree = ""; }; + 4F2D0D22F314D7C2DE88B31A3FC2C571 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/attributedstring/conversions.h; sourceTree = ""; }; + 4F3E9C98444FA55E416B857143C48013 /* React-RuntimeHermes */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RuntimeHermes"; path = "libReact-RuntimeHermes.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 4F3F30A04837205FCBA040E0445525A6 /* RWSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RWSpinLock.h; path = folly/synchronization/RWSpinLock.h; sourceTree = ""; }; + 4F46D9F3383D17EBE93722534A1D68D4 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/components/text/conversions.h; sourceTree = ""; }; + 4FE6AAB9CCD62E8CE2B1E03FA145C8B8 /* BufferedRuntimeExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = BufferedRuntimeExecutor.cpp; sourceTree = ""; }; + 500E0FB005F00271DB2A0C68724900DA /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; + 506A5EB970B15ADBF0D61002534BC9B1 /* SysMman.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysMman.h; path = folly/portability/SysMman.h; sourceTree = ""; }; + 506E11C60093C5C364DE8F3F2F22AC41 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; + 507CCE949602395770BDF4CA5A58B07A /* StubViewTree.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StubViewTree.cpp; path = react/renderer/mounting/StubViewTree.cpp; sourceTree = ""; }; + 509A9FBAE4B5971C315FA3AB4924204D /* RCTUnimplementedViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUnimplementedViewComponentView.mm; sourceTree = ""; }; + 50A063D0B84A8706BF9D36E052AFDCA4 /* SysResource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysResource.h; path = folly/portability/SysResource.h; sourceTree = ""; }; + 50CCFCC93BE3FD24C09BEB499BEACA7B /* React-cxxreact.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.debug.xcconfig"; sourceTree = ""; }; + 50DAB08AF16996E1B2836D9927C3D32A /* React-RCTImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTImage.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 50E197DCEAC19B139D61338F626D0ECE /* RCTReactTaggedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReactTaggedView.h; sourceTree = ""; }; + 513728BBF69F10E478D203C24AE89494 /* RCTSpringAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSpringAnimation.mm; sourceTree = ""; }; + 51396501E3E25FB7DCB5E276B819C556 /* WatermelonDB-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "WatermelonDB-dummy.m"; sourceTree = ""; }; + 51582CF5BC4E40FAA616B6363DF4B4A5 /* ImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageManager.h; path = react/renderer/imagemanager/ImageManager.h; sourceTree = ""; }; + 5176B30F1DFC1E15711AA1F63DEFEEE3 /* InputAccessoryShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InputAccessoryShadowNode.h; path = react/renderer/components/inputaccessory/InputAccessoryShadowNode.h; sourceTree = ""; }; + 5181AFE5FC05B015D0F98EAB49991236 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; + 51B45045020F47D86FEF4BD034627881 /* RCTPullToRefreshViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPullToRefreshViewComponentView.h; sourceTree = ""; }; + 51B5078EBA4D2CDB62D5B9977620515C /* RCTImageUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageUtils.mm; sourceTree = ""; }; + 51BFECF146A1165D167989F92AE6C0CC /* TypeInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypeInfo.h; path = folly/lang/TypeInfo.h; sourceTree = ""; }; + 51C1705E9B13860E1A5ED501BF5D9BD4 /* RawValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawValue.cpp; path = react/renderer/core/RawValue.cpp; sourceTree = ""; }; + 51CBEFF89517A9EE045E0A3F9D3939B5 /* RCTLegacyViewManagerInteropCoordinatorAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLegacyViewManagerInteropCoordinatorAdapter.mm; sourceTree = ""; }; + 51F1662929364AF9AB1F5EFD515C39CA /* React-RCTFabric-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTFabric-umbrella.h"; sourceTree = ""; }; + 51FCC6E2D2922D4288A83D114839FF83 /* React-CoreModules-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-CoreModules-dummy.m"; sourceTree = ""; }; + 520B63F372380D55B40793B5BB10A39F /* EventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventDispatcher.h; path = react/renderer/core/EventDispatcher.h; sourceTree = ""; }; + 5216E04A7C94A5B08BF8F3BD20CDAAD7 /* RCTEventDispatcherProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcherProtocol.h; sourceTree = ""; }; + 522269B8DAFA9F8734D95340BC29600A /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; + 52271E0F8ED452014891F20BD4947CFF /* UIManagerCommitHook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerCommitHook.h; path = react/renderer/uimanager/UIManagerCommitHook.h; sourceTree = ""; }; + 522819EFAF89C9070CB50445ACD48721 /* TurboModulePerfLogger.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModulePerfLogger.cpp; path = react/nativemodule/core/ReactCommon/TurboModulePerfLogger.cpp; sourceTree = ""; }; + 52332B91843419E05974FD7AA782856B /* ParagraphAttributes.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphAttributes.cpp; path = react/renderer/attributedstring/ParagraphAttributes.cpp; sourceTree = ""; }; + 52350E9ADA2301F7191C925F1DCDD5BE /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; + 52DD466CEB37236E0239E023F92F17AF /* ComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptor.h; path = react/renderer/core/ComponentDescriptor.h; sourceTree = ""; }; + 52DFAF9CB84CA1E1BDC56A3F71A3C404 /* FBLazyVector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.release.xcconfig; sourceTree = ""; }; + 52E49CCBB965394C8B3C6525BA37644D /* RCTSyncImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSyncImageManager.h; path = react/renderer/imagemanager/RCTSyncImageManager.h; sourceTree = ""; }; + 52FA0467104A3E0506B07D0F4D83C94A /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; + 52FAACC98D9676B0C965D8484DF9C51E /* format.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = format.cc; path = src/format.cc; sourceTree = ""; }; + 52FB16E6F0925BA9FE8A9E2D77086C08 /* RuntimeConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RuntimeConfig.h; path = destroot/include/hermes/Public/RuntimeConfig.h; sourceTree = ""; }; + 531B578A8FF205619BD8E526C7C60930 /* FarmHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FarmHash.h; path = folly/hash/FarmHash.h; sourceTree = ""; }; + 5366D59A6C60853DE6216206318AD290 /* React-perflogger-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-perflogger-prefix.pch"; sourceTree = ""; }; + 53698A773FE28A1702762D414C8FD31B /* RCTCxxInspectorPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxInspectorPackagerConnection.mm; sourceTree = ""; }; + 53B4E188053652EA7D2E30691509AA9F /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; + 53C4B697D1793E966C34C78BD44F6D02 /* RCTModalHostViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewComponentView.h; sourceTree = ""; }; + 53F62FE9FCA2DB3B3BA9F838F5513256 /* RCTAttributedTextUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAttributedTextUtils.h; sourceTree = ""; }; + 5424951447BE1FD64194B009E9504B50 /* RCTScrollEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollEvent.m; sourceTree = ""; }; + 5433FC0C0EE55FB7FA9D9BCA99A39650 /* Executor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Executor.h; path = folly/Executor.h; sourceTree = ""; }; + 5435E25ABF1C803D1D8B6ADE22E2664D /* json_pointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_pointer.h; path = folly/json_pointer.h; sourceTree = ""; }; + 543D873E1BAD025BDD864DB650682C5D /* React-RCTSettings.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.release.xcconfig"; sourceTree = ""; }; + 544A0D0CF86148CB2EF0B78039179444 /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; + 5466515A64A57AE3158EEA66741CDABC /* RCTCustomPullToRefreshViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomPullToRefreshViewProtocol.h; sourceTree = ""; }; + 54977C60EFA8732D452D9D03923B5270 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; + 54B9E0DF52755792E0D7A095A1592309 /* React-RCTBlob.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTBlob.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 54C3134B4FA97F946996018EB76D6F2B /* Builtins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Builtins.h; path = folly/portability/Builtins.h; sourceTree = ""; }; + 54CED87C8170B13841D92A0113192459 /* WMDatabaseDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = WMDatabaseDriver.h; sourceTree = ""; }; + 550DDF0017EBD296665C75C459009C19 /* LeakChecker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LeakChecker.cpp; path = react/renderer/leakchecker/LeakChecker.cpp; sourceTree = ""; }; + 5510FC0409FF02AA7A39E8542D74B323 /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; + 553967D7C1E460B2FF3E819215A2EC75 /* CrashManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CrashManager.h; path = destroot/include/hermes/Public/CrashManager.h; sourceTree = ""; }; + 55399075C21EA2F4687C29DEBD4F00E7 /* React-debug-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-debug-umbrella.h"; sourceTree = ""; }; + 5545A49E67978F2CEF8C77F63D7368FF /* Style.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Style.h; sourceTree = ""; }; + 555499AEC258DE52284D569572113A79 /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; + 555C8E2826D8F277B972F2B66D34F22B /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; + 558A2EBBB9500DC131AEC7C0A404E3B9 /* TracingRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TracingRuntime.h; path = destroot/include/hermes/TracingRuntime.h; sourceTree = ""; }; + 558ED3C1B5F36FE5842EBF04C4FC985C /* nb.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nb.lproj; path = React/I18n/strings/nb.lproj; sourceTree = ""; }; + 55B1D50AB670D1ED574D945561008297 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; + 55BB048CB3ED0500BC5E984EC4283580 /* FingerprintPolynomial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FingerprintPolynomial.h; path = folly/detail/FingerprintPolynomial.h; sourceTree = ""; }; + 55EADA43B34BE3D62BAE2D869390C842 /* Futex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Futex.cpp; path = folly/detail/Futex.cpp; sourceTree = ""; }; + 55F26557222F60DEF94D6A5C8A9D24F9 /* React-RCTNetwork.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.debug.xcconfig"; sourceTree = ""; }; + 5601EFF66A7656BA9E668AE17351D360 /* React.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.debug.xcconfig; sourceTree = ""; }; + 5607E93C1618AA4B1B9A7B366EA9EB0F /* RootShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RootShadowNode.cpp; path = react/renderer/components/root/RootShadowNode.cpp; sourceTree = ""; }; + 561201E4162AB6CB05D4F749A565AFCC /* Align.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Align.h; sourceTree = ""; }; + 56124900DA31ECD2F222CD4A72DBF2BC /* React-jsinspector.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-jsinspector.modulemap"; sourceTree = ""; }; + 561C2BF4C1B754CC987BD95FC0FA1F37 /* hermes-engine-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "hermes-engine-xcframeworks.sh"; sourceTree = ""; }; + 5627C2F1A2A3B2FFA118B0BD3069A5B9 /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; 5648100E641B6682FAC595B66FFBC6B5 /* Pods-WatermelonTester-WatermelonTesterTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-WatermelonTester-WatermelonTesterTests-frameworks.sh"; sourceTree = ""; }; - 568A963D5AFF438A449A9C89145BE751 /* ConsumeChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConsumeChannel.h; path = folly/experimental/channels/ConsumeChannel.h; sourceTree = ""; }; - 56B1AC967CCF561AFEC31C039C9C8EE2 /* FMDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FMDatabase.h; sourceTree = ""; }; - 56D65BE8ECC879A0DFF7ABE95A17DFA2 /* SchedulerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SchedulerDelegate.h; path = react/renderer/scheduler/SchedulerDelegate.h; sourceTree = ""; }; - 5736E5DCF9DC5F673A74FBB573C5D5AA /* AsyncStack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncStack.h; path = folly/tracing/AsyncStack.h; sourceTree = ""; }; - 573B42B78395312F2A4F2F51A2BE6BEB /* TelemetryController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TelemetryController.h; path = react/renderer/mounting/TelemetryController.h; sourceTree = ""; }; - 5742F82A910BD95E415693E6B4C0E550 /* Transform.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Transform.cpp; sourceTree = ""; }; - 575CBC48985A4446F4FA74740AB5C55D /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; - 575D7E6F3893A6398FEA585FAD29E5DF /* RCTTurboModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModuleRegistry.h; sourceTree = ""; }; - 5766D4AF7A3CB5BB188AFCC9633A16A8 /* epolltable-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "epolltable-internal.h"; sourceTree = ""; }; - 5769C292423E5A77FC420E5913E2A54D /* RCTTextInputUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextInputUtils.h; sourceTree = ""; }; - 5799549094FF0EAA7CE37D8B23210029 /* FutureSplitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FutureSplitter.h; path = folly/futures/FutureSplitter.h; sourceTree = ""; }; - 57B033BE5C6E730BADA2D35A6897D409 /* React-RCTBlob.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTBlob.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 57C3011E99A8DDB6F506D867185E03E1 /* Bool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bool.h; path = react/bridging/Bool.h; sourceTree = ""; }; - 57D4907D1D7F85A89B2BD758DBB62B49 /* format-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "format-inl.h"; path = "include/fmt/format-inl.h"; sourceTree = ""; }; - 57D4A129EA537C2B38115E6A78AA16AC /* ParagraphEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphEventEmitter.h; path = react/renderer/components/text/ParagraphEventEmitter.h; sourceTree = ""; }; - 57FDC42A03738FBF092FB1AE0194C0CF /* Exception.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Exception.cpp; path = folly/lang/Exception.cpp; sourceTree = ""; }; - 582EC6AB84220D4EEACA0069504FF097 /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; - 585A824E1C0E16EF8F597287C61046BB /* Pretty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Pretty.h; path = folly/lang/Pretty.h; sourceTree = ""; }; - 587A43B77FAC0AEF19FF1415A7028B9A /* Arena-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Arena-inl.h"; path = "folly/memory/Arena-inl.h"; sourceTree = ""; }; - 58839AE699BA7AD3E4883CD73A8A2F3C /* RCTActionSheetManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTActionSheetManager.mm; sourceTree = ""; }; - 58C61DCA500F161CE65C620A7556369E /* RCTConvertHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvertHelpers.h; sourceTree = ""; }; - 58D029BFC1592ADDC256AA2B47A97292 /* ThreadId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadId.h; path = folly/system/ThreadId.h; sourceTree = ""; }; - 58D47F8AC2D0B3C6FCC899C638329E67 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; - 58E94EEAF8717120D588F495ACF5A265 /* TraitCast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TraitCast.h; path = react/renderer/core/TraitCast.h; sourceTree = ""; }; - 591F6821058A96A64A16061E1AE17F0C /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; - 5934EBF82918631076DE5CEBAAB72E9D /* ConcreteViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcreteViewShadowNode.h; path = react/renderer/components/view/ConcreteViewShadowNode.h; sourceTree = ""; }; - 5949C6431070B702586E7F55D5D846D5 /* MessageConverters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageConverters.h; sourceTree = ""; }; - 59B4398B0AFEB8FF7DCE6DE68BD46DF4 /* RCTFabricSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFabricSurface.h; sourceTree = ""; }; - 59C8CBAEBD6F1ED263543C072A449B6A /* hermes-engine.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "hermes-engine.release.xcconfig"; sourceTree = ""; }; - 59E248CAA9EEABC263A98EF50E21109F /* TraceInterpreter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TraceInterpreter.h; path = destroot/include/hermes/TraceInterpreter.h; sourceTree = ""; }; - 59E42B3D6EADC9470D869BA5C6540710 /* Baton.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Baton.cpp; path = folly/fibers/Baton.cpp; sourceTree = ""; }; - 59E6B17515C1C50882FCC995AC9E9903 /* ManualLifetime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ManualLifetime.h; path = folly/experimental/coro/detail/ManualLifetime.h; sourceTree = ""; }; + 5660D2686BFA4493932307298F162071 /* ExecutionContextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ExecutionContextManager.h; sourceTree = ""; }; + 5671AD120864F71635B5C5BD07138E67 /* F14Mask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Mask.h; path = folly/container/detail/F14Mask.h; sourceTree = ""; }; + 5675EDF737917D753E24442B6327797A /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; + 5676712895937C4B56B481AD3916DC06 /* WeakFamilyRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WeakFamilyRegistry.cpp; path = react/renderer/leakchecker/WeakFamilyRegistry.cpp; sourceTree = ""; }; + 568619787B3509509A5FFEA27285F968 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; + 56909D6C087AAA9D6C77D684FEC0C328 /* simdjson.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = simdjson.debug.xcconfig; sourceTree = ""; }; + 56AAE7ABD3415795FAEEE07A449DD7AE /* Function.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Function.h; path = folly/Function.h; sourceTree = ""; }; + 56B4C070CA7B93A1F321D02E003223BA /* glog.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = glog.modulemap; sourceTree = ""; }; + 56BBA94041D86275E476DAC1DD401197 /* RCTFabricSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFabricSurface.mm; sourceTree = ""; }; + 56D34A45C0AD73CC42339EC6A2CA028E /* StateUpdate.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StateUpdate.cpp; path = react/renderer/core/StateUpdate.cpp; sourceTree = ""; }; + 57094883E054C3166427AC3CFF403965 /* Differentiator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Differentiator.cpp; path = react/renderer/mounting/Differentiator.cpp; sourceTree = ""; }; + 570DABFC32CF97AB28B8269609BAD9F8 /* Class.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Class.h; path = react/bridging/Class.h; sourceTree = ""; }; + 5732AA2AC0D6C97862F2E84E6A43D27D /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFPSGraph.h; path = React/CoreModules/RCTFPSGraph.h; sourceTree = ""; }; + 5742CED06F824159A9F9C6FCDF8F66EB /* RCTTransformAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTransformAnimatedNode.mm; sourceTree = ""; }; + 5744FF8972259231F82207B5D2C1B114 /* vi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = vi.lproj; path = React/I18n/strings/vi.lproj; sourceTree = ""; }; + 5776F9A564A106E1D34D8C2B6FB41C78 /* TcpInfoTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpInfoTypes.h; path = folly/net/TcpInfoTypes.h; sourceTree = ""; }; + 57BBCC84BCDB23D6ADA72EA6128CE796 /* RCTImageCache.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageCache.mm; sourceTree = ""; }; + 57C409D3D492DAB7368ECE438E121DB5 /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; + 58025C2DBA6481310CDDD6E2AF2341E3 /* React-utils.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-utils.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 581A1FBA46FBC346F25CDD31C00AE6B9 /* SingletonThreadLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingletonThreadLocal.h; path = folly/SingletonThreadLocal.h; sourceTree = ""; }; + 581AB95CD00868534D40A89FC7298A36 /* RCTPlatform.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatform.mm; sourceTree = ""; }; + 5825A770C846E9DE0D37D57F8AE02E36 /* RCTColorAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTColorAnimatedNode.mm; sourceTree = ""; }; + 582D8ADF4BEE51D724800E05D34ACDCA /* DynamicConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicConverter.h; path = folly/DynamicConverter.h; sourceTree = ""; }; + 584180DC3B2C183B2687C5F1857403FF /* DiscriminatedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DiscriminatedPtr.h; path = folly/DiscriminatedPtr.h; sourceTree = ""; }; + 58591CA75671A3724AEF97FE040632D7 /* GFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GFlags.h; path = folly/portability/GFlags.h; sourceTree = ""; }; + 586843BE182EC40BA0F3E64B3128724F /* RCTRawTextShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRawTextShadowView.mm; sourceTree = ""; }; + 586BE0D668A4FAAEE338C3991530ACC0 /* PThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PThread.h; path = folly/portability/PThread.h; sourceTree = ""; }; + 5883D7A51536D3FB292BBC1FEF7C6C1C /* React.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.release.xcconfig; sourceTree = ""; }; + 58B548A2C55831264828B2298FF825B1 /* CpuId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CpuId.h; path = folly/CpuId.h; sourceTree = ""; }; + 58C1E8B779C42177C4AE37F87FA08B90 /* React-CoreModules.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.release.xcconfig"; sourceTree = ""; }; + 59164B030AA6BE9DC3304EDD7E90FEEE /* F14Table.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Table.h; path = folly/container/detail/F14Table.h; sourceTree = ""; }; + 5931C556E2652C0F4090A1106D4FEAD0 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = React/I18n/strings/en.lproj; sourceTree = ""; }; + 598C51078F81B88ECED26E0192A48207 /* WMDatabase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = WMDatabase.m; sourceTree = ""; }; + 59FDF98892BF9744DCB3D5402C366923 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAlertManager.h; path = React/CoreModules/RCTAlertManager.h; sourceTree = ""; }; 5A0B5D9D59E5E269C5427D81B4D4CF05 /* Pods-WatermelonTester-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-WatermelonTester-frameworks.sh"; sourceTree = ""; }; - 5A2E1EE7FE67B7835E4EAD0B2C76DFD4 /* NativeSemaphore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeSemaphore.h; path = folly/synchronization/NativeSemaphore.h; sourceTree = ""; }; - 5A68EF2D063605EF1FDA1E5B66FD8D59 /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; + 5A5CA98B839AFCD15AE40CBB92C32436 /* to_underlying.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = to_underlying.h; sourceTree = ""; }; + 5A623EC312D3BCD944313E099426740F /* PointerHoverTracker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PointerHoverTracker.cpp; path = react/renderer/uimanager/PointerHoverTracker.cpp; sourceTree = ""; }; 5AA54A19E2135E09B9C8C0767385FD3A /* React-graphics */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-graphics"; path = "libReact-graphics.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5AAAA976C8D44962706AA47E4926D036 /* graphicsConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = graphicsConversions.h; path = react/renderer/core/graphicsConversions.h; sourceTree = ""; }; - 5AB290AAAA22DF4BDD26341536C334DC /* Observer-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Observer-inl.h"; path = "folly/experimental/observer/Observer-inl.h"; sourceTree = ""; }; - 5AE7B3013C65BCF8E33B0602F39C0FBA /* libevent-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libevent-prefix.pch"; sourceTree = ""; }; - 5B0131AEA8BDA67A917ECBB81A539E7C /* React-RCTAppDelegate.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAppDelegate.release.xcconfig"; sourceTree = ""; }; - 5B2E3DD8D65ED60E3C97480FAAEC452B /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; - 5B98F2729B2CBE9FBDD8E7C5F1F1A079 /* RCTDefaultCxxLogFunction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefaultCxxLogFunction.h; sourceTree = ""; }; - 5B9EEE2CAF7ED339EBF934CBB7B7B370 /* RCTUIImageViewAnimated.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIImageViewAnimated.mm; sourceTree = ""; }; - 5BA04B8CFB7811A9E84913CC6B759E3D /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; - 5BA7DF770ADB02879596E6BC1FDD53C0 /* RCTTurboModuleManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTTurboModuleManager.mm; path = ReactCommon/RCTTurboModuleManager.mm; sourceTree = ""; }; - 5BA7E10D4033AC3E54B276D8074DFAB1 /* SRMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRMutex.h; path = SocketRocket/Internal/Utilities/SRMutex.h; sourceTree = ""; }; - 5BB167989FD0F38A1F426524A3CA9984 /* Pid.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Pid.cpp; path = folly/system/Pid.cpp; sourceTree = ""; }; - 5BC55141A570E719A19E8223BAAD14EC /* RelaxedConcurrentPriorityQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RelaxedConcurrentPriorityQueue.h; path = folly/experimental/RelaxedConcurrentPriorityQueue.h; sourceTree = ""; }; - 5BE46187E30C0A46C4EA45192ABDB770 /* React-debug-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-debug-prefix.pch"; sourceTree = ""; }; - 5BECB9B3E166560603BA4C379CA97C39 /* ConsumeChannel-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ConsumeChannel-inl.h"; path = "folly/experimental/channels/ConsumeChannel-inl.h"; sourceTree = ""; }; - 5C474A7F45C462104ED005077276A520 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = NativeToJsBridge.cpp; sourceTree = ""; }; - 5C671AB09389E1A9114128E756CD8C8D /* TextInputEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextInputEventEmitter.cpp; path = react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputEventEmitter.cpp; sourceTree = ""; }; - 5C83BC41D36FBD5F9332000ABBBDF173 /* vi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = vi.lproj; path = React/I18n/strings/vi.lproj; sourceTree = ""; }; - 5C9E22E63D166FB88C5D3B696EFC8A03 /* Yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Yoga-dummy.m"; sourceTree = ""; }; - 5CC7E1FF10A897B70CA1BE8E0322785C /* Cache.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Cache.cpp; sourceTree = ""; }; - 5CEF0A7E57180F27AFBE06741897278D /* React-nativeconfig-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-nativeconfig-prefix.pch"; sourceTree = ""; }; - 5CF12A01A03CBE650211881CC5A7ECFA /* AsynchronousEventBeat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsynchronousEventBeat.h; path = react/renderer/scheduler/AsynchronousEventBeat.h; sourceTree = ""; }; - 5D17EF7F9C53715BB0623024A21A149E /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; + 5AC69D8640FF5ADCACD89B82CB9E1110 /* React-utils-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-utils-dummy.m"; sourceTree = ""; }; + 5AE62E3EA1E11A2011DFB36206854AB4 /* Aligned.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Aligned.h; path = folly/lang/Aligned.h; sourceTree = ""; }; + 5AEA1EA0BA3625CC695A4E11E09FA24B /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; + 5B47FFA4BCF0EC2E8F7A7330A0B625F7 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; + 5B62D2EDAEE105EA46E50A51A6DCC4FB /* YGNodeLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNodeLayout.cpp; path = yoga/YGNodeLayout.cpp; sourceTree = ""; }; + 5B81B76C387972027C9B1637E2E6A612 /* HermesRuntimeAgentDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HermesRuntimeAgentDelegate.h; sourceTree = ""; }; + 5BD6398C6C92DF26317E3DC8E027D927 /* PackTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PackTraits.h; sourceTree = ""; }; + 5BD78C8466D2DAC22B989C5EFC592BAD /* Badge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Badge.h; path = folly/lang/Badge.h; sourceTree = ""; }; + 5C02361943CFC4D43BDE38DB0C69F197 /* Config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Config.h; path = folly/portability/Config.h; sourceTree = ""; }; + 5C3154BBEBE29BF292E5169F75CBD889 /* RawTextShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawTextShadowNode.cpp; path = react/renderer/components/text/RawTextShadowNode.cpp; sourceTree = ""; }; + 5C54A77AACDC4EFCA476CD638F5287E1 /* Shell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Shell.h; path = folly/system/Shell.h; sourceTree = ""; }; + 5C6AF51B4A4EA15B2F122DBA7BA5B2A0 /* ConcreteViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcreteViewShadowNode.h; path = react/renderer/components/view/ConcreteViewShadowNode.h; sourceTree = ""; }; + 5CA8FFB264289551FCCAE29495EBE650 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/core/conversions.h; sourceTree = ""; }; + 5CD701537B4A3BB9EB36F3D0373E62EC /* React-Mapbuffer.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-Mapbuffer.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 5D024556120FC57697C2ECE69C53D36B /* AsyncTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTrace.h; path = folly/detail/AsyncTrace.h; sourceTree = ""; }; 5D1C0A821BD026A9A939C64687CBD024 /* Pods-WatermelonTester-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-WatermelonTester-resources.sh"; sourceTree = ""; }; - 5D1DCB8DEDE9CDC92F42DE4C45977649 /* States.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = States.h; path = react/renderer/components/rncore/States.h; sourceTree = ""; }; - 5D5FB37A0908601604C9F4FF04730DF6 /* React-nativeconfig.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-nativeconfig.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 5DB4F6D5B7D1218798800BDE326A2B97 /* RangeSse42.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RangeSse42.h; path = folly/detail/RangeSse42.h; sourceTree = ""; }; - 5DCDDC9760C68958588391ADFF5AB2C3 /* SerialExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SerialExecutor.cpp; path = folly/executors/SerialExecutor.cpp; sourceTree = ""; }; - 5DECD9C7F3017A191FAD16CD8CC1C7FD /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; - 5DFAF61277333F3549C62F17FC2B7A6F /* RootShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootShadowNode.h; path = react/renderer/components/root/RootShadowNode.h; sourceTree = ""; }; - 5E12416069566B9CEFF75150CB3AB728 /* Exceptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exceptions.h; path = destroot/include/hermes/inspector/Exceptions.h; sourceTree = ""; }; - 5E1B23A3D53517B81B8031131DAD4CE2 /* React-utils-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-utils-dummy.m"; sourceTree = ""; }; - 5E22E8B9CE9E8080E604819ED59C9314 /* React-rendererdebug.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-rendererdebug.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 5E33D9D92C8EC939C479BDCA5DC4FC0C /* CompileJS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompileJS.h; path = destroot/include/hermes/CompileJS.h; sourceTree = ""; }; - 5E4BC1F40F29EB48D6EB6E57B1C0CC81 /* ShadowNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNodes.h; path = react/renderer/components/rncore/ShadowNodes.h; sourceTree = ""; }; - 5E53EDA4E44AAB4D2D903EDF970DE483 /* EventBaseLocal.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseLocal.cpp; path = folly/io/async/EventBaseLocal.cpp; sourceTree = ""; }; - 5E91727064296945ABD3359EF19A0397 /* React-jsiexecutor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.release.xcconfig"; sourceTree = ""; }; - 5E9525285DE7734F8E8D714F31CDA2FE /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorInterfaces.cpp; sourceTree = ""; }; - 5EC924BD166D70F2205BF1062C1E02E9 /* UIManagerBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerBinding.h; path = react/renderer/uimanager/UIManagerBinding.h; sourceTree = ""; }; - 5ECE4C2072D606BFA9BD63AA9E74560E /* RCTRootComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootComponentView.h; sourceTree = ""; }; - 5F077D2F196452C4B65BEEE0E85C7628 /* CancellationToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CancellationToken.h; path = folly/CancellationToken.h; sourceTree = ""; }; - 5F5B3F6B0A28C7FDD069ECCFD5E02D86 /* GCConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GCConfig.h; path = destroot/include/hermes/Public/GCConfig.h; sourceTree = ""; }; - 5F9B496A2AD33C4CCF6148C62D588426 /* RCTInputAccessoryContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryContentView.h; sourceTree = ""; }; - 5FAF2C561D0F05C52EE285A6EC8E1EC3 /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; - 5FBB7AA259465541E563094695FC44C2 /* AtomicSharedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicSharedPtr.h; path = folly/concurrency/AtomicSharedPtr.h; sourceTree = ""; }; - 5FF9483224A0967D3B8A19FD8090C0A2 /* FBReactNativeSpec.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.release.xcconfig; sourceTree = ""; }; - 601CFED576220ED61FF65023DBFBE719 /* AttributedStringBox.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AttributedStringBox.cpp; path = react/renderer/attributedstring/AttributedStringBox.cpp; sourceTree = ""; }; - 604A0B426A756D708AB4EFDE1ADF0E5F /* ModalHostViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ModalHostViewShadowNode.cpp; path = react/renderer/components/modal/ModalHostViewShadowNode.cpp; sourceTree = ""; }; - 60597898E23AC1CEF0169B996FAB80BA /* RCTAccessibilityElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityElement.h; sourceTree = ""; }; - 606867305D0131B9C674F1294BE1AB6C /* Hint-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Hint-inl.h"; path = "folly/lang/Hint-inl.h"; sourceTree = ""; }; - 606F8551474BC68C06F43277EB89BA05 /* Access.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Access.h; path = folly/lang/Access.h; sourceTree = ""; }; - 60848FA3A84DA81D3DD2A417B4B50547 /* StrandExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StrandExecutor.h; path = folly/executors/StrandExecutor.h; sourceTree = ""; }; - 6092AA655F988428191B5483C823BF74 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; - 60A368631EA1CE76F13B08A60594A8FF /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; - 60ACA75BB57121AD6B450039CAFB397E /* Accumulate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Accumulate.h; path = folly/experimental/coro/Accumulate.h; sourceTree = ""; }; - 60D1A9D184F83F93B9B724065A466F00 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; + 5D24035ED25B87D45E72A4CFB861C024 /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; + 5D826D3061A245096B1C382B690FA981 /* ostream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ostream.h; path = include/fmt/ostream.h; sourceTree = ""; }; + 5D8D501AFD4360EBEB5A66144AEC1729 /* BufferedRuntimeExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BufferedRuntimeExecutor.h; sourceTree = ""; }; + 5DA7D4069EAB7AD175067D9475F75335 /* EventEmitters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventEmitters.h; path = react/renderer/components/rncore/EventEmitters.h; sourceTree = ""; }; + 5DC5AD5C90390C13DD621B5A02EEE993 /* Chrono.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Chrono.h; path = folly/Chrono.h; sourceTree = ""; }; + 5E08C1229511DE5F11A5D0235BB42789 /* MessageTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageTypes.h; path = destroot/include/hermes/inspector/chrome/MessageTypes.h; sourceTree = ""; }; + 5E2250F8ED2A809808FB295A155DA713 /* PropsParserContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropsParserContext.h; path = react/renderer/core/PropsParserContext.h; sourceTree = ""; }; + 5E4D8475C8A1839D5568E707455D012D /* DebugStringConvertibleItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DebugStringConvertibleItem.h; sourceTree = ""; }; + 5E745C18EFA47BE9828C298066E9F6F5 /* core.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = core.h; path = include/fmt/core.h; sourceTree = ""; }; + 5E78187A78E9550C8C47E82A7E0800C4 /* RuntimeScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeScheduler.h; sourceTree = ""; }; + 5E9F375741E65415151EE9093DC1535E /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; + 5EA1F0E80816FE3C537ADE1BE9E97082 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTI18nManager.h; path = React/CoreModules/RCTI18nManager.h; sourceTree = ""; }; + 5ED53EC43FC74FD8B1F3A1C21AF5D357 /* DoubleConversion.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DoubleConversion.modulemap; sourceTree = ""; }; + 5F7413AEE06FEB42B977D20F6A6C5D5E /* MessageTypesInlines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageTypesInlines.h; path = destroot/include/hermes/inspector/chrome/MessageTypesInlines.h; sourceTree = ""; }; + 5F85C8CC15CDC85E857260E4CDDF9817 /* IOVec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOVec.h; path = folly/portability/IOVec.h; sourceTree = ""; }; + 5F8810FFDF257E41E57C7103FDC6A5BB /* SRDelegateController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRDelegateController.m; path = SocketRocket/Internal/Delegate/SRDelegateController.m; sourceTree = ""; }; + 5F8E380C0D44C30A7EB64835C56687EA /* FormatArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FormatArg.h; path = folly/FormatArg.h; sourceTree = ""; }; + 5FA7D9A20F443352B3F132A2348CEAF5 /* RCTDebuggingOverlayManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDebuggingOverlayManager.m; sourceTree = ""; }; + 5FAC834F5ADBD6F3EEF6BE67C8BE5F06 /* FixedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FixedString.h; path = folly/FixedString.h; sourceTree = ""; }; + 5FB7F5153FEFAD2FCC98DA600D4A18B3 /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; + 5FCFFA906B90C33953D846D226E2DF4B /* RCTPerformanceLogger.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPerformanceLogger.mm; sourceTree = ""; }; + 5FD76DB8A83861EF7CD0449CFC4DE097 /* Filesystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Filesystem.h; path = folly/portability/Filesystem.h; sourceTree = ""; }; + 5FFB2C7DB283EB3379974035A76B3B13 /* ShadowTree.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowTree.h; path = react/renderer/mounting/ShadowTree.h; sourceTree = ""; }; + 606BAB14D960C896D177B10A3540386B /* RCTTypeSafety-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTTypeSafety-dummy.m"; sourceTree = ""; }; + 6075D4D4439E8587250CA17C18029EFE /* PlatformRunLoopObserver.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = PlatformRunLoopObserver.mm; sourceTree = ""; }; + 608A42FC636CC123077F86095300FDD8 /* HostPlatformColor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = HostPlatformColor.mm; sourceTree = ""; }; + 609281012AE698DC460A40129D138A06 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; + 60B6FDAEA7F1F74C6155EF59EFCCA58E /* SysFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysFile.h; path = folly/portability/SysFile.h; sourceTree = ""; }; 60D5A56E763D6E7C4FBE797565062EEA /* React-nativeconfig */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-nativeconfig"; path = "libReact-nativeconfig.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 6136611B36B5D9E1A92ED4F6A0077D3E /* React-graphics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-graphics.debug.xcconfig"; sourceTree = ""; }; - 6146FF2815EDE98422E1A948848D5B80 /* ViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ViewShadowNode.cpp; path = react/renderer/components/view/ViewShadowNode.cpp; sourceTree = ""; }; - 6189429662E6CB352C84BABAD35DF2B4 /* event-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "event-internal.h"; sourceTree = ""; }; - 618C37708C87DFAE0390E84E48BF26FE /* boost.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = boost.release.xcconfig; sourceTree = ""; }; - 6192791F1D0E530162C5215CB9C06154 /* RCTVibrationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibrationPlugins.mm; sourceTree = ""; }; + 60DAB499CFAAD9EB49E01C7C8B9A5F15 /* RectangleEdges.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RectangleEdges.h; sourceTree = ""; }; + 60E4F60D2C2C4C8B7116D0D69FD78717 /* ScrollViewState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewState.h; path = react/renderer/components/scrollview/ScrollViewState.h; sourceTree = ""; }; + 61074D38D23CB60AF7788D75C0DEFE73 /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = React/I18n/strings/fr.lproj; sourceTree = ""; }; + 610A9C5BDF3BEADA074AB1F27B23F1F8 /* ScrollViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewComponentDescriptor.h; path = react/renderer/components/scrollview/ScrollViewComponentDescriptor.h; sourceTree = ""; }; + 611398E0E68366F20ADC93BC5D04C7B0 /* TouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TouchEvent.h; path = react/renderer/components/view/TouchEvent.h; sourceTree = ""; }; + 6117F9BDA4E91FB3D03F3728A914954A /* SRRunLoopThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRRunLoopThread.h; path = SocketRocket/Internal/RunLoop/SRRunLoopThread.h; sourceTree = ""; }; + 615E52518F5B3DD85052695A2414331A /* React-CoreModules-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-CoreModules-prefix.pch"; sourceTree = ""; }; + 6189337A90AFF99D9CD0BDCCA472E2B3 /* FMResultSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FMResultSet.h; sourceTree = ""; }; + 6196FA4E5DE772F34B620947921AB6EF /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; + 619ABD655227A08759F91622DF2A1E18 /* RCTScheduler.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTScheduler.mm; path = Fabric/RCTScheduler.mm; sourceTree = ""; }; + 61A6746F63145AAB8BD430D845B4B7F6 /* LegacyViewManagerInteropViewProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LegacyViewManagerInteropViewProps.cpp; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropViewProps.cpp; sourceTree = ""; }; 61A80F68AE163B384B7D7A9E76B6046C /* React-FabricImage */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-FabricImage"; path = "libReact-FabricImage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 61B4A8A9C7369096C791FC264790AFCE /* PrimaryPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PrimaryPtr.h; path = folly/experimental/PrimaryPtr.h; sourceTree = ""; }; - 61CD82D59663A9C92303E6E9B8155252 /* TouchEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TouchEventEmitter.h; path = react/renderer/components/view/TouchEventEmitter.h; sourceTree = ""; }; - 61DD9D1E289209641D9B67F0BFEE29B2 /* DynamicPropsUtilities.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DynamicPropsUtilities.cpp; path = react/renderer/core/DynamicPropsUtilities.cpp; sourceTree = ""; }; - 61F4A27BFFD17E5CC134EC5D9A104AEE /* RCTNativeAnimatedTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeAnimatedTurboModule.mm; sourceTree = ""; }; - 61FF7B7D86A72F246A0780A9DCAE5717 /* ChannelTestUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ChannelTestUtil.h; path = folly/experimental/channels/test/ChannelTestUtil.h; sourceTree = ""; }; - 622E4B737864A168AB815CAB8FCD04FF /* Launder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Launder.h; path = folly/lang/Launder.h; sourceTree = ""; }; - 6231221244CF68436CFB09581D851EA1 /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; - 6241EF8D7F09232E8DBBE2ED58D2123C /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; - 6256F8CAF3D59F5D891769070AABD338 /* Baseline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Baseline.h; sourceTree = ""; }; - 626C2AEF9367A8C7D0028F58EB2CE09B /* RCTImageResponseObserverProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageResponseObserverProxy.h; path = Fabric/RCTImageResponseObserverProxy.h; sourceTree = ""; }; - 627B5EDC63D177BEA99409A9043DEE62 /* RCTFrameAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFrameAnimation.mm; sourceTree = ""; }; - 6295F049A5356EE62DA74837619FD4CC /* WithCancellation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WithCancellation.h; path = folly/experimental/coro/WithCancellation.h; sourceTree = ""; }; - 6297D6808CC5285C1DDA4A80ABCB0CFC /* hash_combine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = hash_combine.h; sourceTree = ""; }; - 62BAC5D66EF8D7641D0AAE68EBEE0131 /* FloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FloatOptional.h; sourceTree = ""; }; - 62CED720AE402F23F2BA9071B3993CE7 /* EventLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventLogger.h; path = react/renderer/core/EventLogger.h; sourceTree = ""; }; - 631B1DEC14865FAFCD238C31A3FF55C7 /* Traits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Traits.h; path = folly/experimental/coro/Traits.h; sourceTree = ""; }; - 63356F993B6CA262B22C4C8505AC2FED /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/String.h; sourceTree = ""; }; - 63769F7FFE1A037BD1F54B995571FAF9 /* F14Map-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "F14Map-fwd.h"; path = "folly/container/F14Map-fwd.h"; sourceTree = ""; }; - 63AABEEDB70066DAB629C1B884EA3332 /* RCTViewUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewUtils.h; sourceTree = ""; }; - 63CB3CEBD89A101CF856C3AF534083A4 /* JSONValueInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSONValueInterfaces.h; path = destroot/include/hermes/inspector/chrome/JSONValueInterfaces.h; sourceTree = ""; }; - 63F7A0B0F9129433C6B7861A1118AA29 /* SRIOConsumerPool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRIOConsumerPool.m; path = SocketRocket/Internal/IOConsumer/SRIOConsumerPool.m; sourceTree = ""; }; - 63FAA99AA0B63313DD462F7305C2F517 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; - 642B1167949C1DC2CB26F915F8473334 /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = folly/portability/Malloc.h; sourceTree = ""; }; - 6430C2D3EAA22FF03A0D5DBD64228F17 /* CancellationToken-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CancellationToken-inl.h"; path = "folly/CancellationToken-inl.h"; sourceTree = ""; }; - 643EEA9239A8494F75D59E82CD521A15 /* FlatCombining.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlatCombining.h; path = folly/experimental/flat_combining/FlatCombining.h; sourceTree = ""; }; - 643FA16D55CEBDDA0F70397515EC71CE /* Barrier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Barrier.h; path = folly/experimental/coro/detail/Barrier.h; sourceTree = ""; }; - 644A59E2460AC8AC6B7820436096CD6C /* MultiplexChannel-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MultiplexChannel-inl.h"; path = "folly/experimental/channels/MultiplexChannel-inl.h"; sourceTree = ""; }; - 64578BA91A484915216642A2B31ECBF5 /* AtomicRef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicRef.h; path = folly/synchronization/AtomicRef.h; sourceTree = ""; }; - 6458F10FCB4CE037160765788F6E3574 /* bufferevent_ratelim.c */ = {isa = PBXFileReference; includeInIndex = 1; path = bufferevent_ratelim.c; sourceTree = ""; }; - 6459AAF3F91027AFD272413CFDB517D1 /* React-jsi.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.debug.xcconfig"; sourceTree = ""; }; - 646BB4E0221553768F279755B6BAC76C /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; - 648B04CC6FCBE2B51463B0776191B6D7 /* UIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManager.h; path = react/renderer/uimanager/UIManager.h; sourceTree = ""; }; - 64E6E3F0A9D0ADCFEE927A62942166F9 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; - 650A0535294A88B11F539285627ACBF5 /* SRMutex.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRMutex.m; path = SocketRocket/Internal/Utilities/SRMutex.m; sourceTree = ""; }; - 650A3B54B10A2BB3AFFEBFFFF8AFFF0C /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; - 651279D27C7990CDA6246E47BE553A9B /* ReactCommon.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.release.xcconfig; sourceTree = ""; }; - 65183638CBD962039EE9032C26FD2BB0 /* MountingOverrideDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MountingOverrideDelegate.h; path = react/renderer/mounting/MountingOverrideDelegate.h; sourceTree = ""; }; - 6540282129C2BDFA24B1E70730257355 /* ConcurrentLazy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentLazy.h; path = folly/ConcurrentLazy.h; sourceTree = ""; }; - 6548C73C4AE6DDE395DD9651F074D4D1 /* FlatCombiningExamples.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlatCombiningExamples.h; path = folly/experimental/flat_combining/test/FlatCombiningExamples.h; sourceTree = ""; }; - 65899D9F43EF9A04A1627DB9C9118BA9 /* DoubleConversion.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.release.xcconfig; sourceTree = ""; }; - 658A14BB7DCEF01E9B6453BADA6EC769 /* RCTAccessibilityElement.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAccessibilityElement.mm; sourceTree = ""; }; - 659396986770A06E376E50B865577ED2 /* ExceptionString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ExceptionString.cpp; path = folly/ExceptionString.cpp; sourceTree = ""; }; - 659A506F5795E91C324CEC179EEC4F59 /* RCTColorAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTColorAnimatedNode.mm; sourceTree = ""; }; + 62321BBFBF2E8E88A946FF1C2655F069 /* ComponentDescriptorRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptorRegistry.h; path = react/renderer/componentregistry/ComponentDescriptorRegistry.h; sourceTree = ""; }; + 629C51A688E90B65323CE6CC51796EE5 /* RCTUnimplementedViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUnimplementedViewComponentView.h; sourceTree = ""; }; + 62B08039C2AE783CAF032BCB76890355 /* RCTValueAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTValueAnimatedNode.mm; sourceTree = ""; }; + 62BB6D3A4CA3201C55AA818B8A0753A0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 62DB4477408C47E85F683E8ED165D3AB /* RCTSurfaceRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfaceRegistry.h; path = Fabric/RCTSurfaceRegistry.h; sourceTree = ""; }; + 62F2B8A9CA2FD124CEED393804E7351A /* RCTImagePlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePlugins.h; path = Libraries/Image/RCTImagePlugins.h; sourceTree = ""; }; + 6316526F1CBE0396E9767EDFD35C9870 /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; + 631FE1EE541BDAE0AFB75102923ACDCC /* RCTTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTurboModule.h; path = ReactCommon/RCTTurboModule.h; sourceTree = ""; }; + 6344807426DBEA83083B947671B91C7D /* SafeAreaViewState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAreaViewState.h; path = react/renderer/components/safeareaview/SafeAreaViewState.h; sourceTree = ""; }; + 635016B0AE2DF86EDCC11EB4FBB41D5F /* WMDatabaseDriver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = WMDatabaseDriver.m; sourceTree = ""; }; + 6353D5B2828F0A532FAC374FF901DD8D /* SurfaceTelemetry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SurfaceTelemetry.cpp; path = react/renderer/telemetry/SurfaceTelemetry.cpp; sourceTree = ""; }; + 63646CDACE649B0945C14C4A4A8DB7A3 /* RCTRawTextViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRawTextViewManager.mm; sourceTree = ""; }; + 6368583633FFD741EE844FFC0D7DEA92 /* UIView+ComponentViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+ComponentViewProtocol.h"; sourceTree = ""; }; + 6387BDDE6369AEDABBA8E222A92D7DDE /* WatermelonDB.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = WatermelonDB.release.xcconfig; sourceTree = ""; }; + 63B3B00A3AAC44C23D4F7E237FE0D5C5 /* SimdCharPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimdCharPlatform.h; path = folly/detail/SimdCharPlatform.h; sourceTree = ""; }; + 63BFBBE25C646A1C221EEA23F4224C1D /* RCTScrollViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTScrollViewComponentView.mm; sourceTree = ""; }; + 63CBEBB4485380F9D7F6FBA437DF4E46 /* TextInputComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextInputComponentDescriptor.h; path = react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/TextInputComponentDescriptor.h; sourceTree = ""; }; + 63DB097D064EEC088A4DDB9A0F3030F8 /* SRPinningSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRPinningSecurityPolicy.m; path = SocketRocket/Internal/Security/SRPinningSecurityPolicy.m; sourceTree = ""; }; + 63F5F0571EA83996B53E596BF37008E4 /* Byte.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Byte.h; path = folly/lang/Byte.h; sourceTree = ""; }; + 641D2E46DE82FDC74711D6550B34BB4B /* react_native_expect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = react_native_expect.h; sourceTree = ""; }; + 6424FC955FE5FD23D675EE7BA5D86749 /* RCTFileRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileRequestHandler.mm; sourceTree = ""; }; + 643840DD64D54B52A2193F98673994AE /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; + 6456B7E29C4C1FE96FE03B584C20AFD9 /* SchedulerPriority.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SchedulerPriority.h; path = ReactCommon/SchedulerPriority.h; sourceTree = ""; }; + 645F364C7D0579436F0E777A3156F8C5 /* RCTImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageManager.h; path = react/renderer/imagemanager/RCTImageManager.h; sourceTree = ""; }; + 64B98B991654E98484D4253805E17035 /* ComponentDescriptorRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ComponentDescriptorRegistry.cpp; path = react/renderer/componentregistry/ComponentDescriptorRegistry.cpp; sourceTree = ""; }; + 64E2EBE04E636B603A934FE6A23B5CFA /* React-logger-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-logger-prefix.pch"; sourceTree = ""; }; + 650E79C6CD8DFAF97DD3E4B49C99A6BB /* RCTLocalizedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLocalizedString.h; sourceTree = ""; }; + 65125E07440A02A058E96A2DAE8C8438 /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; + 651A43C1D1C89E7F8CBDD08B496E2160 /* SynchronousEventBeat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SynchronousEventBeat.cpp; path = react/renderer/scheduler/SynchronousEventBeat.cpp; sourceTree = ""; }; + 652305363535478E0661CB82413687EB /* YogaLayoutableShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YogaLayoutableShadowNode.cpp; path = react/renderer/components/view/YogaLayoutableShadowNode.cpp; sourceTree = ""; }; + 6536CE777152C1FAFBE3DC240DF67324 /* JSRuntimeFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSRuntimeFactory.cpp; sourceTree = ""; }; + 654197BBD530E127C270633DB539A166 /* React-rendererdebug-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-rendererdebug-umbrella.h"; sourceTree = ""; }; + 6551222A25B1F6FAF1575662C8BDA2AB /* RelaxedAtomic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RelaxedAtomic.h; path = folly/synchronization/RelaxedAtomic.h; sourceTree = ""; }; + 65814B713B9CD521A09E7AF980ECF508 /* pt-PT.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "pt-PT.lproj"; path = "React/I18n/strings/pt-PT.lproj"; sourceTree = ""; }; 65D0A19C165FA1126B1360680FE6DB12 /* Yoga */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = Yoga; path = libYoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 65E2EB6286DADD9E3D25873A2DCF69EB /* ViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewEventEmitter.h; path = react/renderer/components/view/ViewEventEmitter.h; sourceTree = ""; }; - 6611E436DB82C5C87EAC2304EED9C89C /* SRProxyConnect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRProxyConnect.m; path = SocketRocket/Internal/Proxy/SRProxyConnect.m; sourceTree = ""; }; - 661FAC2B96C77AA444589C4E3913FE10 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; - 662AF4EA99E477A2A78C36A9F2D77E85 /* ThreadedExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadedExecutor.cpp; path = folly/executors/ThreadedExecutor.cpp; sourceTree = ""; }; - 662C18EB58DC4B9FCEFAA6242996C9F8 /* NodeType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NodeType.h; sourceTree = ""; }; + 65D4FD7CDCA49048491D835A28092DCC /* React-rendererdebug.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-rendererdebug.release.xcconfig"; sourceTree = ""; }; + 6629455746E57DAB397BA5E289A81B37 /* Access.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Access.h; path = folly/lang/Access.h; sourceTree = ""; }; + 662EDB351806ACAF98C186A204C9A85E /* IPAddressV6.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressV6.h; path = folly/IPAddressV6.h; sourceTree = ""; }; + 6641C8CC47F08AA0D3136808CBCB811D /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; 666E72807891C591E025A75410CD2A26 /* React-perflogger */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-perflogger"; path = "libReact-perflogger.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 66763A71E37EA1C12D2E194D747B2EFD /* RCTMountingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMountingManager.h; sourceTree = ""; }; - 66896A427D3AEF4D3419A5A5D56F5662 /* UninitializedMemoryHacks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UninitializedMemoryHacks.h; path = folly/memory/UninitializedMemoryHacks.h; sourceTree = ""; }; - 66980D6CE9389FD0FE37E8C8DF841A20 /* SchedulerPriorityUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SchedulerPriorityUtils.h; sourceTree = ""; }; - 66BF4C03FA54538555F9B27154229097 /* Inspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Inspector.h; sourceTree = ""; }; - 66C12083EC990F359CB33B1A9C9B2DF6 /* compile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = compile.h; path = include/fmt/compile.h; sourceTree = ""; }; - 66C91311D5E0C60BA91A285F6E5520BA /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; - 66CBF2F94F7EEDE5E6E78D3FA4FE7D69 /* RCTEnhancedScrollView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTEnhancedScrollView.mm; sourceTree = ""; }; + 6678C1864A2A92768BBDC1C215172196 /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; + 66808C29ABD639B3D916CDB9C1A33496 /* en-GB.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "en-GB.lproj"; path = "React/I18n/strings/en-GB.lproj"; sourceTree = ""; }; + 66C9CDB63BA2D2FD4FCD5F884193C864 /* HazptrObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrObj.h; path = folly/synchronization/HazptrObj.h; sourceTree = ""; }; 66E1BAC6CC436F67ACD51B9211A14858 /* Pods-WatermelonTester-WatermelonTesterTests */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "Pods-WatermelonTester-WatermelonTesterTests"; path = "libPods-WatermelonTester-WatermelonTesterTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 66FCB356E455D7FB88353478B8F586E0 /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; - 67129F9FB207142FB0E4E620F0E4E5E0 /* Promise-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Promise-inl.h"; path = "folly/futures/Promise-inl.h"; sourceTree = ""; }; - 6713DAA3FC4D4102EBCF695E267DAA3F /* RCTComponentViewRegistry.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTComponentViewRegistry.mm; sourceTree = ""; }; - 671AB523705EC38D42A6D0FD32A61E94 /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; - 673933000E1E8BDC081D8E9E71419452 /* RCTImageCache.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageCache.mm; sourceTree = ""; }; - 6768DECCF9575AA37225B9FE098F9096 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; + 671925498D3BA63FE33CF36268979415 /* RCTScrollViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewComponentView.h; sourceTree = ""; }; + 672462DC44BB30457BE236484F3C6E87 /* Hazptr-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Hazptr-fwd.h"; path = "folly/synchronization/Hazptr-fwd.h"; sourceTree = ""; }; + 673B55D5784B9139A1BB1AEE5F4945A2 /* simdjson.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = simdjson.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 67610BE7173AD3B20491234782354847 /* SynchronizedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SynchronizedPtr.h; path = folly/SynchronizedPtr.h; sourceTree = ""; }; + 67659C3BADBA7BF553069160A417E2A0 /* FBReactNativeSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FBReactNativeSpec.h; sourceTree = ""; }; 6771D231F4C8C5976470A369C474B32E /* React-CoreModules */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-CoreModules"; path = "libReact-CoreModules.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 67ABEDE17B1025C4581336C7CD7D085C /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; - 67AF4959E7170A8D4D13C0F28CDF4075 /* FMDatabaseQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FMDatabaseQueue.m; sourceTree = ""; }; - 67EBB25B31D3B1546678EF3876F01E0F /* Promise-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Promise-inl.h"; path = "folly/fibers/Promise-inl.h"; sourceTree = ""; }; - 67EF3A5F142D107728F3489775476C59 /* RCTGIFImageDecoder.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTGIFImageDecoder.mm; sourceTree = ""; }; - 68129BD713D1F0A82C16C1F7BC7D2E35 /* el.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = el.lproj; path = React/I18n/strings/el.lproj; sourceTree = ""; }; - 684FB5C66D0FF399563E782D798DFBF2 /* IntrusivePtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IntrusivePtr.h; path = folly/experimental/channels/detail/IntrusivePtr.h; sourceTree = ""; }; - 68661FDF51029500E19C1C4C3FBEC571 /* Yoga.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.debug.xcconfig; sourceTree = ""; }; - 687E185A811DDA93EC8C8F03DFC35D15 /* RCTPlatformColorUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatformColorUtils.mm; sourceTree = ""; }; - 688E59943723C938F3633D5CBDA09F5D /* RCTDivisionAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDivisionAnimatedNode.mm; sourceTree = ""; }; - 68A783C653DAE21DD9256C1417DFC098 /* ViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewComponentDescriptor.h; path = react/renderer/components/view/ViewComponentDescriptor.h; sourceTree = ""; }; - 68A9CBE4E32FE477C4AE2D11EAAF0D56 /* RCTWebSocketExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketExecutor.mm; sourceTree = ""; }; - 68B1907D8687271623A363BC403FFBB0 /* Try.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Try.h; path = folly/Try.h; sourceTree = ""; }; - 690764BC1A1891C6425141CC9A08953A /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; - 690769581F1AA36FD5A07EB89D8E494D /* CodingDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodingDetail.h; path = folly/experimental/CodingDetail.h; sourceTree = ""; }; - 69105F41A0A94B8807363A9554CA3F9A /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; - 691BEE7F92B6CFA1DB6E4F64EC7C1716 /* ShadowTree.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowTree.cpp; path = react/renderer/mounting/ShadowTree.cpp; sourceTree = ""; }; - 6921516C83DD2CF0ACE18CBFC56BD538 /* AtFork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtFork.h; path = folly/system/AtFork.h; sourceTree = ""; }; - 6946DC00BBE2267925523FD020C5325B /* CoreFeatures.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CoreFeatures.h; sourceTree = ""; }; - 6957CEF164A68FA4B067685195C31E94 /* TextInputShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextInputShadowNode.cpp; path = react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputShadowNode.cpp; sourceTree = ""; }; - 69679DFE947162CEAEC12E32E19D67B5 /* IOBufQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IOBufQueue.cpp; path = folly/io/IOBufQueue.cpp; sourceTree = ""; }; + 682FB404BC26FD7A5CE7722DC28CA1D9 /* RCTImageStoreManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageStoreManager.mm; sourceTree = ""; }; + 686FA922FDC06D95A33307B2DFE9C50E /* Extern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Extern.h; path = folly/lang/Extern.h; sourceTree = ""; }; + 687B26F2B573590EF9ACE0B564A2A4D8 /* dynamic-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "dynamic-inl.h"; path = "folly/dynamic-inl.h"; sourceTree = ""; }; + 68A69845486F5D6ABF2D33019902E0E4 /* MessageConverters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageConverters.h; path = destroot/include/hermes/inspector/chrome/MessageConverters.h; sourceTree = ""; }; + 68EE2EFB5FD67165CD0BE5CB10F52DDD /* RCTParagraphComponentAccessibilityProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParagraphComponentAccessibilityProvider.h; sourceTree = ""; }; + 68F513FA3A624FF445C0F9B1A615E3A2 /* RCTFontUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFontUtils.h; sourceTree = ""; }; + 68F7A0C0E60467EF299D038EF39D12DD /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; + 69063AD95BA07DF28A18417CF3A1B53C /* React-callinvoker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-callinvoker.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 69377A3F74E51E3872AC1F550123E373 /* React-RCTActionSheet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.debug.xcconfig"; sourceTree = ""; }; + 6941C8C17A58C26823E12140D3831D05 /* React-Codegen-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Codegen-umbrella.h"; sourceTree = ""; }; + 69486EEF399C8CC4D8DAE942C37D23FD /* React-RCTLinking.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTLinking.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6960AF2620CFE6726A4B805D48001166 /* fnv1a.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = fnv1a.h; sourceTree = ""; }; + 6968091853F8202BC5D47745810C4DC4 /* RCTBundleAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBundleAssetImageLoader.h; path = Libraries/Image/RCTBundleAssetImageLoader.h; sourceTree = ""; }; + 696D9C59C6F80DB952F1142DBCBBF620 /* SimpleSimdStringUtilsImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimpleSimdStringUtilsImpl.h; path = folly/detail/SimpleSimdStringUtilsImpl.h; sourceTree = ""; }; 697110B0CEDE98EAA089612835E9E5AF /* Pods-WatermelonTester-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-WatermelonTester-acknowledgements.plist"; sourceTree = ""; }; - 69DED015CCC4C291B85320AC60482361 /* RawTextProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawTextProps.h; path = react/renderer/components/text/RawTextProps.h; sourceTree = ""; }; - 69EB5AE9A9CA8D399D65457A29C675C8 /* AsyncIO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncIO.h; path = folly/experimental/io/AsyncIO.h; sourceTree = ""; }; - 6A0F4D5D8C4BD9AB981008D9573FC204 /* stubs.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = stubs.cpp; path = react/renderer/mounting/stubs.cpp; sourceTree = ""; }; - 6A3760265E88BF8B90B0DB10086D1811 /* Style.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Style.h; sourceTree = ""; }; - 6A3783C038283E4D8BA0997F5E43FEE8 /* HardwareConcurrency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HardwareConcurrency.h; path = folly/system/HardwareConcurrency.h; sourceTree = ""; }; - 6A5406F1C753D11F9F2E0A254C41AFE9 /* SRConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRConstants.h; path = SocketRocket/Internal/SRConstants.h; sourceTree = ""; }; - 6A567EABA820BCFB12E5D932A83242EE /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; - 6A58CDCD4B0E3BDD7BDAFECA78EF7F7D /* React-jsi.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-jsi.modulemap"; sourceTree = ""; }; - 6A6103243A20FC7F3E060D44F1C4524D /* RCTAlertController.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAlertController.mm; sourceTree = ""; }; - 6A654A69355F23F0E8744FAFA1C55A21 /* RCTImageURLLoaderWithAttribution.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoaderWithAttribution.h; path = Libraries/Image/RCTImageURLLoaderWithAttribution.h; sourceTree = ""; }; - 6A68887E0BE2B777BB7C489E6652367D /* FunctionTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FunctionTraits.h; path = folly/experimental/channels/detail/FunctionTraits.h; sourceTree = ""; }; - 6A8844BF29514B0CB997C539B309AA52 /* FollyMemset.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FollyMemset.h; path = folly/FollyMemset.h; sourceTree = ""; }; - 6A980E871D3ECD523DF00DBB5B1EF995 /* JSIInstaller.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIInstaller.mm; sourceTree = ""; }; - 6AA885E33ABB74FBEE6223B05C9BDA57 /* FBLazyIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyIterator.h; path = FBLazyVector/FBLazyIterator.h; sourceTree = ""; }; - 6AC14A3B6356B81F33888E3A245FBFF8 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; - 6AEFDF67A3CC16423044C8383619F79C /* PolyException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PolyException.h; path = folly/PolyException.h; sourceTree = ""; }; - 6AF87C7B140EB8F23DCE7A712563081C /* RunLoopObserver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RunLoopObserver.cpp; sourceTree = ""; }; - 6AFDE25A713676603512F3E6E3B8ADE9 /* DebuggerAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DebuggerAPI.h; path = destroot/include/hermes/DebuggerAPI.h; sourceTree = ""; }; - 6B412735670338B01B47C8C33A001DBA /* React-RCTActionSheet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.debug.xcconfig"; sourceTree = ""; }; - 6B41AE89BBF6CA7BF05A13C8CAED1055 /* BatchSemaphore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BatchSemaphore.h; path = folly/fibers/BatchSemaphore.h; sourceTree = ""; }; - 6B4BBB963776DDF0D4F73329F5F54CFF /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; - 6B9910C68FC2316C98BF9BB50D60E07C /* BaseTouch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseTouch.cpp; path = react/renderer/components/view/BaseTouch.cpp; sourceTree = ""; }; - 6BCE79DD12F247AB82E4F3501CB4D1EB /* IOObjectCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOObjectCache.h; path = folly/executors/IOObjectCache.h; sourceTree = ""; }; - 6BD5896B47D779D159EB4CF6E37C96DC /* RCTLocalizationProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTLocalizationProvider.mm; path = Fabric/RCTLocalizationProvider.mm; sourceTree = ""; }; - 6BE243941F1DB484F85CF98074334BB6 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; - 6BE5BE5166CE9332E0C921199C00A13D /* BridgeNativeModulePerfLogger.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BridgeNativeModulePerfLogger.cpp; path = reactperflogger/BridgeNativeModulePerfLogger.cpp; sourceTree = ""; }; - 6C10EE42DDD7321D17FCA6B46A972295 /* ShadowNodeFragment.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNodeFragment.cpp; path = react/renderer/core/ShadowNodeFragment.cpp; sourceTree = ""; }; - 6C2816F249C5778DF4138F4E30A78F80 /* F14IntrinsicsAvailability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14IntrinsicsAvailability.h; path = folly/container/detail/F14IntrinsicsAvailability.h; sourceTree = ""; }; - 6C6360058DAC11BF67B88E0F7B3301F6 /* IOExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOExecutor.h; path = folly/executors/IOExecutor.h; sourceTree = ""; }; - 6C63ECFE6C1DBEA0EEA0A6F0DC611B00 /* RawPropsParser.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawPropsParser.cpp; path = react/renderer/core/RawPropsParser.cpp; sourceTree = ""; }; - 6C7FBEBD08DE18A1450F9EB42141A50B /* EventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventHandler.h; path = folly/io/async/EventHandler.h; sourceTree = ""; }; - 6CD1AECDA932FEEDE9733C8EBB0173DD /* Request.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Request.cpp; path = folly/io/async/Request.cpp; sourceTree = ""; }; - 6D23A66E0AC97A5E2690B09CFDFB772B /* DelayedInit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DelayedInit.h; path = folly/synchronization/DelayedInit.h; sourceTree = ""; }; - 6D2C732B10A598B8B4CA916B9EF33D1D /* RCTTransformOrigin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformOrigin.h; sourceTree = ""; }; - 6D551C3232A5F676758645CE5B7E3740 /* ComponentDescriptorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptorFactory.h; path = react/renderer/componentregistry/ComponentDescriptorFactory.h; sourceTree = ""; }; - 6D64CA28BD71C137B8E7512FDBF2BBF6 /* TextShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextShadowNode.h; path = react/renderer/components/text/TextShadowNode.h; sourceTree = ""; }; - 6DAA14F95892B0E87EC00676C84F4521 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; - 6DB2222C57DF35AD1A1A69A062819310 /* PointerVariant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PointerVariant.h; path = folly/experimental/channels/detail/PointerVariant.h; sourceTree = ""; }; - 6DC40A4BBF923DB39C78898E46E5CC58 /* ModalHostViewState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ModalHostViewState.h; path = react/renderer/components/modal/ModalHostViewState.h; sourceTree = ""; }; - 6DD9E732AE54B3564515DE8797E63339 /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; - 6DDC9E1387566539216A403EB3FF8740 /* ThreadId.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadId.cpp; path = folly/system/ThreadId.cpp; sourceTree = ""; }; - 6DEB38AE271D8C2F992017DF7AC2B7BE /* STTimerFDTimeoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STTimerFDTimeoutManager.h; path = folly/experimental/STTimerFDTimeoutManager.h; sourceTree = ""; }; - 6E021E020F886CD10853335829340B12 /* SRRunLoopThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRRunLoopThread.h; path = SocketRocket/Internal/RunLoop/SRRunLoopThread.h; sourceTree = ""; }; - 6E14853B6496F7748D1A30C5A7091D5D /* ThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadFactory.h; path = folly/executors/thread_factory/ThreadFactory.h; sourceTree = ""; }; - 6E2D1AD27257D43D58F9FE12B4A27151 /* ComponentDescriptors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptors.h; path = react/renderer/components/rncore/ComponentDescriptors.h; sourceTree = ""; }; - 6E2EC9421C99EFE3B3025BA6B9BEA256 /* TimeoutQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimeoutQueue.h; path = folly/TimeoutQueue.h; sourceTree = ""; }; - 6E328D1A8C1674968CD874DAD537B6F0 /* RCTSurfacePresenterBridgeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfacePresenterBridgeAdapter.h; path = Fabric/RCTSurfacePresenterBridgeAdapter.h; sourceTree = ""; }; - 6E333000AEB06D8BDDA3151F3ECF4B14 /* ranges.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ranges.h; path = include/fmt/ranges.h; sourceTree = ""; }; - 6E3541A338A64FEA323B7BB187E7018E /* New.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = New.h; path = folly/lang/New.h; sourceTree = ""; }; - 6E50DB3D4C36CA1EA3951B76376E4AD1 /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; - 6E5CD6FBD55FC15BBD10906814F9229E /* TLRefCount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TLRefCount.h; path = folly/experimental/TLRefCount.h; sourceTree = ""; }; - 6E9DE8B8F61986D6C073688E1A09FBAB /* ThreadWheelTimekeeperHighRes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadWheelTimekeeperHighRes.h; path = folly/experimental/ThreadWheelTimekeeperHighRes.h; sourceTree = ""; }; - 6EA1BE72612ACD5E5000744570F99B25 /* PriorityUnboundedBlockingQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityUnboundedBlockingQueue.h; path = folly/executors/task_queue/PriorityUnboundedBlockingQueue.h; sourceTree = ""; }; - 6EA35D902A3D314B30A5305CC5F9BD18 /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; - 6EA3C0E90128914733AEEE7646979314 /* NamedThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NamedThreadFactory.h; path = folly/executors/thread_factory/NamedThreadFactory.h; sourceTree = ""; }; - 6EAB2662449D2125D0FE80E136751C7D /* Invoke.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Invoke.h; path = folly/experimental/coro/Invoke.h; sourceTree = ""; }; - 6EAE3B125AD3F09CFEF036AD6937710A /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; - 6EB93E29BDEF3614A2A41739BD1C4B93 /* NSURLRequest+SRWebSocketPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLRequest+SRWebSocketPrivate.h"; path = "SocketRocket/Internal/NSURLRequest+SRWebSocketPrivate.h"; sourceTree = ""; }; + 69B9588066B95155E4417D77327555CD /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; + 69E632279F0013ADFF7F6ECDE2FAF2E7 /* RCTFabricComponentsPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFabricComponentsPlugins.mm; sourceTree = ""; }; + 6A2008DB4CB2932C0392674068ED82A6 /* EnableSharedFromThis.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EnableSharedFromThis.h; path = folly/memory/EnableSharedFromThis.h; sourceTree = ""; }; + 6A3EDF523AE8279DAD3E84193359461D /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; + 6A49FC170B2F422E9973F529DFC94316 /* RCTLogBoxView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLogBoxView.h; path = React/CoreModules/RCTLogBoxView.h; sourceTree = ""; }; + 6A69BE346BCF36781D025E02DA26992E /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; + 6A732660A46D8B89E811D42131A47E43 /* MacAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MacAddress.h; path = folly/MacAddress.h; sourceTree = ""; }; + 6A923BB7F15C4A2B32DDE64B8D827632 /* State.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = State.h; path = react/renderer/core/State.h; sourceTree = ""; }; + 6AAB3F0857A0C2C40FE99C2A4ED8BB69 /* RCTConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConstants.h; sourceTree = ""; }; + 6ABE82ECFCA457CEA1122532AFFC13E1 /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; + 6ACCDC510D9A68B13F2A48E358E2BE26 /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = react/nativemodule/core/ReactCommon/LongLivedObject.h; sourceTree = ""; }; + 6B17F4F65DD01BD81E40664BAFB61F37 /* RCTCxxInspectorWebSocketAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxInspectorWebSocketAdapter.h; sourceTree = ""; }; + 6B9509822D0A4EC87A2AA3BC68342DF3 /* SysTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysTypes.h; path = folly/portability/SysTypes.h; sourceTree = ""; }; + 6BB02A1AFF68DB9D0E2B844F9E1E8A2F /* ComponentDescriptorProviderRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptorProviderRegistry.h; path = react/renderer/componentregistry/ComponentDescriptorProviderRegistry.h; sourceTree = ""; }; + 6BE67D2E5B439024289DCAE23AB7DFE4 /* NativeModulePerfLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeModulePerfLogger.h; path = reactperflogger/NativeModulePerfLogger.h; sourceTree = ""; }; + 6C00DC34CBF0C27CE15A57901CFE39D1 /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; + 6C8572256406ADB7551DFDDCDC585255 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; + 6CA38E07EBA75420D2E3C5C4B52A3B22 /* Event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Event.h; path = folly/portability/Event.h; sourceTree = ""; }; + 6CD702447664E9814FDF64C2521FE0A8 /* glog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.release.xcconfig; sourceTree = ""; }; + 6CEDDCFAB391081A6C3EB050DB9303AF /* ReactCdp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactCdp.h; sourceTree = ""; }; + 6CEE94FB9A70376F30A45C598232AD61 /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = event.cpp; sourceTree = ""; }; + 6CFB318332DD9F15BA0F4E2A1CB54F41 /* React-jsi.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jsi.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6D220B48D2758B94E0D0CB1968C018CF /* SRIOConsumerPool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRIOConsumerPool.m; path = SocketRocket/Internal/IOConsumer/SRIOConsumerPool.m; sourceTree = ""; }; + 6D2C764374D96A2A95EB7DEDB1AD4B23 /* Atomic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Atomic.h; path = folly/portability/Atomic.h; sourceTree = ""; }; + 6D3BD65E387AF4A8FE10216CABF03885 /* FlexLine.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = FlexLine.cpp; sourceTree = ""; }; + 6D3D07411F82B089A181E94AD1F54DF7 /* WebSocketInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = WebSocketInterfaces.h; sourceTree = ""; }; + 6D624E232F1781DF596D0A786D21944C /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; + 6D66D180322220310B33E06C2A6650D3 /* RuntimeSchedulerCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeSchedulerCallInvoker.h; sourceTree = ""; }; + 6D7520FE4D76AC547890B7D6B4C69894 /* TextComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextComponentDescriptor.h; path = react/renderer/components/text/TextComponentDescriptor.h; sourceTree = ""; }; + 6D84B0A7F1A70E6E9ABEEEB14CB6C80C /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; + 6D899FAEC06F009C28975CC142A41EC9 /* React-RuntimeCore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RuntimeCore.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6DB0EF48E6F6F59EEEBA2E0AB6C7E410 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; + 6DB23B7557FA39253FE65A599E922ED6 /* Cast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Cast.h; path = folly/lang/Cast.h; sourceTree = ""; }; + 6DCF6A50893A882EA7E8F44D10AD971D /* ConcurrentSkipList-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ConcurrentSkipList-inl.h"; path = "folly/ConcurrentSkipList-inl.h"; sourceTree = ""; }; + 6DF638889DD6D88E1694A065C0A27BC6 /* React-rendererdebug.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-rendererdebug.debug.xcconfig"; sourceTree = ""; }; + 6E3D2F20B2620B37412790BDD9F15C17 /* SurfaceRegistryBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SurfaceRegistryBinding.h; path = react/renderer/uimanager/SurfaceRegistryBinding.h; sourceTree = ""; }; + 6E4274F08E4BBF0B6491769157BBB91F /* ShadowNodeFamily.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNodeFamily.h; path = react/renderer/core/ShadowNodeFamily.h; sourceTree = ""; }; + 6EADDB0E9C832143081D058CA7259028 /* RCTComponentViewFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTComponentViewFactory.mm; sourceTree = ""; }; + 6EBA55B04BADD1F4ABB709051EF06C89 /* AssertFatal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AssertFatal.h; sourceTree = ""; }; + 6ECE543138E064055C9EBCDC09788205 /* UIView+ComponentViewProtocol.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = "UIView+ComponentViewProtocol.mm"; sourceTree = ""; }; 6ED2C07E6AE77BBD9A6856E523EF6A06 /* React-debug */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-debug"; path = "libReact-debug.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 6EDBBE8BD88E7273607060C042B9ADDF /* AddTasks-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AddTasks-inl.h"; path = "folly/fibers/AddTasks-inl.h"; sourceTree = ""; }; - 6EEEAA3627F7EB52C83A7AAAA8C90BFA /* ImageResponseObserverCoordinator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageResponseObserverCoordinator.cpp; path = react/renderer/imagemanager/ImageResponseObserverCoordinator.cpp; sourceTree = ""; }; - 6EFA2C9A5F5464C1943871A5C9264A81 /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; - 6F11D078CF4E38134910D3458C1DD37B /* Retry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Retry.h; path = folly/experimental/coro/Retry.h; sourceTree = ""; }; - 6F2D5E534B526D57AE2427E42AA8342F /* React-ImageManager.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-ImageManager.release.xcconfig"; sourceTree = ""; }; - 6F4BDC833016D276114D70EDE3056063 /* React-runtimeexecutor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-runtimeexecutor.release.xcconfig"; sourceTree = ""; }; - 6F5F5D20BA122C76AFE8B05864EC41DD /* React-rendererdebug-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-rendererdebug-dummy.m"; sourceTree = ""; }; - 6F6CBB91A67C88AFEA126434A8B92AA0 /* HostPlatformColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformColor.h; sourceTree = ""; }; - 6F75E85091ECDA51A5C8568FD1BDECE6 /* LayoutMetrics.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutMetrics.cpp; path = react/renderer/core/LayoutMetrics.cpp; sourceTree = ""; }; - 6F917B204BED99F2689FB73D7E87871F /* StubViewTree.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StubViewTree.cpp; path = react/renderer/mounting/StubViewTree.cpp; sourceTree = ""; }; + 6ED440A6B8C1D4FBA39CD54ECE8D51F3 /* RCTComponentViewDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewDescriptor.h; sourceTree = ""; }; + 6EEEE05EBCE258D71886371521451AF3 /* RCTCxxInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxInspectorPackagerConnection.h; sourceTree = ""; }; + 6F004C69796236836B1136C0778862F1 /* React-jsi.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-jsi.modulemap"; sourceTree = ""; }; + 6F03806CF8FEA9AE1097FB463956AAD4 /* React-nativeconfig.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-nativeconfig.release.xcconfig"; sourceTree = ""; }; + 6F2BCB43F2D90CA90AFD57677AF6013E /* ConstexprMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConstexprMath.h; path = folly/ConstexprMath.h; sourceTree = ""; }; + 6F3CE6C5B501D1E1D2852C705DEDDBC7 /* SRSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRSecurityPolicy.h; path = SocketRocket/SRSecurityPolicy.h; sourceTree = ""; }; + 6F72B3F616F35DD1A397AD34A9471C80 /* zh-Hant-HK.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hant-HK.lproj"; path = "React/I18n/strings/zh-Hant-HK.lproj"; sourceTree = ""; }; + 6F8D2287EF58ADD156913AF3C0FA5266 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/imagemanager/primitives.h; sourceTree = ""; }; + 6F9A7D467E30F1383A11DE8EA731A421 /* Overload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Overload.h; path = folly/Overload.h; sourceTree = ""; }; + 6F9A9F41C8712A5EA89926F9E34BB317 /* FMDatabaseAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FMDatabaseAdditions.h; sourceTree = ""; }; + 6FA175D69859A3FE955C27E8F8107960 /* RCTDebuggingOverlayComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDebuggingOverlayComponentView.h; sourceTree = ""; }; + 6FA659BE9F28613C4D7F98DAC5FD1C4B /* TransactionTelemetry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TransactionTelemetry.h; path = react/renderer/telemetry/TransactionTelemetry.h; sourceTree = ""; }; + 6FBDF0EE578C484F397C21E43F49F7E7 /* TransactionTelemetry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TransactionTelemetry.cpp; path = react/renderer/telemetry/TransactionTelemetry.cpp; sourceTree = ""; }; + 6FC0DBFC356D08CBF5C195717E58618A /* React-Fabric-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Fabric-dummy.m"; sourceTree = ""; }; + 6FC40232E2C55EB617E3DFB087BA95C0 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIDynamic.h; path = jsi/JSIDynamic.h; sourceTree = ""; }; + 6FD6F1B6DC37EB6391F042FC9AC7E69F /* RCTAppSetupUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppSetupUtils.mm; sourceTree = ""; }; 6FFB7B2992BB53405E6B771A5BA1E97D /* DoubleConversion */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DoubleConversion; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 6FFCB8EA35E7C2C4468958B99145647B /* TcpInfoTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpInfoTypes.h; path = folly/net/TcpInfoTypes.h; sourceTree = ""; }; - 7020E9B7AF2F579BF7E978760AB992F4 /* ExecutorLoopController-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ExecutorLoopController-inl.h"; path = "folly/fibers/ExecutorLoopController-inl.h"; sourceTree = ""; }; - 7048AC54816D883DE71C33BD2EE76C76 /* RCTLocalAssetImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLocalAssetImageLoader.mm; sourceTree = ""; }; - 706854F0F45C66C706870CBAFD4800D4 /* React-logger.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-logger.debug.xcconfig"; sourceTree = ""; }; - 7086A47679DCE91D10852CBA9E170A6A /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = folly/Exception.h; sourceTree = ""; }; - 709480813D2A751F3089E87153FB5EB7 /* Singleton-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Singleton-inl.h"; path = "folly/Singleton-inl.h"; sourceTree = ""; }; - 70A29DFF89C3B245D2F66FC8422C6F35 /* React-RCTSettings.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.release.xcconfig"; sourceTree = ""; }; - 70A660A433893076BF40553B1A465E68 /* React-rendererdebug.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-rendererdebug.release.xcconfig"; sourceTree = ""; }; - 70AA3877131B89E379DAC56F2343A434 /* format.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = format.h; path = include/fmt/format.h; sourceTree = ""; }; - 70AABEEB47C80C603970FF26C5021CBD /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = React/I18n/strings/es.lproj; sourceTree = ""; }; - 70AAC30F48FEBABFA61968D610BDA954 /* propsConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = propsConversions.h; path = react/renderer/components/view/propsConversions.h; sourceTree = ""; }; - 70AB8FF860ADD2C37CB5CA1E1F200F94 /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; - 70C21140EFE0FAE235B6E278FF390EC9 /* Singleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Singleton.h; path = folly/detail/Singleton.h; sourceTree = ""; }; - 70D9601F7E425DB7B58AC278532206E3 /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; - 70EE6575C04322BB4A940ED5C78E1893 /* glog-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-umbrella.h"; sourceTree = ""; }; - 70F17EE0B553D6EAACBBCD0B8BF89483 /* ReactCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-prefix.pch"; sourceTree = ""; }; - 7120C76DD8330380D2FC747F619233B7 /* RCTPullToRefreshViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPullToRefreshViewComponentView.h; sourceTree = ""; }; - 7137E3D1A9ED9349F73F38914CCDC733 /* Libunwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Libunwind.h; path = folly/portability/Libunwind.h; sourceTree = ""; }; - 718463E1F6D30E8490FE204C540F98FC /* small_vector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = small_vector.h; path = folly/small_vector.h; sourceTree = ""; }; - 7185F8BA6EA8FBC9577670AC727DA0D3 /* InputAccessoryShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InputAccessoryShadowNode.cpp; path = react/renderer/components/inputaccessory/InputAccessoryShadowNode.cpp; sourceTree = ""; }; - 71B0BB7C10883DA8CEDDC7F77A9B5042 /* GmockHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GmockHelpers.h; path = folly/experimental/coro/GmockHelpers.h; sourceTree = ""; }; - 71B1856C0051F86FE495F46DF87D21B0 /* ValueFactoryEventPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ValueFactoryEventPayload.h; path = react/renderer/core/ValueFactoryEventPayload.h; sourceTree = ""; }; - 71EF0692EC2530951451DF526E39F0AD /* RWSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RWSpinLock.h; path = folly/RWSpinLock.h; sourceTree = ""; }; - 7215E7B9F2AC6DE499260BAA19DD4739 /* EventBaseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseManager.h; path = folly/io/async/EventBaseManager.h; sourceTree = ""; }; - 7236D6D9187B8221FD47D0C9AAAB86A0 /* RootProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RootProps.cpp; path = react/renderer/components/root/RootProps.cpp; sourceTree = ""; }; - 7245F16ACFB65F6DE4A85B2871D82701 /* Codel.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Codel.cpp; path = folly/executors/Codel.cpp; sourceTree = ""; }; - 724AF955C2749A01BB5B4B915F35E2B5 /* SysMembarrier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysMembarrier.h; path = folly/portability/SysMembarrier.h; sourceTree = ""; }; - 72654F9E7904EE4AD6185EF4696D46E0 /* listener.c */ = {isa = PBXFileReference; includeInIndex = 1; path = listener.c; sourceTree = ""; }; - 72656E178770EFF546609CAA793C5824 /* componentNameByReactViewName.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = componentNameByReactViewName.cpp; path = react/renderer/componentregistry/componentNameByReactViewName.cpp; sourceTree = ""; }; - 727275466F307810600956A19196023C /* HazptrThrLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrThrLocal.h; path = folly/synchronization/HazptrThrLocal.h; sourceTree = ""; }; - 7275B2B73702944F35251F5807906DB8 /* RemoteObjectsTable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RemoteObjectsTable.h; path = destroot/include/hermes/inspector/chrome/RemoteObjectsTable.h; sourceTree = ""; }; - 7283F2E3ADC3BDAD95B258C1FD3A4E19 /* http.c */ = {isa = PBXFileReference; includeInIndex = 1; path = http.c; sourceTree = ""; }; - 7285D8851DB357007C377826AB675209 /* ScopeGuard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScopeGuard.h; path = folly/ScopeGuard.h; sourceTree = ""; }; - 72D011BB61E65C549F5E6F142A203035 /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; - 72D7413839F303E1C9A8355767A578B2 /* FBVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBVector.h; path = folly/FBVector.h; sourceTree = ""; }; - 72E57D2C1CC871F5C8201598B5702A7B /* EventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventListener.h; path = react/renderer/core/EventListener.h; sourceTree = ""; }; - 7317F97F29D1542F92C79F92CD4EE154 /* ObserverContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObserverContainer.h; path = folly/ObserverContainer.h; sourceTree = ""; }; - 731F43D6D594CDF581ECB849866724F1 /* stubs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stubs.h; path = react/renderer/mounting/stubs.h; sourceTree = ""; }; - 73333DA45A3F9CBC581F431303AF976C /* RCTEventAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTEventAnimation.mm; sourceTree = ""; }; - 733F6614CAEA136219F82968A7347F67 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; - 73437730B49A1032E6EF2CD6019A728F /* FBReactNativeSpec-generated.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "FBReactNativeSpec-generated.mm"; path = "FBReactNativeSpec/FBReactNativeSpec-generated.mm"; sourceTree = ""; }; - 73450D01FB7270C1C255215AFB0EA758 /* MultiplexerTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MultiplexerTraits.h; path = folly/experimental/channels/detail/MultiplexerTraits.h; sourceTree = ""; }; - 734D9F0FA9A9FB197685848BF923D2FB /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; - 73535B1C2BFC5147A96C08E4CB0C9276 /* Buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Buffer.h; path = destroot/include/hermes/Public/Buffer.h; sourceTree = ""; }; - 738474757C27DF4C14F856C020399EDC /* Database.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Database.cpp; sourceTree = ""; }; - 73A6F51592B921895DED6834A9CEFD0B /* HHWheelTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HHWheelTimer.h; path = folly/io/async/HHWheelTimer.h; sourceTree = ""; }; + 701DA5EF2C35D3F8011D186617366218 /* MallctlHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MallctlHelper.h; path = folly/memory/MallctlHelper.h; sourceTree = ""; }; + 704A79E5BDF7B5ECE6197D355854F3A9 /* RCTParagraphComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParagraphComponentView.h; sourceTree = ""; }; + 704C76032CCE295710F90FEE18E4B95F /* InspectorFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorFlags.h; sourceTree = ""; }; + 70D50FBA71B5522FC8324C5638AAABC4 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = React/I18n/strings/es.lproj; sourceTree = ""; }; + 70E1E31923E3DCF47FC3FD8EA049C063 /* React-RuntimeApple.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RuntimeApple.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 70EAB919380BCD43218C8BA42AA15E04 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; + 70FD25025D88D2C467D14135D309D155 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; + 7125A220ACBD1ACDAEC0A33004BF401B /* React-jserrorhandler.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jserrorhandler.debug.xcconfig"; sourceTree = ""; }; + 713D582F6B367593E27B9841A06592D1 /* propsConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = propsConversions.h; path = react/renderer/core/propsConversions.h; sourceTree = ""; }; + 7157DE4FF39A888005019A6919C6304D /* boost.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = boost.release.xcconfig; sourceTree = ""; }; + 717D5148DA07668AC04A61F52407FF5A /* RCTObjectAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjectAnimatedNode.mm; sourceTree = ""; }; + 71871CA5216D720E9BCA31F7ED7CC373 /* RCTTextInputNativeCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextInputNativeCommands.h; sourceTree = ""; }; + 718D4D78E0BAE0CC2A7AE58A6FBEA36A /* SafeAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAssert.h; path = folly/lang/SafeAssert.h; sourceTree = ""; }; + 71B4D481359E1DC4C88FF4956C3F95BC /* TextInputEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextInputEventEmitter.cpp; path = react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/TextInputEventEmitter.cpp; sourceTree = ""; }; + 7215C1FD70511C10EB945E8681577C16 /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; + 72188071CCFD3B99269572936DAC43DD /* Math.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Math.h; path = folly/Math.h; sourceTree = ""; }; + 7219469EB101610CDE06F56EAFF2F90D /* RCTComponentViewClassDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewClassDescriptor.h; sourceTree = ""; }; + 723B1846FB58ABF6C06939E1199945A2 /* RCTComponentViewRegistry.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTComponentViewRegistry.mm; sourceTree = ""; }; + 723CB5670ECFFB16F7B8F339EE9DB637 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = NativeToJsBridge.cpp; sourceTree = ""; }; + 7291DE7A0A52B6E6CFC50DAF5E4DE540 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 729855E0C41B82077DDA2290F0B0BCBD /* RCT-Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCT-Folly-dummy.m"; sourceTree = ""; }; + 7299BD666C1DD5C0DB7343D26EB7DFDA /* FloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FloatOptional.h; sourceTree = ""; }; + 72F4E61BD474BE602AFFC71C43FD918B /* sk.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = sk.lproj; path = React/I18n/strings/sk.lproj; sourceTree = ""; }; + 7301D9F85906E2D5E3E899138ED1462A /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; + 73058D524065BD36521A8D2FAA24552A /* utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = utils.cpp; path = react/renderer/animations/utils.cpp; sourceTree = ""; }; + 732337B1201688C67D6881C87C976B08 /* ParagraphAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphAttributes.h; path = react/renderer/attributedstring/ParagraphAttributes.h; sourceTree = ""; }; + 732688D92C1058B4D3B68B3EF5CB178C /* dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dynamic.h; path = folly/dynamic.h; sourceTree = ""; }; + 73301DA76E70E83388C9A33BCF56CEE5 /* Yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Yoga-dummy.m"; sourceTree = ""; }; + 7338ABD9F7418479DEDE3C5284F4FF6D /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; + 734BE1C2E4FE1B7AA7823A95F6F55FB4 /* React-runtimescheduler.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-runtimescheduler.release.xcconfig"; sourceTree = ""; }; + 735061C18CFE3076A4C204A7CCE1D301 /* RCTI18nManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTI18nManager.mm; sourceTree = ""; }; + 7350D90D235F0E829948F766094A036B /* FollyMemcpy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FollyMemcpy.h; path = folly/FollyMemcpy.h; sourceTree = ""; }; + 735E5FCEACBC787C7FF33D2B0A5F3CAD /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; + 739F5A9F956FCC84E8E36F6798EA859B /* React-Codegen-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Codegen-dummy.m"; sourceTree = ""; }; + 73AB6FD4B3DF99EC222564D6743427C3 /* ManagedObjectWrapper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = ManagedObjectWrapper.mm; sourceTree = ""; }; 73B3A96DAB49C42270A59966B121F1A7 /* Pods-WatermelonTester.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-WatermelonTester.release.xcconfig"; sourceTree = ""; }; - 73B8351680F29D13CB5DFD6E5F8D49C7 /* SRError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRError.m; path = SocketRocket/Internal/Utilities/SRError.m; sourceTree = ""; }; - 7413894AFF4287E3844BC3AA75F5D5C8 /* TypeList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypeList.h; path = folly/detail/TypeList.h; sourceTree = ""; }; - 7419C92177B58E80EE932D8B14B25270 /* UTF8String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UTF8String.h; path = folly/UTF8String.h; sourceTree = ""; }; - 74331E2CC72BB7256A2FAF5B14CB7D23 /* Thread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Thread.h; sourceTree = ""; }; - 744280F8D80E67C3DAE907344CDD0E65 /* RCTScrollViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTScrollViewComponentView.mm; sourceTree = ""; }; - 7477FEDE4E6DF44B5546CD4C548CCE00 /* ModalHostViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ModalHostViewComponentDescriptor.h; path = react/renderer/components/modal/ModalHostViewComponentDescriptor.h; sourceTree = ""; }; - 7487395076EF39070F69D1DADAF2A9DC /* RuntimeAdapter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeAdapter.cpp; sourceTree = ""; }; - 74C442CBAD339CD9A27DCCA3BC0C6B45 /* propsConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = propsConversions.h; path = react/renderer/core/propsConversions.h; sourceTree = ""; }; - 74E86413FA195410E2D961C98BC0F158 /* FiberManagerMap-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FiberManagerMap-inl.h"; path = "folly/fibers/FiberManagerMap-inl.h"; sourceTree = ""; }; - 751DF2827C43548B162BC13207710A64 /* React-ImageManager.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-ImageManager.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 7523FD9313E276A556D7FB6A2BA91DDA /* AttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AttributedString.h; path = react/renderer/attributedstring/AttributedString.h; sourceTree = ""; }; - 753DB6F71EA81ABDECA45B6A67A13FC0 /* RCTBaseTextInputShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextInputShadowView.mm; sourceTree = ""; }; - 756BCF720AD60DF2C9602AC9803B5F70 /* RCTModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuleRegistry.m; sourceTree = ""; }; - 758AF7C709D5238306B863085C1C6CC5 /* Unit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unit.h; path = folly/Unit.h; sourceTree = ""; }; - 75C7BB9CF00B13AFCB3A0F7DCD4C1BF6 /* RCTTypedModuleConstants.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTypedModuleConstants.mm; sourceTree = ""; }; - 75CAD98E68F2A73B225A2936B77D0FD3 /* React-RCTFabric-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTFabric-prefix.pch"; sourceTree = ""; }; - 75DD1721B22DB8473E05C19B580046DB /* GroupVarintDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GroupVarintDetail.h; path = folly/detail/GroupVarintDetail.h; sourceTree = ""; }; - 75F725B3AD13C9DDAD691AE41B4CAC76 /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; - 75FF5A7085EEB8A386D9D7DA16CD805E /* Atomic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Atomic.h; path = folly/portability/Atomic.h; sourceTree = ""; }; - 76031E2F882A347740ABC868FF49F4C4 /* SmartExceptionTracer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SmartExceptionTracer.h; path = folly/experimental/exception_tracer/SmartExceptionTracer.h; sourceTree = ""; }; - 760E0F604E6EE581E24F8476C949215F /* RCTTextAttributes.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextAttributes.mm; sourceTree = ""; }; - 7637D6D81290CF0C67F54B5406EEEC71 /* Hardware.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hardware.h; path = folly/synchronization/detail/Hardware.h; sourceTree = ""; }; - 76388F44891EFA1CDCB0CB4F487E605A /* RCTScrollEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollEvent.m; sourceTree = ""; }; - 764F47B91297FD4C2E4DBEAAA6225359 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; - 7653B695DAF5DDB6794B4B4A805C1BE7 /* CustomizationPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CustomizationPoint.h; path = folly/lang/CustomizationPoint.h; sourceTree = ""; }; - 765C7CFA1C59EC19A4C0FF164AF4A5DE /* SRRunLoopThread.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRRunLoopThread.m; path = SocketRocket/Internal/RunLoop/SRRunLoopThread.m; sourceTree = ""; }; - 767DF4EB18A784E327106C2CAEFB2A34 /* FBReactNativeSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBReactNativeSpec.h; path = FBReactNativeSpec/FBReactNativeSpec.h; sourceTree = ""; }; - 76B05CF49E5C04043EDF84D0B8DF34E2 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; - 76C58E5B92574319DA88D80B34AC48FF /* AsyncStack.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncStack.cpp; path = folly/tracing/AsyncStack.cpp; sourceTree = ""; }; - 76D4F9E9A0EB9CCF04C00C767A8D8537 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; - 76F848ABDC0664F39094C83C7EB3DA69 /* View.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = View.h; path = folly/container/View.h; sourceTree = ""; }; - 7704407F7A0720DD4ACFEB4023F1102E /* RCTVirtualTextShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVirtualTextShadowView.mm; sourceTree = ""; }; - 77536B50BBCE1C00BF6564318F08C9C6 /* GlobalExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GlobalExecutor.cpp; path = folly/executors/GlobalExecutor.cpp; sourceTree = ""; }; - 775FA713DA098F085E92622AA6BF035F /* PixelGrid.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PixelGrid.h; sourceTree = ""; }; - 777E843B168B6698630B0A0FFEF0DAB9 /* RCTAppDelegate.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppDelegate.mm; sourceTree = ""; }; - 779E87B7EC6681F4D5E60EAC8ED133D1 /* RCTNativeAnimatedNodesManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeAnimatedNodesManager.mm; sourceTree = ""; }; - 77A4751B2A3B03113BB633D0F657625A /* IPAddressSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressSource.h; path = folly/detail/IPAddressSource.h; sourceTree = ""; }; - 77B88C45883B97C599411F3FA0D8B7C2 /* react_native_log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = react_native_log.h; sourceTree = ""; }; - 77BF9CC35E505EE535ECD1019A4F907E /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; - 77C3F4E74C829BADF2A245490EDC87ED /* React-hermes.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-hermes.debug.xcconfig"; sourceTree = ""; }; - 77DB2579F7F3F1389937496AF92B129F /* EventPriority.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventPriority.h; path = react/renderer/core/EventPriority.h; sourceTree = ""; }; - 77F87C7E1AF4360FB2E2D110F0B52AF7 /* DwarfUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DwarfUtil.h; path = folly/experimental/symbolizer/DwarfUtil.h; sourceTree = ""; }; - 77FAF9A7B28299A786F831E5AE52DEA8 /* SharedPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedPromise.h; path = folly/futures/SharedPromise.h; sourceTree = ""; }; - 780528A93F95F2B9E2AEFD29BEDA5617 /* React-rendererdebug-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-rendererdebug-umbrella.h"; sourceTree = ""; }; - 782317389F3CBEAF2BA20EFF0C4DB1E8 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; - 7890C1513BCE4D07C14C11318616E50F /* React-utils.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-utils.release.xcconfig"; sourceTree = ""; }; - 78A85119E0D44178EDF2881D9BDC2154 /* RCTTypeSafety.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RCTTypeSafety.modulemap; sourceTree = ""; }; - 78B3664D5000B5B422E984FAA07D02B0 /* SurfaceTelemetry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SurfaceTelemetry.cpp; path = react/renderer/telemetry/SurfaceTelemetry.cpp; sourceTree = ""; }; - 790A122CC7F542208AE869451A4C8BE4 /* AtomicQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicQueue.h; path = folly/experimental/channels/detail/AtomicQueue.h; sourceTree = ""; }; - 7912F3EAB16125DCFFA70523EBF884D6 /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; - 79184C6B3FAF5C088E889CD5B6D03476 /* Hardware.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Hardware.cpp; path = folly/synchronization/detail/Hardware.cpp; sourceTree = ""; }; - 792F6436715E634AC8B84A371AAF9303 /* RCTBlockGuard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlockGuard.h; path = ReactCommon/RCTBlockGuard.h; sourceTree = ""; }; - 793638A8DE62AEEAD6C9993B8A73AC0F /* evmap-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "evmap-internal.h"; sourceTree = ""; }; - 793B9CFBF419DD23D5363DC6030A9BB9 /* WaitOptions.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WaitOptions.cpp; path = folly/synchronization/WaitOptions.cpp; sourceTree = ""; }; - 793DBF2DE0428672C9676A36A62B9704 /* changelist-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "changelist-internal.h"; sourceTree = ""; }; - 794F2A089CE64A64AF6188AA6CB5322F /* RCTRedBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRedBox.mm; sourceTree = ""; }; - 79AA8A4EEE8C0A87330C803EA452F839 /* nl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nl.lproj; path = React/I18n/strings/nl.lproj; sourceTree = ""; }; - 79B1DB508231DF0D947CE72A2CD652B3 /* React-rncore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-rncore.debug.xcconfig"; sourceTree = ""; }; - 79B684EE03016354FF60F801E2FDF2D4 /* ExceptionAbi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionAbi.h; path = folly/experimental/exception_tracer/ExceptionAbi.h; sourceTree = ""; }; - 79E71984DE4143A1555337387EBD0473 /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; - 79ED11963A7C56B55770A8291F2F60F8 /* RCTRequired.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRequired.h; path = RCTRequired/RCTRequired.h; sourceTree = ""; }; - 79F8C7EDA4F40586385712C2F0EC04D4 /* sv.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = sv.lproj; path = React/I18n/strings/sv.lproj; sourceTree = ""; }; - 7A0B788B082650B9F2B48F130264C329 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; - 7A0EC9D7D6B0BA9B76A4F001DEC6FE70 /* RCTInputAccessoryShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryShadowView.mm; sourceTree = ""; }; - 7A12E7C3B570C70B246886D04D9DAEB3 /* React-runtimescheduler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-runtimescheduler.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 7A1D34E367E1A089651B18B0418D5499 /* RCTDataRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDataRequestHandler.mm; sourceTree = ""; }; - 7A1F9DF9F06BA0601E65A78FB7CFE13D /* not_null.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = not_null.h; path = folly/memory/not_null.h; sourceTree = ""; }; - 7A466901F490925133FE03C460BCED30 /* RCTInitializing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInitializing.h; sourceTree = ""; }; - 7A75CEAF0521FD678CE5139EB0DB5B07 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; - 7A7D0F88307C056C069909E7EFDECF64 /* HugePages.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HugePages.h; path = folly/experimental/io/HugePages.h; sourceTree = ""; }; - 7AB5FA2C8B3BF0FACD428B7C6F283697 /* RCTLogBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLogBox.mm; sourceTree = ""; }; - 7AD11AA3D493A5D2F97FAD71BEA4E98C /* TextInputState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextInputState.cpp; path = react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputState.cpp; sourceTree = ""; }; - 7AE43DA4DFEF01922E5C6149472A08C1 /* F14Defaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Defaults.h; path = folly/container/detail/F14Defaults.h; sourceTree = ""; }; - 7B12C9ED1C8645D9222180FD90B4B5A1 /* RCTBundleURLProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBundleURLProvider.mm; sourceTree = ""; }; - 7B1443A2E5285172DF9B49161370762F /* Invoke.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Invoke.h; path = folly/functional/Invoke.h; sourceTree = ""; }; - 7B2058B9D8FC004B76DE799F30C55548 /* evhttp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evhttp.h; path = include/evhttp.h; sourceTree = ""; }; - 7B43A78D70145AC3064BA90893C67A99 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; - 7B58B9EF52B6CD0A07B4DF9A68127D51 /* Size.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Size.h; sourceTree = ""; }; - 7B8737C781B770024127F4750082B860 /* TurboModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModule.cpp; path = react/nativemodule/core/ReactCommon/TurboModule.cpp; sourceTree = ""; }; - 7BBDAC2389691E9E68AECDD0C25FEF57 /* CodingTestUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodingTestUtils.h; path = folly/experimental/test/CodingTestUtils.h; sourceTree = ""; }; - 7BD77C9621D738C8B0BD2C5BE6018606 /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = threadsafe.h; path = jsi/threadsafe.h; sourceTree = ""; }; - 7BDBE7CE6D3F52A2CA0B929510485402 /* WMDatabaseBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = WMDatabaseBridge.m; sourceTree = ""; }; - 7BEF991EF9AFACAC6ED854C35418B2E3 /* RCTMountingManagerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMountingManagerDelegate.h; sourceTree = ""; }; - 7C02BB6C7BBC2E72724591881E1F9B0F /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; - 7C0E8856AA6825D373FECB74A8B33300 /* ar.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ar.lproj; path = React/I18n/strings/ar.lproj; sourceTree = ""; }; - 7C24A0FFECDAFC2B1A14A64A796D6D6C /* FormatTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FormatTraits.h; path = folly/FormatTraits.h; sourceTree = ""; }; - 7C35972EC310CBCAC2FEF122D3F5BADD /* ImageRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageRequest.h; path = react/renderer/imagemanager/ImageRequest.h; sourceTree = ""; }; - 7C422A33251B706911F2A8F806E8788D /* hermes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hermes.h; path = destroot/include/hermes/hermes.h; sourceTree = ""; }; - 7C699B311B626CFC41C485B1DA9160EE /* react_native_assert.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = react_native_assert.cpp; sourceTree = ""; }; - 7C84EC73DE3EFFAD345607B8B84740C8 /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; - 7C8F395F584CD353376F7DD54F0AA2E4 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/attributedstring/primitives.h; sourceTree = ""; }; - 7C99C1D1035CACBFEFC814BE81AC0B65 /* ShadowTreeRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowTreeRegistry.h; path = react/renderer/mounting/ShadowTreeRegistry.h; sourceTree = ""; }; - 7C9B0D95DECD97396CDBD0F71785767B /* SingletonThreadLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingletonThreadLocal.h; path = folly/SingletonThreadLocal.h; sourceTree = ""; }; - 7CA0698CC717A9A2E3CB1E2D0AEBDDFF /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; - 7CC16C3D48E8240E1AB1795AE85D7323 /* RCTLegacyViewManagerInteropCoordinatorAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLegacyViewManagerInteropCoordinatorAdapter.h; sourceTree = ""; }; - 7CC46BC96576958B4E2D2279D09E8520 /* ExperimentalFeature.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ExperimentalFeature.h; sourceTree = ""; }; - 7CD23D4E93494FB3564FEC63C75FA65A /* Sealable.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Sealable.cpp; path = react/renderer/core/Sealable.cpp; sourceTree = ""; }; - 7CDE7EE21F400FD171D1A648EE62D142 /* evconfig-private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "evconfig-private.h"; sourceTree = ""; }; - 7D1A8052D596883DD6F7054046094C84 /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; - 7D4A96E3BFCBDCF0C4366CB58AB1A1C7 /* Core.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Core.h; path = folly/experimental/observer/detail/Core.h; sourceTree = ""; }; - 7D61C0FF6EF756B7725B32B3D99D7CAB /* React-RCTFabric.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTFabric.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 7D8634A9D7F6D826BD8EC41936E6AC55 /* AtomicUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUtil.h; path = folly/synchronization/AtomicUtil.h; sourceTree = ""; }; - 7DAB1595AFE987D4BA4717DA68F63BE3 /* FollyMemcpy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FollyMemcpy.h; path = folly/FollyMemcpy.h; sourceTree = ""; }; - 7DAEE1165E8C41262F890DF42D6E007E /* RCTImageManagerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageManagerProtocol.h; path = react/renderer/imagemanager/RCTImageManagerProtocol.h; sourceTree = ""; }; - 7DBDFD408CC1329D677944D04AE96750 /* MapBuffer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MapBuffer.cpp; path = react/renderer/mapbuffer/MapBuffer.cpp; sourceTree = ""; }; - 7DD3FCA8AF1522330F55E92771D20D74 /* InlineExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InlineExecutor.cpp; path = folly/executors/InlineExecutor.cpp; sourceTree = ""; }; - 7DDDEB5E3DDB55031C741E694C99F097 /* React-logger-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-logger-dummy.m"; sourceTree = ""; }; - 7DEF345C2C9D781265EAF4FC359B44F0 /* RCTBlobCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobCollector.h; sourceTree = ""; }; - 7E3908EA63F7610EE4336DF5DB2A5077 /* Sqlite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Sqlite.h; sourceTree = ""; }; - 7E3C0A0F9F87B566F88E0FE80D135C27 /* Database-batch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "Database-batch.cpp"; sourceTree = ""; }; - 7E404C43269850C0E115EC0C815DDC17 /* AtomicNotification.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AtomicNotification.cpp; path = folly/synchronization/AtomicNotification.cpp; sourceTree = ""; }; - 7E84297DB1C4115AF15788D5131478C5 /* hi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = hi.lproj; path = React/I18n/strings/hi.lproj; sourceTree = ""; }; - 7E95C82CED337875734C128A86D27E46 /* WMDatabaseDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = WMDatabaseDriver.h; sourceTree = ""; }; - 7E9CF34DB0A40FE0B38D0206FF044BF0 /* SRURLUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRURLUtilities.m; path = SocketRocket/Internal/Utilities/SRURLUtilities.m; sourceTree = ""; }; - 7EB10977B5EA3D1B7B28DA35FAD27BBA /* FixedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FixedString.h; path = folly/FixedString.h; sourceTree = ""; }; - 7EB996A9F57A1188E5CAC82B66CF439F /* AtomicNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicNotification.h; path = folly/synchronization/AtomicNotification.h; sourceTree = ""; }; - 7EE604DB039FFF2C33F575FC3A6AC171 /* React-debug.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-debug.debug.xcconfig"; sourceTree = ""; }; - 7F09147130703B518EF1D327CD260568 /* React-CoreModules-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-CoreModules-prefix.pch"; sourceTree = ""; }; - 7F11025C5334DFA79018FE794C970956 /* json_patch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_patch.h; path = folly/json_patch.h; sourceTree = ""; }; - 7F27EAC4AD71E846B74A1D25DB2547D9 /* Props.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Props.h; path = react/renderer/core/Props.h; sourceTree = ""; }; - 7F3393D43C604035ACA09B4EEA9B63EB /* Filter-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Filter-inl.h"; path = "folly/experimental/coro/Filter-inl.h"; sourceTree = ""; }; - 7F3621C8F4B1E288ECE7BC25E510F651 /* GFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GFlags.h; path = folly/portability/GFlags.h; sourceTree = ""; }; - 7F40FFB1D6DC43EDF30D3F041E731CCD /* RCTFabricSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFabricSurface.mm; sourceTree = ""; }; - 7F5CE844B985F4581F9C5846A46E3D2B /* LayoutAnimationKeyFrameManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutAnimationKeyFrameManager.h; path = react/renderer/animations/LayoutAnimationKeyFrameManager.h; sourceTree = ""; }; - 7F7E370EC2FE0DBF249ADC2749678568 /* RCTRawTextViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRawTextViewManager.mm; sourceTree = ""; }; - 7F8365EB11EB827FFB1EBF7B5E54052B /* Memory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Memory.h; path = folly/portability/Memory.h; sourceTree = ""; }; - 7F83AFDA0097997E6824E99B559E5687 /* React-jsiexecutor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.debug.xcconfig"; sourceTree = ""; }; - 7F8A86A71AB96407D39594BE1C5D8F96 /* React-rncore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-rncore.release.xcconfig"; sourceTree = ""; }; - 7FD51EF89187B5E4F74BA74F9CF8142D /* AccessibilityProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AccessibilityProps.h; path = react/renderer/components/view/AccessibilityProps.h; sourceTree = ""; }; + 73F9F5B50A8454106AEB1EAA5892325D /* SRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRWebSocket.h; path = SocketRocket/SRWebSocket.h; sourceTree = ""; }; + 7433BC11862172106E2F5C35B6657339 /* Invoke.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Invoke.h; path = folly/functional/Invoke.h; sourceTree = ""; }; + 74634074E7E5AADD54F61ACB94B63759 /* RCTDeprecation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTDeprecation-prefix.pch"; sourceTree = ""; }; + 74C292E04485F2E866A8C5507A5B0F9B /* RCTRuntimeExecutorModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRuntimeExecutorModule.h; sourceTree = ""; }; + 74C2C2A0E994E59EC1C51CEF553541EF /* UTF8String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UTF8String.h; path = folly/UTF8String.h; sourceTree = ""; }; + 74F0A4078D35270995DBAA54BA83A8B7 /* RCTHost.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTHost.mm; path = ReactCommon/RCTHost.mm; sourceTree = ""; }; + 74F2B9390AF33F8E9969AE22B88C8280 /* FloatComparison.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FloatComparison.h; sourceTree = ""; }; + 75003887015004482CFDA84D733744C1 /* ro.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ro.lproj; path = React/I18n/strings/ro.lproj; sourceTree = ""; }; + 750B7BB6414518C2A827B8877B15A353 /* Task.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Task.cpp; sourceTree = ""; }; + 751490A9CC81CC3D1FD6DE9D1A2309B0 /* React-debug-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-debug-dummy.m"; sourceTree = ""; }; + 75527CABA73184F431A0FFA3918A6D5B /* RuntimeAgent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeAgent.cpp; sourceTree = ""; }; + 75666A7E9DF4B81A7D9C5A782A0BCE03 /* Point.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Point.h; sourceTree = ""; }; + 7568E7B5AE849AB3EBC22558FB87A3A0 /* React-jsitracing.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsitracing.release.xcconfig"; sourceTree = ""; }; + 75A1EC0889B2FF4178C4B15A8C8EAE88 /* ranges.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ranges.h; path = include/fmt/ranges.h; sourceTree = ""; }; + 75AFE3EB6154E61D88A4F383A81B33F0 /* RCTTextSelection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextSelection.mm; sourceTree = ""; }; + 75BD04A47CB6E45D70FC6CC41F55E9D0 /* React-ImageManager-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-ImageManager-umbrella.h"; sourceTree = ""; }; + 75F4E00A45E47775648B3C5AE641D5F7 /* TurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleUtils.h; path = react/nativemodule/core/ReactCommon/TurboModuleUtils.h; sourceTree = ""; }; + 75FB185880821A181DA77737EA85AF83 /* ReactNativeFeatureFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeFeatureFlags.h; sourceTree = ""; }; + 761CE3FB688FBACCB93A3B8CE521B969 /* RCTImageEditingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageEditingManager.mm; sourceTree = ""; }; + 762588AD3F68541107FA36AF37D053F9 /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; + 766F8957B06DFCFCD48D2426262EFF74 /* InstanceAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InstanceAgent.h; sourceTree = ""; }; + 7672883E0F8241100C66C2D877FCFDC7 /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = Libraries/Image/RCTImageStoreManager.h; sourceTree = ""; }; + 769BAEE9C92AEEA6A5C4C98AE6FFBD88 /* SimdAnyOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimdAnyOf.h; path = folly/detail/SimdAnyOf.h; sourceTree = ""; }; + 76A1CBFC82E23FC317730FE377F95CCB /* React-RuntimeHermes-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RuntimeHermes-dummy.m"; sourceTree = ""; }; + 76B9170886E7F923EC5E35A34EEF7A2E /* BridgeNativeModulePerfLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BridgeNativeModulePerfLogger.h; path = reactperflogger/BridgeNativeModulePerfLogger.h; sourceTree = ""; }; + 76E0CAC8E63CBC0B9C2BA14BB8864475 /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; + 7706A182348778EF9482CF0A0A02DC41 /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; + 774B7D8E1CE74C04CEDEC68A34DAC344 /* Array.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Array.h; path = react/bridging/Array.h; sourceTree = ""; }; + 7761A07D372FD8689FEED3327D1DA8FD /* ComponentDescriptorProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptorProvider.h; path = react/renderer/componentregistry/ComponentDescriptorProvider.h; sourceTree = ""; }; + 77660F5EBDC0FC5CF88F31395F69A2D6 /* BridgelessNativeMethodCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BridgelessNativeMethodCallInvoker.h; sourceTree = ""; }; + 776825034C674A4EB458170D6BBB3139 /* React-RuntimeCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RuntimeCore.release.xcconfig"; sourceTree = ""; }; + 776D1F938E2ED7503BB26ACB324E4DF9 /* State.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = State.cpp; path = react/renderer/core/State.cpp; sourceTree = ""; }; + 777152D60FDE62FB7858028E0F494386 /* DynamicPropsUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicPropsUtilities.h; path = react/renderer/core/DynamicPropsUtilities.h; sourceTree = ""; }; + 7777F6D0013ADB2C7FBD5FE217F042EE /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; + 7780098F7787B2514F2C008CC3E13B73 /* RCTTypeSafety-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-umbrella.h"; sourceTree = ""; }; + 77A1CFA157156B29C57AF9F7AACA682D /* Memory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Memory.h; path = folly/Memory.h; sourceTree = ""; }; + 77B6947FB86A59093DFA118F372E24B2 /* React-hermes-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-hermes-prefix.pch"; sourceTree = ""; }; + 77B99168E6021298797F07B5B41C5A77 /* Try-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Try-inl.h"; path = "folly/Try-inl.h"; sourceTree = ""; }; + 77BAB7AB8A4B785443BC2813FC1B32C6 /* React-logger-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-logger-dummy.m"; sourceTree = ""; }; + 77C83209E6AE78202FC38E3CDF6E4666 /* MountingOverrideDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MountingOverrideDelegate.h; path = react/renderer/mounting/MountingOverrideDelegate.h; sourceTree = ""; }; + 77CE993F9446B711B336A9AF061A5504 /* fmt.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = fmt.release.xcconfig; sourceTree = ""; }; + 77F3BA61BC36947AE25324E0B86A12E5 /* debugStringConvertibleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = debugStringConvertibleUtils.h; sourceTree = ""; }; + 77FD8EC2BDFA965A8B3238C611476897 /* RCTLegacyViewManagerInteropCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTLegacyViewManagerInteropCoordinator.mm; path = react/renderer/components/legacyviewmanagerinterop/RCTLegacyViewManagerInteropCoordinator.mm; sourceTree = ""; }; + 780886372A0B2B7809DF714CB50EBA56 /* React-cxxreact.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-cxxreact.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7841C02BBC8782E7B8D3EF2815A6026C /* RawEvent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawEvent.cpp; path = react/renderer/core/RawEvent.cpp; sourceTree = ""; }; + 788308AAA58E926CC60655199F7DA6BC /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; + 789B5746A1B28065E10E29579DC6FE8F /* IPAddressException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressException.h; path = folly/IPAddressException.h; sourceTree = ""; }; + 78B7DDD1D6B4E8239B45FF43C990D36E /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; + 78BE41CF03440AB09080B75960AF8455 /* RCTWebSocketModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketModule.mm; sourceTree = ""; }; + 78D72FC8CF42B31C8EDAD6F8657F610F /* React-RCTAnimation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.release.xcconfig"; sourceTree = ""; }; + 792014C5B5CC53C6A4E7C3EAFA69D6ED /* Array.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Array.h; path = folly/container/Array.h; sourceTree = ""; }; + 795A0388C8652FBA4A957C30BE9222F8 /* LogLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LogLevel.h; sourceTree = ""; }; + 7962560BAE3A465763EDEF2274FEB730 /* JsErrorHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JsErrorHandler.cpp; sourceTree = ""; }; + 797702F6E9E25223D401BD7E13885F76 /* SharedFunction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedFunction.h; sourceTree = ""; }; + 79935ABC77CDB209D63CDB2A5C8B0F40 /* BenchmarkUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BenchmarkUtil.h; path = folly/BenchmarkUtil.h; sourceTree = ""; }; + 79BAE705D4C5DDF1F3222FC86D3DC110 /* Database.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Database.cpp; sourceTree = ""; }; + 79BC7FAFCA2807334B0B7E151993C6FC /* UIManagerBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerBinding.h; path = react/renderer/uimanager/UIManagerBinding.h; sourceTree = ""; }; + 79CC003D3F5205C371DC8BCBE46FD022 /* SysUio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysUio.h; path = folly/portability/SysUio.h; sourceTree = ""; }; + 79E82AE02BC6B9CCABF7C62D230F794F /* Database-sqlite.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "Database-sqlite.cpp"; sourceTree = ""; }; + 79F230CA43B3923BA705770F29C504C6 /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; + 79F8EC97641C2D3B51B87DB668615513 /* CoreModulesPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = CoreModulesPlugins.mm; sourceTree = ""; }; + 79FC786FA7244B7B38C8D7E7D63FD675 /* RCTJSIExecutorRuntimeInstaller.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJSIExecutorRuntimeInstaller.mm; sourceTree = ""; }; + 7A230B7C6D6ECDDCB14F95021BE6FDEB /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; + 7A3BCF7F218979C84533F1F242327D9F /* BitIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitIterator.h; path = folly/container/BitIterator.h; sourceTree = ""; }; + 7A4636B3DC5A729E8F40B4860ACEC4B4 /* EventQueueProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventQueueProcessor.h; path = react/renderer/core/EventQueueProcessor.h; sourceTree = ""; }; + 7A4D45A1805126ED1CD25C84B4FFE9C2 /* SRPinningSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRPinningSecurityPolicy.h; path = SocketRocket/Internal/Security/SRPinningSecurityPolicy.h; sourceTree = ""; }; + 7A59848A45BE0F5FCEF4561B500527CB /* React-NativeModulesApple-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-NativeModulesApple-umbrella.h"; sourceTree = ""; }; + 7A7404AB8D8964BFE0531C56682163D1 /* MicroSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroSpinLock.h; path = folly/synchronization/MicroSpinLock.h; sourceTree = ""; }; + 7A7A0F200C7B88BDC44875E323134B8D /* ScrollViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewShadowNode.h; path = react/renderer/components/scrollview/ScrollViewShadowNode.h; sourceTree = ""; }; + 7AB42AC0EB19257BDB4CB23DD77110E6 /* base64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = base64.h; path = folly/base64.h; sourceTree = ""; }; + 7AB9D50DBC3A7605124A8AC121341CFF /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; + 7ACDCCE812E169B5C2EE32A4A130D907 /* RCTImageResponseObserverProxy.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTImageResponseObserverProxy.mm; path = Fabric/RCTImageResponseObserverProxy.mm; sourceTree = ""; }; + 7AE90B08B12F40EABE9BDF5B888E8832 /* ShadowNodeTraits.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNodeTraits.cpp; path = react/renderer/core/ShadowNodeTraits.cpp; sourceTree = ""; }; + 7AEAEA20EE165C0C9C90A2B2BDD3C21A /* ShadowViewMutation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowViewMutation.h; path = react/renderer/mounting/ShadowViewMutation.h; sourceTree = ""; }; + 7B0A8E8F61759E910B9953C7FF640925 /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/lang/Bits.h; sourceTree = ""; }; + 7B1A1BCA9AF04E480CF3A0F15DC4277A /* RCTActivityIndicatorViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTActivityIndicatorViewComponentView.mm; sourceTree = ""; }; + 7B292553D4F61C21C058393BBC5C292F /* SRHash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRHash.m; path = SocketRocket/Internal/Utilities/SRHash.m; sourceTree = ""; }; + 7B300B21C62B9776F40F71E7688DA14C /* ManagedObjectWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ManagedObjectWrapper.h; sourceTree = ""; }; + 7B514510C45046BE196402FD4E82FB33 /* SRIOConsumer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRIOConsumer.m; path = SocketRocket/Internal/IOConsumer/SRIOConsumer.m; sourceTree = ""; }; + 7B51B43D6B45FB260FFA0B15BFED390E /* React-jsinspector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.debug.xcconfig"; sourceTree = ""; }; + 7B5B3F15E7911D3E6C9DE70A968B0F80 /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; + 7B65B6162E9749D1E3F3D1232D886392 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; + 7B6F9E5C10CE8D8B1931589BD93D12D7 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RAMBundleRegistry.cpp; sourceTree = ""; }; + 7B71C59B43EE3845C93BBDBA007C75CA /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; + 7B7333F82E7D58CECA09AB6ABF206727 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; + 7B799169876F75C6B694791908FAA1EB /* Singleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Singleton.h; path = folly/Singleton.h; sourceTree = ""; }; + 7B80D5D0E1943CE661F2F4C200BA7BE9 /* RCTMountingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMountingManager.h; sourceTree = ""; }; + 7B87E0987F27CB7E57A4A864D574EC7C /* Node.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Node.cpp; sourceTree = ""; }; + 7BB5D02B327460A7F87EA512F38B2123 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; + 7BBF469B26873251B537670801999C9B /* BatchedEventQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BatchedEventQueue.h; path = react/renderer/core/BatchedEventQueue.h; sourceTree = ""; }; + 7BE42F9FEE2CC91F9B2D0CD06DCFA3B4 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevSettings.h; path = React/CoreModules/RCTDevSettings.h; sourceTree = ""; }; + 7C12044FAE55F8C0F0F5BC236FA00BFC /* Bridging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bridging.h; path = react/bridging/Bridging.h; sourceTree = ""; }; + 7C322EC9FEFA80208EF7FC20F8E76803 /* Align.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Align.h; sourceTree = ""; }; + 7C461F175EB336FD8750A4B7A86919F1 /* TextInputProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextInputProps.cpp; path = react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/TextInputProps.cpp; sourceTree = ""; }; + 7C5BE15D5F354DA98A5ADA415D1FDB03 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; + 7C910125B6ECED6233B803D062331A90 /* React-RCTNetwork.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.release.xcconfig"; sourceTree = ""; }; + 7C95BBE34A199CF72BBFBFC172AC6E71 /* HostPlatformViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformViewEventEmitter.h; sourceTree = ""; }; + 7CA5F6EB56C2B8E096CBC6A7B9532E76 /* Registration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Registration.h; sourceTree = ""; }; + 7CC64A671E937AD1149E00BF8AAC2F08 /* RCTDefaultCxxLogFunction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefaultCxxLogFunction.h; sourceTree = ""; }; + 7CE12A7D304717866DC9F308C7951109 /* Props.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Props.h; path = react/renderer/components/rncore/Props.h; sourceTree = ""; }; + 7CF233AD4BB7085F76873B35632274C6 /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; + 7D0C7E3FC36DCB52EB03EDF13AE747FE /* TextShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextShadowNode.cpp; path = react/renderer/components/text/TextShadowNode.cpp; sourceTree = ""; }; + 7D4B16C5729900BD0CF675EE898C8327 /* Synchronized.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Synchronized.h; path = folly/Synchronized.h; sourceTree = ""; }; + 7D709C81D0C07E31A08F46AA3AAB09FD /* ReactNativeConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ReactNativeConfig.cpp; path = react/config/ReactNativeConfig.cpp; sourceTree = ""; }; + 7DB6E20FB18E511B8C98C3656B364612 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; + 7DF60B1D14EECCD8446FC1A15E8766B4 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + 7E0FE53778FF8DB18F69972C1000366F /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; + 7E424FA9074DD171A4AE55BE52EFAFAB /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; + 7E589066D508A38B86B7F0F4BC726DB0 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; + 7E7B0E688C2DE7016DCA160FE81176F4 /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; + 7E8209264577462872BC1AE7772C476E /* PackedSyncPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PackedSyncPtr.h; path = folly/PackedSyncPtr.h; sourceTree = ""; }; + 7EA35A760668D0586965F521A3B21B4B /* UIManagerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerDelegate.h; path = react/renderer/uimanager/UIManagerDelegate.h; sourceTree = ""; }; + 7EAB5C076EC5BA3D8E0D48CBF9F38DC1 /* TcpInfoDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpInfoDispatcher.h; path = folly/net/TcpInfoDispatcher.h; sourceTree = ""; }; + 7ED3FB4188B6B018D64337B5E28DF81D /* EventTarget.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventTarget.h; path = react/renderer/core/EventTarget.h; sourceTree = ""; }; + 7F08F17DB62670269DC70CC1F4817168 /* CachedMeasurement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CachedMeasurement.h; sourceTree = ""; }; + 7F1A707D6F8DE921DFA42211D2036148 /* Color.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Color.h; sourceTree = ""; }; + 7F7639A56DEF6356718C6D5EC6AF3F7F /* RCTImageURLLoaderWithAttribution.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageURLLoaderWithAttribution.mm; sourceTree = ""; }; + 7F7D564B2A15203C1BFCF6B38C70A0CF /* RCTTypeSafety.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RCTTypeSafety.modulemap; sourceTree = ""; }; + 7FF0FE18123413DA783550212321BE91 /* DatabasePlatformIOS.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = DatabasePlatformIOS.mm; sourceTree = ""; }; + 7FFA741A8EC26DD612783B14F5682ED2 /* not_null.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = not_null.h; path = folly/memory/not_null.h; sourceTree = ""; }; + 7FFF51245D8A86EAC0CA600E287ED6AD /* ConcurrentLazy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentLazy.h; path = folly/ConcurrentLazy.h; sourceTree = ""; }; 802121F5B756ACBFDD6D08C36246DADD /* React-RCTLinking */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTLinking"; path = "libReact-RCTLinking.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 80250FE919CFD3640B18AEC15ECBE4B2 /* MacAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MacAddress.h; path = folly/MacAddress.h; sourceTree = ""; }; - 8025938DAC7D1E0F59CDE0E4621A3A09 /* ReactNativeVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeVersion.h; sourceTree = ""; }; - 805CAD924A0F209781517065FA38E09E /* React-debug.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-debug.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 80B5138BBBF483FA2760AA49D44B360A /* SocketRocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketRocket.h; path = SocketRocket/SocketRocket.h; sourceTree = ""; }; - 80C03628737B44D3A71BB38B264F1CC3 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; - 80C4314AE277154C6D90A79AB7D41690 /* AtomicNotificationQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicNotificationQueue.h; path = folly/io/async/AtomicNotificationQueue.h; sourceTree = ""; }; - 80C6ACE84BFE9A1EBF1B01BB3753D51C /* SmallUnboundedQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SmallUnboundedQueue.h; path = folly/experimental/coro/SmallUnboundedQueue.h; sourceTree = ""; }; - 80DC3493628DEBE6EA722AEB520F06F0 /* MergeChannel-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MergeChannel-inl.h"; path = "folly/experimental/channels/MergeChannel-inl.h"; sourceTree = ""; }; - 80E55BE528E741EE6A9F02AB5C4C4392 /* RCTAlertManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAlertManager.mm; sourceTree = ""; }; - 80F49AA1D1FC611C027690393BBF4886 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; - 812131AA5E1361C614A01F03BF2C95A1 /* EventBaseBackendBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseBackendBase.h; path = folly/io/async/EventBaseBackendBase.h; sourceTree = ""; }; - 812F19531F7FD7CABFD538BE62E86D56 /* NodeToString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = NodeToString.cpp; sourceTree = ""; }; - 8158DAF6049DE6ED54740A89DC302762 /* React-Codegen-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Codegen-prefix.pch"; sourceTree = ""; }; - 8173BD23DF5CFCD8C532B7CF7437ECD6 /* RCTDynamicTypeRamp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDynamicTypeRamp.h; sourceTree = ""; }; - 8180642BA2E94F587092CC50CD9E23DC /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; - 81813ED7E61633C7EC9A2A302DC08A32 /* AtomicUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUtils.h; path = folly/synchronization/detail/AtomicUtils.h; sourceTree = ""; }; - 81A478819A49005EF713C4901CE7BCA9 /* RCTImageUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageUtils.mm; sourceTree = ""; }; - 81BFCCF699CB22FAD6664FAC5A28FD20 /* Asm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Asm.h; path = folly/portability/Asm.h; sourceTree = ""; }; - 81C592125F876DE726B1658C5E20F1BE /* EnvUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EnvUtil.h; path = folly/experimental/EnvUtil.h; sourceTree = ""; }; - 8223C4A13AC2BD7573D7014558CE6EA4 /* RelaxedAtomic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RelaxedAtomic.h; path = folly/synchronization/RelaxedAtomic.h; sourceTree = ""; }; - 822E435CAE96C8DDA7592EE547D29EB5 /* LifoSemMPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LifoSemMPMCQueue.h; path = folly/executors/task_queue/LifoSemMPMCQueue.h; sourceTree = ""; }; - 8264A97C5FAC8CF1C333588BBB733107 /* SimpleObservable-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SimpleObservable-inl.h"; path = "folly/experimental/observer/SimpleObservable-inl.h"; sourceTree = ""; }; - 8271961D27CFDC35E9A89C4ABFFE5D2C /* SysMembarrier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysMembarrier.cpp; path = folly/portability/SysMembarrier.cpp; sourceTree = ""; }; - 8279B553B70241F1A130C8D7D6D81901 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; - 8279D0F31434B477331C2395DD894A93 /* ComponentDescriptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ComponentDescriptor.cpp; path = react/renderer/core/ComponentDescriptor.cpp; sourceTree = ""; }; - 8297FE380007961A79E5521A1E40B56E /* RCTUITextField.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUITextField.mm; sourceTree = ""; }; - 82ADC4767B2F1470189851C382B0E59F /* React-RCTAppDelegate-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAppDelegate-prefix.pch"; sourceTree = ""; }; - 82C75BC027FF8C55A7F2CB029B5FA5BF /* Cursor-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Cursor-inl.h"; path = "folly/io/Cursor-inl.h"; sourceTree = ""; }; - 82FCA056FF06CC35224AB90F9428CAC0 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; - 8300457F85CA827DA4C97D4C05E3B5FB /* React-ImageManager-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-ImageManager-dummy.m"; sourceTree = ""; }; - 830A992741199DBDD77D3C380D93F960 /* YogaLayoutableShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YogaLayoutableShadowNode.cpp; path = react/renderer/components/view/YogaLayoutableShadowNode.cpp; sourceTree = ""; }; - 8327ABD18B85783C39B3EE10AF078B95 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPlatform.h; path = React/CoreModules/RCTPlatform.h; sourceTree = ""; }; - 832B2E995BD87DB0DF6A7B1C0807C039 /* DwarfImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DwarfImpl.h; path = folly/experimental/symbolizer/DwarfImpl.h; sourceTree = ""; }; - 833D981BB862F3009AE0D3E7453807AA /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; - 83424AD14BC332FCC30B44D10B1EE762 /* ReactCommon.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.debug.xcconfig; sourceTree = ""; }; - 83437A1EC11AE56AEE198DC3F97FBF28 /* ImageRequest.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageRequest.cpp; path = react/renderer/imagemanager/ImageRequest.cpp; sourceTree = ""; }; - 8350AA445FFE3162998DD653F7B91E85 /* RCTPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPrimitives.h; path = Fabric/RCTPrimitives.h; sourceTree = ""; }; - 835AA461146DE7C3BFD5279C42DA59F0 /* AsyncTimeout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncTimeout.cpp; path = folly/io/async/AsyncTimeout.cpp; sourceTree = ""; }; - 837448B8D11CD344271C91AEAD4F76D6 /* Thread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Thread.cpp; sourceTree = ""; }; - 8382F6DBBE3FA9D1D55B0C545CEDF593 /* Mutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Mutex.h; path = folly/experimental/coro/Mutex.h; sourceTree = ""; }; - 838E24D40EABBE7E1A4004C3105942A0 /* RCTLogBoxView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLogBoxView.mm; sourceTree = ""; }; - 8392BDBD279F7A5C3666E7C7880F0B87 /* AsymmetricThreadFence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsymmetricThreadFence.h; path = folly/synchronization/AsymmetricThreadFence.h; sourceTree = ""; }; - 83A443B67AA5FD5231E9D76B037E034B /* RCTInputAccessoryViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryViewManager.mm; sourceTree = ""; }; - 83B772D6D9C11920314580CA0E6BCE9B /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; - 83C66314D5036D28EFB711134A0B6653 /* CallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallInvoker.h; path = ReactCommon/CallInvoker.h; sourceTree = ""; }; - 83CE30C792499A9FDC958DC36A5AE288 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; - 83D630F88D0E25ED3622A27129C18F62 /* Checksum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Checksum.h; path = folly/hash/Checksum.h; sourceTree = ""; }; - 83F60D5CFB0D57913696EC53F7400CEA /* React-FabricImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-FabricImage.release.xcconfig"; sourceTree = ""; }; - 840A059E42F5E1C1221274AA9219F992 /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; - 8411BAF6ACE7E20827DB0BE9C17E16FD /* React-ImageManager.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-ImageManager.debug.xcconfig"; sourceTree = ""; }; - 842446FCBE3688BE90930DDCE49BE805 /* Chrono.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Chrono.h; path = folly/Chrono.h; sourceTree = ""; }; - 842666BD6832876C35F4AE04E74E0EED /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; - 84A3B16DD1800A6F031EFAA13E8240A7 /* Subprocess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subprocess.h; path = folly/Subprocess.h; sourceTree = ""; }; - 84D05FF0C73F6707E5A135421390563C /* RCTImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageManager.h; path = react/renderer/imagemanager/RCTImageManager.h; sourceTree = ""; }; - 84E0D0752274167F7E4CD9ABF2D7C0AA /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; + 804154B57731765E15D5EEACEF594E8F /* ParagraphEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphEventEmitter.h; path = react/renderer/components/text/ParagraphEventEmitter.h; sourceTree = ""; }; + 808C3DF73EDCFD47A21FDB81992E3ADB /* format-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "format-inl.h"; path = "include/fmt/format-inl.h"; sourceTree = ""; }; + 80C0E79E7C53BAA868A44B3B53AEDC66 /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; + 80C9F8ECC69EABDD6B34127E2C1EBAB4 /* States.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = States.h; path = react/renderer/components/rncore/States.h; sourceTree = ""; }; + 80D64042B21EA7CEEB535422CBABD3F1 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ModuleRegistry.cpp; sourceTree = ""; }; + 80F9DAC31E738BCDB2481B8D0EFF7D4D /* pt.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pt.lproj; path = React/I18n/strings/pt.lproj; sourceTree = ""; }; + 81460E74A5068268C47A7DAC94730797 /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; + 816B94D26D0966A297B8BFCB1F24039B /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; + 8176863C104CD771DDB717C9059C2ADE /* NSRunLoop+SRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSRunLoop+SRWebSocket.m"; path = "SocketRocket/NSRunLoop+SRWebSocket.m"; sourceTree = ""; }; + 819B22FC019823E75AE6A15AF791911F /* RCTConvertHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvertHelpers.h; sourceTree = ""; }; + 8203B91D615D3D818C75D20CC7EECACE /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; + 8229FB82BEAE5318CC636C3963FFF6F8 /* ImageResponseObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageResponseObserver.h; path = react/renderer/imagemanager/ImageResponseObserver.h; sourceTree = ""; }; + 8231A4F6131F749AEA92BF670465B6DD /* ExecutionContext.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ExecutionContext.cpp; sourceTree = ""; }; + 824AF1EEC669FDA2DBC78CB48CBC86B4 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; + 82552A36AF98B4CFE12CF35D745DFEBA /* RCTConvertHelpers.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvertHelpers.mm; sourceTree = ""; }; + 825AFF4407B94619036B3195D86313D2 /* da.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = da.lproj; path = React/I18n/strings/da.lproj; sourceTree = ""; }; + 82667B9482B97C6E5629E4F6381B1965 /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; + 82BDE129A63F08D401D705753189D8B0 /* ThreadId.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadId.cpp; path = folly/system/ThreadId.cpp; sourceTree = ""; }; + 82C0C34C914DB0E6E56880987BB5F0AC /* FlexLine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FlexLine.h; sourceTree = ""; }; + 830AFFE41A7F0C0AA095F4DB57B6BD4D /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; + 8325F6D78EEBC85AE983E28DE38AD770 /* Indestructible.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Indestructible.h; path = folly/Indestructible.h; sourceTree = ""; }; + 832DCF641540319B774328DFB00B9620 /* IPAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddress.h; path = folly/IPAddress.h; sourceTree = ""; }; + 8332BB1363344A31DAAB30F13244873B /* SafeAreaViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAreaViewShadowNode.cpp; path = react/renderer/components/safeareaview/SafeAreaViewShadowNode.cpp; sourceTree = ""; }; + 8399C3FD21BCD992B7C6EF8E65D7C561 /* JSONValueInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSONValueInterfaces.h; path = destroot/include/hermes/inspector/chrome/JSONValueInterfaces.h; sourceTree = ""; }; + 83B1804846FC5FA7ACBFC82E7F5B9746 /* Unicode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unicode.h; path = folly/Unicode.h; sourceTree = ""; }; + 83D60FC0472C44AE0EB307C8EBC943AA /* SynthTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SynthTrace.h; path = destroot/include/hermes/SynthTrace.h; sourceTree = ""; }; + 83E8DBA50CF66D81EB39C5BF3384B3D3 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; + 840FA9BF8D964570C73D3D561CF489CE /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyboardObserver.h; path = React/CoreModules/RCTKeyboardObserver.h; sourceTree = ""; }; + 846735472D63BEB4DB75ECD903ECD756 /* React-hermes.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-hermes.release.xcconfig"; sourceTree = ""; }; + 846EE9DAE34FA678FA761E65DD2F08E5 /* ImageComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageComponentDescriptor.h; path = react/renderer/components/image/ImageComponentDescriptor.h; sourceTree = ""; }; + 84861068E0BD421B437C1FB5C00F434D /* AtFork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtFork.h; path = folly/system/AtFork.h; sourceTree = ""; }; + 84C69750863FB2783C4C3DA5FBF5A671 /* ImageShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageShadowNode.h; path = react/renderer/components/image/ImageShadowNode.h; sourceTree = ""; }; + 84C78B3BD305937A8FB7F156B1068561 /* hi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = hi.lproj; path = React/I18n/strings/hi.lproj; sourceTree = ""; }; + 84D47D15D9888ECC847619622D47F370 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; + 84D732F0DC5E41F018DF129A1E36E683 /* EventTarget.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventTarget.cpp; path = react/renderer/core/EventTarget.cpp; sourceTree = ""; }; 84E154DAD162F4A18EEEA3624CF6A532 /* Pods-WatermelonTester-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-WatermelonTester-acknowledgements.markdown"; sourceTree = ""; }; - 84E3B22D19CC7512D39AB6518760D019 /* cs.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = cs.lproj; path = React/I18n/strings/cs.lproj; sourceTree = ""; }; - 84ED76956AB91BF66D76E3CA1469BB1E /* React-cxxreact.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.debug.xcconfig"; sourceTree = ""; }; - 8503889583F64241717335D35D41B9F4 /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; - 851D2EAC671DC8D1F208FA66FE034CDA /* RCTEventDispatcherProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcherProtocol.h; sourceTree = ""; }; - 855A9DDB99A4C541A8919C512E35CD11 /* Promise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Promise.h; path = react/bridging/Promise.h; sourceTree = ""; }; - 858AD82445FB252301EC367EA59BFDE3 /* React-callinvoker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.release.xcconfig"; sourceTree = ""; }; + 8516ED23F91BAC902B146A3BDA21B3AB /* graphicsConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = graphicsConversions.h; path = react/renderer/core/graphicsConversions.h; sourceTree = ""; }; + 85234EF8449BC006516D4A6A62B9F438 /* RCTInputAccessoryViewContent.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryViewContent.mm; sourceTree = ""; }; + 854FD3BEF6FF2E1CB963FD11F173D53D /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; + 856575C5A576BBE72D1C55601F788145 /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; + 857ABB199F3E6193128196415203918E /* RCTBaseTextInputShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextInputShadowView.mm; sourceTree = ""; }; 85A01882ED06DFEA2E0CE78BCDB204A7 /* SocketRocket */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = SocketRocket; path = libSocketRocket.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 85B42436F556BCCCFC562FACAD47BB13 /* SRIOConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRIOConsumer.h; path = SocketRocket/Internal/IOConsumer/SRIOConsumer.h; sourceTree = ""; }; - 85B801679B182BB0DCD3FEAF8FE7586A /* os.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = os.h; path = include/fmt/os.h; sourceTree = ""; }; - 85D142B858DC95D949A8DCE7A6E0AE49 /* ConcreteComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcreteComponentDescriptor.h; path = react/renderer/core/ConcreteComponentDescriptor.h; sourceTree = ""; }; - 85F868C691AE914C3079F22C576FB86F /* RCTUnimplementedNativeComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUnimplementedNativeComponentView.mm; sourceTree = ""; }; - 85FBA74BD47F6CEA35AC88A50D6553DE /* CoreModulesPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreModulesPlugins.h; path = React/CoreModules/CoreModulesPlugins.h; sourceTree = ""; }; - 86B41A9791DAEC6E9AE3544850D8B5C0 /* SafeAreaViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAreaViewShadowNode.cpp; path = react/renderer/components/safeareaview/SafeAreaViewShadowNode.cpp; sourceTree = ""; }; - 86E2C861998877EE3BD788F83FA28D7D /* RCTThirdPartyFabricComponentsProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTThirdPartyFabricComponentsProvider.mm; path = Fabric/RCTThirdPartyFabricComponentsProvider.mm; sourceTree = ""; }; - 86E47B7D571AA07D434EF472AA96CDF2 /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; - 86EFDEABDE605C5E98AA03872FB0A3BA /* Filesystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Filesystem.h; path = folly/portability/Filesystem.h; sourceTree = ""; }; - 8703773BA54A93D86FDE97553B14CA4C /* ExceptionString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionString.h; path = folly/ExceptionString.h; sourceTree = ""; }; - 87129355D98123DB6CCEA792EBF30E6C /* DefaultKeepAliveExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DefaultKeepAliveExecutor.h; path = folly/DefaultKeepAliveExecutor.h; sourceTree = ""; }; - 8731CE140D9C8F07CD3D543D89CD047B /* FiberManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FiberManager.h; path = folly/fibers/FiberManager.h; sourceTree = ""; }; - 87367D0451EA5047EF8BC02882EF794B /* Utility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utility.h; path = folly/experimental/channels/detail/Utility.h; sourceTree = ""; }; - 873C3CB21BA854B6DCCFA011E3860542 /* RCTSurfacePointerHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfacePointerHandler.h; path = Fabric/RCTSurfacePointerHandler.h; sourceTree = ""; }; - 87444686D04B28F4781F873A9B761395 /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; - 875A051130C13CAA478A6D5F322CDF04 /* ConcurrentSkipList-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ConcurrentSkipList-inl.h"; path = "folly/ConcurrentSkipList-inl.h"; sourceTree = ""; }; - 87742A30A812EEAD120494016528510F /* TurboModuleBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleBinding.cpp; path = react/nativemodule/core/ReactCommon/TurboModuleBinding.cpp; sourceTree = ""; }; - 87AEF2ECE9F5E67ECA7421753F854546 /* PropsMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropsMacros.h; path = react/renderer/core/PropsMacros.h; sourceTree = ""; }; - 87B54C63BD3BA4391BC1533830FD27F5 /* Observable-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Observable-inl.h"; path = "folly/experimental/observer/Observable-inl.h"; sourceTree = ""; }; - 87B7E70DDABF501655C94401738CE5EF /* UnstableLegacyViewManagerInteropComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnstableLegacyViewManagerInteropComponentDescriptor.h; path = react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerInteropComponentDescriptor.h; sourceTree = ""; }; - 88064AE9D8CAEEC1FC873D043186530C /* RCTTransformAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTransformAnimatedNode.mm; sourceTree = ""; }; - 8817BDE5D4564CE4853FC8D1818897F3 /* React-perflogger-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-perflogger-dummy.m"; sourceTree = ""; }; - 88182553BF57E587A4616EC13E2BEB8B /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/uimanager/primitives.h; sourceTree = ""; }; - 88191B81526E84A1BB669E4D1F1BB337 /* StringKeyedCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedCommon.h; path = folly/experimental/StringKeyedCommon.h; sourceTree = ""; }; - 88432D35984F2B6CC3039932BAAC077A /* SRPinningSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRPinningSecurityPolicy.m; path = SocketRocket/Internal/Security/SRPinningSecurityPolicy.m; sourceTree = ""; }; - 88571F889AA5C39F977829335F050215 /* RootComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootComponentDescriptor.h; path = react/renderer/components/root/RootComponentDescriptor.h; sourceTree = ""; }; - 8858A8578DE3B4869B47465B4A2F8ACA /* Instructions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Instructions.h; path = folly/experimental/Instructions.h; sourceTree = ""; }; - 888EE41AA8371D279C67A9EEC799C80D /* Config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Config.h; sourceTree = ""; }; - 88E4AF05A43BB10861CC7812681E92DB /* IoUring.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IoUring.h; path = folly/experimental/io/IoUring.h; sourceTree = ""; }; - 8904C24844CD641219E38639249B8479 /* FutureDAG.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FutureDAG.h; path = folly/experimental/FutureDAG.h; sourceTree = ""; }; - 89550547AD157C7BE0319F48FF708F0A /* Props.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Props.cpp; path = react/renderer/components/rncore/Props.cpp; sourceTree = ""; }; - 89B8DF4D0F2D9BE5F0CAF4077CCBAB9B /* UnboundedQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnboundedQueue.h; path = folly/concurrency/UnboundedQueue.h; sourceTree = ""; }; - 89CC6D011301DA38032E96CF82D17FF8 /* ModalHostViewState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ModalHostViewState.cpp; path = react/renderer/components/modal/ModalHostViewState.cpp; sourceTree = ""; }; - 89E47F2D331DC12C1BC9CF9B274B9BDC /* TextInputProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextInputProps.cpp; path = react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputProps.cpp; sourceTree = ""; }; - 89EB9E3D3B59AF55D41C372CB0FDEEE0 /* HermesExecutorFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = HermesExecutorFactory.cpp; sourceTree = ""; }; - 89EC0ECD7420D0FD35D7E8E1BE33DCF5 /* CheckedMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CheckedMath.h; path = folly/lang/CheckedMath.h; sourceTree = ""; }; - 8A002CE4542EF5E1EE6DE32CA03DA91D /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; - 8A022E9200AE79458A715508AB9164A5 /* RawTextShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawTextShadowNode.cpp; path = react/renderer/components/text/RawTextShadowNode.cpp; sourceTree = ""; }; - 8A05E52F16900F73CFC3F0870E533AB0 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; - 8A29777B2CF0000DB550B49FEFBB5DFB /* TurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleUtils.cpp; path = react/nativemodule/core/ReactCommon/TurboModuleUtils.cpp; sourceTree = ""; }; - 8A3A9842CA9DDFB76BD48016348F6AB4 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; - 8A51C80F5DD321EE09E9F2601E0A913A /* CoreModulesPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = CoreModulesPlugins.mm; sourceTree = ""; }; - 8A5A64217D160FA42CF61B6E984A8024 /* ConcreteState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcreteState.h; path = react/renderer/core/ConcreteState.h; sourceTree = ""; }; - 8A6FBA524F0C1A71F247900CE0CBF304 /* RawPropsKeyMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawPropsKeyMap.h; path = react/renderer/core/RawPropsKeyMap.h; sourceTree = ""; }; - 8A7277F7174FF1F38ED184200FC99119 /* TextInputState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextInputState.h; path = react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputState.h; sourceTree = ""; }; - 8A821C4DA69935D4FF70EA1D11278EFB /* React-utils-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-utils-umbrella.h"; sourceTree = ""; }; - 8A83DD716184BB6E8C5178794D59D190 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppState.h; path = React/CoreModules/RCTAppState.h; sourceTree = ""; }; - 8A9EA429204C6C7E37F0880121386288 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAccessibilityManager.h; path = React/CoreModules/RCTAccessibilityManager.h; sourceTree = ""; }; - 8AA0A5A6E01B65194DF3F607EB04FC94 /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibration.h; path = Libraries/Vibration/RCTVibration.h; sourceTree = ""; }; - 8AAEF6052C4F60F642244C74E8139E6C /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = Libraries/Image/RCTImageStoreManager.h; sourceTree = ""; }; - 8AD0DB65FFB73424B535EB68C439D8F6 /* ExecutorLoopController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExecutorLoopController.h; path = folly/fibers/ExecutorLoopController.h; sourceTree = ""; }; - 8AEEC1F3F16911DFD9B6B0DF581BE713 /* RCTDisplayWeakRefreshable.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDisplayWeakRefreshable.mm; sourceTree = ""; }; - 8B25AC77F0C8CC7E6E1129BA0F4BDBFB /* react_native_expect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = react_native_expect.h; sourceTree = ""; }; - 8B747CA8A2B67006D7E40AFCFC1D2802 /* RCTTextShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextShadowView.mm; sourceTree = ""; }; - 8BC467524340F8147814BDFDA6933F85 /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; - 8BD733C13F2FA71C803AD85E05592258 /* Yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 8BDA3772A8FB0FB4E71787E71F18FCC2 /* RCTTextInputNativeCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextInputNativeCommands.h; sourceTree = ""; }; - 8C0E318E64B1A063E07435234CD9DC2B /* TextAttributes.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextAttributes.cpp; path = react/renderer/attributedstring/TextAttributes.cpp; sourceTree = ""; }; - 8C38F813FEC9FA1FDE3A1F7F9A25C8C7 /* RCTNativeAnimatedModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeAnimatedModule.mm; sourceTree = ""; }; - 8C4D03871275458CE0790E71C1594939 /* ShadowNodeFamily.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNodeFamily.h; path = react/renderer/core/ShadowNodeFamily.h; sourceTree = ""; }; - 8C6D0420C382A615506952844A5DC198 /* ImageProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageProps.h; path = react/renderer/components/image/ImageProps.h; sourceTree = ""; }; - 8CDA4726B5D40425699FE3A2F04F0291 /* FlexDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FlexDirection.h; sourceTree = ""; }; - 8CE2FF19CC7BFF4759F9BE37D5CEBC7F /* he.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = he.lproj; path = React/I18n/strings/he.lproj; sourceTree = ""; }; - 8CE40E576ED622A370E0F539AB6C664D /* EventBaseLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseLocal.h; path = folly/io/async/EventBaseLocal.h; sourceTree = ""; }; - 8CF3A99014F79BBD851FB4A7E4EF9C4F /* AString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AString.h; path = react/bridging/AString.h; sourceTree = ""; }; - 8D3F459E7C85C5E574C23360D9D3CA6B /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; - 8D507826F7F86E8215D36C4BDE0ED2B5 /* DebugStringConvertible.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DebugStringConvertible.h; sourceTree = ""; }; - 8D5571DDBD9A9F50021BE6A4133BC9DD /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; - 8D7B7263FD0F40043745EAFD3B8EB4BC /* Windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Windows.h; path = folly/portability/Windows.h; sourceTree = ""; }; - 8D96D1368387B665048A940D9137998C /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; - 8DE5A7F5DD13C4F96BD31F4F9A45A449 /* SanitizeAddress.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SanitizeAddress.cpp; path = folly/memory/SanitizeAddress.cpp; sourceTree = ""; }; - 8E04AB257E76DE270A7CFBD595FF6817 /* DatabasePlatformIOS.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = DatabasePlatformIOS.mm; sourceTree = ""; }; - 8EB015328437B6FDCD00F87D11560AC3 /* MemoryIdler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryIdler.cpp; path = folly/detail/MemoryIdler.cpp; sourceTree = ""; }; - 8ED6E93529D7D77869FF875819081255 /* ImageProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageProps.cpp; path = react/renderer/components/image/ImageProps.cpp; sourceTree = ""; }; - 8F16E9195E67D64E19DEF3DA12D0F62C /* RCTVibration.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibration.mm; sourceTree = ""; }; - 8F268F59BCC4EAA68BDBAF989126E050 /* React-rncore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-rncore.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 8F5BEC4AAEA7257332FCBBF7F66BBE66 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; - 8F6C3B8D718C97FFD33339EA2605A179 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; - 8F719CF50268D1CA31377E600B9774A3 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; - 8F77046117ED007FA7A3241BD0CD4E24 /* BatchDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BatchDispatcher.h; path = folly/fibers/BatchDispatcher.h; sourceTree = ""; }; - 8F8041B9BE1FEB0B1F6592C278E80FCF /* Errata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Errata.h; sourceTree = ""; }; - 8F8D96597CF8DE18CD615D8D4BE4181D /* F14Policy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Policy.h; path = folly/container/detail/F14Policy.h; sourceTree = ""; }; - 8F9B0B1EAE2B8DB31A484BE5FBBCB042 /* ImageResponseObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageResponseObserver.h; path = react/renderer/imagemanager/ImageResponseObserver.h; sourceTree = ""; }; - 8FAD9A3CC95D675BF61C7ED599DF8338 /* RCTBlobPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobPlugins.h; sourceTree = ""; }; - 8FB382D5B72A740DF9F91EB8D3AD6955 /* Database.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Database.h; sourceTree = ""; }; - 8FC27D198217CBA710E61FDA75931892 /* RCTViewRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewRegistry.m; sourceTree = ""; }; - 8FC2A3067E8D92E388C6F66A8EF03331 /* simdjson.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = simdjson.release.xcconfig; sourceTree = ""; }; - 8FC387EFCE014FAF17E2D6BDF9787FDF /* SRDelegateController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRDelegateController.m; path = SocketRocket/Internal/Delegate/SRDelegateController.m; sourceTree = ""; }; - 8FC524B1793D0D866C572983259F42F3 /* Baton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Baton.h; path = folly/fibers/Baton.h; sourceTree = ""; }; - 8FCAD3E3BA7804FA5AA1B62D7EF8B77C /* RCTRootComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRootComponentView.mm; sourceTree = ""; }; - 8FCD50ED533A7FA8DEEE7E28B8A04F96 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; - 8FD27DA12029326E9AFC54162346D66E /* RCTReactTaggedView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTReactTaggedView.mm; sourceTree = ""; }; - 8FD54AA2E4F1EAC340150215F431D641 /* EventListener.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventListener.cpp; path = react/renderer/core/EventListener.cpp; sourceTree = ""; }; - 8FF18DBC3AD38B8C9CF1217CFDA4603F /* EventDispatcher.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventDispatcher.cpp; path = react/renderer/core/EventDispatcher.cpp; sourceTree = ""; }; - 8FF20D252DC29C899877A9F0D1E344BC /* ParagraphAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphAttributes.h; path = react/renderer/attributedstring/ParagraphAttributes.h; sourceTree = ""; }; - 9010998D97321F8378FF675FE95900E1 /* ReentrantAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReentrantAllocator.h; path = folly/memory/ReentrantAllocator.h; sourceTree = ""; }; - 902C46EDB9C37EC3E703863679EA8D9A /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = folly/lang/Exception.h; sourceTree = ""; }; - 9033EF8A956982B631E9C7FF132AE4EF /* hermes-engine.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "hermes-engine.debug.xcconfig"; sourceTree = ""; }; - 904479749DC9869A51275C29665BF4A9 /* Sleep-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Sleep-inl.h"; path = "folly/experimental/coro/Sleep-inl.h"; sourceTree = ""; }; - 904BFEF0E6F2E967C86B64560513AC7C /* StateUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StateUpdate.h; path = react/renderer/core/StateUpdate.h; sourceTree = ""; }; - 90759527A0E8926861ED5B5FB5622BAA /* RCTDevLoadingViewSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingViewSetEnabled.m; sourceTree = ""; }; - 90795D76C239BFAF3D305EA5721E2033 /* propsConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = propsConversions.h; path = react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/propsConversions.h; sourceTree = ""; }; - 9080B9A6CDE02515FAD368A353D4F6BB /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; - 908A81BE3868A23CCCCB07D6A5CE5B53 /* simdjson.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = simdjson.cpp; path = src/simdjson.cpp; sourceTree = ""; }; - 908EECC5BA74DAEFAA078EE2F51ABE7C /* ShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNode.cpp; path = react/renderer/core/ShadowNode.cpp; sourceTree = ""; }; - 90D9409B26149C57218433B8E35D5DC2 /* RCTLegacyViewManagerInteropComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLegacyViewManagerInteropComponentView.mm; sourceTree = ""; }; - 9122327E016F88793F8C472D04B127A3 /* Latch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Latch.h; path = folly/synchronization/Latch.h; sourceTree = ""; }; - 9169FB3F9DF347F94A95D722DDFB053C /* SharedMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedMutex.h; path = folly/SharedMutex.h; sourceTree = ""; }; - 916C1F07CC0CBC8B14C47730CA405714 /* flags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = flags.h; sourceTree = ""; }; - 91A26EF515CFD6B5E9DDF0A5CA434D5F /* Promise.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Promise.cpp; path = folly/futures/Promise.cpp; sourceTree = ""; }; - 91E0C499FEDA67A085EF6F6B62BFA393 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; - 91E203DBEC3767585F0B942DB396F11E /* AtomicUtil-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicUtil-inl.h"; path = "folly/synchronization/AtomicUtil-inl.h"; sourceTree = ""; }; - 9202ABADA66F3D740CCDC3E4C237EF34 /* rounding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = rounding.h; sourceTree = ""; }; - 9218114E454BBFD850B9C41B7169C318 /* ManualTimekeeper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ManualTimekeeper.cpp; path = folly/futures/ManualTimekeeper.cpp; sourceTree = ""; }; - 922F8AA1686B949D90A2225CF9072F9F /* NativeModulePerfLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeModulePerfLogger.h; path = reactperflogger/NativeModulePerfLogger.h; sourceTree = ""; }; - 9237DB13960A77ECA0BCD4297F750865 /* PlatformColorParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PlatformColorParser.h; sourceTree = ""; }; - 92563B797C5490CA9C17B65443A0D09B /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; - 9256C3D3554CDA4E93E74700AB75E52C /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/lang/Bits.h; sourceTree = ""; }; - 92D5CBE78EBF99510CF6F4A3563BF8D0 /* flags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = flags.h; sourceTree = ""; }; - 92DB9AFE8ADBD8F11F7989687051F814 /* CallbackOStream.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CallbackOStream.cpp; sourceTree = ""; }; - 92E0C7C8074851F48AD241F642B2690B /* ElfCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ElfCache.h; path = folly/experimental/symbolizer/ElfCache.h; sourceTree = ""; }; - 92E2D0017800C203BF04AA568102B986 /* Arena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Arena.h; path = folly/memory/Arena.h; sourceTree = ""; }; - 9376961CDDFC3A25B19BAB87E5652695 /* RCTStyleAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTStyleAnimatedNode.mm; sourceTree = ""; }; - 93BBC5FB1EF82970171EC352BDB5664D /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevLoadingView.h; path = React/CoreModules/RCTDevLoadingView.h; sourceTree = ""; }; - 93C21CEF5F12E0CE372BE03FA2D23316 /* TextInputShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextInputShadowNode.h; path = react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputShadowNode.h; sourceTree = ""; }; - 93D74C6C7FD320FDEA8BFD74B21BD27B /* SysResource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysResource.h; path = folly/portability/SysResource.h; sourceTree = ""; }; - 93D74E5F84FE3C32C2EE5EE80A862210 /* UnimplementedViewComponentDescriptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnimplementedViewComponentDescriptor.cpp; path = react/renderer/components/unimplementedview/UnimplementedViewComponentDescriptor.cpp; sourceTree = ""; }; - 93D9738A464A355561F8B75D4036FD44 /* event.c */ = {isa = PBXFileReference; includeInIndex = 1; path = event.c; sourceTree = ""; }; - 93E9E1D8D05D731F7CAC4A7EEC9875C6 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; - 93FC7B327C6402F76C46E39E0D18CA0A /* RCTFPSGraph.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFPSGraph.mm; sourceTree = ""; }; - 940F35CCF80D5448A1AE86CF903DE58D /* FutureExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FutureExecutor.h; path = folly/executors/FutureExecutor.h; sourceTree = ""; }; - 940F8D349A833010CAA57158E94C7E20 /* Futex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Futex-inl.h"; path = "folly/detail/Futex-inl.h"; sourceTree = ""; }; - 941B892438DB78258E7E3FB10F6A3D11 /* Producer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Producer.h; path = folly/experimental/channels/Producer.h; sourceTree = ""; }; - 94473860E0B6F9B6C319221D3711E41F /* SynthTraceParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SynthTraceParser.h; path = destroot/include/hermes/SynthTraceParser.h; sourceTree = ""; }; - 944FB80D37DBA4AC0D8069C6E90C364B /* DistributedMutex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DistributedMutex.cpp; path = folly/synchronization/DistributedMutex.cpp; sourceTree = ""; }; - 9466D9671AA787E458A67C2ACF9A280F /* RCTAppearance.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppearance.mm; sourceTree = ""; }; - 94924C147C68840F5CD87C02653645CB /* hermes_tracing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hermes_tracing.h; path = destroot/include/hermes/hermes_tracing.h; sourceTree = ""; }; - 94952E134B3A5940FBC418560A5DDF88 /* React-RCTAppDelegate.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTAppDelegate.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 949884CD79ED471C040886A3B99CE722 /* React-RCTAppDelegate.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-RCTAppDelegate.modulemap"; sourceTree = ""; }; - 949A850D9884383A5925B57EF2F2F23F /* RCTPullToRefreshViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPullToRefreshViewComponentView.mm; sourceTree = ""; }; - 94B9C193253E8568C211A6FC99FB1867 /* BaseTouch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseTouch.h; path = react/renderer/components/view/BaseTouch.h; sourceTree = ""; }; - 94DDB65D8A59829A18A1EF730CD0DB02 /* RCTAppSetupUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppSetupUtils.h; sourceTree = ""; }; - 952326E173DAC650820EA26CF2FFD153 /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; - 9569335FF388699592B4C215F0A73875 /* RCTAdditionAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAdditionAnimatedNode.mm; sourceTree = ""; }; - 95C9003EDC3841218F45A8A960B7EF53 /* React-RCTFabric-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTFabric-dummy.m"; sourceTree = ""; }; - 95FFD35766AFF7103C64A2E2FB832AB4 /* SoftRealTimeExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SoftRealTimeExecutor.h; path = folly/executors/SoftRealTimeExecutor.h; sourceTree = ""; }; - 96084E73437C7CDA940387B3493683EF /* SurfaceRegistryBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SurfaceRegistryBinding.cpp; path = react/renderer/uimanager/SurfaceRegistryBinding.cpp; sourceTree = ""; }; - 960AF0F49D60CD49AB4DAAFAA9A6287E /* NestedCommandLineApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NestedCommandLineApp.h; path = folly/experimental/NestedCommandLineApp.h; sourceTree = ""; }; - 9614A3691256DDAC2E725562D8EBD815 /* Lock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Lock.h; path = folly/synchronization/Lock.h; sourceTree = ""; }; - 962A413938258C5A4CAB8D84FC524096 /* YogaStylableProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YogaStylableProps.h; path = react/renderer/components/view/YogaStylableProps.h; sourceTree = ""; }; - 962B938F0078DFA64191248B586F40EC /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; - 963747BC6B1AB610DEBA19925FD6ECF3 /* ExceptionCounterLib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionCounterLib.h; path = folly/experimental/exception_tracer/ExceptionCounterLib.h; sourceTree = ""; }; - 963ADFFBA43B290736B6DBE01A97AFF1 /* TimerStats.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimerStats.h; path = destroot/include/hermes/TimerStats.h; sourceTree = ""; }; - 96471DEF41D3EB8D08550CD309C83A23 /* AssertFatal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AssertFatal.h; sourceTree = ""; }; - 96945EDC50C967FB1287320FABE21C9D /* StringKeyedUnorderedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedUnorderedMap.h; path = folly/experimental/StringKeyedUnorderedMap.h; sourceTree = ""; }; - 96B5733106A036D4F39756110B36BB9C /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; - 96C83DA3260EC475CF2A9D115F1FAC59 /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; - 96CE237097957387413AE81D415A1416 /* LayoutConstraints.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutConstraints.h; path = react/renderer/core/LayoutConstraints.h; sourceTree = ""; }; - 96EAF46418E1E46C0606FFE9BA0F867C /* RCTConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTConversions.h; path = Fabric/RCTConversions.h; sourceTree = ""; }; - 96FF5D871835378B48B24198835C562E /* CPUThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CPUThreadPoolExecutor.h; path = folly/executors/CPUThreadPoolExecutor.h; sourceTree = ""; }; - 97204A04F7869E9D4220CD5AF1099E31 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Instance.cpp; sourceTree = ""; }; - 973A5C458C1BBDEBF9F7569B3226D306 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; - 97531B076AE4716C30BF419F9EE33668 /* React-CoreModules.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-CoreModules.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 97CC4533A9108CBD47F5886DCCF1BF29 /* RCTI18nManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTI18nManager.mm; sourceTree = ""; }; - 97F1BAF388CE5D555D485A8B489064C8 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CxxNativeModule.cpp; sourceTree = ""; }; - 97F61EAA9F586BE4B7B0BD4F287CB88F /* Optional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Optional.h; path = folly/Optional.h; sourceTree = ""; }; - 98258946EC032DEEDBB7662865B0F0D5 /* React-RCTText.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTText.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9855F25A9E4F00CE1FAE1C40FA186582 /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; - 986919266487BC782E09906F21B3EDAE /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; - 987EDF2F097105E47A86CA61E68A2D3B /* RCTScheduler.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTScheduler.mm; path = Fabric/RCTScheduler.mm; sourceTree = ""; }; - 988CB2530903D89B064D8CFACBE74516 /* FBReactNativeSpec.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.debug.xcconfig; sourceTree = ""; }; - 9897C4FDE52BD5CF66EB08825373F68E /* FarmHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FarmHash.h; path = folly/hash/FarmHash.h; sourceTree = ""; }; - 9898E819A0AE71C2E88FEF40FD58C904 /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "jsi-inl.h"; path = "jsi/jsi-inl.h"; sourceTree = ""; }; - 98B3854930B8CBA3C999EA539AE5C441 /* AsyncGenerator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncGenerator.h; path = folly/experimental/coro/AsyncGenerator.h; sourceTree = ""; }; - 98CE5818CDC87E6BCAEC73D796928A3B /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; - 98ED69D4AE07AA75750E61280EDD75E2 /* RCTJSIExecutorRuntimeInstaller.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJSIExecutorRuntimeInstaller.mm; sourceTree = ""; }; - 98EDB586A3E44C210C1C2B933440FDCC /* JSIHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIHelpers.h; sourceTree = ""; }; - 990203BA9304685C88539CC3CED0B4E1 /* SmallLocks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SmallLocks.h; path = folly/synchronization/SmallLocks.h; sourceTree = ""; }; - 9938677ED7A11C16524E20F28F2AD4E4 /* SynchronousEventBeat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SynchronousEventBeat.cpp; path = react/renderer/scheduler/SynchronousEventBeat.cpp; sourceTree = ""; }; - 9940B99CDC725DEF1502F6E2166426B6 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; - 99597E2078D1EF138C44A1704FB7F182 /* EventBeat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBeat.cpp; path = react/renderer/core/EventBeat.cpp; sourceTree = ""; }; - 99A5294DEB03289BD274D5EF447DF95C /* ComponentDescriptorProviderRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ComponentDescriptorProviderRegistry.cpp; path = react/renderer/componentregistry/ComponentDescriptorProviderRegistry.cpp; sourceTree = ""; }; - 99FAFF1F931779AAD52BD829EF098E2D /* WeakFamilyRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WeakFamilyRegistry.h; path = react/renderer/leakchecker/WeakFamilyRegistry.h; sourceTree = ""; }; - 99FEB41B8AC59B0F506830560A8251DE /* RCTGenericDelegateSplitter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTGenericDelegateSplitter.mm; sourceTree = ""; }; - 9A0C84CBE562BAA1174F483432AC65DE /* RCTTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTTurboModule.mm; path = ReactCommon/RCTTurboModule.mm; sourceTree = ""; }; - 9A0FBF4EF5C1AEB435B739D57AC6DC55 /* TextLayoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TextLayoutManager.h; sourceTree = ""; }; - 9A2015ED0811F7BA91774044613B1494 /* CacheLocality.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CacheLocality.cpp; path = folly/concurrency/CacheLocality.cpp; sourceTree = ""; }; - 9A5C272B0D07717745D54CFDBFFB45C4 /* MergeChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MergeChannel.h; path = folly/experimental/channels/MergeChannel.h; sourceTree = ""; }; - 9A6FBEB922F6EDAB112687F89DCEFC50 /* RawEvent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawEvent.cpp; path = react/renderer/core/RawEvent.cpp; sourceTree = ""; }; - 9A782C72A601A94EEC0D50807C2259A0 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; - 9A802540CDE5B0AF1B1159C741870318 /* RCTLegacyViewManagerInteropCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLegacyViewManagerInteropCoordinator.h; path = react/renderer/components/legacyviewmanagerinterop/RCTLegacyViewManagerInteropCoordinator.h; sourceTree = ""; }; - 9A917490771C99C9974DC2C1F88580D6 /* RawPropsKey.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawPropsKey.cpp; path = react/renderer/core/RawPropsKey.cpp; sourceTree = ""; }; - 9A9BF36BE20BEBF024D7E88A0493CAB7 /* Future.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Future.h; path = folly/futures/Future.h; sourceTree = ""; }; - 9AC560460C5FEBC35227CA27A68178E3 /* State.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = State.h; path = react/renderer/core/State.h; sourceTree = ""; }; - 9AF3D5C8F4A814B45FE948F0F70F772A /* bufferevent-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "bufferevent-internal.h"; sourceTree = ""; }; - 9B1D791E34211736A245F0A318A1D3A3 /* SymbolizePrinter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SymbolizePrinter.h; path = folly/experimental/symbolizer/SymbolizePrinter.h; sourceTree = ""; }; - 9B3D87690C1C39DD0DE6237781EF4FFC /* TextInputEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextInputEventEmitter.h; path = react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputEventEmitter.h; sourceTree = ""; }; - 9B418B9140983A4362FE1BE3541CC211 /* Display.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Display.h; sourceTree = ""; }; - 9B7353B004B3AD5D3C51B1BAC527DBEB /* SocketFileDescriptorMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketFileDescriptorMap.h; path = folly/net/detail/SocketFileDescriptorMap.h; sourceTree = ""; }; - 9BAD31877815FD25B15F1875317D78F0 /* TimerFD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimerFD.h; path = folly/experimental/TimerFD.h; sourceTree = ""; }; - 9BB5736A6C6EFC3DB8FA41651ABBC583 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; - 9BEE7BA32CCB420C9F114C9EE8449C2D /* MeteredExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MeteredExecutor.cpp; path = folly/executors/MeteredExecutor.cpp; sourceTree = ""; }; - 9BF974DF1BF57488F149C81E7DDE2F91 /* Iterators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Iterators.h; path = folly/detail/Iterators.h; sourceTree = ""; }; - 9C15AB64D2CF56C60715CAFBF21DE94A /* SRLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRLog.m; path = SocketRocket/Internal/Utilities/SRLog.m; sourceTree = ""; }; - 9C27EF792A26298DF7E4F8E14E995D57 /* StubViewTree.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StubViewTree.h; path = react/renderer/mounting/StubViewTree.h; sourceTree = ""; }; - 9C45EE6A2D6012FDFC337CFDF9C0F8C9 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; - 9C534E92C700A1E32D0FDEEC608BB048 /* RCT-Folly.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "RCT-Folly.modulemap"; sourceTree = ""; }; - 9C6AF4B94B9564CC01106383819EACFF /* React-Core.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-Core.modulemap"; sourceTree = ""; }; - 9C8142341B9C5E09797CA426C83E1EFB /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevMenu.h; path = React/CoreModules/RCTDevMenu.h; sourceTree = ""; }; - 9C938EA86DF4C675F7CDC3FBBEAEAFCC /* PointerEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PointerEvent.h; path = react/renderer/components/view/PointerEvent.h; sourceTree = ""; }; - 9CABE6C1974DE48A65C4104B9F096034 /* IPAddressV6.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressV6.h; path = folly/IPAddressV6.h; sourceTree = ""; }; - 9CCAF1C54A5489B24F0A919BBAA15F28 /* SurfaceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SurfaceManager.h; path = react/renderer/scheduler/SurfaceManager.h; sourceTree = ""; }; - 9CEF5363D16471C7BCD5BD7BF92317F4 /* Keep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Keep.h; path = folly/lang/Keep.h; sourceTree = ""; }; - 9D044B34587D771C37B84B13778932F1 /* PropsParserContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropsParserContext.h; path = react/renderer/core/PropsParserContext.h; sourceTree = ""; }; - 9D54DFC2FA29B257AD58F237DE69C646 /* RCTBaseTextInputView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextInputView.mm; sourceTree = ""; }; - 9D562FD382AD4458E7F8C45EAD3844A6 /* RCTDevLoadingViewSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewSetEnabled.h; sourceTree = ""; }; - 9D63F0C66537C20ABA06A08D8EF11618 /* MapBufferBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MapBufferBuilder.h; path = react/renderer/mapbuffer/MapBufferBuilder.h; sourceTree = ""; }; - 9D70DB0D5607154DE6F450B9021BAC98 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/animations/conversions.h; sourceTree = ""; }; - 9D7B46802C84170042F00BF4F61DCA42 /* RCTAnimationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimationPlugins.mm; sourceTree = ""; }; - 9D84074492186F5B71407C2733C8DF41 /* WatermelonDB.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = WatermelonDB.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9D8567743F8E6705F99F241ACAEE46DB /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; + 860A6C48F7BFB2F514BB891173FD0D7E /* LayoutAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutAnimationDriver.h; path = react/renderer/animations/LayoutAnimationDriver.h; sourceTree = ""; }; + 8612AE35A990235C979983FD304D7330 /* RCTAnimatedImage.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimatedImage.mm; sourceTree = ""; }; + 861717776176D0307718AB2E8E102C67 /* AtomicHashMap-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicHashMap-inl.h"; path = "folly/AtomicHashMap-inl.h"; sourceTree = ""; }; + 8627871C188DC96A2A53FD17E0445367 /* SysStat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysStat.h; path = folly/portability/SysStat.h; sourceTree = ""; }; + 865BCA647C0A650C5EADD1CCF31CFA14 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; + 866D0225560051A219BEE4D4664348F9 /* IntrusiveList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IntrusiveList.h; path = folly/IntrusiveList.h; sourceTree = ""; }; + 869D440DACC02CD2540C4CE6A499116F /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; + 86C40F819940022A549E70BECA41B61A /* BaseTextProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseTextProps.h; path = react/renderer/components/text/BaseTextProps.h; sourceTree = ""; }; + 86C8906A6C460D393729CA02A57186E7 /* BoundAxis.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BoundAxis.h; sourceTree = ""; }; + 86CD21C661338CF76FD714E4819D0BEF /* Singleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Singleton.h; path = folly/detail/Singleton.h; sourceTree = ""; }; + 86DFAB05E161B696DFC1057DB247CBE3 /* BaseTouch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseTouch.h; path = react/renderer/components/view/BaseTouch.h; sourceTree = ""; }; + 86F28687E953C2F68F76CE4BB56DE52A /* RCTBundleManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleManager.m; sourceTree = ""; }; + 86FBADB1ADE032495E4DC6B80BC37BFB /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 875E97EA9D0677F39C4C3599772B2F46 /* RCTTurboModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModuleRegistry.h; sourceTree = ""; }; + 87D33A3159E4827D6FAE051C897E7019 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; + 8817E84E8D2A30EF3D7C5A9EFE82A593 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; + 881BC753A7C248050EC65DCFDF4A1F50 /* Differentiator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Differentiator.h; path = react/renderer/mounting/Differentiator.h; sourceTree = ""; }; + 883F3E36A905B70FC2C8B78E92AC740A /* Promise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Promise.h; path = react/bridging/Promise.h; sourceTree = ""; }; + 887027C7FF12FB7338869C776A7CEFBF /* React-RCTFabric-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTFabric-dummy.m"; sourceTree = ""; }; + 88B840D20BFE171BE3DD9DFE4EC33AC0 /* LayoutPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutPrimitives.h; path = react/renderer/core/LayoutPrimitives.h; sourceTree = ""; }; + 88DDF4F26D766FFE558EA52E582A0879 /* React-nativeconfig-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-nativeconfig-dummy.m"; sourceTree = ""; }; + 88F146A98AD14FE819BCA98EB3275AD3 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; + 88FE98CEA078C7FBF78F8FA3A02093CE /* RCTRefreshableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshableProtocol.h; sourceTree = ""; }; + 890A2DE43F7CEC807F5D45DD7FD1CE74 /* ExceptionString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionString.h; path = folly/ExceptionString.h; sourceTree = ""; }; + 890E8592B2798AA968BD07CDFB3EDD9A /* TurnSequencer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurnSequencer.h; path = folly/detail/TurnSequencer.h; sourceTree = ""; }; + 890F493171D8B37E354419CA6A05C95A /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTClipboard.h; path = React/CoreModules/RCTClipboard.h; sourceTree = ""; }; + 8980AF1403E1F2A16DA44CAC4004F1E9 /* RCTTextAttributes.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextAttributes.mm; sourceTree = ""; }; + 8980B7C2D6023D0EC77EF277C17227D1 /* HardwareConcurrency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HardwareConcurrency.h; path = folly/system/HardwareConcurrency.h; sourceTree = ""; }; + 89BF32B08D57FC97C721EFC866E0143F /* RCTMockDef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMockDef.h; sourceTree = ""; }; + 89D75BA444F9A4BBB02531A804E2707A /* TextProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextProps.h; path = react/renderer/components/text/TextProps.h; sourceTree = ""; }; + 8A50EA432D2B83B1014E46448CA68632 /* EventBeat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBeat.cpp; path = react/renderer/core/EventBeat.cpp; sourceTree = ""; }; + 8A7155EA3AC352921BE68F7BD76C6F36 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; + 8A80985843E4723FCDE8D548AB93AC54 /* React-Mapbuffer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Mapbuffer.release.xcconfig"; sourceTree = ""; }; + 8A81DCEC265B36C702B32207D90DA5F9 /* RCTImagePlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImagePlugins.mm; sourceTree = ""; }; + 8A858627701B92C8E35A54D44F1CDF1B /* TurboModulePerfLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModulePerfLogger.h; path = react/nativemodule/core/ReactCommon/TurboModulePerfLogger.h; sourceTree = ""; }; + 8AAE8CC35982681A17144AA7022C354D /* SocketAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketAddress.h; path = folly/SocketAddress.h; sourceTree = ""; }; + 8AFE8F048924F7A8798499375AA68271 /* CString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CString.cpp; path = folly/lang/CString.cpp; sourceTree = ""; }; + 8B0995DAA2C152F8B2BBE8B2BD71EB56 /* zh-Hant.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hant.lproj"; path = "React/I18n/strings/zh-Hant.lproj"; sourceTree = ""; }; + 8B510656AC02DF313FD0F8F0C11489FC /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; + 8B75886BB83AA90D3B2DEFB75224490C /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; + 8B7D86572DB2B5C7CF324979D3984A2B /* AtomicHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashMap.h; path = folly/AtomicHashMap.h; sourceTree = ""; }; + 8B8BA983DC0304E53A494B8BC8368D3C /* RawPropsKeyMap.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawPropsKeyMap.cpp; path = react/renderer/core/RawPropsKeyMap.cpp; sourceTree = ""; }; + 8BE3CC89AB9CCAD959EA3B472BA6F99A /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; + 8C190024D996EF72661EA3DECD88FD76 /* React-RCTLinking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.release.xcconfig"; sourceTree = ""; }; + 8C5791AD6F4A42E6F15A4AE3E13672C9 /* RCTDynamicTypeRamp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDynamicTypeRamp.h; sourceTree = ""; }; + 8C66234F6FC8A3E3EADCA342B130FB54 /* Color.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Color.cpp; sourceTree = ""; }; + 8CB48239EFF087F22AC48A83F592D64F /* RCTParagraphComponentAccessibilityProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTParagraphComponentAccessibilityProvider.mm; sourceTree = ""; }; + 8CC0120933FC3F3C92122A211D47CC57 /* React-graphics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-graphics.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 8CD6649A7EC8CDD2CF31FCF0EBBD4501 /* cs.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = cs.lproj; path = React/I18n/strings/cs.lproj; sourceTree = ""; }; + 8CDDE02E3DE33048B69564671CBA6D96 /* RCTBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBridge.mm; sourceTree = ""; }; + 8CFB7A8BE97081BCC80D943BAD260E5A /* RCTImageBlurUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageBlurUtils.mm; sourceTree = ""; }; + 8D07443F9F8CE58F73EE39187877455E /* hermes-engine.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "hermes-engine.debug.xcconfig"; sourceTree = ""; }; + 8D1CC2D4F8A104E3B6F891431E7ECE1B /* SafeAreaViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAreaViewShadowNode.h; path = react/renderer/components/safeareaview/SafeAreaViewShadowNode.h; sourceTree = ""; }; + 8D7883FA7052AFA06DF3F841FBBB33EF /* RCTLocalizationProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalizationProvider.h; path = Fabric/RCTLocalizationProvider.h; sourceTree = ""; }; + 8D7C4A3E62FB0FF7DF9D127631B944B1 /* RCTAccessibilityManager+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTAccessibilityManager+Internal.h"; path = "React/CoreModules/RCTAccessibilityManager+Internal.h"; sourceTree = ""; }; + 8DF8D4CCED43409861DD2CA66CD7733F /* RCTConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConstants.m; sourceTree = ""; }; + 8E06A966DFD16239C4A4825D8200F89D /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSIDynamic.cpp; path = jsi/JSIDynamic.cpp; sourceTree = ""; }; + 8E11E2044A1B7194DE5069CCBE8DD5AF /* RCTRuntimeExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTRuntimeExecutor.mm; path = ReactCommon/RCTRuntimeExecutor.mm; sourceTree = ""; }; + 8E2FD3C024F95AA7EF9D1ECD43A5E807 /* ScrollViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScrollViewShadowNode.cpp; path = react/renderer/components/scrollview/ScrollViewShadowNode.cpp; sourceTree = ""; }; + 8E38DDBA8B3F295D182A2E60FC4F968B /* Sqlite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Sqlite.h; sourceTree = ""; }; + 8E748C5FBED7C0C756FC4C4A6B5C2E8C /* OpenSSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSL.h; path = folly/portability/OpenSSL.h; sourceTree = ""; }; + 8E76F01C60DFCE85A1C8CB416B3636D3 /* FBXXHashUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FBXXHashUtils.h; sourceTree = ""; }; + 8E93927BD0D92FEB9D950507CCF5E2FF /* RCTLinkingPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingPlugins.h; path = Libraries/LinkingIOS/RCTLinkingPlugins.h; sourceTree = ""; }; + 8F172D220F95765CFA361637BAAAA417 /* compile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = compile.h; path = include/fmt/compile.h; sourceTree = ""; }; + 8F35EF9396775F51CA6146B0C7D16351 /* StyleValuePool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = StyleValuePool.h; sourceTree = ""; }; + 8F517BDFB455C4400751998134FC0B9E /* FBLazyVector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBLazyVector.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 8F593DCCC2DAFF6D4243AAD2A5156F10 /* ReactNativeConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeConfig.h; path = react/config/ReactNativeConfig.h; sourceTree = ""; }; + 8F671A2A4E4BD8E767A5A396E4793F09 /* NetOps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NetOps.cpp; path = folly/net/NetOps.cpp; sourceTree = ""; }; + 8FA3CC41DE47D337EEEC4F2523A5A366 /* RCTVibrationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibrationPlugins.mm; sourceTree = ""; }; + 8FA93F3F56F84CCD73CC13AB0A744B8A /* RawPropsKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawPropsKey.h; path = react/renderer/core/RawPropsKey.h; sourceTree = ""; }; + 8FC5170482B4001507331897446093A4 /* React-RCTBlob.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.debug.xcconfig"; sourceTree = ""; }; + 8FDD74A51002058B82FB55AE5D657564 /* SpookyHashV2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpookyHashV2.h; path = folly/hash/SpookyHashV2.h; sourceTree = ""; }; + 90049B8377428D5B7434F2C8680C87CF /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; + 902581D4E30B461C86B20B03CC2F5AA6 /* React-RCTAppDelegate.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAppDelegate.debug.xcconfig"; sourceTree = ""; }; + 9033A744B6DD1EB398DCC4DEC2188393 /* React-debug.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-debug.debug.xcconfig"; sourceTree = ""; }; + 9046E45D1CA4C4109F20975FE05769E0 /* FBLazyVector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.debug.xcconfig; sourceTree = ""; }; + 9052E26FF92020AFAA064B27532BDD02 /* Enumerate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Enumerate.h; path = folly/container/Enumerate.h; sourceTree = ""; }; + 90666F35881E0B6CF16A7F6D502820C6 /* LayoutAnimationDriver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutAnimationDriver.cpp; path = react/renderer/animations/LayoutAnimationDriver.cpp; sourceTree = ""; }; + 906802F5C01093C45F849B1189752669 /* RCTRootComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRootComponentView.mm; sourceTree = ""; }; + 906C0BC7CCCBAF7E35B934CFD17FC44F /* LegacyUIManagerConstantsProviderBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = LegacyUIManagerConstantsProviderBinding.cpp; sourceTree = ""; }; + 908D006CABFC90D4BADBF7B0C2544818 /* Access.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Access.h; path = folly/container/Access.h; sourceTree = ""; }; + 90C01A0B4DB17D752D3BDD87C1B4D35E /* SRHTTPConnectMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRHTTPConnectMessage.h; path = SocketRocket/Internal/Utilities/SRHTTPConnectMessage.h; sourceTree = ""; }; + 90CE57248719DB1AD38AECFB8A66AF11 /* ExecutionContextManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ExecutionContextManager.cpp; sourceTree = ""; }; + 90D9EFC947AA0C68DCA4C6DD6EB901DE /* ImageEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageEventEmitter.h; path = react/renderer/components/image/ImageEventEmitter.h; sourceTree = ""; }; + 90E8031BF4BBAA174907FCBE801328F4 /* React-runtimescheduler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-runtimescheduler-dummy.m"; sourceTree = ""; }; + 9103371D49F49FB8704F83F623604846 /* RCTTextPrimitivesConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextPrimitivesConversions.h; sourceTree = ""; }; + 9113D58420F951D0F8E7D507C99E9190 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; + 9130DC48E60A16B3033E4C4648557B52 /* Size.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Size.h; sourceTree = ""; }; + 91392F3C2B6C40DD319492604906C7B0 /* hr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = hr.lproj; path = React/I18n/strings/hr.lproj; sourceTree = ""; }; + 9146BC2894F3FC7F11EDB10CB1B6B9B3 /* ViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ViewShadowNode.cpp; path = react/renderer/components/view/ViewShadowNode.cpp; sourceTree = ""; }; + 917B25EF0D073A826D0E80F0B81BFB26 /* json_patch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_patch.h; path = folly/json_patch.h; sourceTree = ""; }; + 91946E0E55C67A006BFC6A09B6757F34 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; + 91B53126F00778E3792F8BDC9EF291DA /* CancellationToken-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CancellationToken-inl.h"; path = "folly/CancellationToken-inl.h"; sourceTree = ""; }; + 91C4877BD9BE873DF4DF6B5DCC0CC740 /* YGNodeStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodeStyle.h; path = yoga/YGNodeStyle.h; sourceTree = ""; }; + 91CE745FCDC2F917FBFE8E7C44B21638 /* sv.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = sv.lproj; path = React/I18n/strings/sv.lproj; sourceTree = ""; }; + 91DEEA05C7FC3B3FE85F51D16F0060A1 /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; + 91E5E966C9BA06A775879A6EFFEF786D /* Hazptr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hazptr.h; path = folly/synchronization/Hazptr.h; sourceTree = ""; }; + 92308B330D7A43F94B4AD41D0FEB8214 /* SurfaceHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SurfaceHandler.h; path = react/renderer/scheduler/SurfaceHandler.h; sourceTree = ""; }; + 92427655A24DF879C52D7AA18EBFF83E /* AccessibilityPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AccessibilityPrimitives.h; path = react/renderer/components/view/AccessibilityPrimitives.h; sourceTree = ""; }; + 925A2297E6EEF7197A415C4C41AE8027 /* RCTBlobPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobPlugins.mm; sourceTree = ""; }; + 926F478934D57018C94BFB51AF5970C8 /* React-FabricImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-FabricImage-dummy.m"; sourceTree = ""; }; + 92EE42BB2B8D888B92EDD257DA21325E /* ParagraphLayoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphLayoutManager.h; path = react/renderer/components/text/ParagraphLayoutManager.h; sourceTree = ""; }; + 92F7C8691D5DED9946359E1BF469148A /* React-RuntimeApple-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RuntimeApple-prefix.pch"; sourceTree = ""; }; + 937EF872F9B051F189B72F49D8D54CAD /* RangeSse42.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RangeSse42.h; path = folly/detail/RangeSse42.h; sourceTree = ""; }; + 93802254A23BD2E21FC5B6FC137CB7EE /* RCTRedBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRedBox.mm; sourceTree = ""; }; + 938D7993FE352F22F90BB01751E733E9 /* LegacyViewManagerInteropViewEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LegacyViewManagerInteropViewEventEmitter.cpp; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropViewEventEmitter.cpp; sourceTree = ""; }; + 938DC03F8EB05E7BDD33175BF907D170 /* IPAddressV4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressV4.h; path = folly/IPAddressV4.h; sourceTree = ""; }; + 93C1BA5C7F7A59628950008F9375BF82 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevLoadingView.h; path = React/CoreModules/RCTDevLoadingView.h; sourceTree = ""; }; + 93E43D1F91E0AD0BD2B3B8127C452C9D /* RCTJSThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSThread.h; sourceTree = ""; }; + 93E465757376E937D199FB1ED68BB46C /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibration.h; path = Libraries/Vibration/RCTVibration.h; sourceTree = ""; }; + 940919353E8C57E4A2A3101E8CD0FA67 /* RCTUITextField.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUITextField.mm; sourceTree = ""; }; + 9414F0292C4CA9913CEEC7F61F3E32B3 /* React-jserrorhandler.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jserrorhandler.release.xcconfig"; sourceTree = ""; }; + 942322E848A28FE125A1C9A84F16D548 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; + 944561AB0FA2778925F3B3BD1ACD8B3C /* react_native_log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = react_native_log.h; sourceTree = ""; }; + 94463E432EBBF80182004B420404987D /* Config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Config.h; sourceTree = ""; }; + 946B80B815D8B4AF5B32C1A04E7E061B /* React-perflogger.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-perflogger.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9472948FA5D6097F7AAF46BA5247C4C0 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; + 949C0E997EA3B7239902690DA5D564D5 /* RuntimeSchedulerBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeSchedulerBinding.h; sourceTree = ""; }; + 94D87B59FEAC0DBA4F9A7E928431AAAE /* Random.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Random.h; path = folly/Random.h; sourceTree = ""; }; + 94ED4B520996293EF041391736BBBA24 /* flags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = flags.h; sourceTree = ""; }; + 959BD66DF33D8DD073B3E7135B2954F7 /* RCTSourceCode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSourceCode.mm; sourceTree = ""; }; + 95D17842EC6B842F72D0A2E4DA506E78 /* ShadowTree.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowTree.cpp; path = react/renderer/mounting/ShadowTree.cpp; sourceTree = ""; }; + 95F4490C7C830CE7EDFD1E7F79557E18 /* Demangle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Demangle.h; path = folly/Demangle.h; sourceTree = ""; }; + 95FAFB9E62426C075E9E5E41D65333EB /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; + 95FE5AE8E711BF2C04047FE31AFA930A /* es-ES.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "es-ES.lproj"; path = "React/I18n/strings/es-ES.lproj"; sourceTree = ""; }; + 9621CF80D2D681568C8BCAB003EA22F2 /* ShadowTreeRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowTreeRegistry.h; path = react/renderer/mounting/ShadowTreeRegistry.h; sourceTree = ""; }; + 9628B2A1454DADB30631AE9787FC337F /* React-rendererdebug-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-rendererdebug-prefix.pch"; sourceTree = ""; }; + 962AA8023E519A1F58D71BC1F73C95D0 /* GroupVarintDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GroupVarintDetail.h; path = folly/detail/GroupVarintDetail.h; sourceTree = ""; }; + 963A0C06992A9D8797E0E1BA9A14DB04 /* RCTFPSGraph.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFPSGraph.mm; sourceTree = ""; }; + 963CB6F0F1E28EA98A2EED61461AC386 /* WeakList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = WeakList.h; sourceTree = ""; }; + 963DAA4960B3974FFBB8DE571F07B048 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 96489235CABA0BF8A10434FC133718C8 /* AtomicNotification-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicNotification-inl.h"; path = "folly/synchronization/AtomicNotification-inl.h"; sourceTree = ""; }; + 9652157178DCF97B039AEF273CD86695 /* RCTNativeAnimatedTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeAnimatedTurboModule.mm; sourceTree = ""; }; + 9668F22AD81B720182D9C7F1133935F2 /* hermes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hermes.h; path = destroot/include/hermes/hermes.h; sourceTree = ""; }; + 967DBD838FB53E8907C105802E22ECCA /* React-Codegen.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Codegen.debug.xcconfig"; sourceTree = ""; }; + 969D216DADA9AF02B0339E42E569D42B /* SRIOConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRIOConsumer.h; path = SocketRocket/Internal/IOConsumer/SRIOConsumer.h; sourceTree = ""; }; + 96AEA8A2506861840BC63D873CC2961A /* StateData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StateData.h; path = react/renderer/core/StateData.h; sourceTree = ""; }; + 96C1ECDE3D239B5524C2DD16740B8B8C /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; + 96C45D3F8919F8B19727DA09E333BFE6 /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; + 96F9A50575BD572DC92EEFE7118DE559 /* PlatformRunLoopObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PlatformRunLoopObserver.h; sourceTree = ""; }; + 96FCCADF61AA384004BF02F11E1A50B9 /* Task.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Task.h; sourceTree = ""; }; + 971F6C319DDD4BD078954A5EF77B5BA7 /* React-featureflags */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-featureflags"; path = "libReact-featureflags.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 97537A67023F6E33A60145FD2CCD320F /* InspectorUtilities.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorUtilities.cpp; sourceTree = ""; }; + 976E60D841E3AEC485885E2A36C843AC /* RCTDataRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDataRequestHandler.mm; sourceTree = ""; }; + 977FB42CD545522302B7AEA55376D2F7 /* ExceptionWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionWrapper.h; path = folly/ExceptionWrapper.h; sourceTree = ""; }; + 9788F37552AF8A0A123A07FA7D080CFA /* ValueFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ValueFactory.h; path = react/renderer/core/ValueFactory.h; sourceTree = ""; }; + 97A95308B6D47ED59BD75934355ADDF6 /* TextMeasureCache.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextMeasureCache.cpp; path = react/renderer/textlayoutmanager/TextMeasureCache.cpp; sourceTree = ""; }; + 97BEF627FC626AA3E7E8CA75193664A3 /* RCT-Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCT-Folly-prefix.pch"; sourceTree = ""; }; + 97C17BDCBCF48F7FE1E2CE59E0B17252 /* SparseByteSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SparseByteSet.h; path = folly/container/SparseByteSet.h; sourceTree = ""; }; + 982AAB27F58C71E3FA007537ED46BB9D /* PolyDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PolyDetail.h; path = folly/detail/PolyDetail.h; sourceTree = ""; }; + 9833AD993B14B7CEE86ECA66FA7A7B7A /* React-RCTAppDelegate.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-RCTAppDelegate.modulemap"; sourceTree = ""; }; + 9841711B9F3A736014573E0B62D9C1F9 /* YGNodeLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodeLayout.h; path = yoga/YGNodeLayout.h; sourceTree = ""; }; + 9848E5EDA897DF122EF07B42AF3EEB86 /* GTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTest.h; path = folly/portability/GTest.h; sourceTree = ""; }; + 9849504D06A58E365E3512F08D8AD6DF /* FallbackRuntimeAgentDelegate.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = FallbackRuntimeAgentDelegate.cpp; sourceTree = ""; }; + 985183EC5FB028AC6A6FCC26CC91696A /* SlowFingerprint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SlowFingerprint.h; path = folly/detail/SlowFingerprint.h; sourceTree = ""; }; + 9862B8B78362BC8D98438DB2C5675196 /* SanitizeThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SanitizeThread.cpp; path = folly/synchronization/SanitizeThread.cpp; sourceTree = ""; }; + 98BB183E94BA72BD56983DB14089B952 /* TouchEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TouchEventEmitter.cpp; path = react/renderer/components/view/TouchEventEmitter.cpp; sourceTree = ""; }; + 98C9E5135E046EC50D915DC1941F6D87 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; + 98CDD541D0DC28ECF520BEE664E58AEC /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; + 98D0A9133BF9CECCDCD33D1F4C38B4C8 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAccessibilityManager.h; path = React/CoreModules/RCTAccessibilityManager.h; sourceTree = ""; }; + 991E213D38BB44AE5C3367DDE4A4D4D8 /* RCTColorAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTColorAnimatedNode.h; sourceTree = ""; }; + 9934CD5B42C888E8A4F1D3552AEE6B13 /* React-Fabric.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-Fabric.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 996448BB93D8203D8D6C59B2D0B33BDA /* ImageEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageEventEmitter.cpp; path = react/renderer/components/image/ImageEventEmitter.cpp; sourceTree = ""; }; + 99706928F57B54531F9949E340BFECB8 /* RCTJSThreadManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTJSThreadManager.h; path = ReactCommon/RCTJSThreadManager.h; sourceTree = ""; }; + 997842162A2D57DA5A2636E554A28F19 /* React-utils.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-utils.debug.xcconfig"; sourceTree = ""; }; + 997B7B2A3CC26B9D704D7CB940D7E4C6 /* Align.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Align.h; path = folly/lang/Align.h; sourceTree = ""; }; + 99E222D0C7D14CFBD1BC586704C58A9D /* React-runtimeexecutor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-runtimeexecutor.release.xcconfig"; sourceTree = ""; }; + 99E72FB672688243BE5F6E35ABA1E42F /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; + 99E851596D4A5EE743DC493671DB9DA3 /* Partial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Partial.h; path = folly/functional/Partial.h; sourceTree = ""; }; + 99F1158A135CC58252D861686496E8DE /* RCTStatusBarManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTStatusBarManager.mm; sourceTree = ""; }; + 9A2407C78B8F357AFB081AF5B1BC953A /* RCTSafeAreaViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewComponentView.h; sourceTree = ""; }; + 9A2D8939F820583ACA4B8154B63050D7 /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; + 9A5F0251C69A9CCF2DB3222CE170671E /* Edge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Edge.h; sourceTree = ""; }; + 9A62D11BB82CB6A24A13CAE4D0F6632A /* GCTripwireContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GCTripwireContext.h; path = destroot/include/hermes/Public/GCTripwireContext.h; sourceTree = ""; }; + 9A6F7F2DCBC2D9334AE0C6DE812A653E /* RCTDeprecation.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTDeprecation.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9A7E0B4304900884F1F7552E271BAE80 /* SplitStringSimd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SplitStringSimd.h; path = folly/detail/SplitStringSimd.h; sourceTree = ""; }; + 9A870B9A0F18A8C3F9075851CE67E22B /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; + 9A909CE9BFF1F0B380221FDEE11D0211 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; + 9A9617B1637CABEDDB4A95483334CB93 /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; + 9B36F42640063CCA329D93AC8F874A56 /* DebugStringConvertible.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DebugStringConvertible.h; sourceTree = ""; }; + 9B40A55CAE96B9EC2411B625D3F58ABD /* ScopedExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ScopedExecutor.h; sourceTree = ""; }; + 9BC40B6E05AAAA8B1786166F41BD0EBF /* RCTPerformanceLoggerUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTPerformanceLoggerUtils.mm; path = ReactCommon/RCTPerformanceLoggerUtils.mm; sourceTree = ""; }; + 9BD826EA734516D956DB671826DED506 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; + 9BE7B7E0E20673111D75C477804554AF /* ShadowView.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowView.cpp; path = react/renderer/mounting/ShadowView.cpp; sourceTree = ""; }; + 9C0FAA307377663772FDCD8EEA4D9752 /* SRLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRLog.h; path = SocketRocket/Internal/Utilities/SRLog.h; sourceTree = ""; }; + 9C46ED3EA004CAAFEB6FEF89B7AF2F0C /* RCTPlatformColorUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatformColorUtils.mm; sourceTree = ""; }; + 9C99F752EEC9741F33EED362076074BF /* YogaStylableProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YogaStylableProps.cpp; path = react/renderer/components/view/YogaStylableProps.cpp; sourceTree = ""; }; + 9C9BD5B613E101C64C2992C9C6D47EAC /* RCTNativeAnimatedNodesManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeAnimatedNodesManager.mm; sourceTree = ""; }; + 9CA3417ED0B8CDE1906D3202E80B148D /* Iterators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Iterators.h; path = folly/detail/Iterators.h; sourceTree = ""; }; + 9D0FCEB123126F6E7439D8ABC6DB35A1 /* RCTTextLayoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextLayoutManager.h; sourceTree = ""; }; + 9D24D1273C6645B9F73FB2F6C0A44A1D /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "jsi-inl.h"; path = "jsi/jsi-inl.h"; sourceTree = ""; }; + 9D5CD2B433F8011D807EABA3442374E7 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; + 9D634D9C7371357029E41D29AD89E979 /* react_native_assert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = react_native_assert.h; sourceTree = ""; }; + 9D7DA62E7DF50F0A454C529AA78EA7E5 /* Display.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Display.h; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9D9D32FAC0BDC7E7C285F757AA7AA05B /* RCTImageEditingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageEditingManager.mm; sourceTree = ""; }; - 9DA437A28B438B6A47FCFBAE2D750B59 /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTStatusBarManager.h; path = React/CoreModules/RCTStatusBarManager.h; sourceTree = ""; }; - 9DB3F08582D23A7151E6311417701A80 /* RawValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawValue.cpp; path = react/renderer/core/RawValue.cpp; sourceTree = ""; }; - 9DCEFAF2FC9EC176CE2AB59424D39C3C /* WeakFamilyRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WeakFamilyRegistry.cpp; path = react/renderer/leakchecker/WeakFamilyRegistry.cpp; sourceTree = ""; }; - 9E243CFFC5B5C8C63D7132A9549913EC /* Foreach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Foreach.h; path = folly/container/Foreach.h; sourceTree = ""; }; - 9E2F4A32BBF14845BFE710BC7D5661E7 /* DynamicPropsUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicPropsUtilities.h; path = react/renderer/core/DynamicPropsUtilities.h; sourceTree = ""; }; - 9E3398BDB1964857CB193BB183B52500 /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; - 9E6A1F79CC36831514200F873C658D84 /* Portability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Portability.h; path = folly/futures/Portability.h; sourceTree = ""; }; - 9E8C9D24E4C40BE8EB8E6395E845B83B /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; - 9ED3850E679D852CA134016909BC27FB /* RCTVirtualTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextView.h; sourceTree = ""; }; - 9EE8C8AF82DCB1420BCCB49654DBF62D /* ReactPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactPrimitives.h; path = react/renderer/core/ReactPrimitives.h; sourceTree = ""; }; - 9EFAFF3BA20887B27A47F2DF250EECCD /* CallOnce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallOnce.h; path = folly/fibers/CallOnce.h; sourceTree = ""; }; - 9F01BBE88AD13936DEE6F79896AC45A6 /* SRPinningSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRPinningSecurityPolicy.h; path = SocketRocket/Internal/Security/SRPinningSecurityPolicy.h; sourceTree = ""; }; - 9F336EFF3D750F8247621856A73985C4 /* QuotientMultiSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QuotientMultiSet.h; path = folly/experimental/QuotientMultiSet.h; sourceTree = ""; }; - 9F3868285458A6F0B37F957F7E867EA6 /* MPMCPipeline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCPipeline.h; path = folly/MPMCPipeline.h; sourceTree = ""; }; - 9F7D5D96727F113C7712532AAF19F088 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = react/renderer/animations/utils.h; sourceTree = ""; }; - 9F93767CFDD240EBCA6D8CCDFFE80FEF /* RuntimeConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RuntimeConfig.h; path = destroot/include/hermes/Public/RuntimeConfig.h; sourceTree = ""; }; - 9F9CC9E304503017FE217CEC91C73B1E /* React-Fabric-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Fabric-dummy.m"; sourceTree = ""; }; - 9FC85745C34AFCFFFF08896A88B4B49D /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; - 9FCA81255362F436D92710E889CB2D7F /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; - 9FD637E09724DE01E89E67195AB25373 /* RunLoopObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RunLoopObserver.h; sourceTree = ""; }; - 9FF5759E53CD17C04A9C2654BDC3D49D /* React-Fabric.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-Fabric.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A03B92D70FCB3C5CC073F3F88862652D /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; - A045ABBCBD8E24D7ADCF6FD5221E1C0D /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRedBox.h; path = React/CoreModules/RCTRedBox.h; sourceTree = ""; }; - A0514EB51177779C84895D782AD8ECA3 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; - A05830F0CB0CEFE0BA50F7270A4BB87B /* CArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CArray.h; path = folly/lang/CArray.h; sourceTree = ""; }; - A06EC37B3A6C572D252D774E8103B8E5 /* ShadowNodes.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNodes.cpp; path = react/renderer/components/rncore/ShadowNodes.cpp; sourceTree = ""; }; - A0859146A61222BD2F79C2DE47D6D820 /* SRSIMDHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRSIMDHelpers.h; path = SocketRocket/Internal/Utilities/SRSIMDHelpers.h; sourceTree = ""; }; - A08C37E63F38ABB2544A23072E46AD7E /* Future-pre.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Future-pre.h"; path = "folly/futures/Future-pre.h"; sourceTree = ""; }; - A090CC6861558C3CC1F4F785055ACF2D /* ComponentDescriptorRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ComponentDescriptorRegistry.cpp; path = react/renderer/componentregistry/ComponentDescriptorRegistry.cpp; sourceTree = ""; }; - A0ABB72A8E51CFB55142C8EBFB62E571 /* Overload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Overload.h; path = folly/Overload.h; sourceTree = ""; }; - A0DBD40790B63589310D6281125782E0 /* RCTAnimatedImage.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimatedImage.mm; sourceTree = ""; }; - A124171ADA069065CB354618378EC09A /* Badge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Badge.h; path = folly/lang/Badge.h; sourceTree = ""; }; - A189E265A92B739AE6A0DE66396BDA06 /* React-Fabric.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-Fabric.modulemap"; sourceTree = ""; }; - A193CF12AAC8FDD1FF21BF18B18752C8 /* React-jsinspector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.release.xcconfig"; sourceTree = ""; }; - A19FF3FF471235240B10538193A5CAC7 /* MessageTypesInlines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageTypesInlines.h; path = destroot/include/hermes/inspector/chrome/MessageTypesInlines.h; sourceTree = ""; }; - A1C46338948335CD2BF69DF6C632B435 /* Baseline.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Baseline.cpp; sourceTree = ""; }; - A1DCD7054CA789C8FE5F389F02F1DE9C /* Select64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Select64.h; path = folly/experimental/Select64.h; sourceTree = ""; }; - A1DD3E928AEBC00A383B3B0C6FE4AE58 /* MeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MeasureMode.h; sourceTree = ""; }; - A1F984E00A969D239F23BFAB259ABEBC /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; - A200424A926085B8B3D2E9264AF28F72 /* event_tagging.c */ = {isa = PBXFileReference; includeInIndex = 1; path = event_tagging.c; sourceTree = ""; }; - A26D6AA48CC27AB250A66C9F85026CC7 /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; - A2E6C05DB145104822B98B6187E687DF /* BitIteratorDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitIteratorDetail.h; path = folly/container/detail/BitIteratorDetail.h; sourceTree = ""; }; - A2F8206D4A2A3C96DCAFC3809FF447E0 /* LayoutableShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutableShadowNode.cpp; path = react/renderer/core/LayoutableShadowNode.cpp; sourceTree = ""; }; - A31CF1FF79A1947A18A68E20FAC73AA7 /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; - A3309CC51796E573B7B8D8E1933FE4AA /* Fiber-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Fiber-inl.h"; path = "folly/fibers/Fiber-inl.h"; sourceTree = ""; }; - A35230D3C1885E5D8C875F9C4336EB31 /* Unistd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unistd.h; path = folly/portability/Unistd.h; sourceTree = ""; }; - A3565A3DEA7E538CACE391F5284AFCBD /* DebugStringConvertibleItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DebugStringConvertibleItem.h; sourceTree = ""; }; - A363681810E76F766CF142B6D138D2E2 /* EventQueueProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventQueueProcessor.h; path = react/renderer/core/EventQueueProcessor.h; sourceTree = ""; }; - A36708C9138407760FC3DA2A7ABFFC42 /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; - A37F450D1DF9AB3FE4EAEA2219F5DE2B /* Concat-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Concat-inl.h"; path = "folly/experimental/coro/Concat-inl.h"; sourceTree = ""; }; - A380FD4813423BE03E1CD691805D09E0 /* ThreadCachedLists.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedLists.h; path = folly/synchronization/detail/ThreadCachedLists.h; sourceTree = ""; }; - A3A2006022D98964B9A01EA7E965E6E6 /* MemoryResource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryResource.h; path = folly/memory/MemoryResource.h; sourceTree = ""; }; - A3A5EED9EDDAE1FE143DE07E0117D6D3 /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; - A3C0176783BC37D7572F240DDBC954FE /* WTCallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WTCallback.h; path = folly/futures/WTCallback.h; sourceTree = ""; }; - A3C6797595B38172404E1578D314F74A /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; - A3C68979DDAA497AC2DBE56BA9AC482B /* Dirent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Dirent.h; path = folly/portability/Dirent.h; sourceTree = ""; }; - A40A7E745AEFC111B1776ECBB1162403 /* select.c */ = {isa = PBXFileReference; includeInIndex = 1; path = select.c; sourceTree = ""; }; - A40FF66AA4C8684430FD9A15E4F824A1 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/primitives.h; sourceTree = ""; }; - A43628545BA49A7720B152BBA014C0D5 /* RCTActivityIndicatorViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTActivityIndicatorViewComponentView.mm; sourceTree = ""; }; - A478D5638A6650CDC81B7B2FE4E0EC69 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; - A479683E1C576D7FD8C3F24276A2B4E6 /* RCTAnimationUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimationUtils.mm; sourceTree = ""; }; - A492F5D3479F061F930B00CC44ED55B6 /* uk.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = uk.lproj; path = React/I18n/strings/uk.lproj; sourceTree = ""; }; - A49F813D9D0AAE8A6FA041CBF564263A /* SRURLUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRURLUtilities.h; path = SocketRocket/Internal/Utilities/SRURLUtilities.h; sourceTree = ""; }; - A4C4ED00F8DA4FE2A8A681B088554B17 /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; - A4CFD91D2594FD33B7EE2C5D6DF840F1 /* Sealable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sealable.h; path = react/renderer/core/Sealable.h; sourceTree = ""; }; - A569E3F97A70000FEB210ADAFAD5D753 /* ThreadLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLocal.h; path = folly/ThreadLocal.h; sourceTree = ""; }; - A57A24BC0CB37D9ABCE46CE66C927141 /* AtomicHashArray-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicHashArray-inl.h"; path = "folly/AtomicHashArray-inl.h"; sourceTree = ""; }; - A57D2BA77484DB13F6FC5352024E4FAF /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; - A584B4F1FFE3EEC031BD3A5621AD61BD /* Try-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Try-inl.h"; path = "folly/Try-inl.h"; sourceTree = ""; }; - A5AEF049FF2C24AFCDDB78E02EF9E44C /* React-Mapbuffer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Mapbuffer-dummy.m"; sourceTree = ""; }; + 9DB28E8C209A78E622C0305EEB0B8A19 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; + 9DB326307140B9D4967E5C75EE4D451D /* Function.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Function.h; path = react/bridging/Function.h; sourceTree = ""; }; + 9DBAD76DF0AA6D7A788B0D3674035677 /* Hint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hint.h; path = folly/lang/Hint.h; sourceTree = ""; }; + 9DD30C23A0277639DFBEA7BDEC6DFEE3 /* UninitializedMemoryHacks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UninitializedMemoryHacks.h; path = folly/memory/UninitializedMemoryHacks.h; sourceTree = ""; }; + 9DF1753017BD4FC4A6370681CBE48C79 /* TextInputState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextInputState.h; path = react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/TextInputState.h; sourceTree = ""; }; + 9E177524AAB858045AD52E1FFD4C991A /* PointerHoverTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PointerHoverTracker.h; path = react/renderer/uimanager/PointerHoverTracker.h; sourceTree = ""; }; + 9E1FB69666F2C09161B2E1A2535CC43A /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; + 9E6068776F49102288177FE25869B4F8 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; + 9E725BADB6EC401BE33F493BD4BE2793 /* ParagraphComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphComponentDescriptor.h; path = react/renderer/components/text/ParagraphComponentDescriptor.h; sourceTree = ""; }; + 9EA2794840FA725A97054EE3C4C201C0 /* RCTAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimatedImage.h; path = Libraries/Image/RCTAnimatedImage.h; sourceTree = ""; }; + 9EA652E4CB7DDC6698F42743A59CB48F /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; + 9EB5D5242D476B50F6A84EA6ECF95DAF /* React-FabricImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-FabricImage.debug.xcconfig"; sourceTree = ""; }; + 9EED1EEAD5AA1DD78D49501ECED7AB7D /* RCTInterpolationAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInterpolationAnimatedNode.mm; sourceTree = ""; }; + 9F03A2E19DD75677633924F1B93787D1 /* React-RCTAppDelegate.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAppDelegate.release.xcconfig"; sourceTree = ""; }; + 9F4B2863206A2795EDD2B67B16FAC91C /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; + 9F5340BCCBE419D365ECF7F577F67C2B /* React-NativeModulesApple-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-NativeModulesApple-dummy.m"; sourceTree = ""; }; + 9F7378714B1A2275988B900E389392EE /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; + 9F8C4243A150FEDAB173B67E50BC9174 /* ReactEventPriority.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactEventPriority.h; path = react/renderer/core/ReactEventPriority.h; sourceTree = ""; }; + 9FB8DB4CA6FB75873D74FF57CA59968C /* TrailingPosition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TrailingPosition.h; sourceTree = ""; }; + 9FBD5986BF1B3B3D5B97CC5217DFE41D /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; + A04DC956EC28B16DDE9F446048074A0D /* BaseViewEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseViewEventEmitter.cpp; path = react/renderer/components/view/BaseViewEventEmitter.cpp; sourceTree = ""; }; + A063348780E28C80CDFC691EE7F2C78D /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; + A07442CD10380BE0C2F7C19CA5D62FB6 /* RCTSubtractionAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSubtractionAnimatedNode.mm; sourceTree = ""; }; + A07A822153FEC0A3E902A56BD0450957 /* React-RuntimeHermes.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RuntimeHermes.debug.xcconfig"; sourceTree = ""; }; + A09332652A2DA7B2F95FDC212274928B /* Fcntl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fcntl.h; path = folly/portability/Fcntl.h; sourceTree = ""; }; + A0A2F69D09350A6A5AFA9864BBB84FFE /* React-Codegen.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-Codegen.modulemap"; sourceTree = ""; }; + A0C9633F0AEEFB533D94C4D5B1D9CFDE /* React-perflogger.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-perflogger.debug.xcconfig"; sourceTree = ""; }; + A0CFE0D44D175E1A391C2129A3C3EBEF /* RCTAlertManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAlertManager.mm; sourceTree = ""; }; + A0DF3FB6417DB1CED9E5F8CF270DC9F6 /* RCTRootComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootComponentView.h; sourceTree = ""; }; + A0E2B3DDC742F701942096E520561398 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; + A0E5972A9C9EBA5B3038586A11E0FCF5 /* RCTAppSetupUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppSetupUtils.h; sourceTree = ""; }; + A0F0DECC4F2AEFAABCD0C3A4F368C487 /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; + A11628FF9D522105C68BD01BB4D05697 /* ConnectionDemux.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionDemux.cpp; sourceTree = ""; }; + A1EEF0D5633DA10F123E110EDC4C4947 /* BridgelessJSCallInvoker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = BridgelessJSCallInvoker.cpp; sourceTree = ""; }; + A213D84A5E7EB977D2213B29DCE12629 /* React-nativeconfig.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-nativeconfig.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + A21CEC9ACA2547F2173B743914CC6A16 /* ViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewProps.h; path = react/renderer/components/view/ViewProps.h; sourceTree = ""; }; + A2237CD09A4316F9776CDCDA5907FAF5 /* RCTViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTViewComponentView.mm; sourceTree = ""; }; + A23EC0B053A41A76F8AE3B595FF6B87A /* MountingTransaction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MountingTransaction.h; path = react/renderer/mounting/MountingTransaction.h; sourceTree = ""; }; + A2433055CA015DE51A8A13B2AAAE5155 /* Config.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Config.cpp; sourceTree = ""; }; + A24606F72343E19E228B3000540EC8FD /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; + A275DD42FB75440C81B2F60BD6B23196 /* fmt.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = fmt.debug.xcconfig; sourceTree = ""; }; + A27676D6AF709B183CC889284CE2B3D1 /* Direction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Direction.h; sourceTree = ""; }; + A294F9716939BAB7421C72EE8DE2D3C2 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; + A29983597DBADCA7A69A6EAE6BBED3C3 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; + A2E8652189AEFEC58162855B790CFA15 /* Futex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Futex.h; path = folly/detail/Futex.h; sourceTree = ""; }; + A31AB8CE7A0BE03B38908CD5083FD09A /* React-debug.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-debug.modulemap"; sourceTree = ""; }; + A322F1AA7B7D88649BEF8224A0A6AC08 /* RCTViewRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewRegistry.m; sourceTree = ""; }; + A341E5DC44E63AA9B8DFF0E0E059A5F4 /* StubView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StubView.h; path = react/renderer/mounting/StubView.h; sourceTree = ""; }; + A349B258597025E561C3C8C773B51674 /* RCTEnhancedScrollView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTEnhancedScrollView.mm; sourceTree = ""; }; + A35672FA86AA809C95DB1AD01D1F4E30 /* LayoutMetrics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutMetrics.h; path = react/renderer/core/LayoutMetrics.h; sourceTree = ""; }; + A3A1C115325E8DCA58106218ADDBA397 /* nl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nl.lproj; path = React/I18n/strings/nl.lproj; sourceTree = ""; }; + A3B4504723D37DDB3A1BBB28AE41070F /* Dirent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Dirent.h; path = folly/portability/Dirent.h; sourceTree = ""; }; + A3F08746919747A6F56A2864E48BDDD3 /* EventQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventQueue.cpp; path = react/renderer/core/EventQueue.cpp; sourceTree = ""; }; + A43C1B14F1018F4B603503BF2E6E2524 /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; + A44876BED8E87761881D41D005CCA0E7 /* ImageManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ImageManager.mm; path = react/renderer/imagemanager/ImageManager.mm; sourceTree = ""; }; + A45E1BB2ACE5150BEF6C4801CE86896C /* FMDatabaseQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FMDatabaseQueue.m; sourceTree = ""; }; + A46EE0867CB9E92996C6DE17ED0EE3DB /* RCTSafeAreaViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSafeAreaViewComponentView.mm; sourceTree = ""; }; + A4841C02742AC28A86287DBC07806A0E /* RCTInteropTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTInteropTurboModule.mm; path = ReactCommon/RCTInteropTurboModule.mm; sourceTree = ""; }; + A4AFB126642929BDB526E70B71748879 /* EventQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventQueue.h; path = react/renderer/core/EventQueue.h; sourceTree = ""; }; + A4D384B56D16CD122C5BFFBD16EFEF46 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = react/renderer/animations/utils.h; sourceTree = ""; }; + A4DBF56470408F62F5CFC5811EC41C55 /* ParkingLot.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParkingLot.cpp; path = folly/synchronization/ParkingLot.cpp; sourceTree = ""; }; + A4DDB397BCB393ACDDF3EB861945B730 /* EventListener.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventListener.cpp; path = react/renderer/core/EventListener.cpp; sourceTree = ""; }; + A4EB08646CC21410C4622CEE62B7DC51 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/primitives.h; sourceTree = ""; }; + A50AFF02E96B2A9FAD9F4CDF5D05C365 /* RCTPerfMonitor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPerfMonitor.mm; sourceTree = ""; }; + A50DCAB2950F79811B921C5568362684 /* UnbatchedEventQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnbatchedEventQueue.cpp; path = react/renderer/core/UnbatchedEventQueue.cpp; sourceTree = ""; }; + A511E79FFB4293C0F4E1849EB6DAA5E9 /* FMDatabaseAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FMDatabaseAdditions.m; sourceTree = ""; }; + A53C026A38554E36070D5FF7477DE9BD /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTStatusBarManager.h; path = React/CoreModules/RCTStatusBarManager.h; sourceTree = ""; }; + A5419C82AB201A4405D35E3F97C867FB /* TextInputProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextInputProps.h; path = react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/TextInputProps.h; sourceTree = ""; }; + A5823607D77DE3B854886CBA748F1433 /* TelemetryController.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TelemetryController.cpp; path = react/renderer/mounting/TelemetryController.cpp; sourceTree = ""; }; + A5B22DA0749C539DAE387FAB7E1507FC /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; A5B49761F8D1EB12585DD45CAA2E489F /* React-logger */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-logger"; path = "libReact-logger.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - A5CF8E7DAD0BEFF2663E74686E9D2853 /* Coroutine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Coroutine.h; path = folly/experimental/coro/Coroutine.h; sourceTree = ""; }; - A5D58A34D07A154EB722D5C344C42FD4 /* ExceptionWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionWrapper.h; path = folly/ExceptionWrapper.h; sourceTree = ""; }; - A5F36D17C38CBCD1A91A51B245385D11 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = jsi/instrumentation.h; sourceTree = ""; }; - A61C323E754B3E5C5D8A17D981CA2242 /* RCTScrollViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewComponentView.h; sourceTree = ""; }; - A6502F7D1D5FFDA2965269DDA81C02B4 /* ScheduledExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledExecutor.h; path = folly/executors/ScheduledExecutor.h; sourceTree = ""; }; - A65273F1B62BC55B36F7BE37E5FB5DE2 /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; - A6625C6451E01039C805EC57B2C1A23A /* AutoTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AutoTimer.h; path = folly/experimental/AutoTimer.h; sourceTree = ""; }; + A5E92316DAA53D54019FF1D5E3697030 /* simdjson.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = simdjson.cpp; path = src/simdjson.cpp; sourceTree = ""; }; + A5FAB647D0F4DBFEAA683CD3AFF2F587 /* ModalHostViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ModalHostViewShadowNode.h; path = react/renderer/components/modal/ModalHostViewShadowNode.h; sourceTree = ""; }; + A5FD51AD36118D278A13D28B6A1C0F24 /* MeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MeasureMode.h; sourceTree = ""; }; + A602AFB5786A8427B22008771FA2A005 /* ImageState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageState.h; path = react/renderer/components/image/ImageState.h; sourceTree = ""; }; + A6072D5AD4221696B9DE9D90F1EB0439 /* Foreach-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Foreach-inl.h"; path = "folly/container/Foreach-inl.h"; sourceTree = ""; }; + A613E889F5C29F0DAC3CCA3F322423D6 /* RCTStyleAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTStyleAnimatedNode.mm; sourceTree = ""; }; + A616744A9B894FE3A9A3A1E53EA13CA3 /* React-Fabric-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Fabric-prefix.pch"; sourceTree = ""; }; + A67702A5BB9FE81CBF2BBE1340D12764 /* Float.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Float.h; sourceTree = ""; }; A67E85E5F06FDA406D3A1B378BDF0C5C /* React-runtimescheduler */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-runtimescheduler"; path = "libReact-runtimescheduler.a"; sourceTree = BUILT_PRODUCTS_DIR; }; A68E5A9B69A3BA0FD52CAF7A354EC93B /* React-RCTNetwork */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTNetwork"; path = "libReact-RCTNetwork.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - A6AAFBF60ED16E8749CC6BFA681B8929 /* FMDatabasePool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FMDatabasePool.m; sourceTree = ""; }; - A6B679F7DF471D6314947ECAD2D382DC /* format.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = format.cc; path = src/format.cc; sourceTree = ""; }; - A6C19ADD9D4D4AF44385B149CDF15658 /* WatermelonDB.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = WatermelonDB.h; sourceTree = ""; }; - A6C39601F47FAE1B0F1B183FB6681465 /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; - A6E6FA13F9D80A6529F1B362BDC93109 /* RectangleCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RectangleCorners.h; sourceTree = ""; }; - A700FEB05AD0A435867F16FEF9F90DEB /* Touch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Touch.h; path = react/renderer/components/view/Touch.h; sourceTree = ""; }; - A72699B189B844FD78A9A544F13DE91C /* Format.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Format.h; path = folly/Format.h; sourceTree = ""; }; - A757C563F2F4BA183C2A640BB87A2857 /* EventQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventQueue.cpp; path = react/renderer/core/EventQueue.cpp; sourceTree = ""; }; - A75B4C7520F3BD4F60EC2E4907D3D3D2 /* CalledOnceMovableOnlyFunction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CalledOnceMovableOnlyFunction.h; sourceTree = ""; }; - A76BB873D36701F73E8AF44F6C7B71E8 /* UIManagerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerDelegate.h; path = react/renderer/uimanager/UIManagerDelegate.h; sourceTree = ""; }; - A76C1B0EDCC5EACEA9023160FA0EF80D /* HazptrThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrThreadPoolExecutor.h; path = folly/synchronization/HazptrThreadPoolExecutor.h; sourceTree = ""; }; - A78345E5E3B72FE09DA66082B55DCAD0 /* TimedDrivableExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimedDrivableExecutor.h; path = folly/executors/TimedDrivableExecutor.h; sourceTree = ""; }; - A79921BC515B4718A1FF86F607431011 /* LayoutAnimationKeyFrameManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutAnimationKeyFrameManager.cpp; path = react/renderer/animations/LayoutAnimationKeyFrameManager.cpp; sourceTree = ""; }; - A7A96C6B82DDB76A48A82E69AE527502 /* ThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadPoolExecutor.cpp; path = folly/executors/ThreadPoolExecutor.cpp; sourceTree = ""; }; - A7C5918377CBD325D85305AA5ABA756D /* RCTCallableJSModules.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCallableJSModules.m; sourceTree = ""; }; - A7CE36615DAE23F391D5C2D450DA4444 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; - A7FD7DB661C6AE4C3D916BEBF5C43150 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; - A81311895B0481BD33D91FFCED2AFC80 /* RCTDecayAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDecayAnimation.mm; sourceTree = ""; }; - A8195647B5483E79AE6930F225C04C9F /* ThreadCachedSynchronized.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedSynchronized.h; path = folly/concurrency/ThreadCachedSynchronized.h; sourceTree = ""; }; - A865F19FFA5A53D0701177C838C42424 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; - A868AA516C3AFFDA4DF49A29D5037B27 /* AsyncScope.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncScope.h; path = folly/experimental/coro/AsyncScope.h; sourceTree = ""; }; - A8947EA27063BF4001E9FCE478CA7C1A /* Fingerprint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fingerprint.h; path = folly/Fingerprint.h; sourceTree = ""; }; - A8A2887CE50684803AC61DCEBAD146C0 /* SingleWriterFixedHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingleWriterFixedHashMap.h; path = folly/experimental/SingleWriterFixedHashMap.h; sourceTree = ""; }; - A8A4179A53F023E2A1FDD6C6F53DDF3D /* DelayedDestruction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DelayedDestruction.h; path = folly/io/async/DelayedDestruction.h; sourceTree = ""; }; - A8B58D5BA4B550CF2980DC119D2D6303 /* RCTPlatform.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatform.mm; sourceTree = ""; }; - A8BB6A8F879487DF84FDED3651FB5F23 /* RCTBaseTextInputViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextInputViewManager.mm; sourceTree = ""; }; - A8ED32F6896C7D6142581CF7280A3D11 /* SignalHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SignalHandler.h; path = folly/experimental/symbolizer/SignalHandler.h; sourceTree = ""; }; - A8FF44E56D21F162DF1CFDFA1E343CB6 /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; - A90D829AB3CB704B24E252215E383D90 /* File.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = File.h; path = folly/File.h; sourceTree = ""; }; - A9187F19E84940A7B5C97DC96A5C313B /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; - A919B6B6A405D9246B447611C9A3725D /* TimekeeperScheduledExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimekeeperScheduledExecutor.cpp; path = folly/executors/TimekeeperScheduledExecutor.cpp; sourceTree = ""; }; - A9222969F85A2C3BDF4896C5A52B97BC /* RCTLocalizedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLocalizedString.h; sourceTree = ""; }; - A93CC985BD6DD03D02509C1C73960AC3 /* TokenBucket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TokenBucket.h; path = folly/TokenBucket.h; sourceTree = ""; }; - A943D07D7511DEBB135E170FE2699783 /* viewPropConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = viewPropConversions.h; path = react/renderer/components/view/viewPropConversions.h; sourceTree = ""; }; - A95865CF52F72AC7F1A457BD56AB0B1C /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; - A9866F23C9A142C7C671385693FB1BA2 /* LockFreeRingBuffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LockFreeRingBuffer.h; path = folly/experimental/LockFreeRingBuffer.h; sourceTree = ""; }; - A9ADDAB14E01EC54305CA1DD257A9F41 /* RCTRequired.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.release.xcconfig; sourceTree = ""; }; - A9B58153C5BC418BBDF05AD7199315F7 /* ChannelBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ChannelBridge.h; path = folly/experimental/channels/detail/ChannelBridge.h; sourceTree = ""; }; - A9C1AF618F45880F354E8239E77FD31E /* PointerEventsProcessor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PointerEventsProcessor.cpp; path = react/renderer/uimanager/PointerEventsProcessor.cpp; sourceTree = ""; }; - A9D8F1F3F8D96C8E7B0E9B2267709293 /* React-RCTFabric.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-RCTFabric.modulemap"; sourceTree = ""; }; - A9DD4B80DE2633C2070E08CFF20E1DE4 /* id.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = id.lproj; path = React/I18n/strings/id.lproj; sourceTree = ""; }; - A9E94127D7A4B72805E99B0EE8522AD7 /* React-NativeModulesApple.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-NativeModulesApple.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A9FFBAC47E61094F30BEA1021019532A /* componentNameByReactViewName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = componentNameByReactViewName.h; path = react/renderer/componentregistry/componentNameByReactViewName.h; sourceTree = ""; }; - AA52CA9E3A73D2B4E41AEEC51594339B /* RCTLinkingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingManager.mm; sourceTree = ""; }; - AA6623144934DC703EBE6040B34FEECE /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; - AA6D7AC84CDDDE425B27AC09BB813652 /* SimpleThreadSafeCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SimpleThreadSafeCache.h; sourceTree = ""; }; - AA7333B81E84D2EA535D1596369F4922 /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; - AA87D2AC6168A75833E9A7F36C5ACE16 /* UnimplementedViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnimplementedViewProps.h; path = react/renderer/components/unimplementedview/UnimplementedViewProps.h; sourceTree = ""; }; - AA8C8349E5C2C6C03851D92B054AD420 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTI18nManager.h; path = React/CoreModules/RCTI18nManager.h; sourceTree = ""; }; - AA91D919A0579D534A941A918B293073 /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; - AA9A7DF58CC70E66BC46A5CD6BEE69FE /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; - AAABDD03C17598225A3C0515FF6DB31D /* ErrorUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ErrorUtils.h; sourceTree = ""; }; - AADD4603EC4B218AEC02CB4F9CD6C54A /* IoUringBackend.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IoUringBackend.h; path = folly/experimental/io/IoUringBackend.h; sourceTree = ""; }; - AADE5ADF9D8B9651C5DEA9E703205792 /* bufferevent_sock.c */ = {isa = PBXFileReference; includeInIndex = 1; path = bufferevent_sock.c; sourceTree = ""; }; - AAFA3AC1E9C9E0E21C443C872A81FABF /* RCTComponentViewDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewDescriptor.h; sourceTree = ""; }; - AB088A3B55E596BF9CE3A2DFAF2C4712 /* hu.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = hu.lproj; path = React/I18n/strings/hu.lproj; sourceTree = ""; }; - AB0DD289C70BB4B1A58D0BBD31F71CF7 /* React-RCTSettings.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTSettings.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - AB173C38F7733637DC50EDB30BC11645 /* StaticConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticConst.h; path = folly/lang/StaticConst.h; sourceTree = ""; }; - AB497703BF0C9E0ACB14CAF60DF50A2A /* TurboModulePerfLogger.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModulePerfLogger.cpp; path = react/nativemodule/core/ReactCommon/TurboModulePerfLogger.cpp; sourceTree = ""; }; - AB814ABB3B76D45237E703DA4F149E5E /* RCTInputAccessoryComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryComponentView.mm; sourceTree = ""; }; - AB8611B49B3964261CE10CE2A4A0BA57 /* SocketFastOpen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketFastOpen.h; path = folly/detail/SocketFastOpen.h; sourceTree = ""; }; - AB9B0AB0C2355E891CC6A43E22FFEAEB /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyboardObserver.h; path = React/CoreModules/RCTKeyboardObserver.h; sourceTree = ""; }; - ABA845C5128B2EFDDDA1C6575E369037 /* evdns.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evdns.h; path = include/evdns.h; sourceTree = ""; }; - ABA9DAF7216D5434C3734CFC506B77F9 /* React-rendererdebug-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-rendererdebug-prefix.pch"; sourceTree = ""; }; - ABE485985718E13F38BD5D312116E65A /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; - ABF44C84B21016B3851416DD28973CA8 /* IPAddressException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressException.h; path = folly/IPAddressException.h; sourceTree = ""; }; - ABFD138F34D8F788A054F407B07E78E9 /* ImageShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageShadowNode.h; path = react/renderer/components/image/ImageShadowNode.h; sourceTree = ""; }; - AC22C6965DD3BF9EF3D82C13C1FA60DB /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; - AC413DF22C46BAB18326BB43F4E71E30 /* React-jsinspector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.debug.xcconfig"; sourceTree = ""; }; - AC613B4105A5B01EB9BD773C99429804 /* RCTPerfMonitor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPerfMonitor.mm; sourceTree = ""; }; - AC76684805694E23B7BE2CD36C9C8D1C /* EventBaseLoopController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseLoopController.h; path = folly/fibers/EventBaseLoopController.h; sourceTree = ""; }; - AC799F3D4502456B1433097E5DB290E1 /* RCTImageLoaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderProtocol.h; path = Libraries/Image/RCTImageLoaderProtocol.h; sourceTree = ""; }; - AC89C8FD1FE7295AEA8ED12AB7D9C5D5 /* CPortability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CPortability.h; path = folly/CPortability.h; sourceTree = ""; }; - AC982209BF397D98519537207F1698E6 /* BaseViewEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseViewEventEmitter.cpp; path = react/renderer/components/view/BaseViewEventEmitter.cpp; sourceTree = ""; }; - ACB7344A1AB0291D73C9174F6A2EDEB7 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; - ACC2B10FE1AF50601413B959218B655C /* RCTCustomPullToRefreshViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomPullToRefreshViewProtocol.h; sourceTree = ""; }; - ACE1183C3E5DB9D0F091BDD99014FF9B /* PicoSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoSpinLock.h; path = folly/synchronization/PicoSpinLock.h; sourceTree = ""; }; - AD1EE7878B2A5A0235642A1F346DBA8C /* SysSyscall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysSyscall.h; path = folly/portability/SysSyscall.h; sourceTree = ""; }; - AD2A47307E052C5E507D7B1D12B93A6B /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; - AD2FAC0AF28E93D1402AB2FB3494B04A /* RangeCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RangeCommon.h; path = folly/detail/RangeCommon.h; sourceTree = ""; }; - AD42D7754339B6048DB2534F38D258AA /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; - AD53C5F7CD535558BDFA2DD856EC27DD /* CtorConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CtorConfig.h; path = destroot/include/hermes/Public/CtorConfig.h; sourceTree = ""; }; - AD5854556535541C8B4647C73A794D5D /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; - AD732DDAC7595CF3438E8C765C64F4D1 /* AttributedStringBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AttributedStringBox.h; path = react/renderer/attributedstring/AttributedStringBox.h; sourceTree = ""; }; - AD9E1E3EC35FF8BA499CB4DE89001EE1 /* SharedMutex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SharedMutex.cpp; path = folly/SharedMutex.cpp; sourceTree = ""; }; - ADC126D09E2E83FE61D33325944F858C /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; - ADD604AF41154CC4758D29186BBCF66B /* React-graphics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-graphics.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - ADE88BC4F4B8069624CB753D34BDCB88 /* YogaLayoutableShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YogaLayoutableShadowNode.h; path = react/renderer/components/view/YogaLayoutableShadowNode.h; sourceTree = ""; }; - AE23D078D262D50FC25B844B8D7BB5CA /* RCTDevLoadingViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewProtocol.h; sourceTree = ""; }; - AED4A99C94B751DD3208B97E7629CCBE /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; - AEF531B6F6D4F69971D5696F7985B3E6 /* DiscriminatedPtrDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DiscriminatedPtrDetail.h; path = folly/detail/DiscriminatedPtrDetail.h; sourceTree = ""; }; - AF229A219E49D048982E1C249F64F014 /* React-graphics-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-graphics-umbrella.h"; sourceTree = ""; }; - AF2A88DBF7CBF6848E5F1061B8C40EB0 /* BatchedEventQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BatchedEventQueue.h; path = react/renderer/core/BatchedEventQueue.h; sourceTree = ""; }; - AF2B7A1B34F0A83B49F0047B126BB347 /* BaseViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseViewEventEmitter.h; path = react/renderer/components/view/BaseViewEventEmitter.h; sourceTree = ""; }; - AF8B65553F8AFCCEB2D7E89AA2A10C8B /* WMDatabaseBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = WMDatabaseBridge.h; sourceTree = ""; }; - AF9166C1FF9634E1B694FA8ADE9AF92B /* VirtualEventBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = VirtualEventBase.cpp; path = folly/io/async/VirtualEventBase.cpp; sourceTree = ""; }; - AF971823FE5688D66B53550D3D0F645B /* Convert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Convert.h; path = react/bridging/Convert.h; sourceTree = ""; }; - AFAC567F05166B8B4B4C93467C9020AA /* RCTComponentViewFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTComponentViewFactory.mm; sourceTree = ""; }; - AFAE51BF2BE176A8ECD41B88553ACCDC /* LegacyViewManagerInteropComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropComponentDescriptor.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropComponentDescriptor.h; sourceTree = ""; }; - AFC115B37146602C47E20E506AB43085 /* React-logger.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-logger.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - B00CF38A3BBDAE78665624FD3F76DC7F /* React-perflogger.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-perflogger.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - B0140977B1E7C6C220F228DBEA1A3E96 /* IndexedMemPool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IndexedMemPool.h; path = folly/IndexedMemPool.h; sourceTree = ""; }; - B0284A182D68A84D850B40DE9B71AC7C /* Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Transform.h; sourceTree = ""; }; - B06C10370747FEA331E20A95123ACC5C /* MountingCoordinator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MountingCoordinator.cpp; path = react/renderer/mounting/MountingCoordinator.cpp; sourceTree = ""; }; - B08216CA2F36147BED7DB768264E8146 /* Config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Config.h; path = folly/portability/Config.h; sourceTree = ""; }; - B09DC4778EDC12D21516D4201AFC96F0 /* Enumerate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Enumerate.h; path = folly/container/Enumerate.h; sourceTree = ""; }; - B0A04D87C3AC4CD494C4F6A52B9A57B6 /* RCTImageManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTImageManager.mm; path = react/renderer/imagemanager/RCTImageManager.mm; sourceTree = ""; }; - B0A18F5F1B7FEB8ED54636BCE389E989 /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; - B0B1A38BDC41B554CB01FD70B98ABBFA /* WatermelonDB-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "WatermelonDB-dummy.m"; sourceTree = ""; }; - B0BDEE7ED421489DFEA347C7C7AF4F18 /* RCTBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBridge.mm; sourceTree = ""; }; - B0E68108A39BD751FE5D1EDFC6DA2C4F /* utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = utils.cpp; path = react/renderer/animations/utils.cpp; sourceTree = ""; }; - B10C3B85396F60050EC6D216877C448C /* fmt-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "fmt-prefix.pch"; sourceTree = ""; }; - B110F89B3145BB9CFB56A0F2951E0C57 /* EliasFanoCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EliasFanoCoding.h; path = folly/experimental/EliasFanoCoding.h; sourceTree = ""; }; - B1381C36B6D449196DEC32179B6C8A1B /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; - B14F05DEBA838E5A56E0E4168AC4A353 /* RCTSyncImageManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSyncImageManager.mm; path = react/renderer/imagemanager/RCTSyncImageManager.mm; sourceTree = ""; }; - B15BB0FBF1BA1A36A92040BEC7AE9787 /* Merge-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Merge-inl.h"; path = "folly/experimental/coro/Merge-inl.h"; sourceTree = ""; }; - B1750B0DFD216FFCBCFBDC174517A2F4 /* SignalHandlerTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SignalHandlerTest.h; path = folly/experimental/symbolizer/test/SignalHandlerTest.h; sourceTree = ""; }; - B17CD02F5FDC5785F89D0C3CD6A500B1 /* RCTColorAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTColorAnimatedNode.h; sourceTree = ""; }; - B1894AE14B3B41FED19A18A7C2541FF3 /* Retrying.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Retrying.h; path = folly/futures/Retrying.h; sourceTree = ""; }; - B18E5A50C425822F3D189BB248EC16B3 /* RuntimeSchedulerBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeSchedulerBinding.h; sourceTree = ""; }; - B19A3C53E8C46A5C4D440C19172699C3 /* ImageEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageEventEmitter.cpp; path = react/renderer/components/image/ImageEventEmitter.cpp; sourceTree = ""; }; - B1A57FC27CC3E3E75729E321441F291B /* FBLazyVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyVector.h; path = FBLazyVector/FBLazyVector.h; sourceTree = ""; }; - B1A8A30B6B5D0427A17838A52F92D68C /* MessageTypesInlines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageTypesInlines.h; sourceTree = ""; }; - B1A9F24B3A429AB2976C711126385C5D /* React-perflogger-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-perflogger-prefix.pch"; sourceTree = ""; }; + A6A3F0A2B90931BC1EC1C3E21381C797 /* TextInputState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextInputState.cpp; path = react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/TextInputState.cpp; sourceTree = ""; }; + A6BB42C32564D7C067A75160B7457050 /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; + A6D5BA68A42EABFFF8C42BAFF6B32E74 /* RCTCxxInspectorPackagerConnectionDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxInspectorPackagerConnectionDelegate.h; sourceTree = ""; }; + A6D702ACCFE3931509F2790C6E153783 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; + A6E21B3D9A76F241B93CEF7D2AA19709 /* New.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = New.h; path = folly/lang/New.h; sourceTree = ""; }; + A71AF6D224DB5B45B4A632DC900459A4 /* fi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fi.lproj; path = React/I18n/strings/fi.lproj; sourceTree = ""; }; + A7237AA79C8E933F1CAB9DE0BDD0B0A5 /* HostPlatformColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformColor.h; sourceTree = ""; }; + A73C90F6C769770D58136250FCF48CCC /* React-hermes.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-hermes.debug.xcconfig"; sourceTree = ""; }; + A74ED5352ACAC24B76D223C19F8C62F3 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; + A75D554108476D6BB8046C09E3577B9C /* RuntimeExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RuntimeExecutor.h; path = ReactCommon/RuntimeExecutor.h; sourceTree = ""; }; + A7BB8379D1CD88BE60A5A0D33D8572A2 /* EventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventEmitter.h; path = react/renderer/core/EventEmitter.h; sourceTree = ""; }; + A7C3FA3DEC4092F63BB39E1F2566D4BC /* React-runtimeexecutor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-runtimeexecutor.debug.xcconfig"; sourceTree = ""; }; + A7C7A0603C70B03A5BAB896F01F15E47 /* ConcreteShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcreteShadowNode.h; path = react/renderer/core/ConcreteShadowNode.h; sourceTree = ""; }; + A7CDF9E97D044762C37CF380DC086899 /* AtomicIntrusiveLinkedList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicIntrusiveLinkedList.h; path = folly/AtomicIntrusiveLinkedList.h; sourceTree = ""; }; + A7DC83484741B6CEE36700BCB855A982 /* ShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowView.h; path = react/renderer/mounting/ShadowView.h; sourceTree = ""; }; + A7E2525A0E66EF3136FD4342856314BC /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; + A7FEE6ECF7F217445EBD97C857669637 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTiming.h; path = React/CoreModules/RCTTiming.h; sourceTree = ""; }; + A807F600D199623AAC1E47F99AD43C8F /* WatermelonDB-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "WatermelonDB-prefix.pch"; sourceTree = ""; }; + A80A385542A9347C200F57687297EA39 /* simdjson-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "simdjson-umbrella.h"; sourceTree = ""; }; + A846AD31825FC26747481C82D51B3091 /* RCTInputAccessoryShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryShadowView.mm; sourceTree = ""; }; + A854CDECEC563F33590796054B7822E0 /* not_null-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "not_null-inl.h"; path = "folly/memory/not_null-inl.h"; sourceTree = ""; }; + A85C9B1C1144724CD503C69AEA9FCD8B /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; + A8AFB5F8828D81AB1CE785F5BD4DC61F /* TextMeasureCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextMeasureCache.h; path = react/renderer/textlayoutmanager/TextMeasureCache.h; sourceTree = ""; }; + A8CB248587D48F0A957641CB162717A4 /* React-nativeconfig-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-nativeconfig-prefix.pch"; sourceTree = ""; }; + A8FBD27727A3838365F69F39FCE1378C /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "React/I18n/strings/zh-Hans.lproj"; sourceTree = ""; }; + A945AE383969D5B4AC29974625C53F64 /* Rcu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Rcu.h; path = folly/synchronization/Rcu.h; sourceTree = ""; }; + A956484ABC9353D13F5C213DFF6F76A7 /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; + A97083B6B19B7182A30872D4EBFEBE41 /* simdjson.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = simdjson.h; path = src/simdjson.h; sourceTree = ""; }; + A9951E633F11568F42B8CA2DB0EAAE73 /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; + A9C67AC080A782225408DA978D1DA4CA /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/components/image/conversions.h; sourceTree = ""; }; + AA1553BA7C531B0C6FB8F13D06F2F39B /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; + AA29C6591A2E715C33B132EAC7AF7008 /* RCTJSIExecutorRuntimeInstaller.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSIExecutorRuntimeInstaller.h; sourceTree = ""; }; + AA3A3C340B0E34E2DE91A75386812EC9 /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; + AA78032AF49201693A01E81C17C66EA3 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; + AAB226E4AB2DF48BAF6AC83AC49AC1CD /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRedBox.h; path = React/CoreModules/RCTRedBox.h; sourceTree = ""; }; + AAD779B1757E51874AD3E315AE0911BF /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; + AAE64CF21F806223D54976C43C7CA94B /* RCTAppDelegate.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppDelegate.mm; sourceTree = ""; }; + AAF4DA1DA2D688AADC65A0DA9B5471DF /* SRError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRError.h; path = SocketRocket/Internal/Utilities/SRError.h; sourceTree = ""; }; + AB1459102548D6C97BDF32F7673BD1DC /* Checksum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Checksum.h; path = folly/hash/Checksum.h; sourceTree = ""; }; + AB17B662459CE9B65E9A84AF92104DEF /* YGPixelGrid.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGPixelGrid.cpp; path = yoga/YGPixelGrid.cpp; sourceTree = ""; }; + AB3065BC1723E238FF985D2A37F0A542 /* RCT-Folly.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "RCT-Folly.release.xcconfig"; sourceTree = ""; }; + AB6B32F88010B897C8CBEDA90F51EF81 /* SimpleSimdStringUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimpleSimdStringUtils.h; path = folly/detail/SimpleSimdStringUtils.h; sourceTree = ""; }; + AB89B71C07D924F2DA582CF6A4C3CFA4 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; + ABA37D7615C32B1F5B407A5EE086D7F7 /* Node.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Node.h; sourceTree = ""; }; + ABA56E2973B5F2DA40756B56701FEC9D /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; + AC04A5C67B4CC06104E1FAC9CDF58712 /* SharedMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedMutex.h; path = folly/SharedMutex.h; sourceTree = ""; }; + AC1448E3360F6A62DEB6D6BE3EACB26A /* ParagraphEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphEventEmitter.cpp; path = react/renderer/components/text/ParagraphEventEmitter.cpp; sourceTree = ""; }; + AC18E26348C64BD7E409DF012EC8FD1E /* ComponentDescriptors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptors.h; path = react/renderer/components/rncore/ComponentDescriptors.h; sourceTree = ""; }; + AC18F953AA41F612F2CB8153565DB590 /* TextLayoutManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = TextLayoutManager.mm; sourceTree = ""; }; + AC1A3A6597F7D2D59AD0CE67E1A09CD2 /* RCTLegacyViewManagerInteropComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLegacyViewManagerInteropComponentView.mm; sourceTree = ""; }; + ACA2D560DF5674F43C2F0CF72BCBF485 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = Libraries/Image/RCTImageLoader.h; sourceTree = ""; }; + ACE440831164AF324B22178CA5BE40D0 /* FBLazyVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyVector.h; path = FBLazyVector/FBLazyVector.h; sourceTree = ""; }; + AD0288743440505A088DDFA69CE73173 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; + AD09CCE53769CA1F7BC1031AEBE1E2CE /* uk.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = uk.lproj; path = React/I18n/strings/uk.lproj; sourceTree = ""; }; + AD13EA361260D530BA7944F0CFC046E1 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; + AD16D5AA10E8416443D8D1FF1460C44B /* Format.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Format.h; path = folly/Format.h; sourceTree = ""; }; + AD18C7CE1E7A5577FEB2D0F7000A7E5F /* ko.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ko.lproj; path = React/I18n/strings/ko.lproj; sourceTree = ""; }; + AD2710EC72C624EB87F820405512AA45 /* React-Fabric.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Fabric.release.xcconfig"; sourceTree = ""; }; + AD29B45C17572843FBF6146FD5BF87E6 /* SRIOConsumerPool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRIOConsumerPool.h; path = SocketRocket/Internal/IOConsumer/SRIOConsumerPool.h; sourceTree = ""; }; + AD4769F2911766BA548AFD0FFEDF8426 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; + AD4FFB5F1B30B5584201585D67221D38 /* RCTLogBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLogBox.mm; sourceTree = ""; }; + AD601E06293D3A3930BE7C2006B41F2B /* SaturatingSemaphore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SaturatingSemaphore.h; path = folly/synchronization/SaturatingSemaphore.h; sourceTree = ""; }; + AD69277D74C06C01F9C13CD77A13038E /* RCTIdentifierPool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTIdentifierPool.h; sourceTree = ""; }; + AD77E6961ACDBD3730EC6702236118AC /* RootProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RootProps.cpp; path = react/renderer/components/root/RootProps.cpp; sourceTree = ""; }; + AD945009ED5CD2E57F93715472E7BAAC /* PropsMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropsMacros.h; path = react/renderer/core/PropsMacros.h; sourceTree = ""; }; + ADB0726235787BE84DE49AC4624711EA /* tr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = tr.lproj; path = React/I18n/strings/tr.lproj; sourceTree = ""; }; + ADC21E6203A42D717BE49E8E588CB0D5 /* SplitStringSimdImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SplitStringSimdImpl.h; path = folly/detail/SplitStringSimdImpl.h; sourceTree = ""; }; + ADD320EC4221CCC1B76BB433ED455CEC /* React-debug.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-debug.release.xcconfig"; sourceTree = ""; }; + ADF560A03C559A77C9107C87619CB4E7 /* PageAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PageAgent.h; sourceTree = ""; }; + AE1B2934FABC52774A42A595531E4F6A /* ComponentDescriptors.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ComponentDescriptors.cpp; path = react/renderer/components/rncore/ComponentDescriptors.cpp; sourceTree = ""; }; + AE3CEE292BC38DDDB735B092E8F32A0D /* RCTDebuggingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDebuggingOverlay.h; sourceTree = ""; }; + AE414480637A9BC7CFC2B70C16C12024 /* AttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AttributedString.h; path = react/renderer/attributedstring/AttributedString.h; sourceTree = ""; }; + AE45D4CB885CACA4B317542378B0D81F /* NSURLRequest+SRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLRequest+SRWebSocket.h"; path = "SocketRocket/NSURLRequest+SRWebSocket.h"; sourceTree = ""; }; + AE55EB0D8F0641B6A3B9BC048B6A5DF7 /* RawTextShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawTextShadowNode.h; path = react/renderer/components/text/RawTextShadowNode.h; sourceTree = ""; }; + AE729B821BDA784B45AFF8A65039D05F /* React-utils-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-utils-umbrella.h"; sourceTree = ""; }; + AE8331A8B19DE05088A3AF1C06D9599D /* ShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNode.cpp; path = react/renderer/core/ShadowNode.cpp; sourceTree = ""; }; + AE85DC12DF3E30AE258ACC3C9861E350 /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; + AE8C9FA47D47B64CE6F506ABE68FCF06 /* DiscriminatedPtrDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DiscriminatedPtrDetail.h; path = folly/detail/DiscriminatedPtrDetail.h; sourceTree = ""; }; + AEA7713221A3B353A10E5D4A3E848D96 /* LayoutConstraints.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutConstraints.h; path = react/renderer/core/LayoutConstraints.h; sourceTree = ""; }; + AEB455EDDB077C84F1FFD562DFFBA54E /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; + AEBD60021620778CF66B52B3BB90BDF5 /* stubs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stubs.h; path = react/renderer/mounting/stubs.h; sourceTree = ""; }; + AEC06D85B7F38501A5719E0618BBDCB6 /* RCTBridgeProxy.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBridgeProxy.mm; sourceTree = ""; }; + AEC9AF86778FE1E50193C715FFD9DE49 /* React-debug.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-debug.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + AEE7D821FE2F99E06D93025BCCDE581E /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; + AEF17D14D0B0DF8A55346CEFDBEA3396 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; + AEF49BE28E7D87B31F7411604BFADC49 /* RuntimeSchedulerCallInvoker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeSchedulerCallInvoker.cpp; sourceTree = ""; }; + AF0447D9E9E638217D6EABE45C7E0632 /* RCTMultiplicationAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMultiplicationAnimatedNode.mm; sourceTree = ""; }; + AF18A646E6EA4CC7C73600700D4BDAF3 /* PageAgent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = PageAgent.cpp; sourceTree = ""; }; + AF297E87957501039602459E49565C20 /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; + AF67768C4A075A1A0B7A20EF50D517BD /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; + AF7E566A1E46C435965177310C115248 /* UnimplementedViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnimplementedViewShadowNode.cpp; path = react/renderer/components/unimplementedview/UnimplementedViewShadowNode.cpp; sourceTree = ""; }; + AF94AB49F3DFCBD87BA7862CC44A3D1D /* UIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManager.h; path = react/renderer/uimanager/UIManager.h; sourceTree = ""; }; + AF9D4809815C39CA6793B26579FDDA54 /* TurboModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModule.cpp; path = react/nativemodule/core/ReactCommon/TurboModule.cpp; sourceTree = ""; }; + AFAEF578C155F412D05E26AF9E63C602 /* AtFork.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AtFork.cpp; path = folly/system/AtFork.cpp; sourceTree = ""; }; + AFB08F045558C6DADC89C84CC798C71B /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; + AFC58F8C987D57066ED35DEFA2DA396E /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + AFE2AC3DE4D98F6A8B6D36ADB8E51F46 /* AtomicUtil-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicUtil-inl.h"; path = "folly/synchronization/AtomicUtil-inl.h"; sourceTree = ""; }; + B00F5D1C6554CAE9A8E6D6AE4ECFE335 /* TextInputEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextInputEventEmitter.h; path = react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/TextInputEventEmitter.h; sourceTree = ""; }; + B01C2C65E7B02816E8148154C56575AF /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = MethodCall.cpp; sourceTree = ""; }; + B02E6E730A273BCBAAB434BD6D2576E3 /* MicroLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroLock.h; path = folly/MicroLock.h; sourceTree = ""; }; + B02F47D538066B1D13C474E20A59039A /* InspectorPackagerConnectionImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorPackagerConnectionImpl.h; sourceTree = ""; }; + B041282BB6E0CD0755E03B990F035982 /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; + B06BDA64A8C366F85CA16B5D0E328839 /* RCTViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewComponentView.h; sourceTree = ""; }; + B07F73246764E395281393D1BFD73751 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; + B0846154EC35111B28426222762CF880 /* React-RCTFabric.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTFabric.release.xcconfig"; sourceTree = ""; }; + B0A1643BF71DE16FFA228713DA55E535 /* CacheLocality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CacheLocality.h; path = folly/concurrency/CacheLocality.h; sourceTree = ""; }; + B0AF45BF7087251B0C904F885ED8178D /* RCTAccessibilityElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityElement.h; sourceTree = ""; }; + B0F4AFE806278086D88DF7F801882C7B /* RCTImageLoaderWithAttributionProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderWithAttributionProtocol.h; path = Libraries/Image/RCTImageLoaderWithAttributionProtocol.h; sourceTree = ""; }; + B10A2905CFE3A22DA9F68FED8B2A937E /* RCTTypeSafety.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTTypeSafety.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B10FA4019F5C607FA08931E27E127784 /* React-RCTVibration.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTVibration.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B1492BA96B69489FCA50F4BBFD32CDD2 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; + B159432A0D462B5E94046B7320846BC4 /* CArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CArray.h; path = folly/lang/CArray.h; sourceTree = ""; }; + B17B5D76BCAC42472B55462BAE850852 /* React-graphics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-graphics.debug.xcconfig"; sourceTree = ""; }; + B17C5DF58EBCAD0079663296EFB0D99F /* FMResultSet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FMResultSet.m; sourceTree = ""; }; + B18233FA84BEC01AFCB96FC16BD3B983 /* EventEmitters.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventEmitters.cpp; path = react/renderer/components/rncore/EventEmitters.cpp; sourceTree = ""; }; B1BC0D650AD4A6CB2A62DB5D7C94556A /* WatermelonDB */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = WatermelonDB; path = libWatermelonDB.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B1E04650A7D423AE04C5740687BC7FD8 /* Align.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Align.h; path = folly/lang/Align.h; sourceTree = ""; }; - B1F1C4EA260A81BED0D964035F3B87FD /* JSONSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSONSchema.h; path = folly/experimental/JSONSchema.h; sourceTree = ""; }; - B1FCB18E4D818DC18E300A1084EB9A2A /* RCTImageLoaderLoggable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderLoggable.h; path = Libraries/Image/RCTImageLoaderLoggable.h; sourceTree = ""; }; - B22A3D4207638F7D9758ED5049EC2718 /* ExceptionWrapper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ExceptionWrapper.cpp; path = folly/ExceptionWrapper.cpp; sourceTree = ""; }; - B2525C79F023E2E46D6A6D405A712FBB /* RCTUITextView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUITextView.mm; sourceTree = ""; }; - B27CAB319186C49AB78FD58681C05915 /* ShadowViewMutation.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowViewMutation.cpp; path = react/renderer/mounting/ShadowViewMutation.cpp; sourceTree = ""; }; - B2A8F2FD836285499CB6073ADB143A6B /* Vector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Vector.h; sourceTree = ""; }; - B2C9046E19AF811CC0CC256FF13F8849 /* RuntimeSchedulerBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeSchedulerBinding.cpp; sourceTree = ""; }; - B2E221D0C0BBC2106A8BB184FED81BFD /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; - B2EBBFD4FDADAEBD10B4776ECD7E06CA /* HazptrUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrUtils.h; path = folly/synchronization/detail/HazptrUtils.h; sourceTree = ""; }; - B2FDA61F29729AFECFCF591992161993 /* React-utils.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-utils.debug.xcconfig"; sourceTree = ""; }; - B30A3359977ADB37189E7C739247084C /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; - B30E283B1CD49A4C0664B90732D847B8 /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; - B317A1F472139A049B7FA26098D1FAD5 /* EventQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventQueue.h; path = react/renderer/core/EventQueue.h; sourceTree = ""; }; - B318BBC9B757C8436162819FC1F8B7C3 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; - B33F56756551C6E4D010291EFA33DF53 /* BlockingWait.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlockingWait.h; path = folly/experimental/coro/BlockingWait.h; sourceTree = ""; }; - B3475C0A912F2BD18B29DC7D2E522A5C /* SharedPromise.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SharedPromise.cpp; path = folly/futures/SharedPromise.cpp; sourceTree = ""; }; - B35FCB42909C4CA850AD6BE13BDD059B /* MapBufferBuilder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MapBufferBuilder.cpp; path = react/renderer/mapbuffer/MapBufferBuilder.cpp; sourceTree = ""; }; - B367148BDF8F51187D5C7ABB5A8803BB /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; - B3826BF5F1F0DE5A07002A722E76E49C /* ForEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ForEach.h; path = folly/fibers/ForEach.h; sourceTree = ""; }; - B3917EC60C164128B1094861590AC049 /* AttributedString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AttributedString.cpp; path = react/renderer/attributedstring/AttributedString.cpp; sourceTree = ""; }; - B3D0E57B39D935A0C0F158706150FE52 /* React-logger.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-logger.release.xcconfig"; sourceTree = ""; }; - B3DA1605E0F686ACFC22A0E168ACB9B6 /* RCTFontUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFontUtils.mm; sourceTree = ""; }; - B3DF971A712CA83CC68778C87BF9278A /* RCTSourceCode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSourceCode.mm; sourceTree = ""; }; - B3E56F99DA026D163E08E3C7962DA7C1 /* DiscriminatedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DiscriminatedPtr.h; path = folly/DiscriminatedPtr.h; sourceTree = ""; }; - B3ED2CC60677AD76F58BDB88A5E601DE /* RCTSinglelineTextInputView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSinglelineTextInputView.mm; sourceTree = ""; }; - B419E52E7A71CC878E8A455901435FD1 /* Promise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Promise.h; path = folly/fibers/Promise.h; sourceTree = ""; }; - B44F3C2015197B2349E89971D47261F5 /* InputAccessoryShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InputAccessoryShadowNode.h; path = react/renderer/components/inputaccessory/InputAccessoryShadowNode.h; sourceTree = ""; }; - B46B030EF95D48F61622E7CDB2A5D214 /* RCTBridgeProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeProxy.h; sourceTree = ""; }; - B47D0257F962DF947998DE6F04432D62 /* http-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "http-internal.h"; sourceTree = ""; }; - B4825A0B482458DF48D6F67A0D882F63 /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; - B499E7CE289D79494868AEFBA4F60464 /* SysUio.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysUio.cpp; path = folly/portability/SysUio.cpp; sourceTree = ""; }; - B4DDAB339D9AD778475DA5D806F640B0 /* AssertFatal.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = AssertFatal.cpp; sourceTree = ""; }; - B4E56F3A68079F594EA2B41E9CE35C4A /* StackTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StackTrace.h; path = folly/experimental/exception_tracer/StackTrace.h; sourceTree = ""; }; - B504848E9E75A0C6A0B1C6DD08120E4A /* DetachOnCancel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DetachOnCancel.h; path = folly/experimental/coro/DetachOnCancel.h; sourceTree = ""; }; - B569499428CE88E0A9D4A2594551D0D9 /* MessageTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageTypes.h; sourceTree = ""; }; - B5723FBDC74FDB1074CD555FD0A4C589 /* OpenSSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSL.h; path = folly/portability/OpenSSL.h; sourceTree = ""; }; - B574189EB80D372D4D8EC99C823B6360 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/components/view/primitives.h; sourceTree = ""; }; - B5B84C42785E2814EEABDC4537D4F5AE /* Yoga-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-umbrella.h"; sourceTree = ""; }; - B5C2872FDD5279CACE999E4E21B94C44 /* ScrollViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewEventEmitter.h; path = react/renderer/components/scrollview/ScrollViewEventEmitter.h; sourceTree = ""; }; - B5CFEBB3CDF0531091CD511802A738D0 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; - B5EBCC3D2289ECDA8F85B26D5A519E56 /* ScrollViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewComponentDescriptor.h; path = react/renderer/components/scrollview/ScrollViewComponentDescriptor.h; sourceTree = ""; }; - B6431B08E7A91544CC34EF80CA74A00E /* MapUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MapUtil.h; path = folly/MapUtil.h; sourceTree = ""; }; - B64CCB0DD1381DFBB58CA919D6F78E34 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; - B65D1EE5BBAB4D1B9847E3CA77157117 /* ThreadLocalDetail.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadLocalDetail.cpp; path = folly/detail/ThreadLocalDetail.cpp; sourceTree = ""; }; - B67CD3BFA6A95A80616524237C4028CA /* RCTModuloAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuloAnimatedNode.mm; sourceTree = ""; }; - B67D01EAAE7FB01C9B99D8C4AF217E87 /* RCTImageDataDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageDataDecoder.h; path = Libraries/Image/RCTImageDataDecoder.h; sourceTree = ""; }; - B680CFB5B3371C20F29725D8FD4559AB /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; - B68556693EED433AB93293A67CCE9607 /* Singleton.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Singleton.cpp; path = folly/Singleton.cpp; sourceTree = ""; }; - B69BF018364EDC6FB2688222AF857630 /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; - B6AAF7B44D2CA1B0BAE44F68B417C969 /* CDPHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDPHandler.h; path = destroot/include/hermes/inspector/chrome/CDPHandler.h; sourceTree = ""; }; - B6F81A740FB2951DDF9FAD5547905E2B /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; - B6FD0DAC4851137D84F09A05B515753A /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; - B72F7F251EE4CF18EC95B45A15FFB145 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; - B73360C4CAEDD75D31EB345814137F83 /* RCTObjectAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjectAnimatedNode.h; sourceTree = ""; }; - B75DA165DFD5E272EF61F6D14B11EA16 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; + B1C2DDC7533E6E8B4EB9893DC9F6FDB1 /* CalculateLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CalculateLayout.cpp; sourceTree = ""; }; + B1D124CF8B584CB0F39373CE1FD657A6 /* ParagraphState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphState.cpp; path = react/renderer/components/text/ParagraphState.cpp; sourceTree = ""; }; + B1E12CAD2C6FB4F2DF64F7CCC6D15E3F /* EventPriority.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventPriority.h; path = react/renderer/core/EventPriority.h; sourceTree = ""; }; + B1F4D64B534E21B5E81E8A4107B004EE /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; + B222607BD79B79EA46BBA68F606016E7 /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; + B286D2E443FD0AC7BDE2FA335AE099A9 /* RCTModulesConformingToProtocolsProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModulesConformingToProtocolsProvider.mm; sourceTree = ""; }; + B2912664908CB6F78177A7A284D257A7 /* RCTLocalAssetImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLocalAssetImageLoader.mm; sourceTree = ""; }; + B2A78B7CA6B87E3C5B857F9EB9B7AF87 /* RCTDeprecation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeprecation.h; sourceTree = ""; }; + B2DA18CEB3A1B39D6DEFDA830C70B7AE /* SafeAssert.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAssert.cpp; path = folly/lang/SafeAssert.cpp; sourceTree = ""; }; + B32465A7B304C55D416657F5078DC373 /* color.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = color.h; path = include/fmt/color.h; sourceTree = ""; }; + B32CE247FEEC1814744A3421CB654796 /* HeterogeneousAccess-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "HeterogeneousAccess-fwd.h"; path = "folly/container/HeterogeneousAccess-fwd.h"; sourceTree = ""; }; + B357588581A44158631A618472611CF2 /* RCTInputAccessoryComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryComponentView.h; sourceTree = ""; }; + B3842DDC8C8C33A9D3DB8FB30835698E /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; + B3A27AAA848CC83E397DC39A9E46B682 /* RCTWebSocketExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketExecutor.mm; sourceTree = ""; }; + B41CA2872B3100D34E5916BD9747FFA2 /* Replaceable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Replaceable.h; path = folly/Replaceable.h; sourceTree = ""; }; + B46136D54F40F23675446372805B6B0D /* GroupVarint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GroupVarint.h; path = folly/GroupVarint.h; sourceTree = ""; }; + B4731BEAE5B9F1A65FB492F06B455F7F /* Stdlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Stdlib.h; path = folly/portability/Stdlib.h; sourceTree = ""; }; + B49E927D98F0202C6C5CD21E1077E16E /* ReactCommon.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.release.xcconfig; sourceTree = ""; }; + B54D8461C2AF60CF1BF611F2D31ED2EB /* ImageProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageProps.cpp; path = react/renderer/components/image/ImageProps.cpp; sourceTree = ""; }; + B597F21D264FDF22B451D67257AA9EF7 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; + B5C07CBA21F57FACAAB67EAB0200D145 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; + B5CA3E3C33E4FE87189CA5272539AA13 /* RCTConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvert.mm; sourceTree = ""; }; + B5F4950574A43023D083A3E3731760A1 /* RCTSwitchComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSwitchComponentView.mm; sourceTree = ""; }; + B640A9964EA3E8305895667CD6375FAB /* HermesInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HermesInstance.cpp; path = hermes/HermesInstance.cpp; sourceTree = ""; }; + B6501460FCAA027C674AB185B605DE1E /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; + B6577792B784C0F015CBBC9C2A12DDEC /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/portability/String.h; sourceTree = ""; }; + B69DAF065EE01F48CB5FBAC10F00EDE0 /* RCTCxxInspectorPackagerConnectionDelegate.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxInspectorPackagerConnectionDelegate.mm; sourceTree = ""; }; + B6A866CA3EE1ADEEDF264EFCEC0F0F57 /* std.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = std.h; path = include/fmt/std.h; sourceTree = ""; }; + B6B15808FE6325BFE9D87ECA96CA3A11 /* ObjCTimerRegistry.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjCTimerRegistry.mm; path = ReactCommon/ObjCTimerRegistry.mm; sourceTree = ""; }; + B6F37D13CE5A1DE0E74413865B70883A /* Poly-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Poly-inl.h"; path = "folly/Poly-inl.h"; sourceTree = ""; }; + B70C6129736E666B55CAAA7398C8E6CF /* React-RCTAnimation.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTAnimation.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B711337B1DBE8FDF8CF854026E0D14C1 /* Touch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Touch.h; path = react/renderer/components/view/Touch.h; sourceTree = ""; }; B7610E9FDE749C16C0B1CDAAF3B2DDC2 /* React-utils */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-utils"; path = "libReact-utils.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B76A2F9F1012A151A4C6B28F07AAC8C2 /* UIManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UIManager.cpp; path = react/renderer/uimanager/UIManager.cpp; sourceTree = ""; }; - B7941BF46EBFAC90EB5AF59B6AA1C6C4 /* EventBaseAtomicNotificationQueue-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EventBaseAtomicNotificationQueue-inl.h"; path = "folly/io/async/EventBaseAtomicNotificationQueue-inl.h"; sourceTree = ""; }; - B79E6780BA27AA0C9BC4AAFEC3EC44F5 /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; - B79EF786152BFBEAE6E4F81DDF8B53AF /* ParagraphProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphProps.cpp; path = react/renderer/components/text/ParagraphProps.cpp; sourceTree = ""; }; - B7A4C53A25458B9A43AE12561B43851E /* RCTTypeSafety.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.debug.xcconfig; sourceTree = ""; }; - B7EA41D92A6126ED7BD4E0143A99F0B6 /* Registration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Registration.h; sourceTree = ""; }; - B7FBDD7914214CF29DCEC1D94704F1E1 /* React-runtimescheduler.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-runtimescheduler.debug.xcconfig"; sourceTree = ""; }; - B81EB71F8324257AD1CF3DA7D069C228 /* DrivableExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DrivableExecutor.h; path = folly/executors/DrivableExecutor.h; sourceTree = ""; }; - B83FC1CB2B8D3BFCB55B783BD0D3A14B /* ComponentDescriptorProviderRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptorProviderRegistry.h; path = react/renderer/componentregistry/ComponentDescriptorProviderRegistry.h; sourceTree = ""; }; - B844AB47A0338D02B1D06957C41AE5CB /* ChannelProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ChannelProcessor.h; path = folly/experimental/channels/ChannelProcessor.h; sourceTree = ""; }; - B85387A4738505943160BE31F527E211 /* ManagedObjectWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ManagedObjectWrapper.h; sourceTree = ""; }; - B85D7C0138720F36446630C13BCE2E84 /* PrintOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PrintOptions.h; sourceTree = ""; }; - B86D10AC14ECDDA6A5413F7E1D9C9833 /* RCTAppSetupUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppSetupUtils.mm; sourceTree = ""; }; - B89AE31725D9B257AD6FCB45C0F42731 /* RawValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawValue.h; path = react/renderer/core/RawValue.h; sourceTree = ""; }; - B8CA60F88E1AE41BC93926A5F91BCBBC /* ExecutionObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExecutionObserver.h; path = folly/experimental/ExecutionObserver.h; sourceTree = ""; }; - B8CC4E4665FF5A190618DD5CB93C393C /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; - B8D9A49CB2F3F218C12D77BFA5CB1C21 /* it.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = it.lproj; path = React/I18n/strings/it.lproj; sourceTree = ""; }; - B8E7F80B7DBA1B54D7D02189AAA32229 /* EventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventDispatcher.h; path = react/renderer/core/EventDispatcher.h; sourceTree = ""; }; - B91C9BB263530F1373A312E22049DA36 /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = folly/memory/Malloc.h; sourceTree = ""; }; - B97AF43C779D11F45803663DBC9106CA /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; - B984AC90CC831D1C4E2A7FB4B61F518B /* FanoutSender-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FanoutSender-inl.h"; path = "folly/experimental/channels/FanoutSender-inl.h"; sourceTree = ""; }; - B994B4147CCBDBF276B614924C392519 /* React-hermes.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-hermes.release.xcconfig"; sourceTree = ""; }; - B9B7DF1E3DD2E9B2B5532D0D2E3A9A81 /* RCTImagePlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePlugins.h; path = Libraries/Image/RCTImagePlugins.h; sourceTree = ""; }; - B9BD078040306AFAB79D7AB75B0A44F6 /* ru.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ru.lproj; path = React/I18n/strings/ru.lproj; sourceTree = ""; }; - B9D68BEE26B3337E09AA7DF2C4A8703F /* RCTConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConstants.m; sourceTree = ""; }; - B9F7D2030CF9852828BDF595504F60DE /* DwarfSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DwarfSection.h; path = folly/experimental/symbolizer/DwarfSection.h; sourceTree = ""; }; - B9F8E230C803A709C6DFBE6399708CCA /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; - BA13097BCCBD6E15F9560916641062FD /* log.c */ = {isa = PBXFileReference; includeInIndex = 1; path = log.c; sourceTree = ""; }; - BABC943720A5FCB335EBE8D43B89A720 /* React-jserrorhandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jserrorhandler.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - BACCBA610AFEBD98138B156E74BEB96A /* InlineExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InlineExecutor.h; path = folly/executors/InlineExecutor.h; sourceTree = ""; }; - BACF7F98684178EDA5E28C67A0A93D9F /* Class.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Class.h; path = react/bridging/Class.h; sourceTree = ""; }; - BAD53F5E7AB2BF032E4F717B1891D3A9 /* ScrollViewState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewState.h; path = react/renderer/components/scrollview/ScrollViewState.h; sourceTree = ""; }; - BB2F68EFC6DCB3A840695127841038E4 /* RCTDevMenu.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevMenu.mm; sourceTree = ""; }; - BB5D7B2A4A152C7388DEB59F8A5FF1FA /* AsyncBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncBase.h; path = folly/experimental/io/AsyncBase.h; sourceTree = ""; }; - BB86E27E95D2090521E33949B96B8CAC /* Result.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Result.h; path = folly/experimental/coro/Result.h; sourceTree = ""; }; - BBDED6EE2F8981DD88E3DB2B4B430C21 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; - BC07F99AFF2822604CAEC7508F96799F /* Hazptr.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Hazptr.cpp; path = folly/synchronization/Hazptr.cpp; sourceTree = ""; }; - BC35D54A44922EA39317EB85E4062916 /* Cursor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Cursor.cpp; path = folly/io/Cursor.cpp; sourceTree = ""; }; - BC3C8C35484682E344F705125E286F96 /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSExecutor.cpp; sourceTree = ""; }; - BC3CAC1DBB33AEAA943C9EFB5DABEC18 /* Future.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Future.cpp; path = folly/futures/Future.cpp; sourceTree = ""; }; - BC5026B1244051C532988BF73E26FA46 /* IOThreadPoolDeadlockDetectorObserver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IOThreadPoolDeadlockDetectorObserver.cpp; path = folly/executors/IOThreadPoolDeadlockDetectorObserver.cpp; sourceTree = ""; }; - BC5ECF49D1A16A34C8764006296F72E3 /* Aligned.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Aligned.h; path = folly/lang/Aligned.h; sourceTree = ""; }; - BC6EC0CC518CFEBD44492C8A8DF5E2C1 /* RawPropsPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawPropsPrimitives.h; path = react/renderer/core/RawPropsPrimitives.h; sourceTree = ""; }; - BC6F3B1B16909B07D94077B315D02BE5 /* SRHTTPConnectMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRHTTPConnectMessage.m; path = SocketRocket/Internal/Utilities/SRHTTPConnectMessage.m; sourceTree = ""; }; - BC7C3637A571873A0EE5B60D16BFD578 /* SysStat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysStat.h; path = folly/portability/SysStat.h; sourceTree = ""; }; - BC7E3AC17909354848AA57F00945B63B /* RCTUnimplementedViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUnimplementedViewComponentView.mm; sourceTree = ""; }; - BCA739E961517019AFE1256FF1A26702 /* EventBaseManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseManager.cpp; path = folly/io/async/EventBaseManager.cpp; sourceTree = ""; }; - BCAE84EBAEDB3A0C7B9D2C7A8A16B258 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; - BCB5303D7B93662426D865628EB760A7 /* RCTSubtractionAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSubtractionAnimatedNode.mm; sourceTree = ""; }; - BD060EA0DF4FDB06EBB63F4FA485A145 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; - BD08BDFA18F958F2ED1FCB4DA4315CF5 /* React-Mapbuffer.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-Mapbuffer.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - BD0DAFC005C9EBEF74F29D0471A4E8F5 /* EnableSharedFromThis.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EnableSharedFromThis.h; path = folly/memory/EnableSharedFromThis.h; sourceTree = ""; }; - BD1F6A9D39F413EF9E3BE5016205DA84 /* HardwareConcurrency.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HardwareConcurrency.cpp; path = folly/system/HardwareConcurrency.cpp; sourceTree = ""; }; - BD3C345E6AAA6288631F1BDF3D1DC3D5 /* React-NativeModulesApple-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-NativeModulesApple-prefix.pch"; sourceTree = ""; }; - BD4D919331F2B8A225E4C2B7CD2EE839 /* React-RCTActionSheet.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTActionSheet.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - BD5627F479B1C481DC3E42AEB18FE0BD /* nb.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nb.lproj; path = React/I18n/strings/nb.lproj; sourceTree = ""; }; - BD6D361A21DAB6DC9FF56792D6A00E72 /* RCTPropsAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPropsAnimatedNode.mm; sourceTree = ""; }; + B77DA9E6D8A90D0BDB388D5130CFD6A5 /* React-FabricImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-FabricImage-prefix.pch"; sourceTree = ""; }; + B797800645D9DCAD28A63367CF4B5E31 /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; + B7DAE91AFA1AEC4FD04392E412D1D4CE /* RCTExceptionsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTExceptionsManager.mm; sourceTree = ""; }; + B83DFBC0279E4DF8CFA602D622946926 /* CheckedMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CheckedMath.h; path = folly/lang/CheckedMath.h; sourceTree = ""; }; + B8426E288C9F4E8EADBFDB047F2B7941 /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; + B84580A87121CAF61CB478AB93D9261B /* LayoutContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutContext.h; path = react/renderer/core/LayoutContext.h; sourceTree = ""; }; + B862E1391D01BF787FE43136140D8C85 /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = react/bridging/LongLivedObject.h; sourceTree = ""; }; + B868435FC1BB39A3949840802519A500 /* RCTAccessibilityElement.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAccessibilityElement.mm; sourceTree = ""; }; + B86E6473CEA7651AF56AB4A0DE22037C /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; + B87758E567704381060EF12FB7B025AB /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = jsi/instrumentation.h; sourceTree = ""; }; + B8BDA25E90049F9C70AA8B349A93426F /* React-graphics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-graphics.release.xcconfig"; sourceTree = ""; }; + B8C5097DA5EAA46AB4FF88AA6F8D6F5B /* Database-batch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "Database-batch.cpp"; sourceTree = ""; }; + B8E9BBBEFDC785C048DDEF9EA28FFED5 /* ParagraphState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphState.h; path = react/renderer/components/text/ParagraphState.h; sourceTree = ""; }; + B8EE883969234B8D43CEA19B78B08828 /* Windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Windows.h; path = folly/portability/Windows.h; sourceTree = ""; }; + B96DBA623627412849117547371D9FEC /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; + B97F33E9BF0E6E5FD86B0667D950EEC9 /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = React/I18n/strings/de.lproj; sourceTree = ""; }; + B9CC2B87AA979A0CE226E57B8BE306A7 /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = folly/memory/Malloc.h; sourceTree = ""; }; + B9CF763D328B9FF7CD87693E3153F680 /* RuntimeScheduler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeScheduler.cpp; sourceTree = ""; }; + B9E96DFFC840B1E714C6D186A6B41717 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CxxNativeModule.cpp; sourceTree = ""; }; + B9F029DADA46B18ADF047508F6813174 /* StyleValueHandle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = StyleValueHandle.h; sourceTree = ""; }; + B9FF361F61B7A378542F02A30393DF63 /* IntrusiveHeap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IntrusiveHeap.h; path = folly/container/IntrusiveHeap.h; sourceTree = ""; }; + BA4DC46A209C68A22450F45E72C9E535 /* SRURLUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRURLUtilities.m; path = SocketRocket/Internal/Utilities/SRURLUtilities.m; sourceTree = ""; }; + BA7531AA0EDD6697C7D87500F8EFA087 /* LayoutAnimationKeyFrameManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutAnimationKeyFrameManager.h; path = react/renderer/animations/LayoutAnimationKeyFrameManager.h; sourceTree = ""; }; + BA8E2E00FBECFA8789E6D5D77E043D32 /* hermes_tracing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hermes_tracing.h; path = destroot/include/hermes/hermes_tracing.h; sourceTree = ""; }; + BA9901F19F900300AC2E7122D5AC01A6 /* RCTHost+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTHost+Internal.h"; path = "ReactCommon/RCTHost+Internal.h"; sourceTree = ""; }; + BAA3CCBDA9FDF8609E0495A48B080979 /* MapBuffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MapBuffer.h; path = react/renderer/mapbuffer/MapBuffer.h; sourceTree = ""; }; + BAB8070C18EDCE8B518A4AD6B7ABA7D4 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; + BACC1D6F0CF3D0892CC092113C7FD1BA /* WeakFamilyRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WeakFamilyRegistry.h; path = react/renderer/leakchecker/WeakFamilyRegistry.h; sourceTree = ""; }; + BAD62DA0698330C52546D1DD499A6B27 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; + BAF67687A73C975DC1D89F35DD7A68A5 /* SRSIMDHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRSIMDHelpers.m; path = SocketRocket/Internal/Utilities/SRSIMDHelpers.m; sourceTree = ""; }; + BB06B409B4DDC6FA88630157B314F883 /* HazptrHolder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrHolder.h; path = folly/synchronization/HazptrHolder.h; sourceTree = ""; }; + BB2D4F3D9EA6B428CD822160742EC53F /* SysSyscall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysSyscall.h; path = folly/portability/SysSyscall.h; sourceTree = ""; }; + BB2E2D07807B6BB7451133707BC5FF03 /* ShadowViewMutation.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowViewMutation.cpp; path = react/renderer/mounting/ShadowViewMutation.cpp; sourceTree = ""; }; + BB7DBF3AC428AEC78260C9DC4CA49106 /* RCTAccessibilityManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAccessibilityManager.mm; sourceTree = ""; }; + BB8765CFA285D06EB4EA1DE8DE702634 /* React-hermes.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-hermes.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + BB8A5342B551F92B8A2537BCC6ED51F5 /* SchedulerPriorityUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SchedulerPriorityUtils.h; sourceTree = ""; }; + BB8ABBAD57F26EF6E656FCE9B68DB2F2 /* RCTUIImageViewAnimated.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIImageViewAnimated.mm; sourceTree = ""; }; + BB96EF13B6D928DBB3A8D90C1ADF57D5 /* AbsoluteLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = AbsoluteLayout.cpp; sourceTree = ""; }; + BB971ED75CA1674F0FAAC4500BBC50A4 /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; + BBA46B29F3F06B0AEC0E48F4C7C99C23 /* Registration.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Registration.cpp; sourceTree = ""; }; + BBAA6714B59FDAB63CB3D51FFFAB5E9F /* SRMutex.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRMutex.m; path = SocketRocket/Internal/Utilities/SRMutex.m; sourceTree = ""; }; + BBC2C48E868D4877BF151ED8DFB3604A /* Sqlite.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Sqlite.cpp; sourceTree = ""; }; + BBCFDB39D48C37A3AF9AA77A7A2AFE14 /* SRSIMDHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRSIMDHelpers.h; path = SocketRocket/Internal/Utilities/SRSIMDHelpers.h; sourceTree = ""; }; + BBDAB2AA9EAB8FF0DA4637A65C5425B5 /* RCTRequired.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTRequired.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + BBE2B529666092F7DEC3C687F33200F0 /* AtomicHashUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashUtils.h; path = folly/detail/AtomicHashUtils.h; sourceTree = ""; }; + BBFA4AD81E9D3D79B1B796B93AE70766 /* React-graphics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-graphics-dummy.m"; sourceTree = ""; }; + BC22B5A34F36A3E0B23AF08AE83EE25D /* RCTPerformanceLoggerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPerformanceLoggerUtils.h; path = ReactCommon/RCTPerformanceLoggerUtils.h; sourceTree = ""; }; + BC384C199B1347B14BCE2CC3091CC47B /* SRHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRHash.h; path = SocketRocket/Internal/Utilities/SRHash.h; sourceTree = ""; }; + BC3E9A24F4A8A5F217C0B3D7CA9EBAEB /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; + BC611E2FF7C83C727ED3ABB22AE435FC /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; + BC6B8699949BC42E05A2CD3F716AFC65 /* AtomicRef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicRef.h; path = folly/synchronization/AtomicRef.h; sourceTree = ""; }; + BC8A1AA2067618E92E2DC37877060EA1 /* StaticSingletonManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticSingletonManager.h; path = folly/detail/StaticSingletonManager.h; sourceTree = ""; }; + BCA23E868E68363495BB8DE9AA165F77 /* RCTInputAccessoryViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryViewManager.mm; sourceTree = ""; }; + BCA4B995FCA633E532EC78345A862CC7 /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; + BCA65CA4802405E6B52F20951F6A6E74 /* BaseTouch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseTouch.cpp; path = react/renderer/components/view/BaseTouch.cpp; sourceTree = ""; }; + BCA6A0AD322E97D31E8AB398E6F754C1 /* Wrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Wrap.h; sourceTree = ""; }; + BCAC25D53F76C3CA7747058E179BEC03 /* Sealable.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Sealable.cpp; path = react/renderer/core/Sealable.cpp; sourceTree = ""; }; + BCB964356FC077875C6D5B2218AF31AE /* BaseTextProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseTextProps.cpp; path = react/renderer/components/text/BaseTextProps.cpp; sourceTree = ""; }; + BCE80CF8B841672C3A200AF86984A1ED /* SocketRocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SocketRocket-prefix.pch"; sourceTree = ""; }; + BD47E6AE7775E09A0E4B2548E31BD9A8 /* Baseline.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Baseline.cpp; sourceTree = ""; }; + BD485A11989B9D9DA494C47A98A5F09D /* TextLayoutContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextLayoutContext.h; path = react/renderer/textlayoutmanager/TextLayoutContext.h; sourceTree = ""; }; + BD52A822E13E3FBE427F01FAFF774941 /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = folly/portability/Malloc.h; sourceTree = ""; }; + BD52E6EAC24FFDEAD05FA9425D5C5A03 /* Scheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Scheduler.h; path = react/renderer/scheduler/Scheduler.h; sourceTree = ""; }; + BD57ADA2122AD9C7A9EA86F634218B28 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; BD71E2539823621820F84384064C253A /* React-Core */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-Core"; path = "libReact-Core.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - BD764B7155A4BAA71ECEBE0ED43594BE /* log-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "log-internal.h"; sourceTree = ""; }; - BD9562B76AD727B7966658E5047101DD /* Try.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Try.cpp; path = folly/Try.cpp; sourceTree = ""; }; - BDE237586C724E7B95F54E38939A1BA7 /* glog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.release.xcconfig; sourceTree = ""; }; - BDFA685FAF9F52AA6F82F899C5F0C579 /* MultiplexChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MultiplexChannel.h; path = folly/experimental/channels/MultiplexChannel.h; sourceTree = ""; }; - BE18896349F389B26B99EFEF03CBA96A /* ConcurrentBitSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentBitSet.h; path = folly/ConcurrentBitSet.h; sourceTree = ""; }; - BE21012CB8DDD0A4A816437380BCDB67 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; - BE24CF91F9562F22289328595B6A8F5D /* FMResultSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FMResultSet.h; sourceTree = ""; }; - BE4739289F14565894D20D74801A7B6A /* RCTAnimationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationPlugins.h; path = Libraries/NativeAnimation/RCTAnimationPlugins.h; sourceTree = ""; }; - BE6747B2BFE6E8CC1522E1EEC533C6D4 /* Align.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Align.h; sourceTree = ""; }; - BEA1D8A7C9026B9268AF26C06E431574 /* Base.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Base.h; path = react/bridging/Base.h; sourceTree = ""; }; - BEEE5FB114138E55EFC6BAE6013D5A2E /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; - BEF1A3BCAA7B9F4C5D1EFDFD44BF6184 /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; - BEF9D27F10A15DE45E851DBD4878487D /* AtomicReadMostlyMainPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicReadMostlyMainPtr.h; path = folly/experimental/AtomicReadMostlyMainPtr.h; sourceTree = ""; }; - BF00520ABB3A067770B9CCF35612FEC8 /* SerialExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = SerialExecutor.cpp; sourceTree = ""; }; - BF1DB102046709CCEA149564CEAE3800 /* Value.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Value.h; path = react/bridging/Value.h; sourceTree = ""; }; - BF2EE3C9273B1A1D7FC42409C5DB7DBF /* ReactCommon-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-umbrella.h"; sourceTree = ""; }; - BF4C2BE2EF158175452A6894AC80C9C6 /* Channel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Channel.h; path = folly/experimental/channels/Channel.h; sourceTree = ""; }; - BF63D7B2406657DC2883E895124A3267 /* PositionType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PositionType.h; sourceTree = ""; }; - BF9991A51F5EF06AF835DABE71A556C1 /* fi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fi.lproj; path = React/I18n/strings/fi.lproj; sourceTree = ""; }; - BF9BC4812CD68A63BC2DE66C404FB379 /* HazptrThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HazptrThreadPoolExecutor.cpp; path = folly/synchronization/HazptrThreadPoolExecutor.cpp; sourceTree = ""; }; - BFA1A291EC710A2F193B1BED7673C18B /* Math.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Math.h; path = folly/Math.h; sourceTree = ""; }; - BFB6BA40736C8B5D649E6E0ABE83931F /* RCTNetworkPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkPlugins.mm; sourceTree = ""; }; - C0222558B36E70B04A8EBB37FE7DF5D5 /* RCTBundleAssetImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBundleAssetImageLoader.mm; sourceTree = ""; }; + BD845FCB6E8D03B954E98CC67262C224 /* React-ImageManager-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-ImageManager-prefix.pch"; sourceTree = ""; }; + BD8C1858F1B1566DD6C1B389057F984F /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; + BD916666DA53F0458FF557DC851A7FEA /* ReactCommon.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ReactCommon.modulemap; sourceTree = ""; }; + BDA3C52C76B2C3F5E9BA936CB0B3B9C6 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; + BDC8FAF53DD63A22F83D735BBEC79C48 /* RCTAppDelegate+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTAppDelegate+Protected.h"; sourceTree = ""; }; + BDC9CA0EA4B12AEE132FF43037AE8E00 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; + BDED2FDDA75EFFC4F049DF04CA2B0B69 /* React-ImageManager-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-ImageManager-dummy.m"; sourceTree = ""; }; + BDF4907BCEC9C6B68A50F5CBD6A193CA /* RCTTextLayoutManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextLayoutManager.mm; sourceTree = ""; }; + BE03DA74B3DF71926399B020ADB5C3CC /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactMarker.cpp; sourceTree = ""; }; + BE2252C1E227B6B138921BA745C6ABC7 /* Traits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Traits.h; path = folly/Traits.h; sourceTree = ""; }; + BE5A44A54B39A676EB8ECEF3D4CF8E3D /* NetworkSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetworkSocket.h; path = folly/net/NetworkSocket.h; sourceTree = ""; }; + BEC2935F7CAC9628D23D98B726129B8A /* React-ImageManager.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-ImageManager.debug.xcconfig"; sourceTree = ""; }; + BEFECA4F48E22E7225529497330DEB8B /* RValueReferenceWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RValueReferenceWrapper.h; path = folly/lang/RValueReferenceWrapper.h; sourceTree = ""; }; + BF031C91FD312DC63FF16FE7D183B230 /* Hint-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Hint-inl.h"; path = "folly/lang/Hint-inl.h"; sourceTree = ""; }; + BF131B6BFD3FDF6FD3D006300FEC04E3 /* InputAccessoryState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InputAccessoryState.h; path = react/renderer/components/inputaccessory/InputAccessoryState.h; sourceTree = ""; }; + BF2A098BFA676BEB807B64FA44567B00 /* Props.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Props.cpp; path = react/renderer/core/Props.cpp; sourceTree = ""; }; + BF9077AF110CAC64D90AC1EDA3F0B610 /* RuntimeScheduler_Legacy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeScheduler_Legacy.h; sourceTree = ""; }; + BFE0C7F1527F398A2A69185EBFCF677F /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; + C00CAED0C07FE50074D84727D68C0B0A /* chrono.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = chrono.h; path = include/fmt/chrono.h; sourceTree = ""; }; + C02156579770C940D02208439EF989EE /* Optional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Optional.h; path = folly/Optional.h; sourceTree = ""; }; C02EAF482D8B4DE45E3A58A25AE1FA91 /* React-jserrorhandler */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-jserrorhandler"; path = "libReact-jserrorhandler.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - C0360B60AD9F74FB6BB8E00AA6E26DDF /* Event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Event.h; path = folly/portability/Event.h; sourceTree = ""; }; - C037C946406BE5369111FE965C7196C6 /* evrpc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evrpc.h; path = include/evrpc.h; sourceTree = ""; }; - C060B48D82BA9AE6E2D31C0D3749107D /* ReactCommon-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactCommon-dummy.m"; sourceTree = ""; }; - C079FB8D1471CCC65FBB959F7A8DD790 /* Fcntl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fcntl.h; path = folly/portability/Fcntl.h; sourceTree = ""; }; - C07A77722640BB7F2B440CF77A80A8E9 /* React-perflogger.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-perflogger.release.xcconfig"; sourceTree = ""; }; - C09644ADBC2423D39ED12083CF0A65F7 /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = decorator.h; path = jsi/decorator.h; sourceTree = ""; }; - C0969994E4700C9354CCBB46DF0B621C /* PointerEventsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PointerEventsProcessor.h; path = react/renderer/uimanager/PointerEventsProcessor.h; sourceTree = ""; }; - C0988F90CDBEB93661460DF67FB46914 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; - C0A86A8512B0707530E43FC7A1B6D988 /* Yoga.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.release.xcconfig; sourceTree = ""; }; - C0AF09875330CA204A4953999769E348 /* ImageTelemetry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageTelemetry.h; path = react/renderer/imagemanager/ImageTelemetry.h; sourceTree = ""; }; - C0C65BBC6CA9DE90A05B0C7D2936E6AC /* AtomicHashMap-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicHashMap-inl.h"; path = "folly/AtomicHashMap-inl.h"; sourceTree = ""; }; - C0CF79F83B1A4FF7E08850292807E764 /* TimekeeperScheduledExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimekeeperScheduledExecutor.h; path = folly/executors/TimekeeperScheduledExecutor.h; sourceTree = ""; }; - C0DF1B9101F62C6D0D869BB8B8A752F6 /* SynchronousEventBeat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SynchronousEventBeat.h; path = react/renderer/scheduler/SynchronousEventBeat.h; sourceTree = ""; }; - C0DF78C8767C0366819137712DD9E0AA /* SettingsMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SettingsMetadata.h; path = folly/experimental/settings/SettingsMetadata.h; sourceTree = ""; }; - C0E9E0C9619FB50D7E48388F077073D6 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; - C0FF43D83ED938C6D310BA3DEDD72824 /* LegacyViewManagerInteropState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropState.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropState.h; sourceTree = ""; }; - C12EC4F60D3EEADB3C5002F44552F47D /* JsErrorHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsErrorHandler.h; sourceTree = ""; }; - C13BF185EADAE7110D6225BC5D03B352 /* EventCount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventCount.h; path = folly/experimental/EventCount.h; sourceTree = ""; }; - C141DBE851F4097D8CAF37EC33112003 /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; - C14AE662F1081CEBFE50FC6ED1F31734 /* ImageResponseObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageResponseObserverCoordinator.h; path = react/renderer/imagemanager/ImageResponseObserverCoordinator.h; sourceTree = ""; }; - C15B96D41560F4788937259C98D9662C /* ToAscii.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ToAscii.h; path = folly/lang/ToAscii.h; sourceTree = ""; }; - C167C401BF3606ED5627405F46E99B5E /* ClockGettimeWrappers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ClockGettimeWrappers.h; path = folly/ClockGettimeWrappers.h; sourceTree = ""; }; - C18BCDBB9C7851B0D321FFF7109D0975 /* TouchEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TouchEventEmitter.cpp; path = react/renderer/components/view/TouchEventEmitter.cpp; sourceTree = ""; }; - C19374C8A4A5E59AFEEFB9AECDB1D6C6 /* Align.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Align.h; sourceTree = ""; }; - C1A2D7C0656D69881D8A7EADB2130701 /* RCTViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewComponentView.h; sourceTree = ""; }; + C042000B32A98F9B8FE68F105D95B8D4 /* SocketFastOpen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketFastOpen.h; path = folly/detail/SocketFastOpen.h; sourceTree = ""; }; + C047105E3027DC4381475187A7547D3D /* json.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json.h; path = folly/json.h; sourceTree = ""; }; + C04C2CB4CB7F9503B14959FFE4F63EC3 /* ResourceBundle-RCTI18nStrings-React-Core-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-RCTI18nStrings-React-Core-Info.plist"; sourceTree = ""; }; + C059BACE08D3A4EC8B1895D76B07DFE6 /* RCTFileReaderModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileReaderModule.mm; sourceTree = ""; }; + C089C57BC7269AC9D829D12FB382C87C /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; + C08BAC1C65562A0491860C45DF8E309A /* React-ImageManager.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-ImageManager.modulemap"; sourceTree = ""; }; + C09D1BCC94FFE3C6143459C161E5ACEF /* SRProxyConnect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRProxyConnect.h; path = SocketRocket/Internal/Proxy/SRProxyConnect.h; sourceTree = ""; }; + C0BA0D275A8C8269E34CE4A1AD5CCF35 /* ScrollViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewEventEmitter.h; path = react/renderer/components/scrollview/ScrollViewEventEmitter.h; sourceTree = ""; }; + C0C96A892BD79DFF4E7AD6082E8D7F4F /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; + C106E727DA66F2360E99B166ED1F9FBC /* SplitStringSimd.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SplitStringSimd.cpp; path = folly/detail/SplitStringSimd.cpp; sourceTree = ""; }; + C128E32800DBBBE7BD73B0DB2EA50A53 /* SanitizeLeak.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SanitizeLeak.h; path = folly/memory/SanitizeLeak.h; sourceTree = ""; }; + C1761C0EF012288CCBB296F26485316A /* StyleLength.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = StyleLength.h; sourceTree = ""; }; + C178BA891B154BE1B7A5B0CF16AFD27D /* TimerManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = TimerManager.cpp; sourceTree = ""; }; + C1A69366D6E38FE28ED9651968AA7CF6 /* RCTPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPrimitives.h; path = Fabric/RCTPrimitives.h; sourceTree = ""; }; C1A919103EAC9813D236486C34FC0A21 /* React-RCTVibration */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTVibration"; path = "libReact-RCTVibration.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - C1C2754FCE2EC99BDEFF0CC81AF19546 /* EventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventEmitter.h; path = react/renderer/core/EventEmitter.h; sourceTree = ""; }; - C1D7CDD91920D935BDA698A80088D0D8 /* GraphCycleDetector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GraphCycleDetector.h; path = folly/experimental/observer/detail/GraphCycleDetector.h; sourceTree = ""; }; - C1DDF4F882924C3BE16685BBD3A12C20 /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; - C1F1BD3118E115F321059F723C3443AE /* RawProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawProps.cpp; path = react/renderer/core/RawProps.cpp; sourceTree = ""; }; - C1F3D561DA8E825CA6A14BB002A24E65 /* DwarfLineNumberVM.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DwarfLineNumberVM.h; path = folly/experimental/symbolizer/DwarfLineNumberVM.h; sourceTree = ""; }; - C201D99ADA6B76461FC8897DE19C2743 /* Core.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Core.cpp; path = folly/futures/detail/Core.cpp; sourceTree = ""; }; - C223B82EF8F5440FB65A40462750C0E1 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; - C22E5477EC9BBCEF090FE351832AD5C1 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; - C231423894DF1A00B00428C31F03E541 /* Utility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utility.h; path = folly/Utility.h; sourceTree = ""; }; - C286E2462120548A406BDEA322888FAA /* Comparison.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Comparison.h; sourceTree = ""; }; - C28984AB1773B6A42EC3F996E97F6DE0 /* React-perflogger.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-perflogger.debug.xcconfig"; sourceTree = ""; }; - C28D52CB93A9E4270766AE5DAA946423 /* RawPropsKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawPropsKey.h; path = react/renderer/core/RawPropsKey.h; sourceTree = ""; }; - C2ABD96D71D272AA623F1BD931058918 /* TextLayoutManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = TextLayoutManager.mm; sourceTree = ""; }; - C2B27464263662746542B151A3B197C1 /* React-debug.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-debug.release.xcconfig"; sourceTree = ""; }; - C2C54F3300E11AF18E48560FE54B3FB8 /* React-NativeModulesApple.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-NativeModulesApple.modulemap"; sourceTree = ""; }; - C2F2F4BA51ECC02678016B39FB78B1A1 /* TurboModulePerfLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModulePerfLogger.h; path = react/nativemodule/core/ReactCommon/TurboModulePerfLogger.h; sourceTree = ""; }; - C326B9A0B5ECB1C4B890E3A411F617D7 /* MemoryIdler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryIdler.h; path = folly/detail/MemoryIdler.h; sourceTree = ""; }; - C339693F5E75B9D5249D40EC687BB436 /* RCTTouchableComponentViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTouchableComponentViewProtocol.h; path = Fabric/RCTTouchableComponentViewProtocol.h; sourceTree = ""; }; - C35699ABF6B3B9D6D8EA0AA04468A6FC /* RootShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RootShadowNode.cpp; path = react/renderer/components/root/RootShadowNode.cpp; sourceTree = ""; }; - C371B051037760DEC5EA5C39148A7121 /* RCTAccessibilityManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAccessibilityManager.mm; sourceTree = ""; }; - C379DB1C02DA1452E08F8FA34E4A6885 /* Executor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Executor.cpp; path = folly/Executor.cpp; sourceTree = ""; }; - C39D72418600EF8C1FA269E3AE57D6EF /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSourceCode.h; path = React/CoreModules/RCTSourceCode.h; sourceTree = ""; }; + C1C38809AFDAD38F285E4E8EF2CAC4E6 /* RCTReactTaggedView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTReactTaggedView.mm; sourceTree = ""; }; + C2130B95F426EC491603E0487645BCAC /* RCTMountingManagerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMountingManagerDelegate.h; sourceTree = ""; }; + C22873AF49E658011AF710A68003CFF7 /* Database-query.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "Database-query.cpp"; sourceTree = ""; }; + C230DA31F009BBBB74798CD3CE527F8E /* F14MapFallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14MapFallback.h; path = folly/container/detail/F14MapFallback.h; sourceTree = ""; }; + C25232818C41EA94B5E01D6E8903AC74 /* SafeAreaViewState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAreaViewState.cpp; path = react/renderer/components/safeareaview/SafeAreaViewState.cpp; sourceTree = ""; }; + C2A33F80F6DC091C0F0D9E733BE5F440 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; + C2CB66217B1E850D02CEDC8E10195C8A /* RCTNetworkTask.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkTask.mm; sourceTree = ""; }; + C31DDCFAF4110E35C011007CE400A3D4 /* RCTRequired.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.release.xcconfig; sourceTree = ""; }; + C32920036DAE3C20F1840181BC975BDA /* DoubleConversion-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-umbrella.h"; sourceTree = ""; }; + C32C30AB7EF3BB474BC4B4DFD2FC61C0 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; + C339EF963613DD1C7090A3FB6A1FE530 /* Database-jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "Database-jsi.cpp"; sourceTree = ""; }; + C3701203D3AD5D881037196F72FD8BB7 /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; + C37722D87F8B49DE9B83ACFE1C0A286A /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; + C3828F219A5F2BBBA5BAAA63512AB034 /* RawTextComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawTextComponentDescriptor.h; path = react/renderer/components/text/RawTextComponentDescriptor.h; sourceTree = ""; }; + C3A0E653F207D8208760F39D89431669 /* ImageTelemetry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageTelemetry.h; path = react/renderer/imagemanager/ImageTelemetry.h; sourceTree = ""; }; + C3A48141C5DA78A08DB8A2E1D30AB6D9 /* Syslog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Syslog.h; path = folly/portability/Syslog.h; sourceTree = ""; }; C3BDBA3AD30FF77F76488476893F6023 /* Pods-WatermelonTester-WatermelonTesterTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-WatermelonTester-WatermelonTesterTests-acknowledgements.markdown"; sourceTree = ""; }; - C3C26796B5B8E89E52BAC996B5A66A22 /* Array.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Array.h; path = folly/container/Array.h; sourceTree = ""; }; - C3E9D317BB2DB5E61F23FA60A86AC1CD /* React-NativeModulesApple-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-NativeModulesApple-dummy.m"; sourceTree = ""; }; - C3ED77D5FD90652C26E1EBEDA6B63F65 /* ParkingLot.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParkingLot.cpp; path = folly/synchronization/ParkingLot.cpp; sourceTree = ""; }; - C40843F6F7642DC0FD5D36263D0A1708 /* LeakChecker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LeakChecker.cpp; path = react/renderer/leakchecker/LeakChecker.cpp; sourceTree = ""; }; - C44DE238B38C1BDA7EB2AD7102045C2F /* GlobalExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GlobalExecutor.h; path = folly/executors/GlobalExecutor.h; sourceTree = ""; }; - C4A30FC502034FAE85DCEC97B767B159 /* SysUio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysUio.h; path = folly/portability/SysUio.h; sourceTree = ""; }; - C4E9F105BE68D18EB3279CF596B851FD /* RCTPLTag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPLTag.h; sourceTree = ""; }; - C4FA6B01E9EE30B970272FD3C863B9FC /* StatePipe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StatePipe.h; path = react/renderer/core/StatePipe.h; sourceTree = ""; }; - C5201DD6A7D04D0F5F7CB738DC14A9CF /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; - C5330B8B810D55C14DFF534A0E5A900C /* LayoutContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutContext.h; path = react/renderer/core/LayoutContext.h; sourceTree = ""; }; - C53853B4D72BD27D2B8FCF7AE09D6C65 /* react_native_log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = react_native_log.cpp; sourceTree = ""; }; - C546BB05439178E8DCFDA895AD918257 /* chrono.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = chrono.h; path = include/fmt/chrono.h; sourceTree = ""; }; - C5630C623C65AE28FE603B272AD7B55B /* RCTVirtualTextViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVirtualTextViewManager.mm; sourceTree = ""; }; - C578124757467045D0509D1A9CE8FD33 /* RCTSettingsPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsPlugins.h; path = Libraries/Settings/RCTSettingsPlugins.h; sourceTree = ""; }; - C583A82C915E5420591989B21A2DFA18 /* RCTDynamicTypeRamp.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDynamicTypeRamp.mm; sourceTree = ""; }; - C58A7796CE224C9C0F3A764D2EA96769 /* RuntimeScheduler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeScheduler.cpp; sourceTree = ""; }; - C599CC2CE22600D1E1E5AFF46E820E12 /* RCTNetworkPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkPlugins.h; path = Libraries/Network/RCTNetworkPlugins.h; sourceTree = ""; }; - C5C1E05DA82BC8615614B6F47AB5D4C0 /* AsyncTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTrace.h; path = folly/detail/AsyncTrace.h; sourceTree = ""; }; - C5F5CCCF267B6E2AF3C8551579D17F1F /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; - C60FC52F1C4755BE3CA858B932AB0EBC /* ModalHostViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ModalHostViewShadowNode.h; path = react/renderer/components/modal/ModalHostViewShadowNode.h; sourceTree = ""; }; - C6300DC6A81C6AD55BA218BBF145E981 /* Libgen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Libgen.h; path = folly/portability/Libgen.h; sourceTree = ""; }; - C63E9A2031B4FDEC94A47B0FC23BE0EA /* RCTImageResponseDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageResponseDelegate.h; path = Fabric/RCTImageResponseDelegate.h; sourceTree = ""; }; - C64419353BBD7FD829EF5B4DA7485C9C /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; - C656130CA5D3F455C74535E18958EA9B /* UncaughtExceptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UncaughtExceptions.h; path = folly/lang/UncaughtExceptions.h; sourceTree = ""; }; - C6586EF518E7996AF3B9E3138FA35835 /* React-runtimescheduler.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-runtimescheduler.release.xcconfig"; sourceTree = ""; }; - C69CE1C94238A78432743CCD0D2B588D /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; - C6A79149536A3D40412E24680681CEEA /* GLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GLog.h; path = folly/GLog.h; sourceTree = ""; }; - C6A8346C11DF338BE58A881EAD784091 /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; - C6A92E49503620068F475356D860BAB0 /* RCTLogBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLogBox.h; path = React/CoreModules/RCTLogBox.h; sourceTree = ""; }; - C6C7DA230A844C2E065E24D90FD55D8A /* RCTEventDispatcher.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTEventDispatcher.mm; sourceTree = ""; }; - C6C8EDBD461643AC76A54C3F8DC014E4 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; - C712C72CC17FA9C3B7D8235750CAF2DF /* React-nativeconfig.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-nativeconfig.release.xcconfig"; sourceTree = ""; }; - C714425D1A0769C0A8EF7E0B0A55171B /* SRSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRSecurityPolicy.m; path = SocketRocket/SRSecurityPolicy.m; sourceTree = ""; }; - C72BC726126ECE2BC44FCC88A86F6431 /* RCTTextInputUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextInputUtils.mm; sourceTree = ""; }; - C73FD398A5F9839651B8C441DF644468 /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; - C74217938A826EAAB501A972585A420A /* InstanceHandle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InstanceHandle.cpp; path = react/renderer/core/InstanceHandle.cpp; sourceTree = ""; }; - C74B595DDE4D0CEDDA938E80944A4047 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; - C7605C48B24807F36F6F97D0992188BF /* InstanceHandle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InstanceHandle.h; path = react/renderer/core/InstanceHandle.h; sourceTree = ""; }; - C76E2DA9641BE7B2F006F589E7A4250D /* RCTInteropTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTInteropTurboModule.mm; path = ReactCommon/RCTInteropTurboModule.mm; sourceTree = ""; }; - C780E481853FBD284C8F427864A0FC5B /* RCT-Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCT-Folly-prefix.pch"; sourceTree = ""; }; - C7885BEF0F076631AA207970F9CB8D71 /* WMDatabaseDriver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = WMDatabaseDriver.m; sourceTree = ""; }; - C78A5D2264B1BBE1B70C25714F059BE3 /* Likely.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Likely.h; path = folly/Likely.h; sourceTree = ""; }; - C79F56D2DEEA61D47C6D03F2CC056E1A /* CallbackWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallbackWrapper.h; path = react/bridging/CallbackWrapper.h; sourceTree = ""; }; - C7CA6D8679CF73BC3A3D887373AD4831 /* MessageConverters.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = MessageConverters.cpp; sourceTree = ""; }; - C7CCDDA07192CC78CCF1239B97B4DF80 /* Fiber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fiber.h; path = folly/fibers/Fiber.h; sourceTree = ""; }; - C7DDA22B991E2AAE29CDE1260A151EA6 /* Timeout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Timeout.h; path = folly/experimental/coro/Timeout.h; sourceTree = ""; }; - C82F6E5B466F94D5F786475B765403A6 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDeviceInfo.h; path = React/CoreModules/RCTDeviceInfo.h; sourceTree = ""; }; - C8369D166C4AB45C81E50B13C5191469 /* EventBaseAtomicNotificationQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseAtomicNotificationQueue.h; path = folly/io/async/EventBaseAtomicNotificationQueue.h; sourceTree = ""; }; - C841775C6041E4B949670E7B4770EF91 /* Database-jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "Database-jsi.cpp"; sourceTree = ""; }; - C846A4CD886BF04A1CE25779B182A2C9 /* Extern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Extern.h; path = folly/lang/Extern.h; sourceTree = ""; }; - C852F6A82B1C9B49E8959A95598B41DD /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = jsilib.h; path = jsi/jsilib.h; sourceTree = ""; }; - C86EBC4F861149D3A23954F52ED5CB32 /* AsyncTimeout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTimeout.h; path = folly/io/async/AsyncTimeout.h; sourceTree = ""; }; - C86EC6510472482E97AD2EECC3C9A548 /* BridgeNativeModulePerfLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BridgeNativeModulePerfLogger.h; path = reactperflogger/BridgeNativeModulePerfLogger.h; sourceTree = ""; }; - C8747586F25230154A7570FD31365935 /* StringKeyedSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedSet.h; path = folly/experimental/StringKeyedSet.h; sourceTree = ""; }; - C88E91914D396657C33644F45818EEF0 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; - C8C90D06EFDD1CB617D6AE52244D955D /* BaseViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseViewProps.h; path = react/renderer/components/view/BaseViewProps.h; sourceTree = ""; }; - C90DD53028C13A1CD69D11F4ADDB54BF /* Byte.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Byte.h; path = folly/lang/Byte.h; sourceTree = ""; }; - C93058DD377894FB850B5B9C900B6AB5 /* WatermelonDB-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "WatermelonDB-prefix.pch"; sourceTree = ""; }; + C3D78A44188C6EFED4F1A257A66CB85A /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; + C488747CC15D138B30ADB8E498B04FF4 /* RCTLocalizationProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTLocalizationProvider.mm; path = Fabric/RCTLocalizationProvider.mm; sourceTree = ""; }; + C4B995B84A38F911427A6A5E55661B60 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; + C4BD888172BAA8E70F8568E61F2FAEC1 /* React-Core.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-Core.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + C4CDFBC1ECF32EC053DEB342DEE1B1C2 /* EventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventListener.h; path = react/renderer/core/EventListener.h; sourceTree = ""; }; + C4EC4C02AFACADF949E7010ACACF4B85 /* Ordering.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Ordering.h; path = folly/lang/Ordering.h; sourceTree = ""; }; + C4F24837075E70019E647A6DFDD4EB4B /* Scheduler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Scheduler.cpp; path = react/renderer/scheduler/Scheduler.cpp; sourceTree = ""; }; + C508463B95043E7E700C0414CB55E23A /* Database-turboSync.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "Database-turboSync.cpp"; sourceTree = ""; }; + C51C4243A2C445225C52EAD81BE81D66 /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSExecutor.cpp; sourceTree = ""; }; + C53D999F11FC29298A3B8D1AA6A8120E /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; + C55375F5233C369562ED2EB95C0B34D6 /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; + C56554BC73CCF6D61610A28081393A2A /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; + C5691B7E1407E2A5D9208B3CCFBC6BDF /* Asm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Asm.h; path = folly/portability/Asm.h; sourceTree = ""; }; + C57BEDEC1840FD8209B8FAD43401C99D /* LifoSem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LifoSem.h; path = folly/synchronization/LifoSem.h; sourceTree = ""; }; + C5868FE71D3976986B3E0F19F4316F71 /* RCTVirtualTextView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVirtualTextView.mm; sourceTree = ""; }; + C5B05D7AD22B1F14DC12650D34552F69 /* RCTImageLoaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderProtocol.h; path = Libraries/Image/RCTImageLoaderProtocol.h; sourceTree = ""; }; + C5B6D34CEC3C6CE2295EEDA15E8B7DD0 /* WMDatabaseBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = WMDatabaseBridge.h; sourceTree = ""; }; + C609BD215F18E3B6ACB3641DBF1B200C /* React-rncore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-rncore.debug.xcconfig"; sourceTree = ""; }; + C60F31851CF169CE81AA452AA4663164 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPlatform.h; path = React/CoreModules/RCTPlatform.h; sourceTree = ""; }; + C6326DF244B84C66EDAF7AB7E2A7C98C /* ImageProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageProps.h; path = react/renderer/components/image/ImageProps.h; sourceTree = ""; }; + C638A35CBFBC692CA7A2C5870600E066 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnstableLegacyViewManagerAutomaticComponentDescriptor.cpp; path = react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticComponentDescriptor.cpp; sourceTree = ""; }; + C6ADA6DF7563BCB106FC1DEC13D21F53 /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; + C6CD5E1D0A40A3BD51F58A9904E1EF53 /* HermesExport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HermesExport.h; path = destroot/include/hermes/Public/HermesExport.h; sourceTree = ""; }; + C6D26752B3DE0424E4FA28589D9108BA /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; + C7426F344668A4D9141914CE841C3534 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; + C7891A1695A92EF0EE3D79FC7792120E /* HazptrThrLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrThrLocal.h; path = folly/synchronization/HazptrThrLocal.h; sourceTree = ""; }; + C7956DABB206C95A799C60F678F09BB6 /* AssertFatal.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = AssertFatal.cpp; sourceTree = ""; }; + C7C5E5529D9183D4DA7499E3C615C519 /* Yoga.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Yoga.modulemap; sourceTree = ""; }; + C7CB9D39DA448A9F742A4B023B065E17 /* RCTAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimatedNode.mm; sourceTree = ""; }; + C80C73D05140B68E7E4D8EC8138AABF5 /* Props.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Props.cpp; path = react/renderer/components/rncore/Props.cpp; sourceTree = ""; }; + C80CD944FB88B23807F5AAAF7CB21069 /* HermesRuntimeAgentDelegate.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = HermesRuntimeAgentDelegate.cpp; sourceTree = ""; }; + C844508F5FF5CB3FE66B8F8DF7302612 /* PropagateConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropagateConst.h; path = folly/lang/PropagateConst.h; sourceTree = ""; }; + C87FD57CD4AD96B0BBB45FC4FEFA1AE7 /* MPMCPipeline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCPipeline.h; path = folly/MPMCPipeline.h; sourceTree = ""; }; + C8980F597D1A97A167ACA46B54A4BC70 /* React-RCTAnimation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.debug.xcconfig"; sourceTree = ""; }; + C8D1859AA4CE974FEC530D5684F25E81 /* React-FabricImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-FabricImage.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + C8E070E3387DCB006D125024D0D086B2 /* FMDatabase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FMDatabase.m; sourceTree = ""; }; + C91E89106F76162BEA0A7DF8511D586A /* ApplyTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ApplyTuple.h; path = folly/functional/ApplyTuple.h; sourceTree = ""; }; C941106D9D54AE237C5110F5638389AC /* React-Mapbuffer */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-Mapbuffer"; path = "libReact-Mapbuffer.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - C9422DE1785B6E65336783AA72D2793D /* Error.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Error.h; path = react/bridging/Error.h; sourceTree = ""; }; - C94736B8234C19ECD3EB17E23FA10432 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = MethodCall.cpp; sourceTree = ""; }; - C98A905781B6C8BF5EC91D874906C9DF /* kqueue-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "kqueue-internal.h"; sourceTree = ""; }; - C9BF2AD5C4CB46DE45CDDA1A63FF8C12 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = primitives.h; sourceTree = ""; }; - C9C8B29E94436F26489DC3605D5B1AF4 /* Indestructible.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Indestructible.h; path = folly/Indestructible.h; sourceTree = ""; }; - C9D96207916DA5E3CA07E4D4D9FE43F9 /* SRHash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRHash.m; path = SocketRocket/Internal/Utilities/SRHash.m; sourceTree = ""; }; - CA0470B6CD0BC6A2A50BC4A7D6E8324E /* LtHash-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LtHash-inl.h"; path = "folly/experimental/crypto/LtHash-inl.h"; sourceTree = ""; }; - CA508AC32B6149A9F21A8573D6EC1310 /* AtomicIntrusiveLinkedList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicIntrusiveLinkedList.h; path = folly/AtomicIntrusiveLinkedList.h; sourceTree = ""; }; - CA5C40BFC3723D1B109EE36BC030222F /* evsignal-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "evsignal-internal.h"; sourceTree = ""; }; - CA7B51A218A2AFF1B9781C35F85E347E /* React-RCTAnimation.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTAnimation.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - CAA68E38AA2A543901EEE5EDBBCB70B7 /* ParagraphLayoutManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphLayoutManager.cpp; path = react/renderer/components/text/ParagraphLayoutManager.cpp; sourceTree = ""; }; - CAA71D423BFF3DEA399C2B2EA37A2C66 /* Scheduler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Scheduler.cpp; path = react/renderer/scheduler/Scheduler.cpp; sourceTree = ""; }; - CAADBC8314C45AA4A11F1718185B2F18 /* zu.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = zu.lproj; path = React/I18n/strings/zu.lproj; sourceTree = ""; }; - CAC626C7F00E54E21DF2F7CC33749E94 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; - CAEA181975C47FB66F797A420F5AE1D4 /* SynchronizedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SynchronizedPtr.h; path = folly/SynchronizedPtr.h; sourceTree = ""; }; - CB361F5D07AE5C7FC2C7B057F990043F /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; - CB611AE5A02C73153F46BFC3DE4A0824 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; - CBA86552DB5CCBA527B3B78B46FAC65D /* EventPayloadType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventPayloadType.h; path = react/renderer/core/EventPayloadType.h; sourceTree = ""; }; - CBCDAFC3FBA334803317FC8B30F1A3F3 /* RCTLinkingPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingPlugins.mm; sourceTree = ""; }; - CBD1BD44863E0F44D2802E495F903825 /* PriorityUnboundedQueueSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityUnboundedQueueSet.h; path = folly/concurrency/PriorityUnboundedQueueSet.h; sourceTree = ""; }; - CBEB62B3243560EBC38C1F5F2F62D172 /* Telemetry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Telemetry.h; sourceTree = ""; }; - CBECA77BE1CA29FC06D522FFDF46F48C /* RCTSettingsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsManager.mm; sourceTree = ""; }; - CC1724BF8DFB780EEAF71ABB2A1290F5 /* QueuedImmediateExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QueuedImmediateExecutor.h; path = folly/executors/QueuedImmediateExecutor.h; sourceTree = ""; }; - CC6F0CBF0E2459049DCF8E50681B7878 /* RuntimeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RuntimeAdapter.h; path = destroot/include/hermes/inspector/RuntimeAdapter.h; sourceTree = ""; }; - CC77F8C461F6D9BF36F31B572A1DBFB0 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTClipboard.h; path = React/CoreModules/RCTClipboard.h; sourceTree = ""; }; - CC7D07BAA5C77DD23B01FC18B4844ED6 /* ShadowNodeFamily.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNodeFamily.cpp; path = react/renderer/core/ShadowNodeFamily.cpp; sourceTree = ""; }; - CC8E9C908FE1606D3E28FC91D37A0287 /* EventBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBase.cpp; path = folly/io/async/EventBase.cpp; sourceTree = ""; }; - CC9D6F9AFA08C9A80F4537A7965B9BB0 /* tr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = tr.lproj; path = React/I18n/strings/tr.lproj; sourceTree = ""; }; - CCAE0971DF8ABB2607E1A961F3A76F50 /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; - CCB0406447F933E6B8D890756FF2B081 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; - CCBD1836830F65496217D04B27AF1A03 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; - CCBD6226A9C1767FD77F6C3372278659 /* RCTVibrationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibrationPlugins.h; path = Libraries/Vibration/RCTVibrationPlugins.h; sourceTree = ""; }; - CCD3CAF00F00E0DCECAC94DAE685F929 /* InputAccessoryComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InputAccessoryComponentDescriptor.h; path = react/renderer/components/inputaccessory/InputAccessoryComponentDescriptor.h; sourceTree = ""; }; - CCD6F783F762891F3CA2697197A378F8 /* LayoutResults.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = LayoutResults.cpp; sourceTree = ""; }; - CCE7480BC6D60D75C6EF587CDCB5445C /* Types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Types.h; path = folly/futures/detail/Types.h; sourceTree = ""; }; - CCEB3A6B2CB56A8A46FE3565A0F0F142 /* ExceptionWrapper-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ExceptionWrapper-inl.h"; path = "folly/ExceptionWrapper-inl.h"; sourceTree = ""; }; - CD1CE79B57377F9C143910A1DDEBBC17 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; - CD47B1EF8DC17F095CE8FF2C9C73679E /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event.h; path = include/event.h; sourceTree = ""; }; - CD52FD7A9BD3F21AD81DBFA974C0B6DE /* RCTJSThread.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSThread.m; sourceTree = ""; }; - CD6F5E434ED7C5AE4DFF2441D2D892E8 /* RCTMultilineTextInputViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMultilineTextInputViewManager.mm; sourceTree = ""; }; - CD9882F2F613CB00B3B127A9C9813819 /* ThreadSafetyAnalysis.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadSafetyAnalysis.h; path = destroot/include/hermes/inspector/chrome/ThreadSafetyAnalysis.h; sourceTree = ""; }; - CDD6F0BABD3AFBF042C6FA8825ECC31B /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; - CDE0585C5922FF755F72DA1350EE7D2C /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; - CDE6C344D525A655535A6ACF319D6F65 /* RCTVirtualTextView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVirtualTextView.mm; sourceTree = ""; }; - CE0F72700AD859A5B89F380FD340F88B /* DistributedMutex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DistributedMutex-inl.h"; path = "folly/synchronization/DistributedMutex-inl.h"; sourceTree = ""; }; - CE4C630A45DCE056D61DC22825C487FE /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; - CE5E8243EA247CCBBFCDB6B3AA0A9C3A /* CallbackOStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallbackOStream.h; path = destroot/include/hermes/inspector/chrome/CallbackOStream.h; sourceTree = ""; }; - CE5E8B745BCA7F8EBEC6F43E85D288C5 /* FiberManagerMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FiberManagerMap.h; path = folly/fibers/FiberManagerMap.h; sourceTree = ""; }; + C95BE4329B2B85F46818C25087E9147A /* LayoutableShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutableShadowNode.cpp; path = react/renderer/core/LayoutableShadowNode.cpp; sourceTree = ""; }; + C981FCFDF37E877B75038B1246411D6A /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = folly/Exception.h; sourceTree = ""; }; + C9BBAB8DD3A07A56FC902CC374E80A3B /* AtomicUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUtil.h; path = folly/synchronization/AtomicUtil.h; sourceTree = ""; }; + C9D9E5911728E23B08C57B041A401477 /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; + C9E855C72DB65E8045F7D611DB8E0AC7 /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; + C9FA2111792B3263822E75649BD66902 /* SocketRocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketRocket.h; path = SocketRocket/SocketRocket.h; sourceTree = ""; }; + CA2B21403EE25DB9893B6E8891C8E2DD /* Yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-prefix.pch"; sourceTree = ""; }; + CA69419C699C779F51EC2294FE37593C /* SanitizeThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SanitizeThread.h; path = folly/synchronization/SanitizeThread.h; sourceTree = ""; }; + CA736D745963DE632943D6EE6AE51217 /* Justify.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Justify.h; sourceTree = ""; }; + CA86A71648C8045BF8A96B225E26E40D /* CustomizationPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CustomizationPoint.h; path = folly/lang/CustomizationPoint.h; sourceTree = ""; }; + CA9B104BA2C9A1DDE13179A64BD014B9 /* WatermelonDB.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = WatermelonDB.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + CAACD991F2CF50067B4447D8419F5B05 /* RuntimeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RuntimeAdapter.h; path = destroot/include/hermes/inspector/RuntimeAdapter.h; sourceTree = ""; }; + CAAD19E5409FDE0BA4AE1A1A0483BA00 /* LegacyViewManagerInteropComponentDescriptor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = LegacyViewManagerInteropComponentDescriptor.mm; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropComponentDescriptor.mm; sourceTree = ""; }; + CADAFD82F38E6E1F5955E921DD980A8C /* RCTFrameAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFrameAnimation.mm; sourceTree = ""; }; + CB027A92361F7CF889CAB836E490C149 /* ConcurrentSkipList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentSkipList.h; path = folly/ConcurrentSkipList.h; sourceTree = ""; }; + CB0D3B1D12723CB6F6A4B5A53775B4DC /* ComponentDescriptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ComponentDescriptor.cpp; path = react/renderer/core/ComponentDescriptor.cpp; sourceTree = ""; }; + CB62AF8BE005DE4640777FBFF95866BF /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; + CB960EC9C47A40C34C5B59FF58A14FCF /* HostPlatformTouch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformTouch.h; sourceTree = ""; }; + CBB1209D9BF3AC7A5E77178DCA9C126A /* React-perflogger-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-perflogger-dummy.m"; sourceTree = ""; }; + CBC8B43C8992F34DF7CD32D7923EDE53 /* File.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = File.h; path = folly/File.h; sourceTree = ""; }; + CBED11019ED3BE2CD4C26A2FD21B24C1 /* Likely.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Likely.h; path = folly/Likely.h; sourceTree = ""; }; + CC013CC571FE4BC5DEEFD2D0D37B0093 /* RCTBaseTextShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextShadowView.mm; sourceTree = ""; }; + CC0F7AC9D01EB889E5370F93AB275754 /* React-jserrorhandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jserrorhandler.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + CC14D6144DA3CBC86D616E08D6D726E8 /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; + CC1AF02076781F56494CFE9B171135BF /* RCTBundleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleManager.h; sourceTree = ""; }; + CC381BCFEEAC649BB62889E972FAD4E3 /* RawProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawProps.h; path = react/renderer/core/RawProps.h; sourceTree = ""; }; + CC3E8F86C7DCFECB3326885EC3BF91AF /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = decorator.h; path = jsi/decorator.h; sourceTree = ""; }; + CC8769294DD05CF0DEF8259E34DE9AAC /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; + CC91FDC94E55938A0F105FCC3D4FE542 /* SRProxyConnect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRProxyConnect.m; path = SocketRocket/Internal/Proxy/SRProxyConnect.m; sourceTree = ""; }; + CC9E0C53D02E49E161CC61AD2E78DD12 /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; + CCB913EB7EC2FFF2A1F039FCAFFF3042 /* RawPropsParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawPropsParser.h; path = react/renderer/core/RawPropsParser.h; sourceTree = ""; }; + CCC91F4882F9AD8CBAA5347E76589517 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; + CCCCA85307C7F5CAA6F8F137DC8860BE /* Pretty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Pretty.h; path = folly/lang/Pretty.h; sourceTree = ""; }; + CCF757AC8F0183D61E1DA8706776938C /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; + CD0C06BAC55CB15F45E71416B7D4DA0E /* SRRandom.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRRandom.m; path = SocketRocket/Internal/Utilities/SRRandom.m; sourceTree = ""; }; + CD16933416FD2EC375DDCB34E3995C89 /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; + CE02C2175E3E663763ADD7A4613D0103 /* RunLoopObserver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RunLoopObserver.cpp; sourceTree = ""; }; + CE4F352241E750994254CACB3900290C /* Exception.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Exception.cpp; path = folly/lang/Exception.cpp; sourceTree = ""; }; CEA45A2349847B8CEAC9ABF565A04BD0 /* React-ImageManager */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-ImageManager"; path = "libReact-ImageManager.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - CEC3221BC72FB6F71A856B801CC60B18 /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; - CECE4D0297C50DBE0BECABE05059CA97 /* JsErrorHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JsErrorHandler.cpp; sourceTree = ""; }; - CEF7073173B3C5C1D74BADD4B74DB9CD /* RCTSwitchComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSwitchComponentView.mm; sourceTree = ""; }; - CEF8A4801479EFDA491C0293B16D5A95 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; - CF0C493F8482C01FAE875A6D74E5303B /* hermes-engine-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "hermes-engine-xcframeworks.sh"; sourceTree = ""; }; - CF1A498F232A1646082588CFA100B006 /* RectangleEdges.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RectangleEdges.h; sourceTree = ""; }; - CF2771E97C1B71BE59A86023DAD03727 /* ChannelCallbackHandle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ChannelCallbackHandle.h; path = folly/experimental/channels/ChannelCallbackHandle.h; sourceTree = ""; }; - CF45A787A41B45B919D1E02D97750DA6 /* RemoteObjectsTable.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RemoteObjectsTable.cpp; sourceTree = ""; }; - CF684A792D11B8E0725F1F0D3DDB0874 /* IOThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IOThreadPoolExecutor.cpp; path = folly/executors/IOThreadPoolExecutor.cpp; sourceTree = ""; }; - CF81B5B228393707B8C80DB455C51DB3 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; - CF857E07AD3C0FFF9C712F840C5BA128 /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = React/CoreModules/RCTActionSheetManager.h; sourceTree = ""; }; - CF92F42092EB36695F83C0F36D470CE1 /* SRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRWebSocket.h; path = SocketRocket/SRWebSocket.h; sourceTree = ""; }; - CFB1804FBB0625B6A7154FA2EEAA5EEE /* RCTSurfacePresenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfacePresenter.h; path = Fabric/RCTSurfacePresenter.h; sourceTree = ""; }; - CFC62953FD2D54727FEF876E68483B54 /* Elf-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Elf-inl.h"; path = "folly/experimental/symbolizer/Elf-inl.h"; sourceTree = ""; }; - D01036D47CFD75C061AA24AF57F28AC0 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; - D016C9B32B02FF3AFCAE88946DCDE27F /* Differentiator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Differentiator.h; path = react/renderer/mounting/Differentiator.h; sourceTree = ""; }; - D02B585573EE79FD095A3F6DDE0D5F0D /* RCTImageURLLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoader.h; path = Libraries/Image/RCTImageURLLoader.h; sourceTree = ""; }; - D05646D28E2FC2B2A79EAFA38950F8C4 /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; - D0672B87C771726FB149600BAB10D397 /* RCTUtilsUIOverride.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtilsUIOverride.m; sourceTree = ""; }; - D08E4934F4BB63165A7D0A3440352F8C /* ErrorUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ErrorUtils.h; sourceTree = ""; }; - D0C4439AF2F183C9B8CB1A5ABF1657FF /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; - D0DBA02625C093AD1FD1B61C9B722431 /* RCTBridgeConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridgeConstants.m; sourceTree = ""; }; - D0DF2348D1A7A6817EBE883DD088D179 /* FBReactNativeSpec.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBReactNativeSpec.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D10516975E5E19A110A13D1C70E665DA /* RCTImageViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageViewManager.mm; sourceTree = ""; }; - D11B8F2B5C64216FDDC056CC10324D5A /* WMDatabase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = WMDatabase.m; sourceTree = ""; }; - D11E3EFC102271FCA363D55427071A19 /* BaseViewProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseViewProps.cpp; path = react/renderer/components/view/BaseViewProps.cpp; sourceTree = ""; }; - D122000C62C5AF65F32A932CFC325A10 /* RCTValueAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTValueAnimatedNode.mm; sourceTree = ""; }; - D126964EA1901A4E28AC985EDF1BCB6D /* ShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNode.h; path = react/renderer/core/ShadowNode.h; sourceTree = ""; }; - D144E61387E582BAF0211592D0C53219 /* ExecutorBasedLoopController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExecutorBasedLoopController.h; path = folly/fibers/ExecutorBasedLoopController.h; sourceTree = ""; }; - D1510235F2E5A65CD252749D6B975E5C /* TimeoutManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimeoutManager.cpp; path = folly/io/async/TimeoutManager.cpp; sourceTree = ""; }; - D15BA8E32D46E4841E5212ADCE3DA310 /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; - D1624BCFBD14E123E488EC715AEEDB46 /* RCTPerformanceLoggerLabels.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLoggerLabels.h; sourceTree = ""; }; - D1BE543429FF2BCA092D2DA67C7727D3 /* TelemetryController.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TelemetryController.cpp; path = react/renderer/mounting/TelemetryController.cpp; sourceTree = ""; }; - D1CD6C76A80962274BA92722A38380D3 /* ht-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ht-internal.h"; sourceTree = ""; }; - D238F8EBC3A2FC55F0D7E0CA05188158 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; - D23F234A749666CEF2B64CD80EAD2259 /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; - D23FF2544E07FCBC3D62123196186036 /* RCTMountingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMountingManager.mm; sourceTree = ""; }; - D25B11A743727581BEF305CCC97F87A3 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; - D25BD2901CEBA3D60A71A462186B621D /* React-cxxreact.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.release.xcconfig"; sourceTree = ""; }; - D27F578EF709B98068AE9ADE831D6CE3 /* signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = signal.c; sourceTree = ""; }; - D29627D41E278BC81C37630E07782AE8 /* QueuedImmediateExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = QueuedImmediateExecutor.cpp; path = folly/executors/QueuedImmediateExecutor.cpp; sourceTree = ""; }; - D29D594488D7FDDE5E2017E6DFA114AD /* React-jserrorhandler.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jserrorhandler.debug.xcconfig"; sourceTree = ""; }; - D2D080EF9972C02097B80B5E185E8593 /* IntrusiveList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IntrusiveList.h; path = folly/IntrusiveList.h; sourceTree = ""; }; - D32AB10FC983D93A0BE1E0065610AFAD /* ScrollViewState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScrollViewState.cpp; path = react/renderer/components/scrollview/ScrollViewState.cpp; sourceTree = ""; }; - D32E877C0826DFC912E80DFC61569EB1 /* FileUtilDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FileUtilDetail.h; path = folly/detail/FileUtilDetail.h; sourceTree = ""; }; - D3540745D47B25264EA00A92B2D7BE3D /* Sched.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sched.h; path = folly/portability/Sched.h; sourceTree = ""; }; - D35F52A5731D173DB3F0A8EC61FCCCA3 /* PackedSyncPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PackedSyncPtr.h; path = folly/PackedSyncPtr.h; sourceTree = ""; }; - D36B5E9198CCB214C49C2BCDD834B453 /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; - D371E246B36393C423E4BC2E49084812 /* Uri-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Uri-inl.h"; path = "folly/Uri-inl.h"; sourceTree = ""; }; - D37CDC4F555F37E4DC4490FC203BC021 /* RuntimeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeAdapter.h; sourceTree = ""; }; - D3807C3E54151AF7E0214B470714BC6E /* React-RCTAppDelegate-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAppDelegate-umbrella.h"; sourceTree = ""; }; - D39680EA293AB2A56930BAE577B10E0F /* CppAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CppAttributes.h; path = folly/CppAttributes.h; sourceTree = ""; }; - D399FB2EECF301F0DB3CCD152F96BE04 /* ConcurrentHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentHashMap.h; path = folly/concurrency/ConcurrentHashMap.h; sourceTree = ""; }; - D3D396F67B10C9DD44725D565DFE612C /* SerialExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SerialExecutor.h; sourceTree = ""; }; - D3E3662863CC7804AEE0A079D7979DCC /* Concat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Concat.h; path = folly/experimental/coro/Concat.h; sourceTree = ""; }; - D3EBFB962946C2CC65D58D0E1084115A /* React-Mapbuffer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Mapbuffer.release.xcconfig"; sourceTree = ""; }; + CEC15E29682C912628AE02FBF18DB8D6 /* RCTThirdPartyFabricComponentsProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTThirdPartyFabricComponentsProvider.h; path = Fabric/RCTThirdPartyFabricComponentsProvider.h; sourceTree = ""; }; + CF04A0BE220BED59F7AEB367A64FB457 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; + CF0CC535988C4C141BA1AF044FA0790A /* Buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Buffer.h; path = destroot/include/hermes/Public/Buffer.h; sourceTree = ""; }; + CF40503F32A96F47168359F16F99FC55 /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; + CF44B022CA9C008F36C080D66685928C /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; + CF485BFE7872C54223E057A72A0AB6A3 /* EventPipe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventPipe.h; path = react/renderer/core/EventPipe.h; sourceTree = ""; }; + CF6A928C7A982274E5574B81E88B799B /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; + CF8779EB6F6185F6C461B3A8E5F7DD3D /* TextProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextProps.cpp; path = react/renderer/components/text/TextProps.cpp; sourceTree = ""; }; + CF9E8353281D1C3DE0C65A3F7643C68B /* Launder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Launder.h; path = folly/lang/Launder.h; sourceTree = ""; }; + CF9F9BDD710866E3AB298A535A581739 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; + CFB81BB75D1D9BE93AA436949526503C /* Vector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Vector.h; sourceTree = ""; }; + CFBAA91154D63D788000A507C872D157 /* IPAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddress.h; path = folly/detail/IPAddress.h; sourceTree = ""; }; + CFF243F787BCE91857A23806EAB84741 /* React-Mapbuffer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Mapbuffer-prefix.pch"; sourceTree = ""; }; + D015441B32F30C25792A1C654C1FD49B /* RCTTextInputComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextInputComponentView.mm; sourceTree = ""; }; + D042C4DD00523E4DF1235E10F891754B /* FlexDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FlexDirection.h; sourceTree = ""; }; + D078B11D9117F5852F1C821A0DD6E65E /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTExceptionsManager.h; path = React/CoreModules/RCTExceptionsManager.h; sourceTree = ""; }; + D095CAA67ED3E639CF404B5BA46489E6 /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; + D0D6E9C9334A02233898F7AD14D17E2C /* RCTSurfacePresenterBridgeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfacePresenterBridgeAdapter.h; path = Fabric/RCTSurfacePresenterBridgeAdapter.h; sourceTree = ""; }; + D0FF6F026B2F3AD02FA2F0B47E571D6B /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; + D11BE31D2BF618CFBCC52352A6567B70 /* PointerEventsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PointerEventsProcessor.h; path = react/renderer/uimanager/PointerEventsProcessor.h; sourceTree = ""; }; + D14147B88E3AAA44C3CB4E3E9B1D01EE /* SurfaceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SurfaceManager.h; path = react/renderer/scheduler/SurfaceManager.h; sourceTree = ""; }; + D1802F9C2D3A26DFED67D9A4805852E1 /* Subprocess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subprocess.h; path = folly/Subprocess.h; sourceTree = ""; }; + D181C872FF8059D494F78C6BAF4765FA /* xchar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = xchar.h; path = include/fmt/xchar.h; sourceTree = ""; }; + D1A2CC54073AD525A26E9DC8CA1044F5 /* React-Core.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.release.xcconfig"; sourceTree = ""; }; + D1AD68A2EB98FCB1663BE5F5916FA962 /* React-jserrorhandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jserrorhandler-prefix.pch"; sourceTree = ""; }; + D1C29624546038DCFAE9385CBC490A7F /* WaitOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WaitOptions.h; path = folly/synchronization/WaitOptions.h; sourceTree = ""; }; + D22EED118A762A7D7BC88A4ADBB7026E /* React-RuntimeCore */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RuntimeCore"; path = "libReact-RuntimeCore.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + D23D4785660627F3CD0959228AD79333 /* th.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = th.lproj; path = React/I18n/strings/th.lproj; sourceTree = ""; }; + D24AD310EE0E5FC9562D150864F26033 /* RCTDebuggingOverlayComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDebuggingOverlayComponentView.mm; sourceTree = ""; }; + D2540C4EDDFB7CCCB96D25E31E2F57B8 /* RCTClipboard.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTClipboard.mm; sourceTree = ""; }; + D2D1B033752AE5FACB195379C2792DA4 /* simdjson-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "simdjson-dummy.m"; sourceTree = ""; }; + D2E26EF832C651D9123567DC1E118CA8 /* RuntimeScheduler_Legacy.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeScheduler_Legacy.cpp; sourceTree = ""; }; + D2E2734D8657ABDA8E52005D327C59A4 /* JSRuntimeFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSRuntimeFactory.h; sourceTree = ""; }; + D2E4E35B35014E917353983248FC5B53 /* FMDB.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FMDB.h; sourceTree = ""; }; + D2E639F57C80F20E749E4AAA4336E32B /* ExceptionWrapper-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ExceptionWrapper-inl.h"; path = "folly/ExceptionWrapper-inl.h"; sourceTree = ""; }; + D2F955F57435151EED343EB06358A2A7 /* PhysicalEdge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PhysicalEdge.h; sourceTree = ""; }; + D325DB74A674890FFA71EB148DA83A39 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; + D33BF9E42E6E5CEF3647C99A049FDCA1 /* Sse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sse.h; path = folly/detail/Sse.h; sourceTree = ""; }; + D3779D2E5E9D11A2A28A3B557D2841F9 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; + D37C2939F3CFD83C906796976DC6425E /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; + D3897A8D57FA7C5B759902F2D3CEA752 /* RCTAppState.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppState.mm; sourceTree = ""; }; + D3CD42FBDC4A9051EBFC9BBE6DB02349 /* RCTRootViewFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRootViewFactory.mm; sourceTree = ""; }; + D3F40B6C62C59C16116BE5B43DD2B6E4 /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; + D401F70F6554582A86F6BB451C06116B /* CallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallInvoker.h; path = ReactCommon/CallInvoker.h; sourceTree = ""; }; D40D2FA9CCC999A6A1985688544C9701 /* Pods-WatermelonTester-WatermelonTesterTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-WatermelonTester-WatermelonTesterTests.debug.xcconfig"; sourceTree = ""; }; - D41D66175CFCA018C69EF32B8C89CE9C /* RCTKeyboardObserver.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTKeyboardObserver.mm; sourceTree = ""; }; - D41FF5139C2BC845805ABC1A2698142A /* RCTMockDef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMockDef.h; sourceTree = ""; }; - D4262CC84F1E978FD756180B54D829B9 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; - D4280559EBF9AF1124F4A2BDB425BEF4 /* NSURLRequest+SRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLRequest+SRWebSocket.m"; path = "SocketRocket/NSURLRequest+SRWebSocket.m"; sourceTree = ""; }; - D45FE9CAF4CDD8514B6836841169CD0A /* GtestHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GtestHelpers.h; path = folly/experimental/coro/GtestHelpers.h; sourceTree = ""; }; - D487DF5BFE27F90CEA85F9FCD77A024D /* SanitizeLeak.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SanitizeLeak.h; path = folly/memory/SanitizeLeak.h; sourceTree = ""; }; - D493CBAE44E57D1532E37913196058EC /* ImageState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageState.h; path = react/renderer/components/image/ImageState.h; sourceTree = ""; }; - D4AF27FEFD2238AEF2B199D545695B61 /* AsyncStack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncStack.h; path = folly/experimental/coro/AsyncStack.h; sourceTree = ""; }; - D4B100E1BDD3EFB580FB0A34103EB2A9 /* hermes.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = hermes.xcframework; path = destroot/Library/Frameworks/universal/hermes.xcframework; sourceTree = ""; }; - D4D6EE4A76B2C09921A33ABA3DCBADCB /* React-graphics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-graphics-dummy.m"; sourceTree = ""; }; - D511438C0FD10B00552DF9CCD7970EDF /* StaticSingletonManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StaticSingletonManager.cpp; path = folly/detail/StaticSingletonManager.cpp; sourceTree = ""; }; - D51ACCE1528196CB3AD9092CA071F49B /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; - D51F48A79700B497AD54A676657E4F5E /* FBLazyVector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBLazyVector.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D526A36CE4137DAF4F8BB0F862A16DD5 /* AddTasks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AddTasks.h; path = folly/fibers/AddTasks.h; sourceTree = ""; }; - D53467CE9C125FC958683625F8C90B89 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; - D547EE6D3A95BC636CF3A19067E35C4A /* AccessibilityProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AccessibilityProps.cpp; path = react/renderer/components/view/AccessibilityProps.cpp; sourceTree = ""; }; - D5587593244FFF62B39474B4B0C41E62 /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; - D57BCF781EE5A79A9AF002079760C963 /* evrpc.c */ = {isa = PBXFileReference; includeInIndex = 1; path = evrpc.c; sourceTree = ""; }; - D5A3E6B0B4EBC53740154C6BA183262D /* Function.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Function.h; path = react/bridging/Function.h; sourceTree = ""; }; - D5B1876881135BE5E6EA43B405F899A2 /* RCTSafeAreaViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSafeAreaViewComponentView.mm; sourceTree = ""; }; - D5BA7344FCD874E593DEBDD398062C25 /* SRHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRHash.h; path = SocketRocket/Internal/Utilities/SRHash.h; sourceTree = ""; }; + D40F2678A9E0D12E6FEE80ED9004E5BE /* LayoutableShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutableShadowNode.h; path = react/renderer/core/LayoutableShadowNode.h; sourceTree = ""; }; + D4586CC35438203A980E60618B09852C /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = primitives.h; sourceTree = ""; }; + D469751A218330A8AA5F4F551ED6F9A5 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/attributedstring/primitives.h; sourceTree = ""; }; + D4758B7FCDEC2C0806CEE3D106040093 /* RCTNativeAnimatedTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedTurboModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedTurboModule.h; sourceTree = ""; }; + D47708686F705FA831C439C1F56306F5 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; + D4B7F151F4E0EB1DCE46AA538CDA20CE /* componentNameByReactViewName.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = componentNameByReactViewName.cpp; path = react/renderer/componentregistry/componentNameByReactViewName.cpp; sourceTree = ""; }; + D50E86E9CDA03CB5CEA275C7EE896DD2 /* ReactInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactInstance.h; sourceTree = ""; }; + D51CB71E6C720763C7DFC73A256D9796 /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; + D5266C5C2A1441F787E4EAA90B9166DA /* TypeList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypeList.h; path = folly/detail/TypeList.h; sourceTree = ""; }; + D584937399C1E7BBAE37C4B6480368F6 /* RCTAttributedTextUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAttributedTextUtils.mm; sourceTree = ""; }; D5C775614AC76D44CECB6BE08B022F1F /* ReactCommon */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = ReactCommon; path = libReactCommon.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D5E1921D590911FA76C671806DE082C3 /* ColorComponents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ColorComponents.h; sourceTree = ""; }; - D5E2D655632DF98776A67D706DE45D97 /* React-RCTNetwork.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.debug.xcconfig"; sourceTree = ""; }; + D5D85F064A48142714688A62D0169A8F /* ScrollViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewProps.h; path = react/renderer/components/scrollview/ScrollViewProps.h; sourceTree = ""; }; + D5F538BF3285BAC9B7F01B8E674355D6 /* RCTAlertController.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAlertController.mm; sourceTree = ""; }; D5F81F5AAC387C14EE7017B61CB495EC /* Pods-WatermelonTester.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-WatermelonTester.debug.xcconfig"; sourceTree = ""; }; - D60E2AC3E735A5F89407199CEDFA8836 /* RCTJSThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSThread.h; sourceTree = ""; }; - D60F5690B299B51D781DBBAD561498A9 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; - D65F599E8A7A73A22CA4B920D0B050D9 /* RCTTypeSafety.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.release.xcconfig; sourceTree = ""; }; + D6270B25D28322D56823F16246CD7C57 /* NativeComponentRegistryBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeComponentRegistryBinding.h; path = react/renderer/componentregistry/native/NativeComponentRegistryBinding.h; sourceTree = ""; }; + D63DB3EEA2658569FE4F58A50743B58C /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; + D666A8452A306A927BD1BED745FC5CB5 /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBigString.cpp; sourceTree = ""; }; + D673246C2C1796D3D74599E1964A310D /* F14SetFallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14SetFallback.h; path = folly/container/detail/F14SetFallback.h; sourceTree = ""; }; + D67413975CF3DA436729109845A30A9F /* Transform.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Transform.cpp; sourceTree = ""; }; D6A3CF2FDC9D571D60BAB0281B6FA1BD /* Pods-WatermelonTester */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "Pods-WatermelonTester"; path = "libPods-WatermelonTester.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - D6CC6695509BB49A5F54892896BC0B73 /* Merge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Merge.h; path = folly/experimental/coro/Merge.h; sourceTree = ""; }; - D6CDC98658C6BC32DEBCD06537651FD6 /* SocketAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketAddress.h; path = folly/SocketAddress.h; sourceTree = ""; }; - D6CFFA9A419AF144A1ED01DA642BEFC1 /* React-runtimeexecutor.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-runtimeexecutor.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D6E1C200FBC55812E49B5D2D0E38D8A5 /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; - D6E9AA6D30B9B875A845F2ACD3FE9FA6 /* IPAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddress.h; path = folly/IPAddress.h; sourceTree = ""; }; - D7375160A91E8CFFFCB4AFC31FAFDDB6 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; - D7519E3031DE99EADBE5DE9176CA41A6 /* FlatCombiningTestHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlatCombiningTestHelpers.h; path = folly/experimental/flat_combining/test/FlatCombiningTestHelpers.h; sourceTree = ""; }; - D75AA94A5DA8C56FF992FD4F1B6E3B52 /* fmt.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = fmt.release.xcconfig; sourceTree = ""; }; - D76EFEC306333DFA47ACB35D7163FD6E /* Demangle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Demangle.h; path = folly/Demangle.h; sourceTree = ""; }; - D7883F7ABA29E8AAC2115C16933439D9 /* RCT-Folly.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "RCT-Folly.release.xcconfig"; sourceTree = ""; }; - D7B2202931E91B49A4EAD73868246106 /* AsyncPauseState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncPauseState.h; path = destroot/include/hermes/inspector/AsyncPauseState.h; sourceTree = ""; }; - D8288F063F66A1A44554A9F5145970B1 /* ShadowView.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowView.cpp; path = react/renderer/mounting/ShadowView.cpp; sourceTree = ""; }; - D8C3608D622CA4133C0B186BD0F4873A /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; - D8DCDC1C4C1691C5064049601636028C /* BoundAxis.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BoundAxis.h; sourceTree = ""; }; - D909237A264828D86AD1F2916010B310 /* UniqueInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UniqueInstance.cpp; path = folly/detail/UniqueInstance.cpp; sourceTree = ""; }; - D92B1DFBF643BA42D31DA8D63DE43466 /* MountingTransaction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MountingTransaction.h; path = react/renderer/mounting/MountingTransaction.h; sourceTree = ""; }; - D937DA8C0F794B84EF2DF5325374609E /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; - D941E3100BE6C12477756C12BECEF26C /* es-ES.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "es-ES.lproj"; path = "React/I18n/strings/es-ES.lproj"; sourceTree = ""; }; - D9733D7C8AE052D7BE25A7C472823F21 /* EventQueueProcessor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventQueueProcessor.cpp; path = react/renderer/core/EventQueueProcessor.cpp; sourceTree = ""; }; - D9747CF4D2CEC9E0B5026613E16A8EB5 /* MallocImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MallocImpl.h; path = folly/memory/detail/MallocImpl.h; sourceTree = ""; }; - D98B00155A88BCFFB6E26B24E23240FE /* Observable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Observable.h; path = folly/experimental/observer/Observable.h; sourceTree = ""; }; - D9B1B363580B8DDD516840B23436B3B4 /* Props.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Props.h; path = react/renderer/components/rncore/Props.h; sourceTree = ""; }; - D9BB4BAE1D2EF86DDF78CEC622429F30 /* MoveWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MoveWrapper.h; path = folly/MoveWrapper.h; sourceTree = ""; }; - D9C6A754FEA5400CD73B8DAD6D8AE7D9 /* BatchSemaphore.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BatchSemaphore.cpp; path = folly/fibers/BatchSemaphore.cpp; sourceTree = ""; }; - D9D384EF62A4EFA62AE902D951468563 /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; - D9E7DD31A6F69BEC81B208B0560D36CD /* ForEach-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ForEach-inl.h"; path = "folly/fibers/ForEach-inl.h"; sourceTree = ""; }; + D6AA075D0670043A067B8F82481DEBA1 /* RCTPLTag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPLTag.h; sourceTree = ""; }; + D6CB644C7E059627F4E16F567D961E18 /* React-logger.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-logger.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D6E3C9F461BA9508AFA8E2471F36E21F /* React-runtimescheduler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-runtimescheduler-prefix.pch"; sourceTree = ""; }; + D70B1BA1E566B78E8FFA9FDB20C45D1D /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; + D7139195D968D34865DEE54652AEED4C /* RuntimeSchedulerClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeSchedulerClock.h; sourceTree = ""; }; + D73FC5BE76F5CED5EE11722EB194C596 /* RCTResizeMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTResizeMode.mm; sourceTree = ""; }; + D74ED33694328372E1EA1BA3F0EDD255 /* accessibilityPropsConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = accessibilityPropsConversions.h; path = react/renderer/components/view/accessibilityPropsConversions.h; sourceTree = ""; }; + D77858FA2EBA20F1263AC750FC03FE38 /* SurfaceManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SurfaceManager.cpp; path = react/renderer/scheduler/SurfaceManager.cpp; sourceTree = ""; }; + D7914657C80BFE4F7E8E537249F07FD6 /* ToAscii.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ToAscii.h; path = folly/lang/ToAscii.h; sourceTree = ""; }; + D7D198038E6A0A8EAA233D9E57B97AC6 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; + D7F312C3D9605D22499AC7486B1AB866 /* SysTime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysTime.h; path = folly/portability/SysTime.h; sourceTree = ""; }; + D802137E8093DB1F0B0848206D7FCB8E /* HazptrThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrThreadPoolExecutor.h; path = folly/synchronization/HazptrThreadPoolExecutor.h; sourceTree = ""; }; + D828B4DBBD448E09A3D7C599F4CEFEF3 /* Sealable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sealable.h; path = react/renderer/core/Sealable.h; sourceTree = ""; }; + D82A92B30EAD44574D7D78331C054CBF /* ReactInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactInstance.cpp; sourceTree = ""; }; + D837D755183ED658A920B4FD642A3F16 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; + D83B4FAAFD8B9F4100D6F3F2AAF2598F /* GMock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMock.h; path = folly/portability/GMock.h; sourceTree = ""; }; + D869113E22557F357D518366520103CC /* Expected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Expected.h; path = folly/Expected.h; sourceTree = ""; }; + D886821B444D6CB88E03807915CB1608 /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; + D89495ADCC3AEE3B5696CC8A442CC151 /* Padded.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Padded.h; path = folly/Padded.h; sourceTree = ""; }; + D8A9743F92811B06400AED3B4A0C3135 /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; + D8C79C91A7FCAF5C973C5E74CCAC73C5 /* HeterogeneousAccess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HeterogeneousAccess.h; path = folly/container/HeterogeneousAccess.h; sourceTree = ""; }; + D8FE00B7A123C71C5F84EA661B962CBE /* propsConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = propsConversions.h; path = react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/propsConversions.h; sourceTree = ""; }; + D958FC3ECB59DEF56F7A316CFF3FE5E5 /* React-RCTAppDelegate-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAppDelegate-dummy.m"; sourceTree = ""; }; + D968F1CAEE31B74111F5F45D24E694BA /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; + D96F738CE283D062C54E36FE7D38A7AF /* F14Map.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Map.h; path = folly/container/F14Map.h; sourceTree = ""; }; + D97182C50F2513A513AF827227D35D9F /* SchedulerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SchedulerDelegate.h; path = react/renderer/scheduler/SchedulerDelegate.h; sourceTree = ""; }; + D9722AC2B3A09F57A4EF66060A291E1E /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; + D9C558B0DD5120E2A4ED354C91A0A581 /* RCTMultilineTextInputViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMultilineTextInputViewManager.mm; sourceTree = ""; }; + D9D0F263D9FACBEBBE1FBF1918CE0445 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; D9F334F2E90E3EE462FC4192AF5C03BD /* React-jsi */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-jsi"; path = "libReact-jsi.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - DA5F6AA475A03675BB678B9AB25F851B /* React-runtimeexecutor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-runtimeexecutor.debug.xcconfig"; sourceTree = ""; }; + D9F52BE4E914A8BB9CDE60E8D6D9067A /* React-RCTText.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.release.xcconfig"; sourceTree = ""; }; + D9F8A226925F0E4037D08493438FE44D /* RCTRequired.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRequired.h; sourceTree = ""; }; + DA12408D51CF845CE9C49609B11D2C6D /* PositionType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PositionType.h; sourceTree = ""; }; + DA13FC9D0FEA58079E338182B1BAE1B2 /* UnimplementedViewComponentDescriptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnimplementedViewComponentDescriptor.cpp; path = react/renderer/components/unimplementedview/UnimplementedViewComponentDescriptor.cpp; sourceTree = ""; }; + DA3239428E42490C3045975A1FC6A276 /* ImageResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageResponse.h; path = react/renderer/imagemanager/ImageResponse.h; sourceTree = ""; }; + DA3B2DE0E7759775141A6DD8F1ACA6DE /* YogaLayoutableShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YogaLayoutableShadowNode.h; path = react/renderer/components/view/YogaLayoutableShadowNode.h; sourceTree = ""; }; + DA46A7224AD028908740366CEBA9D908 /* AttributedStringBox.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AttributedStringBox.cpp; path = react/renderer/attributedstring/AttributedStringBox.cpp; sourceTree = ""; }; DA7ABB6DD8AEACED51D63B2C774E3A63 /* React-RCTFabric */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTFabric"; path = "libReact-RCTFabric.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - DA7B2AEC5682EA825201277F168F8182 /* RCTBaseTextViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextViewManager.mm; sourceTree = ""; }; - DA94724E1F44A86A9BCC49599D2C6936 /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; - DAB804DB557D775F3FA403D78F8CB762 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFPSGraph.h; path = React/CoreModules/RCTFPSGraph.h; sourceTree = ""; }; + DAA6445F1F3582CD4A38F23C8E688A65 /* RCTBridgeProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeProxy.h; sourceTree = ""; }; + DAA88CD24C578A8D699BEE467905F247 /* TurboModuleBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleBinding.h; path = react/nativemodule/core/ReactCommon/TurboModuleBinding.h; sourceTree = ""; }; + DAB01DFE83E0C8658D41522C80D2366D /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; + DABCCB9297D8973E3EB46EEFEDDEDCB4 /* ModalHostViewState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ModalHostViewState.cpp; path = react/renderer/components/modal/ModalHostViewState.cpp; sourceTree = ""; }; DAD8B71DF2DFCF15AAF98C06D37D5703 /* React-hermes */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-hermes"; path = "libReact-hermes.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - DAE874A9D860429C1AFDE2C2CBA6E010 /* Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Transform.h; path = folly/experimental/channels/Transform.h; sourceTree = ""; }; - DAF2C22ADCA231EEF02B329CE407D5D6 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; - DAF4D40DDDCBB29DE4C287044628A3AF /* bufferevent_filter.c */ = {isa = PBXFileReference; includeInIndex = 1; path = bufferevent_filter.c; sourceTree = ""; }; - DAF7F79B1C2F6E07F1D6F257260027D1 /* Overflow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Overflow.h; sourceTree = ""; }; - DB206652F1E03BD4D65A1A8F8B677DA9 /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; - DB2441CADDCAC54CE22DF1EB1AD46845 /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; - DB38ACFCCD318B654FBF0E5CC7D2EAF5 /* FlexLine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FlexLine.h; sourceTree = ""; }; - DB5D222C0AD21FF3FF634B101EB79B84 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; - DB7B53600B1658A236DE22170671EF2C /* ToAscii.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ToAscii.cpp; path = folly/lang/ToAscii.cpp; sourceTree = ""; }; - DB7BC8DE6FAE038D7BEAE0D124BC5FF2 /* Poly.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Poly.h; path = folly/Poly.h; sourceTree = ""; }; - DB9B635FAD04D66A007D13D4D975D882 /* React-RCTFabric-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTFabric-umbrella.h"; sourceTree = ""; }; - DBB59F0C6BBC057E2D9E22FAA0AEDCA0 /* LtHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LtHash.h; path = folly/experimental/crypto/LtHash.h; sourceTree = ""; }; - DBB5AA5AD8E70AB3223A716A2433D258 /* FMDatabaseAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FMDatabaseAdditions.h; sourceTree = ""; }; - DBDCAB6CD37059405BB659186159126D /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; - DBE4E082E8A648F30C15B392019B80C8 /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; - DC18F771237B1769A9C5903B425B30F3 /* FsUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FsUtil.h; path = folly/experimental/io/FsUtil.h; sourceTree = ""; }; - DC435AF973E6DC0BA4C955A875675A48 /* CacheLocality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CacheLocality.h; path = folly/concurrency/CacheLocality.h; sourceTree = ""; }; - DC556867D9001636643D787F01F76292 /* LayoutAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutAnimationDriver.h; path = react/renderer/animations/LayoutAnimationDriver.h; sourceTree = ""; }; - DC97CC353CD3CDACFB9EF1CB7EC56081 /* StaticSingletonManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticSingletonManager.h; path = folly/detail/StaticSingletonManager.h; sourceTree = ""; }; - DCA9E90F210726BE63F0BA83A3394A1D /* NetworkSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetworkSocket.h; path = folly/net/NetworkSocket.h; sourceTree = ""; }; - DCD3638E7BE57F63FCBCEB7DFD18D9F4 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; - DD00F84C703DF8E1ED2C552DF5711444 /* RCTRequired.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.debug.xcconfig; sourceTree = ""; }; - DD4227139BE147DD7DA74E80E8406203 /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; - DD48C5E3293602B2952AC45EA90A9B2E /* DatabaseBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = DatabaseBridge.cpp; sourceTree = ""; }; - DD6DE3FD3A63B6E689B1C56310A2322D /* SharedLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedLock.h; path = folly/experimental/coro/SharedLock.h; sourceTree = ""; }; - DD7CFAFD418E45616436C123FCAFE9FC /* simdjson-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "simdjson-prefix.pch"; sourceTree = ""; }; - DDCCBE7FB184377354C427C142B4A3CA /* TextMeasureCache.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextMeasureCache.cpp; path = react/renderer/textlayoutmanager/TextMeasureCache.cpp; sourceTree = ""; }; - DDE04F5F59C40FD673D6375C7AA707A5 /* Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Transform.h; path = folly/experimental/coro/Transform.h; sourceTree = ""; }; - DE0CB1A3D124E2A48CB1F9474AE30F9D /* PlatformRunLoopObserver.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = PlatformRunLoopObserver.mm; sourceTree = ""; }; - DE238FDDEC93AC791F87419C1FBDAD07 /* RCTComponentViewHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTComponentViewHelpers.h; path = react/renderer/components/rncore/RCTComponentViewHelpers.h; sourceTree = ""; }; - DE270257B53ADED318F3994ABEA52629 /* Generator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Generator.h; path = folly/experimental/coro/Generator.h; sourceTree = ""; }; - DE4A06EBCC49D0571A942B7F0E6DE773 /* RCTBundleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleManager.h; sourceTree = ""; }; - DE58DC4EB61964D09E2C0E5BA72869ED /* React-Fabric.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Fabric.release.xcconfig"; sourceTree = ""; }; + DAEB77A1371F2344F999D880C3A90E0B /* React-RuntimeApple.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RuntimeApple.debug.xcconfig"; sourceTree = ""; }; + DAEBDA32E972C2DD6BC87FC03C2F7B79 /* RCTAdditionAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAdditionAnimatedNode.mm; sourceTree = ""; }; + DAFF833F6075C65A5629CFE2099DA2DE /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; + DB05D38A61483D308412FA789EE36CBC /* DelayedInit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DelayedInit.h; path = folly/synchronization/DelayedInit.h; sourceTree = ""; }; + DB2D4AA87F51B33CB9A6EC8B96ED1D23 /* RCTFabricModalHostViewController.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFabricModalHostViewController.mm; sourceTree = ""; }; + DB54433DB90DCA8B444031497CC05E80 /* RCTJSThreadManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTJSThreadManager.mm; path = ReactCommon/RCTJSThreadManager.mm; sourceTree = ""; }; + DB5A191A4D4CA731E31AFC8EA19625A2 /* RCTUnimplementedNativeComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUnimplementedNativeComponentView.h; sourceTree = ""; }; + DB76EBADE7E968B611B89EC60AA71910 /* heap_vector_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = heap_vector_types.h; path = folly/container/heap_vector_types.h; sourceTree = ""; }; + DB803AD9555BB8D6B00BBA6644681627 /* Yoga.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.release.xcconfig; sourceTree = ""; }; + DB93F82879D24A74491FCA910E31A733 /* React-utils.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-utils.release.xcconfig"; sourceTree = ""; }; + DB9466A46A68BC525A64AAAB5F5C1F6C /* WatermelonDB.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = WatermelonDB.h; sourceTree = ""; }; + DBD26F4D9278DAF3DEA356BE83D84C2B /* RuntimeTarget.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeTarget.h; sourceTree = ""; }; + DBF242B856D15CC59A314DC9A8B2701B /* RCTInteropTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTInteropTurboModule.h; path = ReactCommon/RCTInteropTurboModule.h; sourceTree = ""; }; + DC2247332E34E9A5EEAC651BFE23CE54 /* AsymmetricThreadFence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsymmetricThreadFence.h; path = folly/synchronization/AsymmetricThreadFence.h; sourceTree = ""; }; + DC24DA11D62A60707D4DA680FD726094 /* ReactNativeFeatureFlagsDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeFeatureFlagsDefaults.h; sourceTree = ""; }; + DC46EBB3ED4F2E3ADA6C2752DF776F59 /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; + DC5E287FACF5FD6F1EC1566E83AC741C /* SynchronousEventBeat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SynchronousEventBeat.h; path = react/renderer/scheduler/SynchronousEventBeat.h; sourceTree = ""; }; + DC79C41D3256C56029659B9591017FCF /* Parsing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Parsing.h; sourceTree = ""; }; + DC7BB8BEE774754AA2ABA4E7FE98E101 /* RCTTextInputComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextInputComponentView.h; sourceTree = ""; }; + DCDAB8C1A8AF49504419868DFB5EE19B /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; + DD04C8CE4CFE3A8CBF7FEFC33B333653 /* NativeComponentRegistryBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NativeComponentRegistryBinding.cpp; path = react/renderer/componentregistry/native/NativeComponentRegistryBinding.cpp; sourceTree = ""; }; + DD12CDD757C637C9F44622EFFFFB58B1 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; + DD1FD8F5FBF34CB4BF85DC2E8496E125 /* SRDelegateController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRDelegateController.h; path = SocketRocket/Internal/Delegate/SRDelegateController.h; sourceTree = ""; }; + DD2869F37A6F486F8994AEF1E2A9E0D4 /* RCTSurfacePresenterBridgeAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfacePresenterBridgeAdapter.mm; path = Fabric/RCTSurfacePresenterBridgeAdapter.mm; sourceTree = ""; }; + DD33EAFFA1FBDE7A2DA696E03388F6CA /* NSRunLoop+SRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSRunLoop+SRWebSocket.h"; path = "SocketRocket/NSRunLoop+SRWebSocket.h"; sourceTree = ""; }; + DD3A4B3EC7E715CA1E677122514FEFE8 /* DatabaseBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = DatabaseBridge.cpp; sourceTree = ""; }; + DD3ED969E30456E3100D106C5E71ED9E /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; + DD4757A98E1495E6C3DBC232D9872AE2 /* FileUtilDetail.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FileUtilDetail.cpp; path = folly/detail/FileUtilDetail.cpp; sourceTree = ""; }; + DD754522EEA5CC221FED5671228D41ED /* ConstructorCallbackList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConstructorCallbackList.h; path = folly/ConstructorCallbackList.h; sourceTree = ""; }; + DD9C6B9D5678AE4BC86F7AB978C63029 /* SRRunLoopThread.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRRunLoopThread.m; path = SocketRocket/Internal/RunLoop/SRRunLoopThread.m; sourceTree = ""; }; + DDE9E8B67A4B7CFB8776B906B7C48F53 /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; + DDEC6CF7899D39C510AF9B96223825C0 /* LegacyViewManagerInteropViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropViewEventEmitter.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropViewEventEmitter.h; sourceTree = ""; }; + DDED685F4B3E6B9AD98CDA1F1594C02B /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/String.h; sourceTree = ""; }; + DE0D3D7FDED11B0BBBDD597E67E6E5CD /* DebugStringConvertible.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = DebugStringConvertible.cpp; sourceTree = ""; }; + DE0FDA05FBBF20ED1DD8039C9EF483D2 /* id.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = id.lproj; path = React/I18n/strings/id.lproj; sourceTree = ""; }; + DE4D8C3CE090B2BA0138B08B60165BFD /* RCTTrackingAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTrackingAnimatedNode.mm; sourceTree = ""; }; + DE6CB0254166C64BB61D724834E284BA /* PageTarget.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = PageTarget.cpp; sourceTree = ""; }; DE73D8A5ECB254D9D3F8C36C8D201F89 /* React-Fabric */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-Fabric"; path = "libReact-Fabric.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE93E766036470BF9BE4332E953B9ACF /* zh-Hant.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hant.lproj"; path = "React/I18n/strings/zh-Hant.lproj"; sourceTree = ""; }; - DED0FF6965EF9A24B976FF7D407AA3F6 /* AtomicLinkedList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicLinkedList.h; path = folly/AtomicLinkedList.h; sourceTree = ""; }; - DED72789FD4EC9BD2DC6FDFF88E363CF /* Database-turboSync.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "Database-turboSync.cpp"; sourceTree = ""; }; - DEEEB44D01DCAF8745B7CAAE440D3C6C /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; - DF03B3589D0C12351AD77FA1A8C5D08C /* ViaIfAsync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViaIfAsync.h; path = folly/experimental/coro/ViaIfAsync.h; sourceTree = ""; }; - DF39CBCF699F22A20259651B21F973D6 /* json_pointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_pointer.h; path = folly/json_pointer.h; sourceTree = ""; }; - DF54E34DF9D12ACADD8CB4340A357CEB /* Merge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Merge.h; path = folly/experimental/channels/Merge.h; sourceTree = ""; }; - DF78386D0AEE72DD6B71B2D140F875D8 /* pt-PT.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "pt-PT.lproj"; path = "React/I18n/strings/pt-PT.lproj"; sourceTree = ""; }; - DF97E8524179B4B959F6F05BD8E469FD /* React-CoreModules.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.release.xcconfig"; sourceTree = ""; }; - DFA13A5510BD2ACADCD061930C4D0893 /* RCTInputAccessoryView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryView.mm; sourceTree = ""; }; - DFBAC9041605C94EFA358AD9F11FE896 /* Lazy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Lazy.h; path = folly/Lazy.h; sourceTree = ""; }; - DFC42577B47840DC2CE0C75D96F20181 /* RCTImageComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageComponentView.mm; sourceTree = ""; }; - DFE5131CC154F5798B178C06AE138D02 /* RCTPlatformColorUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPlatformColorUtils.h; sourceTree = ""; }; - E068C3F67DD12C7F987AA27F623FE9EC /* ShadowNodeTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNodeTraits.h; path = react/renderer/core/ShadowNodeTraits.h; sourceTree = ""; }; - E0D9B1202CA76D02C49B6A79F6E0A570 /* Elf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Elf.h; path = folly/experimental/symbolizer/Elf.h; sourceTree = ""; }; - E0ED986C7E60C5CB0D1318BA11B94330 /* React-Core.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.debug.xcconfig"; sourceTree = ""; }; + DEABC445C02152DF5E8A3B39AF9F9162 /* React-RuntimeApple-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RuntimeApple-dummy.m"; sourceTree = ""; }; + DECEAEDC186B345BDAAD789EDD05B9FD /* RCTDeprecation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTDeprecation.debug.xcconfig; sourceTree = ""; }; + DEFDBFF0494ECD44CD200BB0D4A18A33 /* react_native_assert.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = react_native_assert.cpp; sourceTree = ""; }; + DF05023F7AE354185DE71C9D43F11B9D /* CString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CString.h; path = folly/lang/CString.h; sourceTree = ""; }; + DF4F0BE954C36F42882AC304D011030F /* Portability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Portability.h; path = folly/Portability.h; sourceTree = ""; }; + DF63E196F2D472D716CD1CFF8D29C2EF /* small_vector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = small_vector.h; path = folly/small_vector.h; sourceTree = ""; }; + DF804855D1456E2DC29B632585EFE659 /* SysMembarrier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysMembarrier.h; path = folly/portability/SysMembarrier.h; sourceTree = ""; }; + DFA6EA2550443AA8D5C90B1C550AD342 /* FMDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FMDatabase.h; sourceTree = ""; }; + DFA83A2FCE36D7B3F4FF4946AC4AA3C5 /* RCTPerformanceLoggerLabels.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLoggerLabels.m; sourceTree = ""; }; + DFB701655BF99400D13CDA6EFDCC1AC7 /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; + DFD95BCA231BF7294B54BBBE1F7A43A2 /* Util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Util.h; path = folly/container/detail/Util.h; sourceTree = ""; }; + DFDFCA220F4E0487D24966099C7AC6BD /* React-rncore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-rncore.release.xcconfig"; sourceTree = ""; }; + E0004F076A577E394A0CC4F9AEC7F57B /* RCTMultilineTextInputView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMultilineTextInputView.mm; sourceTree = ""; }; + E02117FB47D5E097A2FE278E42ED7D2A /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; + E0246A845D54C7B635C77FFDE88894B9 /* RCTBorderCurve.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderCurve.h; sourceTree = ""; }; + E0264569A1DCA41D8267A2DEC02B3043 /* BridgeNativeModulePerfLogger.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BridgeNativeModulePerfLogger.cpp; path = reactperflogger/BridgeNativeModulePerfLogger.cpp; sourceTree = ""; }; + E0295F5F6E41D3C5358AC3BC796E1F70 /* React-RuntimeCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RuntimeCore-dummy.m"; sourceTree = ""; }; + E0402A818FA8A0C89E390D0D4EC00165 /* RCTSurfacePointerHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfacePointerHandler.h; path = Fabric/RCTSurfacePointerHandler.h; sourceTree = ""; }; + E0529EAB67BFDD4AEA0A80301D04CE2C /* ObserverContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObserverContainer.h; path = folly/ObserverContainer.h; sourceTree = ""; }; + E0817B1CB0DBAA45D6A064FE340FD13C /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; + E0839F609F20832C1729CED5ADCA18C9 /* RCTSettingsPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsPlugins.mm; sourceTree = ""; }; + E08FAB111E604490074792C7CFAC9084 /* RCTModalHostViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModalHostViewComponentView.mm; sourceTree = ""; }; + E0A2C37B0C4B50C0E4B5366E9B824F12 /* RuntimeTaskRunner.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RuntimeTaskRunner.h; path = destroot/include/hermes/RuntimeTaskRunner.h; sourceTree = ""; }; + E0B0A85C6C1A686DD387938C318B3E03 /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; + E0C3160ABF695152C97A85E56B140C4B /* CallbackWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallbackWrapper.h; path = react/bridging/CallbackWrapper.h; sourceTree = ""; }; + E0D2348E6FB9A55FE8BC6E93389B9432 /* JSIHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIHelpers.h; sourceTree = ""; }; + E0E6784EF6FD3D1F4FC47BCD8E352359 /* RCTInputAccessoryContentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryContentView.mm; sourceTree = ""; }; E1140A4CC7FEA96D57FF547DA1D75EA0 /* Pods-WatermelonTester-WatermelonTesterTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-WatermelonTester-WatermelonTesterTests.release.xcconfig"; sourceTree = ""; }; - E11E3E33E0955F56F0F48196EF55E04F /* RCTAppDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppDelegate.h; sourceTree = ""; }; - E123A7556FA3E8EE6DF2AF8F13731E91 /* HostPlatformViewTraitsInitializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformViewTraitsInitializer.h; sourceTree = ""; }; - E13CECC8DD00B6B26E8BBA35D20417B2 /* RCTMountingTransactionObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMountingTransactionObserverCoordinator.mm; sourceTree = ""; }; - E156A8AF9D5A1FABDDCE61C0D7B75C54 /* RCTTextViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextViewManager.mm; sourceTree = ""; }; - E15E501B49D0D5E7428CDF918600089B /* FiberManagerInternal-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FiberManagerInternal-inl.h"; path = "folly/fibers/FiberManagerInternal-inl.h"; sourceTree = ""; }; - E198961812F012F0689A6388C81329A6 /* RawTextShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawTextShadowNode.h; path = react/renderer/components/text/RawTextShadowNode.h; sourceTree = ""; }; - E19C2EB9C5427A101DB59488D77C77D7 /* Connection.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Connection.cpp; sourceTree = ""; }; - E1A967291DC8BC3E6F704602A7ED6A7F /* React-jsi-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-umbrella.h"; sourceTree = ""; }; - E1E82B2BC91CD9F989D4DA3B10DAEF9A /* States.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = States.cpp; path = react/renderer/components/rncore/States.cpp; sourceTree = ""; }; - E1EBAF2CE6B60182374327B30D70E6E7 /* JemallocNodumpAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JemallocNodumpAllocator.h; path = folly/experimental/JemallocNodumpAllocator.h; sourceTree = ""; }; - E210A7A0A7A127BBF8C8CC5FF4229691 /* Codel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Codel.h; path = folly/executors/Codel.h; sourceTree = ""; }; - E2168A7FDE1343635E58BE30A677EA1B /* AtomicUnorderedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUnorderedMap.h; path = folly/AtomicUnorderedMap.h; sourceTree = ""; }; - E2576D6132DA27C06A37E280E980CB1F /* ThreadCachedTag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedTag.h; path = folly/synchronization/detail/ThreadCachedTag.h; sourceTree = ""; }; - E26D26C620D240B6B318AD4AB33507CA /* React-NativeModulesApple-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-NativeModulesApple-umbrella.h"; sourceTree = ""; }; - E28397D41251354DED761E62118A2D63 /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; - E2EAC7CC24DB307D2B2F46873189FBDA /* vlog_is_on.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vlog_is_on.h; path = src/glog/vlog_is_on.h; sourceTree = ""; }; - E31B5D02719A937FC9EBE9AEE1FF15A3 /* TouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TouchEvent.h; path = react/renderer/components/view/TouchEvent.h; sourceTree = ""; }; - E321C04AAAE892F36B26CD24839B9F83 /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; - E32D7F97C8D08601A80C5ECAE8145B51 /* glog.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = glog.modulemap; sourceTree = ""; }; - E32EF6CC19DC6EBE6FB91E3A7E6DD0EC /* React.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.release.xcconfig; sourceTree = ""; }; - E362C0A7DEBB2E7517C366CB1096CDBE /* React-RCTBlob.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.release.xcconfig"; sourceTree = ""; }; - E3787C78B51BB3F5A455D66F77CC12F5 /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; - E3912089ED45340C0AEF42DDC0BC7250 /* Conv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Conv.h; path = folly/Conv.h; sourceTree = ""; }; - E3AE4E10C5B758B3A27295223CB3B9F4 /* Unicode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unicode.h; path = folly/Unicode.h; sourceTree = ""; }; - E3CAA14AED0D0B628BF774EB3ACB5044 /* FBLazyVector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.debug.xcconfig; sourceTree = ""; }; - E3DBA3A2D2BC4382782AD43363AF323C /* FloatComparison.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FloatComparison.h; sourceTree = ""; }; - E3ECC3F02504FC14346835D49557F0B4 /* React-RCTBlob.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.debug.xcconfig"; sourceTree = ""; }; - E40E3777E3C62F9A067BF95A02B1EFDD /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; - E4106F7D4870CC3A4DFB3CC1B10305F0 /* Executor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Executor.h; path = folly/Executor.h; sourceTree = ""; }; - E478328BF000FD8E1DEEC7AECDF3C8AF /* Random-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Random-inl.h"; path = "folly/Random-inl.h"; sourceTree = ""; }; - E49FAC6266088F64E2D4CA7FDA9E2E42 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; - E4A8F5D965C695B62D70E1618742B559 /* LoopController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LoopController.h; path = folly/fibers/LoopController.h; sourceTree = ""; }; - E4C84E8FC8AA374CC11A47B09E202F57 /* TimedDrivableExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimedDrivableExecutor.cpp; path = folly/executors/TimedDrivableExecutor.cpp; sourceTree = ""; }; - E4F6542313B82668B761820B709E7194 /* Task.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Task.h; path = folly/experimental/coro/Task.h; sourceTree = ""; }; - E4FC8560F0FFECD7BC5D68FDD50D4DF0 /* CoreCachedSharedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreCachedSharedPtr.h; path = folly/concurrency/CoreCachedSharedPtr.h; sourceTree = ""; }; + E13EF6E51F9F10FBD304A4FADDBB25A8 /* RCTBaseTextViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextViewManager.mm; sourceTree = ""; }; + E1530C1A41641E337C100090EDB4CD24 /* RCTBackedTextInputDelegateAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBackedTextInputDelegateAdapter.mm; sourceTree = ""; }; + E1BDFFD718B2082F582FF8627388E098 /* CalculateLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CalculateLayout.h; sourceTree = ""; }; + E22E7E12AEEE2122E9587F6CBE60EC1A /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; + E253CA8AF57F182CDA110861DF421A77 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDeviceInfo.h; path = React/CoreModules/RCTDeviceInfo.h; sourceTree = ""; }; + E29A2CBF054A73452FE72177DE2FDF83 /* Iterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Iterator.h; path = folly/container/Iterator.h; sourceTree = ""; }; + E2B590F31CAE0577156C53171FEFEF07 /* React-FabricImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-FabricImage.release.xcconfig"; sourceTree = ""; }; + E2F009051F05B8597141D79A5583D4FF /* React-featureflags.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-featureflags.release.xcconfig"; sourceTree = ""; }; + E3339D6705C5DCAD1A55DFC2EA80C646 /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; + E3438873735D5FAD55DAADE60C49CACC /* RCTUITextView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUITextView.mm; sourceTree = ""; }; + E38250C1621C85BBCC9EA54DCC289145 /* React-RCTAppDelegate-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAppDelegate-prefix.pch"; sourceTree = ""; }; + E38561935D0A79B947D909F1708ADA95 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; + E390D39B5438A34CB65883263516478C /* React-featureflags-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-featureflags-dummy.m"; sourceTree = ""; }; + E39930085671F1947A94AAE3B2EB3580 /* React-NativeModulesApple.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-NativeModulesApple.release.xcconfig"; sourceTree = ""; }; + E39F032BC206A3CC16C40890B632D25E /* React-logger.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-logger.release.xcconfig"; sourceTree = ""; }; + E3A3132932FB8BCA22D8C2EB34C0BA27 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppState.h; path = React/CoreModules/RCTAppState.h; sourceTree = ""; }; + E3C150EC730101E36E8725C466227757 /* RCTSwitchComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchComponentView.h; sourceTree = ""; }; + E40225EFF83BFF372E2ACB0DEB6152DB /* InspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorPackagerConnection.h; sourceTree = ""; }; + E416B0C3A1EC58515DEC41DF3D02E01B /* ClockGettimeWrappers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ClockGettimeWrappers.h; path = folly/ClockGettimeWrappers.h; sourceTree = ""; }; + E4216CD44D8D54D9837A48C53488FC2E /* RCTBridgeConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridgeConstants.m; sourceTree = ""; }; + E488A78562494C4DFA18485430C98C6D /* Value.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Value.h; path = react/bridging/Value.h; sourceTree = ""; }; + E4FDDD56EA9FAE7E380A57693269B4F0 /* RawTextProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawTextProps.h; path = react/renderer/components/text/RawTextProps.h; sourceTree = ""; }; E50E54D57E4CB3E0920119CF69AD9A2D /* React-Core-RCTI18nStrings */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "React-Core-RCTI18nStrings"; path = RCTI18nStrings.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - E5125C612EE370CD5359959E98DBB997 /* SymbolizerTestUtils-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SymbolizerTestUtils-inl.h"; path = "folly/experimental/symbolizer/test/SymbolizerTestUtils-inl.h"; sourceTree = ""; }; - E5159F44D2231A5974E242F355AC1EE1 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; - E5379ED5387A1C44F86901E161B6B76D /* StubView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StubView.h; path = react/renderer/mounting/StubView.h; sourceTree = ""; }; - E53E6BB76C9782F81E7C3142E0C9F598 /* ro.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ro.lproj; path = React/I18n/strings/ro.lproj; sourceTree = ""; }; - E554EEE49090F34A2F7E3D35240EF111 /* WithAsyncStack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WithAsyncStack.h; path = folly/experimental/coro/WithAsyncStack.h; sourceTree = ""; }; - E57840F8C4A23117DE02B41BFC248F97 /* RCTBlockGuard.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTBlockGuard.mm; path = ReactCommon/RCTBlockGuard.mm; sourceTree = ""; }; - E5FF52966017BA43D357EC5DD4BBEB48 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; - E6741D6B9DDD980EAAB7EB06A7CABE92 /* ScrollViewProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScrollViewProps.cpp; path = react/renderer/components/scrollview/ScrollViewProps.cpp; sourceTree = ""; }; - E69ED89A8962B500709F97AD67663FBB /* Hash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hash.h; path = folly/hash/Hash.h; sourceTree = ""; }; + E52A7A09F41E9EADFAE686BE3A607CBD /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; + E537D35052D701095C980ECF42D55AC4 /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; + E53A2DCCFA3939F1CADE98C7ADABB2F1 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; + E54B7595EDCA1E1302CD4C135A4612AA /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; + E553A373CAD882BEE4374E43EBAD7556 /* React-RCTImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.debug.xcconfig"; sourceTree = ""; }; + E55A5082F7AD7430141AC089256155B4 /* ViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewEventEmitter.h; path = react/renderer/components/view/ViewEventEmitter.h; sourceTree = ""; }; + E570952D2C710A3EC6A39040970B220E /* RCTLogBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLogBox.h; path = React/CoreModules/RCTLogBox.h; sourceTree = ""; }; + E5745DFD5BE516C91A82DD1988970E10 /* Math.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Math.h; path = folly/portability/Math.h; sourceTree = ""; }; + E590E42E80DFE90E35C644EC5BA97D77 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; + E5961E4180C070D8C68E4EDF389C0A2C /* React-RCTSettings.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTSettings.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E598B862EA984799230DF69702BF2488 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; + E5CB5398F86031A46AD389FAA73E2323 /* RCTTypeSafety.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.release.xcconfig; sourceTree = ""; }; + E5E136EE3CB9AD65C230069245AFE89E /* TextInputShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextInputShadowNode.h; path = react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/TextInputShadowNode.h; sourceTree = ""; }; + E606EFA2C4D098DAEBD8DFD0734E2535 /* ms.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ms.lproj; path = React/I18n/strings/ms.lproj; sourceTree = ""; }; + E625C620A161CC1506E07E4C53FC7859 /* RCTFabricSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFabricSurface.h; sourceTree = ""; }; + E6362057149C3EE30EE5985649A70E12 /* SocketFileDescriptorMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketFileDescriptorMap.h; path = folly/net/detail/SocketFileDescriptorMap.h; sourceTree = ""; }; + E66752688584187D6864081ED411C01F /* RawTextProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawTextProps.cpp; path = react/renderer/components/text/RawTextProps.cpp; sourceTree = ""; }; E6A16705C69FC7DE11C2469A4A0F8358 /* React-RCTText */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTText"; path = "libReact-RCTText.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E6A203E49CA673A7C93F8C083E33E22A /* React-RCTLinking.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.debug.xcconfig"; sourceTree = ""; }; - E6ABB1309B7457225089DC01EAFE67BA /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; - E6B659DEE08CE8CF30AF500D24081F45 /* RCTBackedTextInputDelegateAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBackedTextInputDelegateAdapter.mm; sourceTree = ""; }; - E6BF8C6B2F11A3DE6612AD876DAC421C /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; - E6D77776866263E28597195A9898A23F /* UIManagerMountHook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerMountHook.h; path = react/renderer/uimanager/UIManagerMountHook.h; sourceTree = ""; }; - E6DC6D683BE48C8603DB1A063DF64A80 /* FiberManager-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FiberManager-inl.h"; path = "folly/fibers/FiberManager-inl.h"; sourceTree = ""; }; - E6EFDCFCC248BB45AE947C5FA5C78CC2 /* ParagraphState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphState.cpp; path = react/renderer/components/text/ParagraphState.cpp; sourceTree = ""; }; + E6AF50262FD901B97155797FE9CCADC0 /* TurboCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboCxxModule.h; path = react/nativemodule/core/ReactCommon/TurboCxxModule.h; sourceTree = ""; }; + E6FCE774BCFCEC0A37C02233EE1A6DAF /* Yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E6FD88D73CEF39AD0A723267614B20B6 /* InstanceTarget.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InstanceTarget.cpp; sourceTree = ""; }; E7178FECB829C9576A3723658B07F087 /* React-Codegen */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-Codegen"; path = "libReact-Codegen.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E76F95115270E842F4DF8C1CE4398CD7 /* ReactNativeConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeConfig.h; path = react/config/ReactNativeConfig.h; sourceTree = ""; }; - E7CF6448BA7FDB41544562933B9309A1 /* ValueUnit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ValueUnit.h; sourceTree = ""; }; - E7D4481AD6D3B0E93F65D97C4BDDFC72 /* React-jserrorhandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jserrorhandler-prefix.pch"; sourceTree = ""; }; - E7D87DFCB4CA32A463E1012318C73AA3 /* LayoutResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LayoutResults.h; sourceTree = ""; }; - E7E01677BD83475FEC1B57681BEF6CA1 /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; - E7F531776756B183EA73A2B89986DCDE /* RCTWebSocketModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketModule.mm; sourceTree = ""; }; - E806939D9921C6AC6B2765E363F7C699 /* SanitizeThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SanitizeThread.cpp; path = folly/synchronization/SanitizeThread.cpp; sourceTree = ""; }; - E818B0963C0FE60E2A6AE9AC7ADCC32E /* SpookyHashV1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpookyHashV1.h; path = folly/hash/SpookyHashV1.h; sourceTree = ""; }; - E82FF55E4CBCDB57BEA6BED231CE97B6 /* RCTComponentViewClassDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewClassDescriptor.h; sourceTree = ""; }; - E847907F2740798F8D08D6CAEBB04E65 /* RCTBundleManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleManager.m; sourceTree = ""; }; - E87304041DEB56EA2992AD37DF63268B /* QueueObserver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = QueueObserver.cpp; path = folly/executors/QueueObserver.cpp; sourceTree = ""; }; - E87901608DF4838B3919C25D888552F8 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; - E87E2827E5130BFCE967555AF6818019 /* React-NativeModulesApple.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-NativeModulesApple.debug.xcconfig"; sourceTree = ""; }; - E88FE2784C93640F42CE1195FE9055B4 /* not_null-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "not_null-inl.h"; path = "folly/memory/not_null-inl.h"; sourceTree = ""; }; - E8A2608BD99159E7A9B863CE4AFEE469 /* SRConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRConstants.m; path = SocketRocket/Internal/SRConstants.m; sourceTree = ""; }; - E8A53E6EADCAAD5C62249EEB3D888914 /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; - E8B428223AA302BB737E5524AA9EDF2F /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; - E8D033D4303D8884BEBFC0206EEE3B23 /* Point.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Point.h; sourceTree = ""; }; - E8D29DB766B3D477C599383835DB1355 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; - E8D5ADFB227484B318C40D1461339C73 /* LifoSem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LifoSem.h; path = folly/synchronization/LifoSem.h; sourceTree = ""; }; - E8FD60A8BB5F6BEE897ADB03BEF3D034 /* FmtCompile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FmtCompile.h; path = folly/portability/FmtCompile.h; sourceTree = ""; }; - E900F800638EAAC075E1FE2923F89956 /* IPAddressV4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressV4.h; path = folly/IPAddressV4.h; sourceTree = ""; }; - E919DC4C8BE653EC7BC2FCDFE62BEC66 /* ReactCommon.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactCommon.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E97B190FAB011C3F335DABFED7FC0E41 /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; - E98F54396D880F2D2F028809DA0EEDEC /* RCTParagraphComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTParagraphComponentView.mm; sourceTree = ""; }; - E9B565C99D1FA3927E34EA964B8E89C3 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "React/I18n/strings/zh-Hans.lproj"; sourceTree = ""; }; - E9BCC4D5341F3DDB4ED74A88CAB7483E /* Promise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Promise.h; path = folly/experimental/coro/Promise.h; sourceTree = ""; }; - E9F4D5DD2137167C45FA16E45BF0A724 /* React-ImageManager-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-ImageManager-umbrella.h"; sourceTree = ""; }; - EA27966E71B63A48C693BCE5434746BE /* ProducerConsumerQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProducerConsumerQueue.h; path = folly/ProducerConsumerQueue.h; sourceTree = ""; }; - EA2992BB99A85E60281DA5846370ACE9 /* PointerEvent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PointerEvent.cpp; path = react/renderer/components/view/PointerEvent.cpp; sourceTree = ""; }; - EA453233910AEABDAD4EC3AA4B5E931F /* Direction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Direction.h; sourceTree = ""; }; - EA4FF64473150DF76756D264B5EFE24F /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; - EA57CD46A3D8E4CB86C935C923E99E9B /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; - EA6D7BAF936F31432AC78333491DF6FC /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; - EA71158CACE240DC1E8F5E32A0A2D051 /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = event.cpp; sourceTree = ""; }; - EA77ECAE74317A62FAA4F79E0D295BA5 /* util-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "util-internal.h"; sourceTree = ""; }; - EA8D79EFBF3F78BEBB86F2DB395DD4E6 /* json.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json.h; path = folly/json.h; sourceTree = ""; }; - EAADEA4DD8E6C31CB446851F27811AF2 /* Baton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Baton.h; path = folly/synchronization/Baton.h; sourceTree = ""; }; - EAB2DEDC42A7E2E1498D9D061F2F2C65 /* RCTNetworkTask.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkTask.mm; sourceTree = ""; }; - EADA4CEBE5DF66B8030336B4D5B9D892 /* Object.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Object.h; path = react/bridging/Object.h; sourceTree = ""; }; - EADDDCAADB815C8515295A99AA084BCA /* RCTSurfaceRegistry.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfaceRegistry.mm; path = Fabric/RCTSurfaceRegistry.mm; sourceTree = ""; }; - EAEA92C76F008622B2654D2F82CFA2FA /* RCTAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppearance.h; path = React/CoreModules/RCTAppearance.h; sourceTree = ""; }; - EB22D5CCA86AE3611A4363B9CB36F297 /* WMDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = WMDatabase.h; sourceTree = ""; }; + E727F73300B53155B530D74924AD2BA8 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; + E743BFAD7A14315554014A32748265E1 /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/Bits.h; sourceTree = ""; }; + E743DC457E6CABC5B13E68A381C20913 /* EventLogger.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventLogger.cpp; path = react/renderer/core/EventLogger.cpp; sourceTree = ""; }; + E7531C53649FE630D622444E87454709 /* ReactCommon-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-umbrella.h"; sourceTree = ""; }; + E7807D90980DF5E58292BD819D067CCC /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = React/I18n/strings/pl.lproj; sourceTree = ""; }; + E78F20D79CCC9323B970100544DF75D4 /* ShadowTreeRevision.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowTreeRevision.h; path = react/renderer/mounting/ShadowTreeRevision.h; sourceTree = ""; }; + E7A75689694710ACECFF3C8C79D55E6D /* ReactNativeFeatureFlagsProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeFeatureFlagsProvider.h; sourceTree = ""; }; + E7ADD63BE36BD61FB54992AEEC51FACC /* PageTarget.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PageTarget.h; sourceTree = ""; }; + E7FC6C39FE3AE33F288AB26DDA6BD6C4 /* Cache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Cache.h; sourceTree = ""; }; + E80581A669DE626F703216374FF4C3A1 /* UnimplementedViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnimplementedViewComponentDescriptor.h; path = react/renderer/components/unimplementedview/UnimplementedViewComponentDescriptor.h; sourceTree = ""; }; + E82D575C7FB3C2A029BADE7276472510 /* RCTPullToRefreshViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPullToRefreshViewComponentView.mm; sourceTree = ""; }; + E8855C5F693E52309BAEA8C716104F71 /* RCTDebuggingOverlayManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDebuggingOverlayManager.h; sourceTree = ""; }; + E8A80DDDD78CE9D5045965620EF601A1 /* os.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = os.h; path = include/fmt/os.h; sourceTree = ""; }; + E8A93054841794EAD58EB675761B8905 /* SocketRocket.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SocketRocket.release.xcconfig; sourceTree = ""; }; + E8BF57389A0D82185746D63D05645956 /* React-featureflags-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-featureflags-umbrella.h"; sourceTree = ""; }; + E8C7733DDA1AF4D8C84201C849CE6990 /* React-rncore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-rncore.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E8CB40AE7BA0C7EB4EDD1532C9B8FAE8 /* SmallValueBuffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SmallValueBuffer.h; sourceTree = ""; }; + E927497A3701D0E6AEB8ED2AF83B915B /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; + E951AE3ED64705A1E7CF71EDD854B178 /* React-RCTImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.release.xcconfig"; sourceTree = ""; }; + E96C6053E99BB795AC55280C6C0B918F /* Sockets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sockets.h; path = folly/portability/Sockets.h; sourceTree = ""; }; + E99066C5DDF65197FF753C23E54313CC /* CallbackWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallbackWrapper.h; path = react/nativemodule/core/ReactCommon/CallbackWrapper.h; sourceTree = ""; }; + E9AD225EDBC81406F600822BE5CB48E9 /* RCTThirdPartyFabricComponentsProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTThirdPartyFabricComponentsProvider.mm; path = Fabric/RCTThirdPartyFabricComponentsProvider.mm; sourceTree = ""; }; + E9B0012D9AC4C6EE1721D712922AF216 /* BridgelessJSCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BridgelessJSCallInvoker.h; sourceTree = ""; }; + E9C1D370414FE653DCC9FAE636F19160 /* MoveWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MoveWrapper.h; path = folly/MoveWrapper.h; sourceTree = ""; }; + E9C75E943A657F3153FF32A050DA7592 /* UnimplementedViewProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnimplementedViewProps.cpp; path = react/renderer/components/unimplementedview/UnimplementedViewProps.cpp; sourceTree = ""; }; + E9D85EEAF42C9AF3CC1666F33CF872DD /* ReactPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactPrimitives.h; path = react/renderer/core/ReactPrimitives.h; sourceTree = ""; }; + E9E1F270CEDFF108574DFFDBE7F91985 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; + EA282133F1BB10E022D47B6CACE22054 /* RCTTypeSafety-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-prefix.pch"; sourceTree = ""; }; + EA4EE4C6FAFA0A824AFDB30A96D0C144 /* Unit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Unit.h; sourceTree = ""; }; + EA8C03F6178FA2682E0DD2D5F53F222E /* StubViewTree.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StubViewTree.h; path = react/renderer/mounting/StubViewTree.h; sourceTree = ""; }; + EA92D2D183344B3DA53FE9FC7B307DE6 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/animations/primitives.h; sourceTree = ""; }; + EA980E88736BC513D1E4D3CF3B6A67E8 /* React-runtimescheduler.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-runtimescheduler.debug.xcconfig"; sourceTree = ""; }; + EAA2B5EA3356A9C6FCE82CC15F04FDC0 /* React-RCTSettings.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.debug.xcconfig"; sourceTree = ""; }; + EADB1A8E010B5CA7F0E6C4071A9DDA92 /* RCTDisplayWeakRefreshable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDisplayWeakRefreshable.h; path = Libraries/Image/RCTDisplayWeakRefreshable.h; sourceTree = ""; }; + EADE36F3457E268442D18E096152CF53 /* RCTInstance.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTInstance.mm; path = ReactCommon/RCTInstance.mm; sourceTree = ""; }; + EAF8192C1B7013E06F84C24D2B1110B0 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; EB2EBC367DAD012021CB28C5D9106469 /* simdjson */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = simdjson; path = libsimdjson.a; sourceTree = BUILT_PRODUCTS_DIR; }; - EB502AEC55141EA428355CFA6E5DC8B7 /* React-RCTText.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.debug.xcconfig"; sourceTree = ""; }; - EB58510E87C76DBCDF19336CDB492BBC /* F14Map.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Map.h; path = folly/container/F14Map.h; sourceTree = ""; }; - EB6E9722347FA912FFB58C6E1651864C /* Partial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Partial.h; path = folly/functional/Partial.h; sourceTree = ""; }; - EB710A6DB708E48308387A97A6F53941 /* DynamicBoundedQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicBoundedQueue.h; path = folly/concurrency/DynamicBoundedQueue.h; sourceTree = ""; }; - EB7E00726D1EB2883288765F99E07C41 /* ko.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ko.lproj; path = React/I18n/strings/ko.lproj; sourceTree = ""; }; - EBA45365745CB8DF5AD94973743A4212 /* SharedPromise-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SharedPromise-inl.h"; path = "folly/futures/SharedPromise-inl.h"; sourceTree = ""; }; - EBD870B338163D107DA53F87CF7C6AA3 /* Traits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Traits.h; path = folly/Traits.h; sourceTree = ""; }; - EBF95494229459017C973E3CE21D0D3A /* IPAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddress.h; path = folly/detail/IPAddress.h; sourceTree = ""; }; - EBF9C795976C5E2F3FA797F8B4697D5E /* RCTInputAccessoryContentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryContentView.mm; sourceTree = ""; }; - EBFFE8EDE2368EF7C2335941D22DEBB6 /* RCTViewUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewUtils.m; sourceTree = ""; }; - EC3FE278CC4B082C0F496BC9411221C7 /* React-Mapbuffer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Mapbuffer-prefix.pch"; sourceTree = ""; }; - EC57C653AF16826F4E756F5FC7D9CB5E /* ImageEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageEventEmitter.h; path = react/renderer/components/image/ImageEventEmitter.h; sourceTree = ""; }; - EC8C965FAF65FCB790D7CA63792923B5 /* RCTAccessibilityManager+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTAccessibilityManager+Internal.h"; path = "React/CoreModules/RCTAccessibilityManager+Internal.h"; sourceTree = ""; }; - EC912B3628977BB86FAE7F15B57D01FA /* HazptrObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrObj.h; path = folly/synchronization/HazptrObj.h; sourceTree = ""; }; - ECA2C657FA3018F9B55B971D243A22BF /* Observer-pre.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Observer-pre.h"; path = "folly/experimental/observer/Observer-pre.h"; sourceTree = ""; }; - ECB6A144FE30BCF24C2D3E3B37E1D0B1 /* SurfaceManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SurfaceManager.cpp; path = react/renderer/scheduler/SurfaceManager.cpp; sourceTree = ""; }; - ECE51FF8C96FB7788E024EAB405642B8 /* HermesExport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HermesExport.h; path = destroot/include/hermes/Public/HermesExport.h; sourceTree = ""; }; - ECF58D98F3027BC3084C19C2F2EB897E /* CallbackWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallbackWrapper.h; path = react/nativemodule/core/ReactCommon/CallbackWrapper.h; sourceTree = ""; }; - ED2CBD8B468B4DEB1FFD738D19EAC782 /* Builtins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Builtins.h; path = folly/portability/Builtins.h; sourceTree = ""; }; - ED40EADF35BDA5C6066D2AF68B28B051 /* ScrollViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScrollViewShadowNode.cpp; path = react/renderer/components/scrollview/ScrollViewShadowNode.cpp; sourceTree = ""; }; - ED4EC0E95F43392B6C0521D59E59D7DA /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; - ED66903727293D6035498AD50CA3E619 /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = React/I18n/strings/ja.lproj; sourceTree = ""; }; - ED679DCAD74C1DAC3D500B2675E49BCA /* EDFThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EDFThreadPoolExecutor.h; path = folly/executors/EDFThreadPoolExecutor.h; sourceTree = ""; }; - ED83104C30874C8E25ABC5903243D30F /* Futex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Futex.cpp; path = folly/detail/Futex.cpp; sourceTree = ""; }; - EDC5FF3212001649C38F9ABF73661879 /* ValueFactoryEventPayload.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ValueFactoryEventPayload.cpp; path = react/renderer/core/ValueFactoryEventPayload.cpp; sourceTree = ""; }; - EE12BC8D12463FA3BF445A7C5E079415 /* Sleep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sleep.h; path = folly/experimental/coro/Sleep.h; sourceTree = ""; }; - EE20CB7F8670697F3722430AAD212CC9 /* FlexLine.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = FlexLine.cpp; sourceTree = ""; }; - EE32E107FE9065C7823DAA0AFF9D4389 /* Blake2xb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Blake2xb.h; path = folly/experimental/crypto/Blake2xb.h; sourceTree = ""; }; - EE370458F8ED11DDDBBF63C02E5D6C47 /* ExecutorWithPriority-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ExecutorWithPriority-inl.h"; path = "folly/executors/ExecutorWithPriority-inl.h"; sourceTree = ""; }; - EE3B83E3C01601A14E0EF4EE512696B8 /* RCTFabricComponentsPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFabricComponentsPlugins.h; sourceTree = ""; }; - EE404366EB03FE195BB16EAF91FA7C89 /* EventBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBase.h; path = folly/io/async/EventBase.h; sourceTree = ""; }; - EE5148C21ACA63EE4004D2319A92055C /* fmt-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "fmt-dummy.m"; sourceTree = ""; }; - EE6173B50DD2BEB57E9DA5AC48EA070D /* EDFThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EDFThreadPoolExecutor.cpp; path = folly/executors/EDFThreadPoolExecutor.cpp; sourceTree = ""; }; - EE69B57F0C921B5DDE0C7320FB69256D /* React-utils.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-utils.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - EE77C411A9286967E00DDB48CE1A0F49 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/components/scrollview/conversions.h; sourceTree = ""; }; - EE98A1BA7318C2BE27B7A8489EB64693 /* RCTIdentifierPool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTIdentifierPool.h; sourceTree = ""; }; - EEA78915C10246DF927F59712230E3A7 /* DeadlockDetector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DeadlockDetector.cpp; path = folly/concurrency/DeadlockDetector.cpp; sourceTree = ""; }; - EECE12709C00105706E1F0269A857F31 /* AtomicStruct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicStruct.h; path = folly/synchronization/AtomicStruct.h; sourceTree = ""; }; + EB71E81BC5E30853849F01DE038FCE31 /* UniqueInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UniqueInstance.cpp; path = folly/detail/UniqueInstance.cpp; sourceTree = ""; }; + EB8033D6D308790A5A46B3BC15DD1BED /* TouchEvent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TouchEvent.cpp; path = react/renderer/components/view/TouchEvent.cpp; sourceTree = ""; }; + EB9567C0DEFF8F845D6478F3CFDBD1AF /* RCTBaseTextInputView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextInputView.mm; sourceTree = ""; }; + EBC95FE616AEF3E48E3F113E5BB076C4 /* RCTImageManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTImageManager.mm; path = react/renderer/imagemanager/RCTImageManager.mm; sourceTree = ""; }; + EBF0BD1DADF4AA41730BF0DC7AF614AC /* RCTDeprecation.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RCTDeprecation.modulemap; sourceTree = ""; }; + EC10C9531C237863B28A6E20B64DC15A /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; + EC10CD8ABAB17D209CCD5FD3E42F2367 /* React-utils.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-utils.modulemap"; sourceTree = ""; }; + EC17C0D5E26D47755381DCEAE6861774 /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; + EC5F5A9DB399E74A3B0F0CDEE200B40E /* Overflow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Overflow.h; sourceTree = ""; }; + EC7EC957168B2840A6783186671E89DB /* React-callinvoker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.release.xcconfig"; sourceTree = ""; }; + EC80A594ED6C17D4D0B191D585BE4089 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; + EC88B7FD82BE95C8547982311739D454 /* AccessibilityProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AccessibilityProps.h; path = react/renderer/components/view/AccessibilityProps.h; sourceTree = ""; }; + ECC51259933A05380339556B6ABE282E /* LayoutResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LayoutResults.h; sourceTree = ""; }; + ECF657DA48FE202E91262C142A30C2EA /* Benchmark.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Benchmark.h; path = folly/Benchmark.h; sourceTree = ""; }; + ED025FBB53B0B481493FAFFAED14F5E6 /* RCTViewUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewUtils.m; sourceTree = ""; }; + ED0263B5DB4AF04BF5391CA51E3AE6F4 /* TurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleUtils.cpp; path = react/nativemodule/core/ReactCommon/TurboModuleUtils.cpp; sourceTree = ""; }; + ED075D1904D8F2A132AD09A4B59B2BE9 /* RCTKeyboardObserver.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTKeyboardObserver.mm; sourceTree = ""; }; + ED0D60F3F216448664954D0D5A35FECE /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = React/I18n/strings/ja.lproj; sourceTree = ""; }; + ED3AFC07867C7C0F7FA6437AB25AB2C0 /* RCTHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHost.h; path = ReactCommon/RCTHost.h; sourceTree = ""; }; + ED8BCB98B8CAFA45445802548B32ED28 /* ModalHostViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ModalHostViewShadowNode.cpp; path = react/renderer/components/modal/ModalHostViewShadowNode.cpp; sourceTree = ""; }; + ED92914EB3DF6C80AB5B7CF1AF9F3EE4 /* Thunk.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Thunk.h; path = folly/lang/Thunk.h; sourceTree = ""; }; + EDB17360845E700286BDE806E67E8AA0 /* CoreFeatures.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CoreFeatures.h; sourceTree = ""; }; + EDB46ABA9CC235068ECA4A848DB17EE8 /* UnstableLegacyViewManagerAutomaticShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnstableLegacyViewManagerAutomaticShadowNode.h; path = react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticShadowNode.h; sourceTree = ""; }; + EDBAAC4C0FEDEB6F19329DEE85E71512 /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevMenu.h; path = React/CoreModules/RCTDevMenu.h; sourceTree = ""; }; + EDE4A26ED9B011F0E70494EBA45F89FE /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; + EDE4EBF1DFE11D301F8A60F2D5B99F29 /* RCTTypeSafety.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.debug.xcconfig; sourceTree = ""; }; + EE85F8AC8EA65010815F0C5ED9826E3F /* React-RCTFabric.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-RCTFabric.modulemap"; sourceTree = ""; }; + EEAA1C4C0F827F9E5B0E9A8A96B8B9D7 /* Baseline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Baseline.h; sourceTree = ""; }; + EEB4D9ABDCA5AC8FCD10C726DD32E01C /* RCTGenericDelegateSplitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTGenericDelegateSplitter.h; sourceTree = ""; }; + EEC8AE4B19CE176574DF457505E2B9CF /* FileUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FileUtil.cpp; path = folly/FileUtil.cpp; sourceTree = ""; }; EEDBF403E8E0B3885E65C2741B536BC5 /* React-RCTImage */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTImage"; path = "libReact-RCTImage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - EEE8F4BA861E5020DC434C91F60D494B /* ParagraphState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphState.h; path = react/renderer/components/text/ParagraphState.h; sourceTree = ""; }; - EEF23D3DE29598071CA13B560A42DC52 /* TextInputComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextInputComponentDescriptor.h; path = react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputComponentDescriptor.h; sourceTree = ""; }; - EF4EAC7BB1E0E98536C7C59EE554BA00 /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; - EF52AACC82403649C04C397414AB5A84 /* Semaphore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Semaphore.h; path = folly/fibers/Semaphore.h; sourceTree = ""; }; - EF7C5D49FC317296FE0CF10EED39D708 /* React-jserrorhandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jserrorhandler-dummy.m"; sourceTree = ""; }; - EF9E02DC984929BB5E8FC5F21BEDA08E /* CString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CString.h; path = folly/lang/CString.h; sourceTree = ""; }; - EFF30C8E59A36CF8D13F29F1F8BA4221 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; - EFF3A76347EE07A47B950E4F2408BE0A /* FMDatabasePool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FMDatabasePool.h; sourceTree = ""; }; - EFF7D7E6715CB9F9793C429DED32C64F /* StackTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StackTrace.h; path = folly/experimental/symbolizer/StackTrace.h; sourceTree = ""; }; - F00301898C102A0AB4E310939B33B509 /* React-nativeconfig-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-nativeconfig-dummy.m"; sourceTree = ""; }; - F0138E019C069F41031F802F15F0ABD3 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; - F01ACBB4ECFEC6AE030D33B3D415C647 /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; - F02C3C9EEB2A16C55CD65DE661B22870 /* locale.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = locale.h; path = include/fmt/locale.h; sourceTree = ""; }; - F05DBDE59310A8C6EB2CCB2C1A0D0542 /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; - F063CEA6C32E8573FDCDD09BAEDEDB8B /* RCTImageBlurUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageBlurUtils.mm; sourceTree = ""; }; - F06534B870AC1E65E4909A8009C5CE0A /* ScopeExit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScopeExit.h; path = folly/experimental/coro/ScopeExit.h; sourceTree = ""; }; - F0E346CA8DDBBEEE6FF86B6698433E56 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; - F0F650F0BBE5CD528FF80BE77CD5C141 /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; - F10803015C1CE5D1F2D8E572EE098FD0 /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsManager.h; path = Libraries/Settings/RCTSettingsManager.h; sourceTree = ""; }; - F13597C04AD941259D263D08A66CCB35 /* RCTThirdPartyFabricComponentsProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTThirdPartyFabricComponentsProvider.h; path = Fabric/RCTThirdPartyFabricComponentsProvider.h; sourceTree = ""; }; - F1AA8ADC25AE882B95A65DD65A2FB9A5 /* RawPropsKeyMap.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawPropsKeyMap.cpp; path = react/renderer/core/RawPropsKeyMap.cpp; sourceTree = ""; }; - F1B7BE8E7C9DDBF77FCE9455014D3EF5 /* ThreadWheelTimekeeper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadWheelTimekeeper.cpp; path = folly/futures/ThreadWheelTimekeeper.cpp; sourceTree = ""; }; - F1F16520A680BC08436D8977BA46FE6F /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; - F1F7BB28F9FDB3E481DA2E4E30E1CDE9 /* LongLivedObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LongLivedObject.cpp; path = react/bridging/LongLivedObject.cpp; sourceTree = ""; }; - F1FEFC99F36067F2B0F49FCE5A0F8B01 /* PolyDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PolyDetail.h; path = folly/detail/PolyDetail.h; sourceTree = ""; }; - F202E4F65F41AF885C9172E2A0663BFA /* RCTSurfacePresenterBridgeAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfacePresenterBridgeAdapter.mm; path = Fabric/RCTSurfacePresenterBridgeAdapter.mm; sourceTree = ""; }; - F21F19F34E5DD1113C8D3B559F2593CC /* th.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = th.lproj; path = React/I18n/strings/th.lproj; sourceTree = ""; }; - F238383D6C5BFEF77C4C1E36B433A9CC /* React-utils-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-utils-prefix.pch"; sourceTree = ""; }; - F279073FD66B23189946F5969948EE4B /* SpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpinLock.h; path = folly/SpinLock.h; sourceTree = ""; }; - F288B92D37281555DB9C144722655328 /* RuntimeSchedulerCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeSchedulerCallInvoker.h; sourceTree = ""; }; - F28D2B7D5E7FB7967897B9F831FAB270 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; - F29453A9E772029554A8F4C1B1839D7F /* RCTTextInputComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextInputComponentView.h; sourceTree = ""; }; - F29CBB608973349F8F7CAA2FE0C6FEB4 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTiming.h; path = React/CoreModules/RCTTiming.h; sourceTree = ""; }; - F2B3516EE23752C61874323BE55E48B4 /* MPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCQueue.h; path = folly/MPMCQueue.h; sourceTree = ""; }; - F2E3BA1EBE0490D7FF1B9ABF4C857808 /* CalculateLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CalculateLayout.cpp; sourceTree = ""; }; + EF09FB3371BC4A515D26FC037059DD61 /* React-rendererdebug.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-rendererdebug.modulemap"; sourceTree = ""; }; + EF112ACF0D0F90B1AAF3D112F650FA09 /* PixelGrid.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PixelGrid.h; sourceTree = ""; }; + EF23890C4D36D03EA1DD037AFEFF15C6 /* Libgen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Libgen.h; path = folly/portability/Libgen.h; sourceTree = ""; }; + EF33D80102A84702AA2E2212D875E506 /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; + EF3D0DF483D191D626F907294861A317 /* ProducerConsumerQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProducerConsumerQueue.h; path = folly/ProducerConsumerQueue.h; sourceTree = ""; }; + EF7790CCA0F33012360CF9BA24706CF9 /* UIManagerBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UIManagerBinding.cpp; path = react/renderer/uimanager/UIManagerBinding.cpp; sourceTree = ""; }; + EFB5E0D35E76A4F34C8D5195B2051AF6 /* AsynchronousEventBeat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsynchronousEventBeat.cpp; path = react/renderer/scheduler/AsynchronousEventBeat.cpp; sourceTree = ""; }; + EFCF80831E029EAC9ECFEDFA8C0B0BE9 /* ConcurrentBitSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentBitSet.h; path = folly/ConcurrentBitSet.h; sourceTree = ""; }; + EFDD8B247497E208D149C9C12E8045C7 /* Hash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hash.h; path = folly/hash/Hash.h; sourceTree = ""; }; + F03D40C105C0F07D9C18AE34F3B494A0 /* ViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewComponentDescriptor.h; path = react/renderer/components/view/ViewComponentDescriptor.h; sourceTree = ""; }; + F03DB7552362CE2CC5261B0ECE866C50 /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; + F04C97A51C7A3AE18D87F7881C39DC76 /* zu.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = zu.lproj; path = React/I18n/strings/zu.lproj; sourceTree = ""; }; + F07A956888DB0839EE8710AF70182297 /* Lazy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Lazy.h; path = folly/Lazy.h; sourceTree = ""; }; + F07D525DF93C69AEC8946C90CEB695C1 /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; + F08460D67FAF18E84D6207E257538D64 /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; + F0868E477C8DA25C9CE631F4131B2C2F /* CallbackOStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallbackOStream.h; path = destroot/include/hermes/inspector/chrome/CallbackOStream.h; sourceTree = ""; }; + F0A85939544D109BFA4572C401B51D9E /* PointerEventsProcessor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PointerEventsProcessor.cpp; path = react/renderer/uimanager/PointerEventsProcessor.cpp; sourceTree = ""; }; + F0DF8AFAE1CBEF65355E92467584E4A5 /* componentNameByReactViewName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = componentNameByReactViewName.h; path = react/renderer/componentregistry/componentNameByReactViewName.h; sourceTree = ""; }; + F0EA3D90914575269885513BFC07386C /* React-Mapbuffer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Mapbuffer.debug.xcconfig"; sourceTree = ""; }; + F138DB447C457AE8D0B432C87AB6D5C2 /* NativeSemaphore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeSemaphore.h; path = folly/synchronization/NativeSemaphore.h; sourceTree = ""; }; + F1446E5B5E1E6532A8129EC19A5BC514 /* FileUtilVectorDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FileUtilVectorDetail.h; path = folly/detail/FileUtilVectorDetail.h; sourceTree = ""; }; + F1455C7DE425F051F50E3E27295C794D /* RCTNativeAnimatedModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeAnimatedModule.mm; sourceTree = ""; }; + F14EDE5F666391049AE8B82BFE391E88 /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; + F15F1FDA5B8172C6781AEDF956D65B0C /* Error.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Error.h; path = react/bridging/Error.h; sourceTree = ""; }; + F1758BCE0D6DB0A37CD1E35331999A52 /* ScrollViewProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScrollViewProps.cpp; path = react/renderer/components/scrollview/ScrollViewProps.cpp; sourceTree = ""; }; + F17EBB71C3E56527394A1105831F5DF5 /* React-featureflags-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-featureflags-prefix.pch"; sourceTree = ""; }; + F1A6297972EED0526BCBF5B221AE18AC /* RCTSurfaceProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceProtocol.h; sourceTree = ""; }; + F1AB976E1A25C3A525A7919E63A9BA92 /* ValueFactoryEventPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ValueFactoryEventPayload.h; path = react/renderer/core/ValueFactoryEventPayload.h; sourceTree = ""; }; + F1FA54C72A9856CD3D0A6B6E24B06E7E /* RCTMountingTransactionObserving.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMountingTransactionObserving.h; sourceTree = ""; }; + F2164B5DB3B104B55F7AEC0D7FC1AF24 /* SchedulerToolbox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SchedulerToolbox.h; path = react/renderer/scheduler/SchedulerToolbox.h; sourceTree = ""; }; + F21C8B792A111FE6F3696917CC8DD458 /* CDPHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDPHandler.h; path = destroot/include/hermes/inspector/chrome/CDPHandler.h; sourceTree = ""; }; + F261A91F0724E8B1486A1BC201FD1425 /* RCTMountingTransactionObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMountingTransactionObserverCoordinator.mm; sourceTree = ""; }; + F275B31E7A8AAE45DABF741983B8C743 /* ObjCTimerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObjCTimerRegistry.h; path = ReactCommon/ObjCTimerRegistry.h; sourceTree = ""; }; + F275D02F7C84889FF25195DE592C2875 /* RCTCallableJSModules.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCallableJSModules.m; sourceTree = ""; }; + F277FEF63DB910E42C66936C8592693A /* RCTDevLoadingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevLoadingView.mm; sourceTree = ""; }; + F278184653BF83F13E9A2484D2F4F8C1 /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; + F28A2D4EC3F7FA5178A446213C416F6C /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; F2E7C88DFCD460A4B46B913ADEB8A641 /* React-jsiexecutor */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-jsiexecutor"; path = "libReact-jsiexecutor.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F2EAD1082E356BE7A2AC1E4C504B6AB5 /* Padded.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Padded.h; path = folly/Padded.h; sourceTree = ""; }; - F310D512C4167A8E52358273922A48AD /* RustAdaptors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RustAdaptors.h; path = folly/experimental/coro/RustAdaptors.h; sourceTree = ""; }; - F33ED1E6BDC90BEF6D18EA7EA4303B2F /* RCTFileReaderModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileReaderModule.mm; sourceTree = ""; }; - F358D3D45C152075520FC248241838D9 /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; - F38E7FB838A6BA0AF6EA13F0215B43D6 /* CString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CString.cpp; path = folly/lang/CString.cpp; sourceTree = ""; }; - F399508BBCD1EB74ACDCEF54E1BDF2B8 /* RCT-Folly-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCT-Folly-umbrella.h"; sourceTree = ""; }; - F3AB6A1A08DF96497DE4308677B17399 /* React-RCTImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTImage.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - F3C72D4960633A00F74D049E94971DFC /* AtomicUnorderedMapUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUnorderedMapUtils.h; path = folly/detail/AtomicUnorderedMapUtils.h; sourceTree = ""; }; - F3F07F36F8E02AD29DFC82CBDF3FC94B /* LayoutAnimationDriver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutAnimationDriver.cpp; path = react/renderer/animations/LayoutAnimationDriver.cpp; sourceTree = ""; }; - F405E9C5E5EEC9C3637664267BD567E2 /* Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Dynamic.h; path = react/bridging/Dynamic.h; sourceTree = ""; }; - F41B8032CE8AF687875A628539980B21 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; - F42870B45CFBB861DE5977D8AAD64CC8 /* TransactionTelemetry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TransactionTelemetry.h; path = react/renderer/telemetry/TransactionTelemetry.h; sourceTree = ""; }; - F429FF897CFA761AD1CD197EF4B74F86 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; - F4356BC407FB7EC9646E4946CF2C5B1B /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; - F49BC4EDE2588621962380C641293634 /* AsyncStack-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AsyncStack-inl.h"; path = "folly/tracing/AsyncStack-inl.h"; sourceTree = ""; }; - F4A72CB02B1DFB8733BFE7105A808546 /* UnbatchedEventQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnbatchedEventQueue.h; path = react/renderer/core/UnbatchedEventQueue.h; sourceTree = ""; }; - F4B2895FFB7F1310AF3F807BFE6F7911 /* RCTAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimatedNode.mm; sourceTree = ""; }; - F4B3C43BE32FBE7E440FAE742B31E31E /* Semaphore.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Semaphore.cpp; path = folly/fibers/Semaphore.cpp; sourceTree = ""; }; + F3070DCC47CC323B0236AAA591CC207A /* InspectorPackagerConnection.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorPackagerConnection.cpp; sourceTree = ""; }; + F310EF16EE5EAA4714DFD2F1713D1B73 /* BindingsInstaller.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BindingsInstaller.h; sourceTree = ""; }; + F336A6F8A52B443F471C3A212D86DC43 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; + F35ECB508AB87E99C735B9A8219E2790 /* RCTObjectAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjectAnimatedNode.h; sourceTree = ""; }; + F37B91C0C1BDCB74BF74E5D62F1A84B8 /* flags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = flags.h; sourceTree = ""; }; + F3822D806026A4FCC42B9B6C3AD50045 /* Comparison.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Comparison.h; sourceTree = ""; }; + F3EC6BC861DA61263020A86CB2DDC307 /* React-jserrorhandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jserrorhandler-dummy.m"; sourceTree = ""; }; + F3F5D9E03D596413A96FCC9292384B7D /* States.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = States.cpp; path = react/renderer/components/rncore/States.cpp; sourceTree = ""; }; + F40435B6D082BD6480C723A692DFB94D /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; + F40DA4337071C6A25D759BAE9D00C90A /* CoreModulesPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreModulesPlugins.h; path = React/CoreModules/CoreModulesPlugins.h; sourceTree = ""; }; + F4116A5CF0A3EC97879DE8D115EB9AC5 /* Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Dynamic.h; path = react/bridging/Dynamic.h; sourceTree = ""; }; + F468DC980FF349730A91EAB27AA80749 /* TextInputShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextInputShadowNode.cpp; path = react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/TextInputShadowNode.cpp; sourceTree = ""; }; + F481D215714FD018CDA8C79540DDC6A8 /* LayoutAnimationStatusDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutAnimationStatusDelegate.h; path = react/renderer/uimanager/LayoutAnimationStatusDelegate.h; sourceTree = ""; }; + F488B5803551A7C6E8D0B3F34C4823D0 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; + F4A1A873A0B3D3C8636143BB6282A12D /* RCTSurfaceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfaceTouchHandler.h; path = Fabric/RCTSurfaceTouchHandler.h; sourceTree = ""; }; F4BDA69E3BCB0166D49FB679ABADCA00 /* fmt */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = fmt; path = libfmt.a; sourceTree = BUILT_PRODUCTS_DIR; }; - F4BDFCE87AAD7BD2C62BDD42493C1F4C /* TextInputProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextInputProps.h; path = react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputProps.h; sourceTree = ""; }; - F4E385BF4E489D98A9303E890B454078 /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; - F50C6815AEB17390BC39C5BFB8F01E6F /* RCTTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTurboModule.h; path = ReactCommon/RCTTurboModule.h; sourceTree = ""; }; - F56787B3BB063374C4B0426B66EC7CD6 /* UnboundedQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnboundedQueue.h; path = folly/experimental/coro/UnboundedQueue.h; sourceTree = ""; }; - F5BDC7062DCF7920ADFDB8DF7D63D4B9 /* SysMman.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysMman.h; path = folly/portability/SysMman.h; sourceTree = ""; }; - F5CEEEBF5F0535BDB3A64050927D67EB /* GlobalThreadPoolList.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GlobalThreadPoolList.cpp; path = folly/executors/GlobalThreadPoolList.cpp; sourceTree = ""; }; - F5D69810175FFF6D17C54376E9AEBC8A /* RCTRedBoxSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxSetEnabled.m; sourceTree = ""; }; - F5EA9711F207B0B6125E34247D0E5A13 /* HazptrObjLinked.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrObjLinked.h; path = folly/synchronization/HazptrObjLinked.h; sourceTree = ""; }; - F60429A7A7658C53A720BD9CF8A57781 /* AtomicNotification-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicNotification-inl.h"; path = "folly/synchronization/AtomicNotification-inl.h"; sourceTree = ""; }; - F61D2B244BB6B41AC612D440563CC68F /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBundleType.cpp; sourceTree = ""; }; - F629BBA75BB65D06BBDEF730651AF01A /* strlcpy-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "strlcpy-internal.h"; sourceTree = ""; }; - F6431661C8D57E5C65C09DCDA8BF6F54 /* Expected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Expected.h; path = folly/Expected.h; sourceTree = ""; }; - F67C1C94A4BA5367B01B087EC32BE687 /* TimeoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimeoutManager.h; path = folly/io/async/TimeoutManager.h; sourceTree = ""; }; - F684F42A13F6B3359CC7F44DDFB713F6 /* SimpleLoopController.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SimpleLoopController.cpp; path = folly/fibers/SimpleLoopController.cpp; sourceTree = ""; }; - F6AD95AFD118211F97AD99A9E6FBBD22 /* ScrollViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewProps.h; path = react/renderer/components/scrollview/ScrollViewProps.h; sourceTree = ""; }; - F6C9CA1A007BC2A14D79415780E8B1F0 /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; - F6DB3942C9D70587622DA1EF82D73A50 /* React-Core.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.release.xcconfig"; sourceTree = ""; }; - F7052598672E8ED644887BB6099906E9 /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBigString.cpp; sourceTree = ""; }; - F70EDF035B8AE0F06349EB0827FC6F27 /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; - F7195CD19961E59AA3407E2C128567C3 /* RCTSurfacePointerHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfacePointerHandler.mm; path = Fabric/RCTSurfacePointerHandler.mm; sourceTree = ""; }; - F71B3AF9B53AFA28AA68D427D68A1C82 /* VirtualExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VirtualExecutor.h; path = folly/VirtualExecutor.h; sourceTree = ""; }; + F4D03D4133A485BCCB2117CF4DDE2ED6 /* RuntimeAgentDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeAgentDelegate.h; sourceTree = ""; }; + F4FDC94B0FAFD47D454687DEABE33319 /* SessionState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SessionState.h; sourceTree = ""; }; + F51332CA416FB0997A5A9763AC54075F /* UniqueInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UniqueInstance.h; path = folly/detail/UniqueInstance.h; sourceTree = ""; }; + F524D0F42CA29ACE3E6C3098C858C502 /* Keep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Keep.h; path = folly/lang/Keep.h; sourceTree = ""; }; + F56A35A5E128A460F52E75B7F79344AC /* RawPropsPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawPropsPrimitives.h; path = react/renderer/core/RawPropsPrimitives.h; sourceTree = ""; }; + F5710B431788CFA607B0F39F45EC6E64 /* MountingTransaction.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MountingTransaction.cpp; path = react/renderer/mounting/MountingTransaction.cpp; sourceTree = ""; }; + F59674BB4A1D0F323148B07D7D682AC2 /* RectangleCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RectangleCorners.h; sourceTree = ""; }; + F59815A7A4241A59BAFADEAB6160D7C8 /* Builtin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Builtin.h; path = folly/lang/Builtin.h; sourceTree = ""; }; + F5A6371CE2CB24DC0532ACC93642CC48 /* RCTConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTConversions.h; path = Fabric/RCTConversions.h; sourceTree = ""; }; + F5D3D4E731B1EF9C93FC2A49ABDAD388 /* EventPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventPayload.h; path = react/renderer/core/EventPayload.h; sourceTree = ""; }; + F5DE3D6B8F9687E6EC775B55B6F528E4 /* CompileJS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompileJS.h; path = destroot/include/hermes/CompileJS.h; sourceTree = ""; }; + F5F74E1220FBDEDB27401F3F98612EC8 /* ComponentDescriptorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptorFactory.h; path = react/renderer/componentregistry/ComponentDescriptorFactory.h; sourceTree = ""; }; + F60384F886271F9FE990A1E05F65D620 /* LayoutAnimationKeyFrameManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutAnimationKeyFrameManager.cpp; path = react/renderer/animations/LayoutAnimationKeyFrameManager.cpp; sourceTree = ""; }; + F6312EB0499C783D68B98C5D0AFAB4A7 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; + F65B8FCE4C82DE06C4DC544668252210 /* NSURLRequest+SRWebSocketPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLRequest+SRWebSocketPrivate.h"; path = "SocketRocket/Internal/NSURLRequest+SRWebSocketPrivate.h"; sourceTree = ""; }; + F65EDF84A53562B923789233A6319309 /* RCTInitializing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInitializing.h; sourceTree = ""; }; + F6649A5E0CB0CD5E9B98CB49FE510D25 /* Hash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hash.h; path = folly/Hash.h; sourceTree = ""; }; + F680F8EC8BBE5EFCCD2F2F64A35E6132 /* React-RCTAppDelegate.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTAppDelegate.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F69D2C7C3E6181971A1F8D04108BC7D4 /* ThreadId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadId.h; path = folly/system/ThreadId.h; sourceTree = ""; }; + F6BD4677A9809440AF9F9498F2E0115B /* RCTBaseTextInputViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextInputViewManager.mm; sourceTree = ""; }; + F713F14C913C9157BF2CDF26BF5F279C /* SynthTraceParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SynthTraceParser.h; path = destroot/include/hermes/SynthTraceParser.h; sourceTree = ""; }; F71EBF73F354B475D465FF6DE9A66707 /* React-RCTBlob */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTBlob"; path = "libReact-RCTBlob.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F72D406CDF6538FE0C14B4CDC3A9E1BE /* RootProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootProps.h; path = react/renderer/components/root/RootProps.h; sourceTree = ""; }; - F740BA402DB24F91CF3A22DDC8B65169 /* LayoutPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutPrimitives.h; path = react/renderer/core/LayoutPrimitives.h; sourceTree = ""; }; - F75131CE58F1147F3ECD0C6198689C6B /* DebugStringConvertibleItem.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = DebugStringConvertibleItem.cpp; sourceTree = ""; }; - F76390918912AA0D28898E733026CC80 /* NetOpsDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetOpsDispatcher.h; path = folly/net/NetOpsDispatcher.h; sourceTree = ""; }; - F76BC79B20A535D4A3469463161C1DAE /* SRIOConsumer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRIOConsumer.m; path = SocketRocket/Internal/IOConsumer/SRIOConsumer.m; sourceTree = ""; }; - F773CC98CB5820FD0A9FEDA522D179BB /* StringKeyedUnorderedSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedUnorderedSet.h; path = folly/experimental/StringKeyedUnorderedSet.h; sourceTree = ""; }; - F7926BE3C0203FA9CFA83DC16AB8D88A /* LayoutAnimationStatusDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutAnimationStatusDelegate.h; path = react/renderer/uimanager/LayoutAnimationStatusDelegate.h; sourceTree = ""; }; - F7AD3BA4319D96B7F0B2BA5FCEEE5134 /* React-FabricImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-FabricImage.debug.xcconfig"; sourceTree = ""; }; - F7C426093A98B01319D4D5BA9702D87B /* Log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Log.cpp; sourceTree = ""; }; - F7EF55D5DD68F16E857B8987E8A2B2F8 /* SimpleObservable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimpleObservable.h; path = folly/experimental/observer/SimpleObservable.h; sourceTree = ""; }; - F8725FB4E8C4A14CFA0A19324C01B96E /* SRError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRError.h; path = SocketRocket/Internal/Utilities/SRError.h; sourceTree = ""; }; - F887AFFE1354E9DF278093B95A7ACCB2 /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; - F8962878F177A9A46386ADE6216A7DD4 /* ExceptionTracerLib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionTracerLib.h; path = folly/experimental/exception_tracer/ExceptionTracerLib.h; sourceTree = ""; }; - F89CB7FE524CD19561335BD1D4A4FEEF /* Constexpr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Constexpr.h; path = folly/portability/Constexpr.h; sourceTree = ""; }; - F89EC23432F15463FD252849714F2F65 /* React-debug-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-debug-dummy.m"; sourceTree = ""; }; - F8A74E536C6F01391B60D8FC4C8B423A /* BaseTextProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseTextProps.cpp; path = react/renderer/components/text/BaseTextProps.cpp; sourceTree = ""; }; - F8CBD7D99BDC299D262F13CA782D8858 /* MeteredExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MeteredExecutor.h; path = folly/executors/MeteredExecutor.h; sourceTree = ""; }; - F9022392756774F904A4A16369DC1D26 /* RCTImageShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageShadowView.mm; sourceTree = ""; }; - F91B79BB473BAD4747A78461558CB5E4 /* UnbatchedEventQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnbatchedEventQueue.cpp; path = react/renderer/core/UnbatchedEventQueue.cpp; sourceTree = ""; }; - F943B2711F135751158F97EB4C33CE87 /* bufferevent_pair.c */ = {isa = PBXFileReference; includeInIndex = 1; path = bufferevent_pair.c; sourceTree = ""; }; - F9476712222271E7C5E97F18EAB2012B /* GuardPageAllocator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GuardPageAllocator.cpp; path = folly/fibers/GuardPageAllocator.cpp; sourceTree = ""; }; + F78A76F0BB8E6B3D92D46FB8C08FF72B /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; + F7CA9A9E0677E6E622E8C0C6BFC057B5 /* HermesExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HermesExecutorFactory.h; sourceTree = ""; }; + F7CB0C6D6849C6DA8C5BCBFA3B2651ED /* RCTVirtualTextViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVirtualTextViewManager.mm; sourceTree = ""; }; + F7D701E7AA313B498D488AA43D416F3F /* ImageResponseObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageResponseObserverCoordinator.h; path = react/renderer/imagemanager/ImageResponseObserverCoordinator.h; sourceTree = ""; }; + F7DCF7DBDA1DB363572544D437D1EB4A /* MallocImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MallocImpl.h; path = folly/memory/detail/MallocImpl.h; sourceTree = ""; }; + F7FB105B5F150706FC7A1068544C1C16 /* LegacyViewManagerInteropShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LegacyViewManagerInteropShadowNode.cpp; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropShadowNode.cpp; sourceTree = ""; }; + F8025E613E68EA6B0C75074A74BB97E4 /* RCTComponentViewHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTComponentViewHelpers.h; path = react/renderer/components/rncore/RCTComponentViewHelpers.h; sourceTree = ""; }; + F804F0627373E6C63D34AAD65291FD24 /* sorted_vector_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sorted_vector_types.h; path = folly/sorted_vector_types.h; sourceTree = ""; }; + F83C31C20E032D387D9A04D68DAC8265 /* propsConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = propsConversions.h; path = react/renderer/components/view/propsConversions.h; sourceTree = ""; }; + F852C98DD1BF5640292AF6AAF675EA58 /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; + F89962533E4FDDA2F999DA26DF69D135 /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; + F89AC6E92A39CCDDE8DAD6BE98D3C4D1 /* MemoryResource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryResource.h; path = folly/memory/MemoryResource.h; sourceTree = ""; }; + F8AFFDB6E319041377C5799A85CD2848 /* NSURLRequest+SRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLRequest+SRWebSocket.m"; path = "SocketRocket/NSURLRequest+SRWebSocket.m"; sourceTree = ""; }; + F8DEF690935571E2BA15F11F274EE883 /* RCTContextContainerHandling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTContextContainerHandling.h; path = ReactCommon/RCTContextContainerHandling.h; sourceTree = ""; }; + F8E385BE54CB846981F47BD4BBF298BC /* React-NativeModulesApple.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-NativeModulesApple.debug.xcconfig"; sourceTree = ""; }; + F8E43EE33594D104C5EF3813E34DEAFB /* AttributedString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AttributedString.cpp; path = react/renderer/attributedstring/AttributedString.cpp; sourceTree = ""; }; + F8ECC27DA5BDBC6D1C55FD6C21B19E9B /* StaticConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticConst.h; path = folly/lang/StaticConst.h; sourceTree = ""; }; + F91CC1CB5BBFE630F1A219C0EDA145B9 /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; + F923F037E88C68DA2463BCD75AA9ED60 /* SocketRocket.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SocketRocket.debug.xcconfig; sourceTree = ""; }; + F9281ACFABCEF5289629EF6589504A67 /* CallOnce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallOnce.h; path = folly/synchronization/CallOnce.h; sourceTree = ""; }; + F9317E9FDB1763149AA85D21D664A706 /* RCTUtilsUIOverride.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtilsUIOverride.h; sourceTree = ""; }; F958876A082BF810B342435CE3FB5AF6 /* RCTTypeSafety */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RCTTypeSafety; path = libRCTTypeSafety.a; sourceTree = BUILT_PRODUCTS_DIR; }; - F99096BBDF75C8210996F067DA6B3C8A /* Assume.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Assume.h; path = folly/lang/Assume.h; sourceTree = ""; }; - F99AAFE7CECBFC3A393BCBA75F8F5297 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/conversions.h; sourceTree = ""; }; - FA12B86967AEB2AD25E5F9C1AF00D0C9 /* Cleanup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Cleanup.h; path = folly/experimental/Cleanup.h; sourceTree = ""; }; - FA23D6ED6A06E951F8E9DD6E943AEE12 /* RCTScrollEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollEvent.h; sourceTree = ""; }; - FA3168B64E49092D3A6703FD39B6896A /* TurboCxxModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboCxxModule.cpp; path = react/nativemodule/core/ReactCommon/TurboCxxModule.cpp; sourceTree = ""; }; - FA898297DCE07284A78D12B169993FCF /* NodeToString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NodeToString.h; sourceTree = ""; }; - FAA9B5BAAC828F3FF1CD052851A2461D /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; - FAFE1A295EBF81C4DD358E037AA66EEC /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; - FB0C87CED2321315D1852522D367918D /* RCT-Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCT-Folly-dummy.m"; sourceTree = ""; }; - FB14AFB1806B04802447C7B3F8DD056A /* RCTSafeAreaViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewComponentView.h; sourceTree = ""; }; - FB44E30B2D42B0A8CECB148C2CE10B5A /* BoostContextCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BoostContextCompatibility.h; path = folly/fibers/BoostContextCompatibility.h; sourceTree = ""; }; - FB5A925DDD17C123A82F7F31AAA2EC91 /* LogLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LogLevel.h; sourceTree = ""; }; - FB620F6D7995C90E677FBA7EF7A148D1 /* TimerFDTimeoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimerFDTimeoutManager.h; path = folly/experimental/TimerFDTimeoutManager.h; sourceTree = ""; }; - FB68288259B865F148A27CA5B01C0B99 /* Rcu.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Rcu.cpp; path = folly/synchronization/Rcu.cpp; sourceTree = ""; }; - FB6FAD8F0183E86ACBFBD8A81BA7BF3A /* libevent */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libevent; path = liblibevent.a; sourceTree = BUILT_PRODUCTS_DIR; }; - FB93F2DCDCDB4FC12867A78D12C14748 /* zh-Hant-HK.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hant-HK.lproj"; path = "React/I18n/strings/zh-Hant-HK.lproj"; sourceTree = ""; }; - FB942C630445D377D077D3BCF0654039 /* Transform-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Transform-inl.h"; path = "folly/experimental/channels/Transform-inl.h"; sourceTree = ""; }; - FBB9560230FCDB0C2DDD42424227813A /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; - FBE9454AD5568363E38B7ACBFF33426E /* SRRandom.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRRandom.h; path = SocketRocket/Internal/Utilities/SRRandom.h; sourceTree = ""; }; - FC14B471377D24DABA72BEB260409A21 /* poll.c */ = {isa = PBXFileReference; includeInIndex = 1; path = poll.c; sourceTree = ""; }; - FC21E94061DE704C973FE4E1E7A328DB /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; - FC3FD8FACD7D93E182B781D9BA66B37B /* TracingRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TracingRuntime.h; path = destroot/include/hermes/TracingRuntime.h; sourceTree = ""; }; - FC501085A664574A561FB5729E24A89C /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; - FC790FC894A7C951F22CFAD41A9A405E /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - FC7EE80C36AB42C9E33829AFCD734AC5 /* HazptrHolder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrHolder.h; path = folly/synchronization/HazptrHolder.h; sourceTree = ""; }; - FC8A7524BD011AD20B79FA55F2EE84FB /* EventBaseBackendBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseBackendBase.cpp; path = folly/io/async/EventBaseBackendBase.cpp; sourceTree = ""; }; - FC96581DB6DA26BD2534E7E18FDC16B1 /* ValueFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ValueFactory.h; path = react/renderer/core/ValueFactory.h; sourceTree = ""; }; - FC9EBEC21CD074C00940BFA7D68498FC /* Helpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Helpers.h; path = folly/experimental/coro/detail/Helpers.h; sourceTree = ""; }; - FCC7D500FEE59DDF05BB1F04C7A48350 /* SRRandom.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRRandom.m; path = SocketRocket/Internal/Utilities/SRRandom.m; sourceTree = ""; }; - FCD35B2AA50332A943898C0FDF41BB6C /* MessageConverters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageConverters.h; path = destroot/include/hermes/inspector/chrome/MessageConverters.h; sourceTree = ""; }; - FCD7A495106FAB16F1036280CB9EAAE6 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - FCDB439998E066D075DB595FC0205742 /* Replaceable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Replaceable.h; path = folly/Replaceable.h; sourceTree = ""; }; - FCECA1BD6BD7A4B2E57A86598F14C137 /* UITemplateProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UITemplateProcessor.h; path = react/renderer/templateprocessor/UITemplateProcessor.h; sourceTree = ""; }; - FD018370763A1CA80A34DA88A25C2D47 /* Inspector.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Inspector.cpp; sourceTree = ""; }; - FD2BF6CEFB7056A8A56E9E421A33BA53 /* RCTMultiplicationAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMultiplicationAnimatedNode.mm; sourceTree = ""; }; - FD407F4394F82BD986034A91372AF111 /* ImageShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageShadowNode.cpp; path = react/renderer/components/image/ImageShadowNode.cpp; sourceTree = ""; }; - FD61EE35F958E9A7C6960A05BA706E21 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; - FD7605B438ACC334C01E6EEBEBCB8B77 /* ConcurrentSkipList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentSkipList.h; path = folly/ConcurrentSkipList.h; sourceTree = ""; }; - FD8FAF2FA08DB8D4522C01F96E614193 /* RuntimeScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeScheduler.h; sourceTree = ""; }; - FD9623717746F8739FDBB921E645DEF0 /* RCTImageLoaderWithAttributionProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderWithAttributionProtocol.h; path = Libraries/Image/RCTImageLoaderWithAttributionProtocol.h; sourceTree = ""; }; - FDB2432487BDD86F774A7FE27AD8EC69 /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; - FDC4B7B662F5971341865583836764EB /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; - FDD64713AFF05B3225682761884B7222 /* NotificationQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NotificationQueue.h; path = folly/io/async/NotificationQueue.h; sourceTree = ""; }; - FDE397A5C641CDD4E51855DF16030405 /* ImageTelemetry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageTelemetry.cpp; path = react/renderer/imagemanager/ImageTelemetry.cpp; sourceTree = ""; }; - FDF08734CFB7711C7494C10C7471402D /* stop_watch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stop_watch.h; path = folly/stop_watch.h; sourceTree = ""; }; - FDF3C8D6745739ED6E6F3727A5792DC3 /* ManagedObjectWrapper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = ManagedObjectWrapper.mm; sourceTree = ""; }; - FDF69364726302B03F99E2102BA2B961 /* FiberManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FiberManager.cpp; path = folly/fibers/FiberManager.cpp; sourceTree = ""; }; - FE096B75D2C9DDFD0775D0D9F491B667 /* Filter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Filter.h; path = folly/experimental/coro/Filter.h; sourceTree = ""; }; - FE0E4448AFAD94432E9571F449DBD648 /* React-Codegen.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Codegen.release.xcconfig"; sourceTree = ""; }; - FE1DA1D5A6AC570FF94E81DD07931F7F /* BaseTextShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseTextShadowNode.cpp; path = react/renderer/components/text/BaseTextShadowNode.cpp; sourceTree = ""; }; + F969DDD826E4A83C1AAE180C9E9DB314 /* RCTModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuleRegistry.m; sourceTree = ""; }; + F9741807E424A3C28F079A8146D8AF4D /* RCTPropsAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPropsAnimatedNode.mm; sourceTree = ""; }; + F97A942E5EB0FD88E4C166A5F5716585 /* React-RCTFabric.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTFabric.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F98C396019C17AFAC2E6514744534845 /* RCTPlatformColorUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPlatformColorUtils.h; sourceTree = ""; }; + F9E3E83E4B4A307A114208C3D1F55BC8 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; + F9FB962222C7D13D456DA7490A882D10 /* ExecutionContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ExecutionContext.h; sourceTree = ""; }; + FA397527B29CC2470176B423C005BEE9 /* ru.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ru.lproj; path = React/I18n/strings/ru.lproj; sourceTree = ""; }; + FA4AEB20C629FD1B5F713C79D99E301D /* FBLazyIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyIterator.h; path = FBLazyVector/FBLazyIterator.h; sourceTree = ""; }; + FA6E512F724BFB0B3D270261962078F8 /* React-RCTLinking.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.debug.xcconfig"; sourceTree = ""; }; + FAB1A2AAEAD536D71C08D8CE9C14F3D8 /* RemoteObjectConverters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RemoteObjectConverters.h; path = destroot/include/hermes/inspector/chrome/RemoteObjectConverters.h; sourceTree = ""; }; + FADAE66E358428988B767C2AAC5E2119 /* Pid.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Pid.h; path = folly/system/Pid.h; sourceTree = ""; }; + FADE4C50E4C03A98702AAB8CE87A3D81 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; + FAF931EFC80EAFDA3EA6E9A6F62665B8 /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + FB0002CFA1F991284A466F64F3CDD670 /* Uri-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Uri-inl.h"; path = "folly/Uri-inl.h"; sourceTree = ""; }; + FB10906EE52FB99A63183406F2DFD2AC /* ReactCommon-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactCommon-dummy.m"; sourceTree = ""; }; + FB2A143E4389164E0F2CCDB7122BD9F1 /* RCTDynamicTypeRamp.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDynamicTypeRamp.mm; sourceTree = ""; }; + FB5D34754AD28372AC075C4836BC9BDD /* it.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = it.lproj; path = React/I18n/strings/it.lproj; sourceTree = ""; }; + FB687C9F11521E5B9F74197C09608F8E /* WMDatabaseBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = WMDatabaseBridge.m; sourceTree = ""; }; + FBC253E87364123EF03ADC474B7364C8 /* RCTRedBoxSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxSetEnabled.m; sourceTree = ""; }; + FBC65E4ADA0C93CAF6F0857E1767393E /* RCTEventDispatcher.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTEventDispatcher.mm; sourceTree = ""; }; + FBC79A9C5A60A939EF7BBEFBE8449906 /* RCTBlobCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobCollector.h; sourceTree = ""; }; + FBE36ADE7B7AF7E211B4A734D83A30BF /* MoveWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MoveWrapper.h; sourceTree = ""; }; + FC28EEFD6B8B7AAEB56E2A041A6DDCB5 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBundleType.cpp; sourceTree = ""; }; + FC391A89C7D8499E264ADBDD9F59F736 /* Rect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Rect.h; sourceTree = ""; }; + FC3E576BEEE24C22BAB754F8BDA7D822 /* FileUtilDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FileUtilDetail.h; path = folly/detail/FileUtilDetail.h; sourceTree = ""; }; + FC43226FF6ADEAB1549A1CDD67BEC74A /* CancellationToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CancellationToken.h; path = folly/CancellationToken.h; sourceTree = ""; }; + FC938492EE25EDBA884D42C17EE1E89B /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; + FCAE6D5FA62309B748866975B6AA85DC /* RCTRootViewFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewFactory.h; sourceTree = ""; }; + FCFD99083FD714E25C32912BE07EEE2F /* vlog_is_on.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vlog_is_on.h; path = src/glog/vlog_is_on.h; sourceTree = ""; }; + FD2AA627BA11571293760EA92516290E /* hermes.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = hermes.xcframework; path = destroot/Library/Frameworks/universal/hermes.xcframework; sourceTree = ""; }; + FD2B5192F4D25A120B9FBA56082E1498 /* TurboModuleBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleBinding.cpp; path = react/nativemodule/core/ReactCommon/TurboModuleBinding.cpp; sourceTree = ""; }; + FD851DC7951B65E103BB27B6706B8EE3 /* BaseViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseViewEventEmitter.h; path = react/renderer/components/view/BaseViewEventEmitter.h; sourceTree = ""; }; + FDAA60177E608D75C530E2C86C1BD33A /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; + FDD85087D17F29E409E05B785CAEF845 /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; + FDF1FDBD6E5C45FE24CB4F2C3B228AF2 /* Telemetry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Telemetry.h; sourceTree = ""; }; + FE123FC7D80F16C162FBB579CF5DBD81 /* Parsing.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Parsing.cpp; sourceTree = ""; }; + FE4DF00236D3CFC9333AC4F2536AD07C /* RCTTextViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextViewManager.mm; sourceTree = ""; }; FE7B9294FF05AAFD1653E2104E10844A /* React-RCTAnimation */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTAnimation"; path = "libReact-RCTAnimation.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - FEE38A1373D7DB07320186D05BAE0DA3 /* TimedWait.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimedWait.h; path = folly/experimental/coro/TimedWait.h; sourceTree = ""; }; - FEF07024F233A9D335B0BC9AEBA75800 /* RawTextComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawTextComponentDescriptor.h; path = react/renderer/components/text/RawTextComponentDescriptor.h; sourceTree = ""; }; - FEF1E2D79A369BF959B6658AA258F787 /* ManualTimekeeper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ManualTimekeeper.h; path = folly/futures/ManualTimekeeper.h; sourceTree = ""; }; - FEF800B02993B8A4B14AF6F1BDE852E0 /* RCTComponentViewRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewRegistry.h; sourceTree = ""; }; - FF0A89930DDB67422FA9C31E158BBA04 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; - FF189C45B126D2EB9DF71426DCD11295 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevSettings.h; path = React/CoreModules/RCTDevSettings.h; sourceTree = ""; }; - FF18CB2CE9B6E82F0ED2FF229FD13731 /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; - FF411EDC1FFA2EAA643BB5803EDBE915 /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; - FF6FDB291600CBD552F63414A0E074FF /* BaseTextShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseTextShadowNode.h; path = react/renderer/components/text/BaseTextShadowNode.h; sourceTree = ""; }; - FF8EF5FCF4C75B677EF3BDA205F44E4A /* ThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadPoolExecutor.h; path = folly/executors/ThreadPoolExecutor.h; sourceTree = ""; }; - FF9C66CBA764190C003B742F7AA570DF /* React-Core.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-Core.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - FFC414CC034BD2C86FD9B15FC9C7D5D5 /* simdjson.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = simdjson.h; path = src/simdjson.h; sourceTree = ""; }; - FFE66148B8B9889AA000F5920B8D4A26 /* dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dynamic.h; path = folly/dynamic.h; sourceTree = ""; }; - FFEE88B891D49D4E9A87DB86CD68506A /* HHWheelTimer-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "HHWheelTimer-fwd.h"; path = "folly/io/async/HHWheelTimer-fwd.h"; sourceTree = ""; }; - FFF6C5A69CD1F70D2690C4C5C1519BC7 /* MicroSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroSpinLock.h; path = folly/MicroSpinLock.h; sourceTree = ""; }; + FE9C8096CC17775F6B3D7F51F755BF88 /* F14Defaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Defaults.h; path = folly/container/detail/F14Defaults.h; sourceTree = ""; }; + FEB18EBDB42AC349730BA29BCF965FC6 /* SurfaceHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SurfaceHandler.cpp; path = react/renderer/scheduler/SurfaceHandler.cpp; sourceTree = ""; }; + FEB255691DB29610BDE1D3938C435B8C /* React-Core.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.debug.xcconfig"; sourceTree = ""; }; + FEBC85A59D1771FEE07769D206EDEC9B /* WMDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = WMDatabase.h; sourceTree = ""; }; + FF16234911D787047083140DEC397AC5 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; + FF7AD4797D7F14A650587773DE9EDC89 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Instance.cpp; sourceTree = ""; }; + FF822F0F4BB64652EAD4246D353613C0 /* RCTVirtualTextShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVirtualTextShadowView.mm; sourceTree = ""; }; + FF88A9733D935D4DBE027D36D5B591C1 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; + FF88C9A8B1E0A79468C40F286C239533 /* FileUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FileUtil.h; path = folly/FileUtil.h; sourceTree = ""; }; + FFA2A883F42A90CB3B4B86BA995A7239 /* FMDatabasePool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FMDatabasePool.h; sourceTree = ""; }; + FFA331C6B5744B16007B95A0D3EA96D8 /* RCTComponentViewFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewFactory.h; sourceTree = ""; }; + FFD4B861CCFBFBB3B9059A2DCEDE8D24 /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = React/CoreModules/RCTActionSheetManager.h; sourceTree = ""; }; + FFE3B6010494BF1759723F25C1271613 /* React-RCTVibration.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.debug.xcconfig"; sourceTree = ""; }; + FFF4EAA32AB91B28A1ACBB7030CB8484 /* Bool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bool.h; path = react/bridging/Bool.h; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 0AA71CAD12A5F7701089E977AE6613A8 /* Frameworks */ = { + 0139C1ECDC2157867F618C9EA3EB1FFF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 0AEE65E14B6BD0303AB9755C3E6A6231 /* Frameworks */ = { + 18D45363A5C31117A24DD45090EE585D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 1153CD5494CE773FF2B30D19AF0E7883 /* Frameworks */ = { + 1E96689E45440CA500F1377CF69C3FBD /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 13E6CCB2F0C84A340894B80A1485834B /* Frameworks */ = { + 20F4275A9630980BAF5F77C0EE302D2D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 166887ABB10C33796A9F8BE21DB25A9C /* Frameworks */ = { + 303A5D98CB7E8BAC37153C94A9723DB8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 1840BBFCE74FBC26A5A37787024CC4E9 /* Frameworks */ = { + 31C42BB3E2E25E43EB019EDC29907F97 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 1FDF96A8169C6A251EF85ABCA3F54646 /* Frameworks */ = { + 31DEECC7D9F4687AA05692751E71642F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 201B9B08E131E3087DD8707C8C11FB03 /* Frameworks */ = { + 32445F0B48FFAD562A3D7EFA997FE471 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 24D3542EA30681253728BAF85750E76A /* Frameworks */ = { + 35249E191E5E9A9BCF3C012B7231E4E5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2A260C86B6A08A42585EF55AB929FA72 /* Frameworks */ = { + 38A83589C7A3FB59CFE0094947B15535 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2BD8BD7759589BC9E88C48FE58052F9A /* Frameworks */ = { + 394B09545766677D0A263723DBEE5DD5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3391273B6FFD22F3C560D814C6B7C102 /* Frameworks */ = { + 3E93992A6915E912ABBC7FD7BB09ACF2 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3C1C89DBAE8E3254F1CEEAF2537429A1 /* Frameworks */ = { + 401DCA93590F154762BC1D9585CB8A7D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3E37517D026957D038029B2CB4904CB8 /* Frameworks */ = { + 41E92B86A8DA922F93FB3895A411CD96 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4118A69856B494B2C6FAC8550C1DD783 /* Frameworks */ = { + 4484CB8C5EC3D4C457E3791F1EDA81A4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 46204ECFAF5BCA1CB78ACCBEBAD243A2 /* Frameworks */ = { + 4E6BB43FE92C85896EF4652D5008EE41 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 48E9055D5DD99C65144BA5F226DDA260 /* Frameworks */ = { + 53C4D790BC130A50096231A17E5B83B6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4D468B5D0922EEDEF94135E9E0EF7EF2 /* Frameworks */ = { + 555A04A540081AC49C8E6E99B4A994A8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 50A140EEF267339FEE9CCFF55B0FE918 /* Frameworks */ = { + 5D70EF7822C104273D2101F12A77DA2E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 5377291520EA1CE580DCD6452569EEE4 /* Frameworks */ = { + 61D9AB3CF28105161B660B3A2569110A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 6219DB64F3ABDECE90C303AE0DF39643 /* Frameworks */ = { + 6B85A179CAD33992F413D8BD3E7F2D36 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 64356B4808B60C1D3F0C345E1854B0A1 /* Frameworks */ = { + 6F4E2E05C47567492210B48CF3716282 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 6CF21609D0CD2DB6AD163359E7D943D1 /* Frameworks */ = { + 75122507248AC3D88667540F35C80F67 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 724AA455ED0AF44C7C47FF791E11E49D /* Frameworks */ = { + 7B00CA1FF92C8EE49D682945D65F7919 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 75CC5CC3EC16750BE07CF17626F43E22 /* Frameworks */ = { + 82C4242EC83DE2399BE5CCCAD8D44002 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7A6B960A66D06E8780BD9797863D347C /* Frameworks */ = { + 87CD4246A6A77E44C9BDD640317549F9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7DE45FBF5570162DBC179317F78D2472 /* Frameworks */ = { + 89ED61ED54C1E87A03D923846D1CCD5D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 92937F1F0CB66E0A09DC63068D26CCA8 /* Frameworks */ = { + 917B37A67EC657DE7A1DB7AC71C9BA46 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 93ED422EA793C39EDAE100E0C6992D26 /* Frameworks */ = { + 953D5F4F2F49FBAA1C7494F06276AA72 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 953D5F4F2F49FBAA1C7494F06276AA72 /* Frameworks */ = { + 976D53391EFB92F67FDDDF48FC18C587 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - A4D5479E3DFAD9709329595464855BD2 /* Frameworks */ = { + 9BE70249785B143A20B5733C856CB911 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - A6E5BEAC058718665C39731AEB3A7DCF /* Frameworks */ = { + A9D4B85BB6017441753A3CED16046934 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - A9392E8900EB564ABC1A8B0C9A82C4D0 /* Frameworks */ = { + ADA95567AC41717C4D2DD30CB60CDA9A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - ACB24848F548F2E45E0C7452D6DE9A13 /* Frameworks */ = { + AE7FBB9DE413C21987453291581B80C1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B6A44B371516356FABBFB1934AC810E8 /* Frameworks */ = { + B069C5D34B9F29495B74E527819ECEE8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B6AAC1B9992A5C93C553C5BA47E4A06D /* Frameworks */ = { + B0F3C1490E731E02547F366CAC459882 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B7EE5648AFB893F231AF907C9CF20FBC /* Frameworks */ = { + B490F5C3DE68C34A228783FAAEBE1CCD /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - BBF83B285E70D8D742538E98ECE39277 /* Frameworks */ = { + BD2E44394098D59D4216910EB6123099 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - BC9285CA6B495DB01E0A972E6AFA96AC /* Frameworks */ = { + BF9F98FB7155A6900208145875893CA8 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C045B01A5A6B7CCA78D61826BA82820C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C4687459249DD90C9583CD8F4F17FD73 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C7E0A0DF29622DB6BD97632058301AC7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -7875,42 +7847,49 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D108391890202F8FC850472A4F365FA9 /* Frameworks */ = { + D532CB49CB8E79A6C3551005CB82786E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - DE1AA5A7360F3375504619B413A22DAB /* Frameworks */ = { + D94BECEDC7E7186443633477224FEDF3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E1A3106F7DAD756AD37BA79008C6BB31 /* Frameworks */ = { + E6721EB4E54C19B70C3D2E41970D775A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - EA8F884AAB6F1F787B639E6A3C8586D7 /* Frameworks */ = { + E8527906ED69AB38F1A6149B0ED3AFB4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F4D3DD160BDF3DEC5226505636AD5651 /* Frameworks */ = { + F135DDD9CC12F6A1A80D36F03447C5F9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - FC7FA13A3E868B7955453A4AC5D4D84F /* Frameworks */ = { + F6D7800EEE85719978FE04577571C010 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F99F6C110F1AB91CEFC1511B3107B904 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -7920,2944 +7899,2855 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 009697D986DB708330133176003E3FE2 /* React-CoreModules */ = { - isa = PBXGroup; - children = ( - 8A51C80F5DD321EE09E9F2601E0A913A /* CoreModulesPlugins.mm */, - C371B051037760DEC5EA5C39148A7121 /* RCTAccessibilityManager.mm */, - 58839AE699BA7AD3E4883CD73A8A2F3C /* RCTActionSheetManager.mm */, - 6A6103243A20FC7F3E060D44F1C4524D /* RCTAlertController.mm */, - 80E55BE528E741EE6A9F02AB5C4C4392 /* RCTAlertManager.mm */, - 9466D9671AA787E458A67C2ACF9A280F /* RCTAppearance.mm */, - 07D67D5FA20CBDE3522295B9A15367B4 /* RCTAppState.mm */, - 46F9DFE68628EA61F1054E0D38DE87BC /* RCTClipboard.mm */, - 1BA99955B773A244529FB89B33920B1A /* RCTDeviceInfo.mm */, - 2EF5D15F09A2040D80ABE84B5DC67E78 /* RCTDevLoadingView.mm */, - BB2F68EFC6DCB3A840695127841038E4 /* RCTDevMenu.mm */, - D8C3608D622CA4133C0B186BD0F4873A /* RCTDevSettings.mm */, - C6C7DA230A844C2E065E24D90FD55D8A /* RCTEventDispatcher.mm */, - 4C1F8A5F02F79EF7CF00EFF5B3B342B6 /* RCTExceptionsManager.mm */, - 93FC7B327C6402F76C46E39E0D18CA0A /* RCTFPSGraph.mm */, - 97CC4533A9108CBD47F5886DCCF1BF29 /* RCTI18nManager.mm */, - D41D66175CFCA018C69EF32B8C89CE9C /* RCTKeyboardObserver.mm */, - 7AB5FA2C8B3BF0FACD428B7C6F283697 /* RCTLogBox.mm */, - 838E24D40EABBE7E1A4004C3105942A0 /* RCTLogBoxView.mm */, - AC613B4105A5B01EB9BD773C99429804 /* RCTPerfMonitor.mm */, - A8B58D5BA4B550CF2980DC119D2D6303 /* RCTPlatform.mm */, - 794F2A089CE64A64AF6188AA6CB5322F /* RCTRedBox.mm */, - B3DF971A712CA83CC68778C87BF9278A /* RCTSourceCode.mm */, - 14D6FD641519C1F693D8DB86FC995B26 /* RCTStatusBarManager.mm */, - 2E607F300C5E38706C137760DBF5BCF6 /* RCTTiming.mm */, - 68A9CBE4E32FE477C4AE2D11EAAF0D56 /* RCTWebSocketExecutor.mm */, - E7F531776756B183EA73A2B89986DCDE /* RCTWebSocketModule.mm */, - A9EDF355B7B3AA594F734D374676D41D /* Pod */, - 21224F06CAFF0496D8C2298C3C277C47 /* Support Files */, + 035DBCF1705BBA1D99967CF1081992BA /* Support Files */ = { + isa = PBXGroup; + children = ( + 45FA7F5F8B8980E56D777737778E2381 /* React-RCTImage-dummy.m */, + 13EEFF365502DE9E6776D22ADDDCE4A5 /* React-RCTImage-prefix.pch */, + E553A373CAD882BEE4374E43EBAD7556 /* React-RCTImage.debug.xcconfig */, + E951AE3ED64705A1E7CF71EDD854B178 /* React-RCTImage.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTImage"; + sourceTree = ""; + }; + 04EF134638BEC021D2EE29A5DCDA421C /* Support Files */ = { + isa = PBXGroup; + children = ( + 77BAB7AB8A4B785443BC2813FC1B32C6 /* React-logger-dummy.m */, + 64E2EBE04E636B603A934FE6A23B5CFA /* React-logger-prefix.pch */, + 0EB25BDE8A306950B650A09F1A8ED625 /* React-logger.debug.xcconfig */, + E39F032BC206A3CC16C40890B632D25E /* React-logger.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-logger"; + sourceTree = ""; + }; + 05D208CCDDA721B65483F6B6D4343BF1 /* Singleline */ = { + isa = PBXGroup; + children = ( + 28992A73B6E2E3C1194912C0730023B1 /* RCTSinglelineTextInputView.mm */, + 28F712315F7CD5B5F84A557475518AF3 /* RCTSinglelineTextInputViewManager.mm */, + 940919353E8C57E4A2A3101E8CD0FA67 /* RCTUITextField.mm */, + ); + name = Singleline; + path = Singleline; + sourceTree = ""; + }; + 07FB6EB17C1139D744295711E31ED459 /* Support Files */ = { + isa = PBXGroup; + children = ( + 41232C04153D6B0482F696CC52538B79 /* React-NativeModulesApple.modulemap */, + 9F5340BCCBE419D365ECF7F577F67C2B /* React-NativeModulesApple-dummy.m */, + 11570ADC72BE55D73F846D94EDF7C249 /* React-NativeModulesApple-prefix.pch */, + 7A59848A45BE0F5FCEF4561B500527CB /* React-NativeModulesApple-umbrella.h */, + F8E385BE54CB846981F47BD4BBF298BC /* React-NativeModulesApple.debug.xcconfig */, + E39930085671F1947A94AAE3B2EB3580 /* React-NativeModulesApple.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../../../../native/iosTest/Pods/Target Support Files/React-NativeModulesApple"; + sourceTree = ""; + }; + 08063C19264EDBC412CBC2513BC4077D /* RCTLinkingHeaders */ = { + isa = PBXGroup; + children = ( + F40435B6D082BD6480C723A692DFB94D /* RCTLinkingManager.h */, + 8E93927BD0D92FEB9D950507CCF5E2FF /* RCTLinkingPlugins.h */, + ); + name = RCTLinkingHeaders; + sourceTree = ""; + }; + 089C4657A87D27FA4637D12E4F163527 /* React-rncore */ = { + isa = PBXGroup; + children = ( + 0B323E3B0720EAB983DCFC52D4EC830A /* Pod */, + B4A3BEC460C2E79702F6805C5AEBDE6A /* Support Files */, + ); + name = "React-rncore"; + path = "../../../node_modules/react-native/ReactCommon"; + sourceTree = ""; + }; + 09B2533288AEB5522A0AC33E92C2A79E /* RawText */ = { + isa = PBXGroup; + children = ( + EAF8192C1B7013E06F84C24D2B1110B0 /* RCTRawTextShadowView.h */, + 07A90696C4EB8690ED661E5470ECC1C5 /* RCTRawTextViewManager.h */, + ); + name = RawText; + path = Libraries/Text/RawText; + sourceTree = ""; + }; + 0A60382252AE41051D04DE8A6098AEF1 /* React-utils */ = { + isa = PBXGroup; + children = ( + 1B644FFAD498B469A3633A360744C403 /* ContextContainer.h */, + 132132CB707C71FA5E68A7BB06EE4804 /* CoreFeatures.cpp */, + EDB17360845E700286BDE806E67E8AA0 /* CoreFeatures.h */, + 74F2B9390AF33F8E9969AE22B88C8280 /* FloatComparison.h */, + 6960AF2620CFE6726A4B805D48001166 /* fnv1a.h */, + 10CFD843724D42F53E4373E441FD4EBB /* hash_combine.h */, + 1340E22099179F463C3487BAB8420980 /* jsi.cpp */, + 2C4F509606F5C64CB085DA2D927CDC93 /* jsi.h */, + 7B300B21C62B9776F40F71E7688DA14C /* ManagedObjectWrapper.h */, + 73AB6FD4B3DF99EC222564D6743427C3 /* ManagedObjectWrapper.mm */, + 5BD6398C6C92DF26317E3DC8E027D927 /* PackTraits.h */, + CE02C2175E3E663763ADD7A4613D0103 /* RunLoopObserver.cpp */, + 4C5E9B3E860020EB74A5A0DCB92E545F /* RunLoopObserver.h */, + 797702F6E9E25223D401BD7E13885F76 /* SharedFunction.h */, + 20DB7A7891E6EF51C69DA252EF43EE25 /* SimpleThreadSafeCache.h */, + FDF1FDBD6E5C45FE24CB4F2C3B228AF2 /* Telemetry.h */, + 5A5CA98B839AFCD15AE40CBB92C32436 /* to_underlying.h */, + C609D0506D4AF74A3EAD5ACBA228FE4B /* Pod */, + C92330707FC79B77F1F9F67268D78E99 /* Support Files */, + ); + name = "React-utils"; + path = "../../../node_modules/react-native/ReactCommon/react/utils"; + sourceTree = ""; + }; + 0A7E9FC5FB40769E54A8427CE19F6DA4 /* Pod */ = { + isa = PBXGroup; + children = ( + 9934CD5B42C888E8A4F1D3552AEE6B13 /* React-Fabric.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 0B323E3B0720EAB983DCFC52D4EC830A /* Pod */ = { + isa = PBXGroup; + children = ( + E8C7733DDA1AF4D8C84201C849CE6990 /* React-rncore.podspec */, ); - name = "React-CoreModules"; - path = "../../../node_modules/react-native/React/CoreModules"; + name = Pod; sourceTree = ""; }; - 01DE2CBE556D3094DFA342BCB55B148B /* platform */ = { + 0B9435B4A5935D54E7B928CADCAAAAC5 /* React-featureflags */ = { isa = PBXGroup; children = ( - 5E7F2473CFAA242A92615E9937ECB970 /* ios */, + 49B8EB5E3B6498FDDA1A80E45FA97979 /* ReactNativeFeatureFlags.cpp */, + 75FB185880821A181DA77737EA85AF83 /* ReactNativeFeatureFlags.h */, + 39499A61681F432C3F011D0926E7DAA4 /* ReactNativeFeatureFlagsAccessor.cpp */, + 427B91D65DD3F677FDB0BBC6941F4424 /* ReactNativeFeatureFlagsAccessor.h */, + DC24DA11D62A60707D4DA680FD726094 /* ReactNativeFeatureFlagsDefaults.h */, + E7A75689694710ACECFF3C8C79D55E6D /* ReactNativeFeatureFlagsProvider.h */, + 4A72E17EC61A8CF846383874B37BEF14 /* Pod */, + 642E80121214548255F3E44A3D10908F /* Support Files */, ); - name = platform; - path = platform; + name = "React-featureflags"; + path = "../../../node_modules/react-native/ReactCommon/react/featureflags"; sourceTree = ""; }; - 01E1DD5E78865C8F93A0A839D8706EBB /* React-rncore */ = { + 0DA390F87BBAD21398DF554B46780A15 /* React-Fabric */ = { isa = PBXGroup; children = ( - 343B000BCF1BE3EACEAEDB7C8CB1CBE6 /* Pod */, - FE42CFE07DD8365C25C15D1E0C37761D /* Support Files */, + 64397211A15E56518F29A27220C51336 /* animations */, + 7D7FC175BD5F32AB7F726B6D215C834E /* attributedstring */, + 612A411D79E5AC1A20ABFAED89F0EAA7 /* componentregistry */, + EB32039CA10C7E1FEE8133FB3FA9F43E /* componentregistrynative */, + 4D18290C9D502ECAFA6AEE43300F5595 /* components */, + 154CDABFE25DA7D844CF1882982E060D /* core */, + ACE973C74E126DABDE76A70A939FE31F /* imagemanager */, + 891A72B2B54F324453B6DF695B8101DD /* leakchecker */, + 0E28AE480692E792C2A4ACAD0065A24D /* mounting */, + 0A7E9FC5FB40769E54A8427CE19F6DA4 /* Pod */, + 71BD988D97F229A87FF011F774714D8D /* scheduler */, + B15E0C00053600CFA57B847087372FA8 /* Support Files */, + 21A38486AEB483A1DDF3640DB3C9A269 /* telemetry */, + BB754E89BE3831E5159A960856345A34 /* textlayoutmanager */, + 4C0D529CCAF0EF5D539488BECEBA799A /* uimanager */, ); - name = "React-rncore"; + name = "React-Fabric"; path = "../../../node_modules/react-native/ReactCommon"; sourceTree = ""; }; - 0233E7C25CF46F60ECA729835D08C136 /* React-RCTText */ = { + 0E28AE480692E792C2A4ACAD0065A24D /* mounting */ = { + isa = PBXGroup; + children = ( + 57094883E054C3166427AC3CFF403965 /* Differentiator.cpp */, + 881BC753A7C248050EC65DCFDF4A1F50 /* Differentiator.h */, + 308183F96466CA2C23FC665AD164BFD4 /* MountingCoordinator.cpp */, + 09CACB20A3D99F350BE5A1565F4ACA67 /* MountingCoordinator.h */, + 77C83209E6AE78202FC38E3CDF6E4666 /* MountingOverrideDelegate.h */, + F5710B431788CFA607B0F39F45EC6E64 /* MountingTransaction.cpp */, + A23EC0B053A41A76F8AE3B595FF6B87A /* MountingTransaction.h */, + 95D17842EC6B842F72D0A2E4DA506E78 /* ShadowTree.cpp */, + 5FFB2C7DB283EB3379974035A76B3B13 /* ShadowTree.h */, + 0BEE9CFB3C6827C1D888BAFC061BB79A /* ShadowTreeDelegate.h */, + 43F384C21F24B355DE771A761C765E4B /* ShadowTreeRegistry.cpp */, + 9621CF80D2D681568C8BCAB003EA22F2 /* ShadowTreeRegistry.h */, + 3D6DBF11CFCFF077F1E73E67C1B435B6 /* ShadowTreeRevision.cpp */, + E78F20D79CCC9323B970100544DF75D4 /* ShadowTreeRevision.h */, + 9BE7B7E0E20673111D75C477804554AF /* ShadowView.cpp */, + A7DC83484741B6CEE36700BCB855A982 /* ShadowView.h */, + BB2E2D07807B6BB7451133707BC5FF03 /* ShadowViewMutation.cpp */, + 7AEAEA20EE165C0C9C90A2B2BDD3C21A /* ShadowViewMutation.h */, + 4B56A61B8E70277D187E3D37BFBF7897 /* stubs.cpp */, + AEBD60021620778CF66B52B3BB90BDF5 /* stubs.h */, + 4BEF5A191F5C9D7D1C8386FB298882BE /* StubView.cpp */, + A341E5DC44E63AA9B8DFF0E0E059A5F4 /* StubView.h */, + 507CCE949602395770BDF4CA5A58B07A /* StubViewTree.cpp */, + EA8C03F6178FA2682E0DD2D5F53F222E /* StubViewTree.h */, + A5823607D77DE3B854886CBA748F1433 /* TelemetryController.cpp */, + 194D194CCB89C075CEA29192C47A2A33 /* TelemetryController.h */, + ); + name = mounting; + sourceTree = ""; + }; + 1004681C3BDF8E5CFC5D030CE39D0CA7 /* platform */ = { isa = PBXGroup; children = ( - 516CA43F0F2626165F565D431F12223A /* RCTConvert+Text.mm */, - 760E0F604E6EE581E24F8476C949215F /* RCTTextAttributes.mm */, - 946201996AECDD1F16A072A7AF2E4121 /* BaseText */, - B7CAA0574B384EB5CEDEFDC6214541D1 /* Pod */, - EBFC14C7E0C6BD9737A90F653F2B8A9B /* RawText */, - DDEA2DF01BCD3EBD413C82BE33B4CB40 /* Support Files */, - 69107B9C617A96F7F5DFF24FED461F69 /* Text */, - E3491E0F81785B2A4D92E227C562B931 /* TextInput */, - 8D41FCB62BF4248EA7EF4A81413DB954 /* VirtualText */, + 5328E121AABC026DD9242F9F14882F7E /* cxx */, ); - name = "React-RCTText"; - path = "../../../node_modules/react-native/Libraries/Text"; + name = platform; + path = react/renderer/components/view/platform; sourceTree = ""; }; - 028152C863CE7E5120FD7A23CAC2FB1A /* React-jsiexecutor */ = { + 10CB6C85BE8F5695B82D105949AE2B98 /* Pod */ = { isa = PBXGroup; children = ( - AA91D919A0579D534A941A918B293073 /* JSIExecutor.cpp */, - 82FCA056FF06CC35224AB90F9428CAC0 /* JSIExecutor.h */, - 0627C6979C4020C463CA99926243958B /* JSINativeModules.cpp */, - 1FDD0BBF3756DF0EE8BD21F1CF975489 /* JSINativeModules.h */, - 6C55BAA8699DDA38868327999E69D60B /* Pod */, - 6E0202F61673A38C9A9A116BD3CD7F85 /* Support Files */, + 780886372A0B2B7809DF714CB50EBA56 /* React-cxxreact.podspec */, ); - name = "React-jsiexecutor"; - path = "../../../node_modules/react-native/ReactCommon/jsiexecutor"; + name = Pod; sourceTree = ""; }; - 02D5E6212CE2311CFA88980E8D009CC0 /* React-RCTBlob */ = { + 10FFE0FE0711EED444C4D76DA41F2C38 /* Nodes */ = { isa = PBXGroup; children = ( - 7DEF345C2C9D781265EAF4FC359B44F0 /* RCTBlobCollector.h */, - 6EFA2C9A5F5464C1943871A5C9264A81 /* RCTBlobCollector.mm */, - DB2441CADDCAC54CE22DF1EB1AD46845 /* RCTBlobManager.mm */, - 8FAD9A3CC95D675BF61C7ED599DF8338 /* RCTBlobPlugins.h */, - 399057A72EF01D0C5EDF94FFBD04F7D9 /* RCTBlobPlugins.mm */, - F33ED1E6BDC90BEF6D18EA7EA4303B2F /* RCTFileReaderModule.mm */, - 9D829A96918F94E21276D20085A08C4A /* Pod */, - B3D002ECC496B0CA30BF1079926D223E /* Support Files */, + 0A801C14BFA125ACB2E474AAFB4B2D03 /* RCTAdditionAnimatedNode.h */, + 29B488F05847F4968004034A803BA1EE /* RCTAnimatedNode.h */, + 991E213D38BB44AE5C3367DDE4A4D4D8 /* RCTColorAnimatedNode.h */, + 48B93F350B7CEAA9026208326081EA41 /* RCTDiffClampAnimatedNode.h */, + AB89B71C07D924F2DA582CF6A4C3CFA4 /* RCTDivisionAnimatedNode.h */, + F78A76F0BB8E6B3D92D46FB8C08FF72B /* RCTInterpolationAnimatedNode.h */, + 88F146A98AD14FE819BCA98EB3275AD3 /* RCTModuloAnimatedNode.h */, + F28A2D4EC3F7FA5178A446213C416F6C /* RCTMultiplicationAnimatedNode.h */, + F35ECB508AB87E99C735B9A8219E2790 /* RCTObjectAnimatedNode.h */, + 07248FECF4EA760047A9A71945D1E7E2 /* RCTPropsAnimatedNode.h */, + 57C409D3D492DAB7368ECE438E121DB5 /* RCTStyleAnimatedNode.h */, + D837D755183ED658A920B4FD642A3F16 /* RCTSubtractionAnimatedNode.h */, + 18E04C8FC9E54D8A00245F3E4B386C0E /* RCTTrackingAnimatedNode.h */, + 9BD826EA734516D956DB671826DED506 /* RCTTransformAnimatedNode.h */, + D968F1CAEE31B74111F5F45D24E694BA /* RCTValueAnimatedNode.h */, ); - name = "React-RCTBlob"; - path = "../../../node_modules/react-native/Libraries/Blob"; + name = Nodes; + path = Libraries/NativeAnimation/Nodes; sourceTree = ""; }; - 037B6635AA500E4C4F71834745D18A31 /* Pod */ = { + 125A31DA6044B0FE2A4D78722470D750 /* Pod */ = { isa = PBXGroup; children = ( - 4A0E3DDF0AEDE2DC5163A9D8D027645E /* React-Codegen.podspec.json */, + 946B80B815D8B4AF5B32C1A04E7E061B /* React-perflogger.podspec */, ); name = Pod; sourceTree = ""; }; - 05BA470DBD2552DFE1C6ABF0AC947572 /* bridging */ = { + 1428673623694BA3B3A65613421BAAF9 /* Pods-WatermelonTester */ = { + isa = PBXGroup; + children = ( + 84E154DAD162F4A18EEEA3624CF6A532 /* Pods-WatermelonTester-acknowledgements.markdown */, + 697110B0CEDE98EAA089612835E9E5AF /* Pods-WatermelonTester-acknowledgements.plist */, + 413649D5C571D8A6170C6A4424CD088F /* Pods-WatermelonTester-dummy.m */, + 5A0B5D9D59E5E269C5427D81B4D4CF05 /* Pods-WatermelonTester-frameworks.sh */, + 5D1C0A821BD026A9A939C64687CBD024 /* Pods-WatermelonTester-resources.sh */, + D5F81F5AAC387C14EE7017B61CB495EC /* Pods-WatermelonTester.debug.xcconfig */, + 73B3A96DAB49C42270A59966B121F1A7 /* Pods-WatermelonTester.release.xcconfig */, + ); + name = "Pods-WatermelonTester"; + path = "Target Support Files/Pods-WatermelonTester"; + sourceTree = ""; + }; + 14ED68B512C0D79F79479BB0C185ACCD /* scrollview */ = { isa = PBXGroup; children = ( - 3A6D5EB88EEA458AC5F5E6EF2ECD1983 /* Array.h */, - 8CF3A99014F79BBD851FB4A7E4EF9C4F /* AString.h */, - BEA1D8A7C9026B9268AF26C06E431574 /* Base.h */, - 57C3011E99A8DDB6F506D867185E03E1 /* Bool.h */, - 0C32F553909F50C4C8578B5F243D1284 /* Bridging.h */, - C79F56D2DEEA61D47C6D03F2CC056E1A /* CallbackWrapper.h */, - BACF7F98684178EDA5E28C67A0A93D9F /* Class.h */, - AF971823FE5688D66B53550D3D0F645B /* Convert.h */, - F405E9C5E5EEC9C3637664267BD567E2 /* Dynamic.h */, - C9422DE1785B6E65336783AA72D2793D /* Error.h */, - D5A3E6B0B4EBC53740154C6BA183262D /* Function.h */, - F1F7BB28F9FDB3E481DA2E4E30E1CDE9 /* LongLivedObject.cpp */, - 258E9655C685A4095ADBD07A28D78C4F /* LongLivedObject.h */, - 1E60B6CB776A6469B62610676A5ACFB8 /* Number.h */, - EADA4CEBE5DF66B8030336B4D5B9D892 /* Object.h */, - 855A9DDB99A4C541A8919C512E35CD11 /* Promise.h */, - BF1DB102046709CCEA149564CEAE3800 /* Value.h */, + 2B38F5BBD25E489CA1BCFF0B8B34AD39 /* conversions.h */, + 25A59FDE9D2F710EAEE9BF60F424C713 /* primitives.h */, + 287D6D149E8F946A10D3DCE0418FB1FC /* RCTComponentViewHelpers.h */, + 610A9C5BDF3BEADA074AB1F27B23F1F8 /* ScrollViewComponentDescriptor.h */, + 17E08D0C97050157936C9ACE4FAF61CA /* ScrollViewEventEmitter.cpp */, + C0BA0D275A8C8269E34CE4A1AD5CCF35 /* ScrollViewEventEmitter.h */, + F1758BCE0D6DB0A37CD1E35331999A52 /* ScrollViewProps.cpp */, + D5D85F064A48142714688A62D0169A8F /* ScrollViewProps.h */, + 8E2FD3C024F95AA7EF9D1ECD43A5E807 /* ScrollViewShadowNode.cpp */, + 7A7A0F200C7B88BDC44875E323134B8D /* ScrollViewShadowNode.h */, + 11B65C1CE4591582924CEE6C134FDC1D /* ScrollViewState.cpp */, + 60E4F60D2C2C4C8B7116D0D69FD78717 /* ScrollViewState.h */, ); - name = bridging; + name = scrollview; sourceTree = ""; }; - 05FD38FD277303EB8061F3C7B5AEA6A0 /* Futures */ = { - isa = PBXGroup; - children = ( - 30FBEF5D4C29F1E2F21235D74E9B3549 /* a.h */, - 60ACA75BB57121AD6B450039CAFB397E /* Accumulate.h */, - 4C633B340EEFB007A6370292939A374F /* Accumulate-inl.h */, - D526A36CE4137DAF4F8BB0F862A16DD5 /* AddTasks.h */, - 6EDBBE8BD88E7273607060C042B9ADDF /* AddTasks-inl.h */, - 0A54E75C8224A5D3BF08275C7287C77B /* AsymmetricThreadFence.cpp */, - 1FA554EA554D5ADF70A7EE0C1A52B879 /* Async.h */, - BB5D7B2A4A152C7388DEB59F8A5FF1FA /* AsyncBase.h */, - 4E097E058AAD4CD2598A6D2C9F8DEE42 /* AsyncBaseTestLib.h */, - 98B3854930B8CBA3C999EA539AE5C441 /* AsyncGenerator.h */, - 69EB5AE9A9CA8D399D65457A29C675C8 /* AsyncIO.h */, - 39AE40FF9CAD4A66D831810C3128AB3E /* AsyncPipe.h */, - A868AA516C3AFFDA4DF49A29D5037B27 /* AsyncScope.h */, - 76C58E5B92574319DA88D80B34AC48FF /* AsyncStack.cpp */, - D4AF27FEFD2238AEF2B199D545695B61 /* AsyncStack.h */, - 5736E5DCF9DC5F673A74FBB573C5D5AA /* AsyncStack.h */, - F49BC4EDE2588621962380C641293634 /* AsyncStack-inl.h */, - 835AA461146DE7C3BFD5279C42DA59F0 /* AsyncTimeout.cpp */, - C86EBC4F861149D3A23954F52ED5CB32 /* AsyncTimeout.h */, - 34959D92A3DD2E03900FDD1EEB71C3DC /* AsyncTrace.cpp */, - 3EDE4C7009337CF0CA28B0D7E439AB0A /* AtFork.cpp */, - 6921516C83DD2CF0ACE18CBFC56BD538 /* AtFork.h */, - 32AF3AD8D60F975EE5A092A9B2986002 /* AtomicBatchDispatcher.h */, - 3E9DA41EAA9EEB287690A9E5E31FFBE9 /* AtomicBatchDispatcher-inl.h */, - 7E404C43269850C0E115EC0C815DDC17 /* AtomicNotification.cpp */, - 80C4314AE277154C6D90A79AB7D41690 /* AtomicNotificationQueue.h */, - 1D304D1A39AEDC51CC8DA5BBE3F43AAE /* AtomicNotificationQueue-inl.h */, - 790A122CC7F542208AE869451A4C8BE4 /* AtomicQueue.h */, - BEF9D27F10A15DE45E851DBD4878487D /* AtomicReadMostlyMainPtr.h */, - 5FBB7AA259465541E563094695FC44C2 /* AtomicSharedPtr.h */, - 81813ED7E61633C7EC9A2A302DC08A32 /* AtomicUtils.h */, - A6625C6451E01039C805EC57B2C1A23A /* AutoTimer.h */, - 48497AC35BD1867839F530654B0F35D0 /* b.h */, - 084D8DB28E76FB0710C86CE905F9BDAB /* Barrier.cpp */, - 643FA16D55CEBDDA0F70397515EC71CE /* Barrier.h */, - 28566A78A06E9CABF6E39823F2FE4E56 /* Barrier.h */, - 1938F913AC2EDA0744B02F0297A02E05 /* BarrierTask.h */, - 8F77046117ED007FA7A3241BD0CD4E24 /* BatchDispatcher.h */, - D9C6A754FEA5400CD73B8DAD6D8AE7D9 /* BatchSemaphore.cpp */, - 6B41AE89BBF6CA7BF05A13C8CAED1055 /* BatchSemaphore.h */, - 59E42B3D6EADC9470D869BA5C6540710 /* Baton.cpp */, - 439A066CB90E246B2C3AB18E40ED6592 /* Baton.h */, - 8FC524B1793D0D866C572983259F42F3 /* Baton.h */, - 02843D629B27E551FB78DC386C998603 /* Baton-inl.h */, - 1F2FDE6BFB704A9F6779C2EA292B7F1B /* Bits.h */, - 456A14BDEE24F6480A55B5ACF2BD92FC /* BitVectorCoding.h */, - EE32E107FE9065C7823DAA0AFF9D4389 /* Blake2xb.h */, - 243CBFC61B7D490102AFF72C115E50B1 /* BlockingQueue.h */, - B33F56756551C6E4D010291EFA33DF53 /* BlockingWait.h */, - FB44E30B2D42B0A8CECB148C2CE10B5A /* BoostContextCompatibility.h */, - 0A7A804C30873B12C509D283FA5CFF6D /* BoundedQueue.h */, - 27BA1E81627E0A3996B6CCA7B37367A3 /* Bser.h */, - 9EFAFF3BA20887B27A47F2DF250EECCD /* CallOnce.h */, - BF4C2BE2EF158175452A6894AC80C9C6 /* Channel.h */, - 3B9C2F2A68B29DBC8400B65B26C14CC7 /* Channel-fwd.h */, - 1095531AD302033FA96C9DD37C9B0D5C /* Channel-inl.h */, - A9B58153C5BC418BBDF05AD7199315F7 /* ChannelBridge.h */, - CF2771E97C1B71BE59A86023DAD03727 /* ChannelCallbackHandle.h */, - B844AB47A0338D02B1D06957C41AE5CB /* ChannelProcessor.h */, - 1B5184BE28BB2B3E7147CF506C695B88 /* ChannelProcessor-inl.h */, - 61FF7B7D86A72F246A0780A9DCAE5717 /* ChannelTestUtil.h */, - FA12B86967AEB2AD25E5F9C1AF00D0C9 /* Cleanup.h */, - 7245F16ACFB65F6DE4A85B2871D82701 /* Codel.cpp */, - E210A7A0A7A127BBF8C8CC5FF4229691 /* Codel.h */, - 690769581F1AA36FD5A07EB89D8E494D /* CodingDetail.h */, - 7BBDAC2389691E9E68AECDD0C25FEF57 /* CodingTestUtils.h */, - 51B6E5D6A51A7E08BC6607B9A5A813E3 /* Coinflip.h */, - 49B615C78831A2BAAF87042131BE3184 /* Collect.h */, - 0596EAEA5C190CF43A6A615080FA9FED /* Collect-inl.h */, - D3E3662863CC7804AEE0A079D7979DCC /* Concat.h */, - A37F450D1DF9AB3FE4EAEA2219F5DE2B /* Concat-inl.h */, - D399FB2EECF301F0DB3CCD152F96BE04 /* ConcurrentHashMap.h */, - 568A963D5AFF438A449A9C89145BE751 /* ConsumeChannel.h */, - 5BECB9B3E166560603BA4C379CA97C39 /* ConsumeChannel-inl.h */, - C201D99ADA6B76461FC8897DE19C2743 /* Core.cpp */, - 7D4A96E3BFCBDCF0C4366CB58AB1A1C7 /* Core.h */, - 3258230A4B4E051BB89554AD882040F4 /* Core.h */, - E4FC8560F0FFECD7BC5D68FDD50D4DF0 /* CoreCachedSharedPtr.h */, - A5CF8E7DAD0BEFF2663E74686E9D2853 /* Coroutine.h */, - 32A60FABB2C9CD146D619724B6CF9AE3 /* CPUThreadPoolExecutor.cpp */, - 96FF5D871835378B48B24198835C562E /* CPUThreadPoolExecutor.h */, - 322988115B0F5F22D3A1189059E6A7D9 /* CurrentAsyncFrame.h */, - 1CA9B0A661BCAFDDC2254042D06D9FA6 /* CurrentExecutor.h */, - BC35D54A44922EA39317EB85E4062916 /* Cursor.cpp */, - 34C482F41B0FAD8426C10B6A9CD80498 /* Cursor.h */, - 82C75BC027FF8C55A7F2CB029B5FA5BF /* Cursor-inl.h */, - EEA78915C10246DF927F59712230E3A7 /* DeadlockDetector.cpp */, - 2497ADB5CCC9E733FE4216BDDB9E8A85 /* DeadlockDetector.h */, - 42B9C51071C2AEAE7F951E09EBCDF7BB /* Debug.h */, - A8A4179A53F023E2A1FDD6C6F53DDF3D /* DelayedDestruction.h */, - 08387020EC76AB3246C4D2FF1B689725 /* DelayedDestructionBase.h */, - B504848E9E75A0C6A0B1C6DD08120E4A /* DetachOnCancel.h */, - 944FB80D37DBA4AC0D8069C6E90C364B /* DistributedMutex.cpp */, - B81EB71F8324257AD1CF3DA7D069C228 /* DrivableExecutor.h */, - 46DCC9146F03777DF03452959AEBE99E /* Dwarf.h */, - 832B2E995BD87DB0DF6A7B1C0807C039 /* DwarfImpl.h */, - C1F3D561DA8E825CA6A14BB002A24E65 /* DwarfLineNumberVM.h */, - B9F7D2030CF9852828BDF595504F60DE /* DwarfSection.h */, - 77F87C7E1AF4360FB2E2D110F0B52AF7 /* DwarfUtil.h */, - EB710A6DB708E48308387A97A6F53941 /* DynamicBoundedQueue.h */, - 13765A79918D1ACB7749E37A4B2C1A03 /* DynamicParser.h */, - 2A03BC495DCB8F9A195CA89BE621509E /* DynamicParser-inl.h */, - EE6173B50DD2BEB57E9DA5AC48EA070D /* EDFThreadPoolExecutor.cpp */, - ED679DCAD74C1DAC3D500B2675E49BCA /* EDFThreadPoolExecutor.h */, - E0D9B1202CA76D02C49B6A79F6E0A570 /* Elf.h */, - CFC62953FD2D54727FEF876E68483B54 /* Elf-inl.h */, - 92E0C7C8074851F48AD241F642B2690B /* ElfCache.h */, - B110F89B3145BB9CFB56A0F2951E0C57 /* EliasFanoCoding.h */, - 81C592125F876DE726B1658C5E20F1BE /* EnvUtil.h */, - CC8E9C908FE1606D3E28FC91D37A0287 /* EventBase.cpp */, - EE404366EB03FE195BB16EAF91FA7C89 /* EventBase.h */, - C8369D166C4AB45C81E50B13C5191469 /* EventBaseAtomicNotificationQueue.h */, - B7941BF46EBFAC90EB5AF59B6AA1C6C4 /* EventBaseAtomicNotificationQueue-inl.h */, - FC8A7524BD011AD20B79FA55F2EE84FB /* EventBaseBackendBase.cpp */, - 812131AA5E1361C614A01F03BF2C95A1 /* EventBaseBackendBase.h */, - 5E53EDA4E44AAB4D2D903EDF970DE483 /* EventBaseLocal.cpp */, - 8CE40E576ED622A370E0F539AB6C664D /* EventBaseLocal.h */, - AC76684805694E23B7BE2CD36C9C8D1C /* EventBaseLoopController.h */, - 0B11779884E7E92CDC32391F8D23649A /* EventBaseLoopController-inl.h */, - BCA739E961517019AFE1256FF1A26702 /* EventBaseManager.cpp */, - 7215E7B9F2AC6DE499260BAA19DD4739 /* EventBaseManager.h */, - C13BF185EADAE7110D6225BC5D03B352 /* EventCount.h */, - 1BADE690C01B4A3B7CAEC85D73EDBBBF /* EventHandler.cpp */, - 6C7FBEBD08DE18A1450F9EB42141A50B /* EventHandler.h */, - 1E5F4FADC79DA21A93E2688A6D28D7AA /* EventUtil.h */, - 79B684EE03016354FF60F801E2FDF2D4 /* ExceptionAbi.h */, - 963747BC6B1AB610DEBA19925FD6ECF3 /* ExceptionCounterLib.h */, - 659396986770A06E376E50B865577ED2 /* ExceptionString.cpp */, - 337AEE7A63EFD220C03F71FEFD81EB06 /* ExceptionTracer.h */, - F8962878F177A9A46386ADE6216A7DD4 /* ExceptionTracerLib.h */, - B22A3D4207638F7D9758ED5049EC2718 /* ExceptionWrapper.cpp */, - B8CA60F88E1AE41BC93926A5F91BCBBC /* ExecutionObserver.h */, - C379DB1C02DA1452E08F8FA34E4A6885 /* Executor.cpp */, - D144E61387E582BAF0211592D0C53219 /* ExecutorBasedLoopController.h */, - 8AD0DB65FFB73424B535EB68C439D8F6 /* ExecutorLoopController.h */, - 7020E9B7AF2F579BF7E978760AB992F4 /* ExecutorLoopController-inl.h */, - 4F271446D9D70949F69EBAD23DCD198D /* ExecutorWithPriority.cpp */, - 4567C829922191E795519E62ECFF142A /* ExecutorWithPriority.h */, - EE370458F8ED11DDDBBF63C02E5D6C47 /* ExecutorWithPriority-inl.h */, - 554DD05CF870A725EFF855061E4E63F2 /* FanoutChannel.h */, - 0BEF56A2FD0CC7DAE3163DF0D6B19A9E /* FanoutChannel-inl.h */, - 534B4CA52EBC3D8C1B66E7D5A98FDEBB /* FanoutSender.h */, - B984AC90CC831D1C4E2A7FB4B61F518B /* FanoutSender-inl.h */, - 4F3B92133B1D20D1AC4887023EC5497F /* Fiber.cpp */, - C7CCDDA07192CC78CCF1239B97B4DF80 /* Fiber.h */, - A3309CC51796E573B7B8D8E1933FE4AA /* Fiber-inl.h */, - 318B2D33A469B69DEA79BA946F6C013C /* FiberIOExecutor.h */, - FDF69364726302B03F99E2102BA2B961 /* FiberManager.cpp */, - 8731CE140D9C8F07CD3D543D89CD047B /* FiberManager.h */, - E6DC6D683BE48C8603DB1A063DF64A80 /* FiberManager-inl.h */, - 06468B8DF6237FFF04E9E0894D4E80F9 /* FiberManagerInternal.h */, - E15E501B49D0D5E7428CDF918600089B /* FiberManagerInternal-inl.h */, - CE5E8B745BCA7F8EBEC6F43E85D288C5 /* FiberManagerMap.h */, - 74E86413FA195410E2D961C98BC0F158 /* FiberManagerMap-inl.h */, - FE096B75D2C9DDFD0775D0D9F491B667 /* Filter.h */, - 7F3393D43C604035ACA09B4EEA9B63EB /* Filter-inl.h */, - 643EEA9239A8494F75D59E82CD521A15 /* FlatCombining.h */, - 6548C73C4AE6DDE395DD9651F074D4D1 /* FlatCombiningExamples.h */, - 392D595398A6FC9285E068B07933F067 /* FlatCombiningPriorityQueue.h */, - D7519E3031DE99EADBE5DE9176CA41A6 /* FlatCombiningTestHelpers.h */, - B3826BF5F1F0DE5A07002A722E76E49C /* ForEach.h */, - D9E7DD31A6F69BEC81B208B0560D36CD /* ForEach-inl.h */, - DC18F771237B1769A9C5903B425B30F3 /* FsUtil.h */, - 09A8148EF8A036288727328560875F96 /* FunctionScheduler.h */, - 6A68887E0BE2B777BB7C489E6652367D /* FunctionTraits.h */, - BC3CAC1DBB33AEAA943C9EFB5DABEC18 /* Future.cpp */, - 9A9BF36BE20BEBF024D7E88A0493CAB7 /* Future.h */, - 2140F17670B7A5C0FED1B4FA91F230A3 /* Future-inl.h */, - A08C37E63F38ABB2544A23072E46AD7E /* Future-pre.h */, - 8904C24844CD641219E38639249B8479 /* FutureDAG.h */, - 940F35CCF80D5448A1AE86CF903DE58D /* FutureExecutor.h */, - 5799549094FF0EAA7CE37D8B23210029 /* FutureSplitter.h */, - 1F46DFFA4216551B146321AE3C99EBBD /* FutureUtil.h */, - DE270257B53ADED318F3994ABEA52629 /* Generator.h */, - 32DF39705F280596D2415C75E9661899 /* GenericBaton.h */, - 77536B50BBCE1C00BF6564318F08C9C6 /* GlobalExecutor.cpp */, - C44DE238B38C1BDA7EB2AD7102045C2F /* GlobalExecutor.h */, - F5CEEEBF5F0535BDB3A64050927D67EB /* GlobalThreadPoolList.cpp */, - 264DE97F0A94FD2548DDE9B01AF62ECE /* GlobalThreadPoolList.h */, - 71B0BB7C10883DA8CEDDC7F77A9B5042 /* GmockHelpers.h */, - C1D7CDD91920D935BDA698A80088D0D8 /* GraphCycleDetector.h */, - D45FE9CAF4CDD8514B6836841169CD0A /* GtestHelpers.h */, - F9476712222271E7C5E97F18EAB2012B /* GuardPageAllocator.cpp */, - 1B559534C1130E040AA288E70CED1694 /* GuardPageAllocator.h */, - 79184C6B3FAF5C088E889CD5B6D03476 /* Hardware.cpp */, - 45D4AF616D777DA9A963A065E2155A94 /* Hardware.h */, - 7637D6D81290CF0C67F54B5406EEEC71 /* Hardware.h */, - BD1F6A9D39F413EF9E3BE5016205DA84 /* HardwareConcurrency.cpp */, - 6A3783C038283E4D8BA0997F5E43FEE8 /* HardwareConcurrency.h */, - BC07F99AFF2822604CAEC7508F96799F /* Hazptr.cpp */, - BF9BC4812CD68A63BC2DE66C404FB379 /* HazptrThreadPoolExecutor.cpp */, - B2EBBFD4FDADAEBD10B4776ECD7E06CA /* HazptrUtils.h */, - FC9EBEC21CD074C00940BFA7D68498FC /* Helpers.h */, - 10A362510C018F412AF2D8F78EF1441D /* HHWheelTimer.cpp */, - 73A6F51592B921895DED6834A9CEFD0B /* HHWheelTimer.h */, - FFEE88B891D49D4E9A87DB86CD68506A /* HHWheelTimer-fwd.h */, - 7A7D0F88307C056C069909E7EFDECF64 /* HugePages.h */, - 7DD3FCA8AF1522330F55E92771D20D74 /* InlineExecutor.cpp */, - BACCBA610AFEBD98138B156E74BEB96A /* InlineExecutor.h */, - 286BD9C9D69D5D3BED701B934EBE5114 /* InlineFunctionRef.h */, - 0174ADECC126B33606CF6F7F4A13724E /* InlineTask.h */, - 8858A8578DE3B4869B47465B4A2F8ACA /* Instructions.h */, - 684FB5C66D0FF399563E782D798DFBF2 /* IntrusivePtr.h */, - 6EAB2662449D2125D0FE80E136751C7D /* Invoke.h */, - 310080BC997989C8309F4854BA8B8085 /* IOBuf.cpp */, - 558BBCDD3D99F1E1A60389CD880B2848 /* IOBuf.h */, - 69679DFE947162CEAEC12E32E19D67B5 /* IOBufQueue.cpp */, - 4178B4FC5C0DFB2F404B09671505E1E4 /* IOBufQueue.h */, - 6C6360058DAC11BF67B88E0F7B3301F6 /* IOExecutor.h */, - 6BCE79DD12F247AB82E4F3501CB4D1EB /* IOObjectCache.h */, - 203A9D6B9FD990D3D4E645598A8B6D50 /* IoTestTempFileUtil.h */, - BC5026B1244051C532988BF73E26FA46 /* IOThreadPoolDeadlockDetectorObserver.cpp */, - 05C43CCBCA61A354D1C3023C65123600 /* IOThreadPoolDeadlockDetectorObserver.h */, - CF684A792D11B8E0725F1F0D3DDB0874 /* IOThreadPoolExecutor.cpp */, - 0BD2C55203A816F2E35CCF0B57AA6457 /* IOThreadPoolExecutor.h */, - 88E4AF05A43BB10861CC7812681E92DB /* IoUring.h */, - AADD4603EC4B218AEC02CB4F9CD6C54A /* IoUringBackend.h */, - 2B9C171AA4D6DC6E7DC490F14121932A /* JemallocHugePageAllocator.h */, - E1EBAF2CE6B60182374327B30D70E6E7 /* JemallocNodumpAllocator.h */, - B1F1C4EA260A81BED0D964035F3B87FD /* JSONSchema.h */, - 822E435CAE96C8DDA7592EE547D29EB5 /* LifoSemMPMCQueue.h */, - 3E9495A920EE8285F03303DA687F66CC /* LineReader.h */, - A9866F23C9A142C7C671385693FB1BA2 /* LockFreeRingBuffer.h */, - E4A8F5D965C695B62D70E1618742B559 /* LoopController.h */, - DBB59F0C6BBC057E2D9E22FAA0AEDCA0 /* LtHash.h */, - CA0470B6CD0BC6A2A50BC4A7D6E8324E /* LtHash-inl.h */, - 3F5B08C01B5E0A6AC01DAE7F56BFAE05 /* LtHashInternal.h */, - 361D1AF14ECB5730F1FE419014458529 /* MallctlHelper.cpp */, - 40A1BB265005139863B77ECC2A5695AE /* Malloc.h */, - 045DD8F7C8C8CBB135DB5A6FA8322AEF /* ManualExecutor.cpp */, - 2CBF3FECB221DC789E079A047E6326C4 /* ManualExecutor.h */, - 59E6B17515C1C50882FCC995AC9E9903 /* ManualLifetime.h */, - 9218114E454BBFD850B9C41B7169C318 /* ManualTimekeeper.cpp */, - FEF1E2D79A369BF959B6658AA258F787 /* ManualTimekeeper.h */, - 8EB015328437B6FDCD00F87D11560AC3 /* MemoryIdler.cpp */, - DF54E34DF9D12ACADD8CB4340A357CEB /* Merge.h */, - D6CC6695509BB49A5F54892896BC0B73 /* Merge.h */, - 110B3DBE5757BD3A776CFE0F27C9B613 /* Merge-inl.h */, - B15BB0FBF1BA1A36A92040BEC7AE9787 /* Merge-inl.h */, - 9A5C272B0D07717745D54CFDBFFB45C4 /* MergeChannel.h */, - 80DC3493628DEBE6EA722AEB520F06F0 /* MergeChannel-inl.h */, - 9BEE7BA32CCB420C9F114C9EE8449C2D /* MeteredExecutor.cpp */, - F8CBD7D99BDC299D262F13CA782D8858 /* MeteredExecutor.h */, - BDFA685FAF9F52AA6F82F899C5F0C579 /* MultiplexChannel.h */, - 644A59E2460AC8AC6B7820436096CD6C /* MultiplexChannel-inl.h */, - 73450D01FB7270C1C255215AFB0EA758 /* MultiplexerTraits.h */, - 8382F6DBBE3FA9D1D55B0C545CEDF593 /* Mutex.h */, - 6EA3C0E90128914733AEEE7646979314 /* NamedThreadFactory.h */, - 960AF0F49D60CD49AB4DAAFAA9A6287E /* NestedCommandLineApp.h */, - FDD64713AFF05B3225682761884B7222 /* NotificationQueue.h */, - D98B00155A88BCFFB6E26B24E23240FE /* Observable.h */, - 87B54C63BD3BA4391BC1533830FD27F5 /* Observable-inl.h */, - 0958950CA33B51031BAD2A491D513F66 /* Observer.h */, - 5AB290AAAA22DF4BDD26341536C334DC /* Observer-inl.h */, - ECA2C657FA3018F9B55B971D243A22BF /* Observer-pre.h */, - 46DC3E9CF7B93AC1DDF391E419BD2CBB /* ObserverManager.h */, - 0D13280ABB8FD3278759ACEE84CF7195 /* OnClosedException.h */, - 5BB167989FD0F38A1F426524A3CA9984 /* Pid.cpp */, - 0D02C3B1CAEE5D86F4416FF6DCEA3493 /* Pid.h */, - 6DB2222C57DF35AD1A1A69A062819310 /* PointerVariant.h */, - 9E6A1F79CC36831514200F873C658D84 /* Portability.h */, - 61B4A8A9C7369096C791FC264790AFCE /* PrimaryPtr.h */, - 3EEB7377881EC08DFA0085F25C5D84E3 /* PriorityLifoSemMPMCQueue.h */, - 6EA1BE72612ACD5E5000744570F99B25 /* PriorityUnboundedBlockingQueue.h */, - CBD1BD44863E0F44D2802E495F903825 /* PriorityUnboundedQueueSet.h */, - 941B892438DB78258E7E3FB10F6A3D11 /* Producer.h */, - 1F46716E60223CD82E3094ED416D8648 /* Producer-inl.h */, - 0E15AB21B55B707451B2CEA79FE90A12 /* ProgramOptions.h */, - 91A26EF515CFD6B5E9DDF0A5CA434D5F /* Promise.cpp */, - E9BCC4D5341F3DDB4ED74A88CAB7483E /* Promise.h */, - B419E52E7A71CC878E8A455901435FD1 /* Promise.h */, - 0662300CCD48626259E6CA17D7CB1547 /* Promise.h */, - 67EBB25B31D3B1546678EF3876F01E0F /* Promise-inl.h */, - 67129F9FB207142FB0E4E620F0E4E5E0 /* Promise-inl.h */, - D29627D41E278BC81C37630E07782AE8 /* QueuedImmediateExecutor.cpp */, - CC1724BF8DFB780EEAF71ABB2A1290F5 /* QueuedImmediateExecutor.h */, - E87304041DEB56EA2992AD37DF63268B /* QueueObserver.cpp */, - 46099687A5D0F3DDDC172FEE1E106754 /* QueueObserver.h */, - 9F336EFF3D750F8247621856A73985C4 /* QuotientMultiSet.h */, - 1E78603B2629C27007B4A3D6A68BA44F /* QuotientMultiSet-inl.h */, - 50CCEBA4FF89A8BFF75836A0666BF739 /* RateLimiter.h */, - FB68288259B865F148A27CA5B01C0B99 /* Rcu.cpp */, - 2B8C18BD4997D6383A89BAC77E59D744 /* ReadMostlySharedPtr.h */, - 5BC55141A570E719A19E8223BAAD14EC /* RelaxedConcurrentPriorityQueue.h */, - 6CD1AECDA932FEEDE9733C8EBB0173DD /* Request.cpp */, - 46D13D85EF303448DCD24BB70B68B3AD /* Request.h */, - BB86E27E95D2090521E33949B96B8CAC /* Result.h */, - 6F11D078CF4E38134910D3458C1DD37B /* Retry.h */, - B1894AE14B3B41FED19A18A7C2541FF3 /* Retrying.h */, - F310D512C4167A8E52358273922A48AD /* RustAdaptors.h */, - 8DE5A7F5DD13C4F96BD31F4F9A45A449 /* SanitizeAddress.cpp */, - E806939D9921C6AC6B2765E363F7C699 /* SanitizeThread.cpp */, - A6502F7D1D5FFDA2965269DDA81C02B4 /* ScheduledExecutor.h */, - F06534B870AC1E65E4909A8009C5CE0A /* ScopeExit.h */, - A1DCD7054CA789C8FE5F389F02F1DE9C /* Select64.h */, - F4B3C43BE32FBE7E440FAE742B31E31E /* Semaphore.cpp */, - EF52AACC82403649C04C397414AB5A84 /* Semaphore.h */, - 02E8422E43F5E818280D6A5FC3F3E535 /* SemaphoreBase.cpp */, - 4ED8969B9D2F26156B49FAAA5AE17B0D /* SemaphoreBase.h */, - 08A76004D859DB49438A3D9A5B0D86B5 /* SequencedExecutor.h */, - 5DCDDC9760C68958588391ADFF5AB2C3 /* SerialExecutor.cpp */, - 12942CB7A957306A832C2DCCBCE55A8F /* SerialExecutor.h */, - 00A62E47F0F8A51F059CAC7B52B4E4E4 /* Settings.h */, - 41B9DF10DDBC6CF07F3C0E13B7AD8CE7 /* SettingsImpl.h */, - C0DF78C8767C0366819137712DD9E0AA /* SettingsMetadata.h */, - DD6DE3FD3A63B6E689B1C56310A2322D /* SharedLock.h */, - 4E045A7ED184685E1E01684C67B7388C /* SharedMutex.h */, - B3475C0A912F2BD18B29DC7D2E522A5C /* SharedPromise.cpp */, - 77FAF9A7B28299A786F831E5AE52DEA8 /* SharedPromise.h */, - EBA45365745CB8DF5AD94973743A4212 /* SharedPromise-inl.h */, - A8ED32F6896C7D6142581CF7280A3D11 /* SignalHandler.h */, - B1750B0DFD216FFCBCFBDC174517A2F4 /* SignalHandlerTest.h */, - 2975AFFA5AB8C935AECAB53FBA55085B /* SimpleAsyncIO.h */, - F684F42A13F6B3359CC7F44DDFB713F6 /* SimpleLoopController.cpp */, - 1B923FCAF5C7796A626526088CA49FB3 /* SimpleLoopController.h */, - F7EF55D5DD68F16E857B8987E8A2B2F8 /* SimpleObservable.h */, - 8264A97C5FAC8CF1C333588BBB733107 /* SimpleObservable-inl.h */, - B68556693EED433AB93293A67CCE9607 /* Singleton.cpp */, - 0C2B172F9C33630B3BE370160DDBC17B /* SingletonRelaxedCounter.h */, - A8A2887CE50684803AC61DCEBAD146C0 /* SingleWriterFixedHashMap.h */, - EE12BC8D12463FA3BF445A7C5E079415 /* Sleep.h */, - 904479749DC9869A51275C29665BF4A9 /* Sleep-inl.h */, - 4DFA58178FD07815E9D3A21AB7612347 /* Sleeper.cpp */, - 10518D9DC49FFD55B0FD1A9D3BCC7F85 /* Sleeper.h */, - 80C6ACE84BFE9A1EBF1B01BB3753D51C /* SmallUnboundedQueue.h */, - 76031E2F882A347740ABC868FF49F4C4 /* SmartExceptionTracer.h */, - 3ECFACEC2369E120A2DACC2141AF2719 /* SmartExceptionTracerSingleton.h */, - 95FFD35766AFF7103C64A2E2FB832AB4 /* SoftRealTimeExecutor.h */, - 10F5B67C2547B58E7C4E222ADEED860A /* Spin.h */, - B4E56F3A68079F594EA2B41E9CE35C4A /* StackTrace.h */, - EFF7D7E6715CB9F9793C429DED32C64F /* StackTrace.h */, - 3B3FEEC8880EA993F4C3858A8BC8DF32 /* StampedPtr.h */, - D511438C0FD10B00552DF9CCD7970EDF /* StaticSingletonManager.cpp */, - 060B665293F7BD425773915B86A5E156 /* StaticTracepoint.h */, - 0C06A50CB6D37363F7CE2063CBF13E7E /* StrandExecutor.cpp */, - 60848FA3A84DA81D3DD2A417B4B50547 /* StrandExecutor.h */, - 88191B81526E84A1BB669E4D1F1BB337 /* StringKeyedCommon.h */, - 293E8828C13128B44F10BEA8893C206A /* StringKeyedMap.h */, - C8747586F25230154A7570FD31365935 /* StringKeyedSet.h */, - 96945EDC50C967FB1287320FABE21C9D /* StringKeyedUnorderedMap.h */, - F773CC98CB5820FD0A9FEDA522D179BB /* StringKeyedUnorderedSet.h */, - 6DEB38AE271D8C2F992017DF7AC2B7BE /* STTimerFDTimeoutManager.h */, - 3414D2FCB3FACFE2839D44776E5FBC6B /* SymbolizedFrame.h */, - 9B1D791E34211736A245F0A318A1D3A3 /* SymbolizePrinter.h */, - 4E2C95A6E0F6E206F4F07F8B8E03C8DA /* Symbolizer.h */, - 248B4C1BB9D70C6E428C9A00D571C814 /* SymbolizerTestUtils.h */, - E5125C612EE370CD5359959E98DBB997 /* SymbolizerTestUtils-inl.h */, - 8271961D27CFDC35E9A89C4ABFFE5D2C /* SysMembarrier.cpp */, - E4F6542313B82668B761820B709E7194 /* Task.h */, - 20B9623CA686DF1E43F595551C04DCDC /* TestUtil.h */, - A380FD4813423BE03E1CD691805D09E0 /* ThreadCachedLists.h */, - 3E9792408CC51EA1872C28A02B1239D3 /* ThreadCachedReaders.h */, - A8195647B5483E79AE6930F225C04C9F /* ThreadCachedSynchronized.h */, - E2576D6132DA27C06A37E280E980CB1F /* ThreadCachedTag.h */, - 662AF4EA99E477A2A78C36A9F2D77E85 /* ThreadedExecutor.cpp */, - 02381C7B40146D657BDEB171F1843502 /* ThreadedExecutor.h */, - 469A118AD2527D6F53FE90370263294B /* ThreadedRepeatingFunctionRunner.h */, - 6E14853B6496F7748D1A30C5A7091D5D /* ThreadFactory.h */, - B65D1EE5BBAB4D1B9847E3CA77157117 /* ThreadLocalDetail.cpp */, - 3D427E56E1110F8E3FC67E128F0FAFAF /* ThreadName.cpp */, - 36977AD384D95E535342C1FBAA90BEA1 /* ThreadName.h */, - A7A96C6B82DDB76A48A82E69AE527502 /* ThreadPoolExecutor.cpp */, - FF8EF5FCF4C75B677EF3BDA205F44E4A /* ThreadPoolExecutor.h */, - F1B7BE8E7C9DDBF77FCE9455014D3EF5 /* ThreadWheelTimekeeper.cpp */, - 160533624AE3B34B4020AC1865C27510 /* ThreadWheelTimekeeper.h */, - 6E9DE8B8F61986D6C073688E1A09FBAB /* ThreadWheelTimekeeperHighRes.h */, - E4C84E8FC8AA374CC11A47B09E202F57 /* TimedDrivableExecutor.cpp */, - A78345E5E3B72FE09DA66082B55DCAD0 /* TimedDrivableExecutor.h */, - 0C0F906220FC68142B461441F8A55E6E /* TimedMutex.h */, - 44E753B3FDD2E45392DE4FC6860F2B3D /* TimedMutex-inl.h */, - FEE38A1373D7DB07320186D05BAE0DA3 /* TimedWait.h */, - A919B6B6A405D9246B447611C9A3725D /* TimekeeperScheduledExecutor.cpp */, - C0CF79F83B1A4FF7E08850292807E764 /* TimekeeperScheduledExecutor.h */, - C7DDA22B991E2AAE29CDE1260A151EA6 /* Timeout.h */, - 4E9830AB61B1FBFAE6039F895A90C4BC /* Timeout-inl.h */, - D1510235F2E5A65CD252749D6B975E5C /* TimeoutManager.cpp */, - F67C1C94A4BA5367B01B087EC32BE687 /* TimeoutManager.h */, - 9BAD31877815FD25B15F1875317D78F0 /* TimerFD.h */, - FB620F6D7995C90E677FBA7EF7A148D1 /* TimerFDTimeoutManager.h */, - 6E5CD6FBD55FC15BBD10906814F9229E /* TLRefCount.h */, - 4BCB13DCCD32D13511D0A6F25AABE1D1 /* Traits.h */, - 631B1DEC14865FAFCD238C31A3FF55C7 /* Traits.h */, - 2A60A0DB3972854776B6A5248CA9DA15 /* traits.h */, - DAE874A9D860429C1AFDE2C2CBA6E010 /* Transform.h */, - DDE04F5F59C40FD673D6375C7AA707A5 /* Transform.h */, - FB942C630445D377D077D3BCF0654039 /* Transform-inl.h */, - 0F95FD55A0FA941207C483267D9FF337 /* Transform-inl.h */, - BD9562B76AD727B7966658E5047101DD /* Try.cpp */, - 02B8043E881B7F29908D9D1F69E5EB1C /* TupleOps.h */, - CCE7480BC6D60D75C6EF587CDCB5445C /* Types.h */, - 280D5F390AE3F76187FD986BECE23EC5 /* UnboundedBlockingQueue.h */, - 89B8DF4D0F2D9BE5F0CAF4077CCBAB9B /* UnboundedQueue.h */, - F56787B3BB063374C4B0426B66EC7CD6 /* UnboundedQueue.h */, - 87367D0451EA5047EF8BC02882EF794B /* Utility.h */, - DF03B3589D0C12351AD77FA1A8C5D08C /* ViaIfAsync.h */, - AF9166C1FF9634E1B694FA8ADE9AF92B /* VirtualEventBase.cpp */, - 39B5B563D758FEC83CA07C4D64C7778F /* VirtualEventBase.h */, - 793B9CFBF419DD23D5363DC6030A9BB9 /* WaitOptions.cpp */, - 396D21BB6AFA2975C5103319CEC43031 /* WhenN.h */, - 1A58542913442463A4B2E11E16336600 /* WhenN-inl.h */, - E554EEE49090F34A2F7E3D35240EF111 /* WithAsyncStack.h */, - 6295F049A5356EE62DA74837619FD4CC /* WithCancellation.h */, - 4DA4C5A140B2190D41D01B19DC42A0C2 /* WithJitter.h */, - 1912F1D828C587AD03D52EF927370AE2 /* WithJitter-inl.h */, - A3C0176783BC37D7572F240DDBC954FE /* WTCallback.h */, - ); - name = Futures; - sourceTree = ""; - }; - 095646F3E96B8FCC5C9E9DB4FC48323A /* FMDB */ = { - isa = PBXGroup; - children = ( - 641E2CDB6323325543A09069FE5B851C /* src */, + 154CDABFE25DA7D844CF1882982E060D /* core */ = { + isa = PBXGroup; + children = ( + 12C4D9C3A09316945470A899D769DF18 /* BatchedEventQueue.cpp */, + 7BBF469B26873251B537670801999C9B /* BatchedEventQueue.h */, + CB0D3B1D12723CB6F6A4B5A53775B4DC /* ComponentDescriptor.cpp */, + 52DD466CEB37236E0239E023F92F17AF /* ComponentDescriptor.h */, + 05A8338A74887E54877E3B5E2360A93D /* ConcreteComponentDescriptor.h */, + A7C7A0603C70B03A5BAB896F01F15E47 /* ConcreteShadowNode.h */, + 46F019BC62AF7DC88D7C7732C66B0216 /* ConcreteState.h */, + 5CA8FFB264289551FCCAE29495EBE650 /* conversions.h */, + 44C17CFBA5F0AAEEAA6587B65BBD9539 /* DynamicPropsUtilities.cpp */, + 777152D60FDE62FB7858028E0F494386 /* DynamicPropsUtilities.h */, + 8A50EA432D2B83B1014E46448CA68632 /* EventBeat.cpp */, + 4CE7D7393D013F61BE78DD0E2CDA786F /* EventBeat.h */, + 0E46F0129DD1A6A967F2580EB63011DB /* EventDispatcher.cpp */, + 520B63F372380D55B40793B5BB10A39F /* EventDispatcher.h */, + 07C2F40D8790521504B9C05E652B31DE /* EventEmitter.cpp */, + A7BB8379D1CD88BE60A5A0D33D8572A2 /* EventEmitter.h */, + A4DDB397BCB393ACDDF3EB861945B730 /* EventListener.cpp */, + C4CDFBC1ECF32EC053DEB342DEE1B1C2 /* EventListener.h */, + E743DC457E6CABC5B13E68A381C20913 /* EventLogger.cpp */, + 1ADB11086CA7355EACB08F3BD428C0A9 /* EventLogger.h */, + F5D3D4E731B1EF9C93FC2A49ABDAD388 /* EventPayload.h */, + 2EDE07F5836F143CD7857CB2E5B5E136 /* EventPayloadType.h */, + CF485BFE7872C54223E057A72A0AB6A3 /* EventPipe.h */, + B1E12CAD2C6FB4F2DF64F7CCC6D15E3F /* EventPriority.h */, + A3F08746919747A6F56A2864E48BDDD3 /* EventQueue.cpp */, + A4AFB126642929BDB526E70B71748879 /* EventQueue.h */, + 4B22A0860FE6BF2F9CC4F24C6A16C02B /* EventQueueProcessor.cpp */, + 7A4636B3DC5A729E8F40B4860ACEC4B4 /* EventQueueProcessor.h */, + 84D732F0DC5E41F018DF129A1E36E683 /* EventTarget.cpp */, + 7ED3FB4188B6B018D64337B5E28DF81D /* EventTarget.h */, + 8516ED23F91BAC902B146A3BDA21B3AB /* graphicsConversions.h */, + 2A29138DBA1381888F4701360BF91338 /* InstanceHandle.cpp */, + 4DD6B4C58B299EAE1A3E500A3EDE0002 /* InstanceHandle.h */, + C95BE4329B2B85F46818C25087E9147A /* LayoutableShadowNode.cpp */, + D40F2678A9E0D12E6FEE80ED9004E5BE /* LayoutableShadowNode.h */, + 349041093547AE8E438BDD4E8A829CB7 /* LayoutConstraints.cpp */, + AEA7713221A3B353A10E5D4A3E848D96 /* LayoutConstraints.h */, + B84580A87121CAF61CB478AB93D9261B /* LayoutContext.h */, + 05E7D2C113326591CAF18117371EEF7E /* LayoutMetrics.cpp */, + A35672FA86AA809C95DB1AD01D1F4E30 /* LayoutMetrics.h */, + 88B840D20BFE171BE3DD9DFE4EC33AC0 /* LayoutPrimitives.h */, + BF2A098BFA676BEB807B64FA44567B00 /* Props.cpp */, + 327A412C03B8D29F20508FBD60D4EAD2 /* Props.h */, + 713D582F6B367593E27B9841A06592D1 /* propsConversions.h */, + AD945009ED5CD2E57F93715472E7BAAC /* PropsMacros.h */, + 5E2250F8ED2A809808FB295A155DA713 /* PropsParserContext.h */, + 7841C02BBC8782E7B8D3EF2815A6026C /* RawEvent.cpp */, + 1B389CA633B6575A2FA37718B19A4756 /* RawEvent.h */, + 19D4CF0857B96FBEA270CC2CD46B424F /* RawProps.cpp */, + CC381BCFEEAC649BB62889E972FAD4E3 /* RawProps.h */, + 0C867898C76A4282B23A18DB01393712 /* RawPropsKey.cpp */, + 8FA93F3F56F84CCD73CC13AB0A744B8A /* RawPropsKey.h */, + 8B8BA983DC0304E53A494B8BC8368D3C /* RawPropsKeyMap.cpp */, + 2DF730E6145C9D42DEB5C32702BE8C74 /* RawPropsKeyMap.h */, + 29069E0EE8AF62E25BA127E3020926FD /* RawPropsParser.cpp */, + CCB913EB7EC2FFF2A1F039FCAFFF3042 /* RawPropsParser.h */, + F56A35A5E128A460F52E75B7F79344AC /* RawPropsPrimitives.h */, + 51C1705E9B13860E1A5ED501BF5D9BD4 /* RawValue.cpp */, + 1AB59CE368BC9400B2ABCD47AFB8C08C /* RawValue.h */, + 9F8C4243A150FEDAB173B67E50BC9174 /* ReactEventPriority.h */, + E9D85EEAF42C9AF3CC1666F33CF872DD /* ReactPrimitives.h */, + BCAC25D53F76C3CA7747058E179BEC03 /* Sealable.cpp */, + D828B4DBBD448E09A3D7C599F4CEFEF3 /* Sealable.h */, + AE8331A8B19DE05088A3AF1C06D9599D /* ShadowNode.cpp */, + 1F2594C363D96114D88D6D3996A6AD08 /* ShadowNode.h */, + 2782757DC9A193842FF73CDFEC4F5F65 /* ShadowNodeFamily.cpp */, + 6E4274F08E4BBF0B6491769157BBB91F /* ShadowNodeFamily.h */, + 3053B3AC995ECECC071744E464935607 /* ShadowNodeFragment.cpp */, + 1598F75BEAFDD5C3F7AD8DCDD6D5D2C4 /* ShadowNodeFragment.h */, + 7AE90B08B12F40EABE9BDF5B888E8832 /* ShadowNodeTraits.cpp */, + 18EF461AA27476D0FDF425B3D2483EBA /* ShadowNodeTraits.h */, + 776D1F938E2ED7503BB26ACB324E4DF9 /* State.cpp */, + 6A923BB7F15C4A2B32DDE64B8D827632 /* State.h */, + 96AEA8A2506861840BC63D873CC2961A /* StateData.h */, + 2D889D31C2B9F054FBB9309C335FCD66 /* StatePipe.h */, + 56D34A45C0AD73CC42339EC6A2CA028E /* StateUpdate.cpp */, + 27DE3F3B20B7CEFB975091316FFFB6CC /* StateUpdate.h */, + A50DCAB2950F79811B921C5568362684 /* UnbatchedEventQueue.cpp */, + 1B14B05F1E3FA960A779224B96DBB041 /* UnbatchedEventQueue.h */, + 9788F37552AF8A0A123A07FA7D080CFA /* ValueFactory.h */, + 2CA71A360B05CFB72B96ACD04FA7ADB6 /* ValueFactoryEventPayload.cpp */, + F1AB976E1A25C3A525A7919E63A9BA92 /* ValueFactoryEventPayload.h */, ); - name = FMDB; - path = FMDB; + name = core; sourceTree = ""; }; - 0D33E7A01E162E3250B9011FD711ED3B /* boost */ = { + 15801941DFE125F4459DBA217046DB1E /* chrome */ = { isa = PBXGroup; children = ( - AAEBF3708ECE8E9B0A398A9AF1DCB626 /* Support Files */, + A11628FF9D522105C68BD01BB4D05697 /* ConnectionDemux.cpp */, + 281DE643AC3EC1BC9357383486F2FB11 /* ConnectionDemux.h */, + C80CD944FB88B23807F5AAAF7CB21069 /* HermesRuntimeAgentDelegate.cpp */, + 5B81B76C387972027C9B1637E2E6A612 /* HermesRuntimeAgentDelegate.h */, + BBA46B29F3F06B0AEC0E48F4C7C99C23 /* Registration.cpp */, + 7CA5F6EB56C2B8E096CBC6A7B9532E76 /* Registration.h */, ); - name = boost; - path = boost; + name = chrome; + path = chrome; sourceTree = ""; }; - 0DF1957D9F58886885C9ECB16307F5D4 /* enums */ = { - isa = PBXGroup; - children = ( - C19374C8A4A5E59AFEEFB9AECDB1D6C6 /* Align.h */, - 44A71FF558FCE096B29ED61C7FD7DCB0 /* Dimension.h */, - EA453233910AEABDAD4EC3AA4B5E931F /* Direction.h */, - 9B418B9140983A4362FE1BE3541CC211 /* Display.h */, - 44D648865D7D9660AEC9444D1BBB8AF0 /* Edge.h */, - 8F8041B9BE1FEB0B1F6592C278E80FCF /* Errata.h */, - 7CC46BC96576958B4E2D2279D09E8520 /* ExperimentalFeature.h */, - 32EA13B8617E59D98A656FACC9891FCA /* FlexDirection.h */, - 50D569712C5597CC5B8200B6CD5C657F /* Gutter.h */, - 0E11CA58435134EE7CF41FD16D2BFC51 /* Justify.h */, - FB5A925DDD17C123A82F7F31AAA2EC91 /* LogLevel.h */, - A1DD3E928AEBC00A383B3B0C6FE4AE58 /* MeasureMode.h */, - 662C18EB58DC4B9FCEFAA6242996C9F8 /* NodeType.h */, - DAF7F79B1C2F6E07F1D6F257260027D1 /* Overflow.h */, - BF63D7B2406657DC2883E895124A3267 /* PositionType.h */, - B85D7C0138720F36446630C13BCE2E84 /* PrintOptions.h */, - 1CE524BEFDE15D49A60F621976A5DCBD /* Unit.h */, - 41B399AF763C8E8A41869BB1E4E64177 /* Wrap.h */, - 0B42CD9278E82432BD07744EFD6BF216 /* YogaEnums.h */, + 16A4234682C8931240E16166FA4BA7C0 /* React-graphics */ = { + isa = PBXGroup; + children = ( + 8C66234F6FC8A3E3EADCA342B130FB54 /* Color.cpp */, + 7F1A707D6F8DE921DFA42211D2036148 /* Color.h */, + 3A48CF42426D1757E19F5E0283D958A0 /* ColorComponents.h */, + 33BB544E228494D0AF9CB4E5A11EF94D /* conversions.h */, + 296F41E25D51A2758C6CBFAB3A8B8FAD /* fromRawValueShared.h */, + 25EBF2FA7FFEDCE7086F43F67F482A2C /* Geometry.h */, + 75666A7E9DF4B81A7D9C5A782A0BCE03 /* Point.h */, + FC391A89C7D8499E264ADBDD9F59F736 /* Rect.h */, + F59674BB4A1D0F323148B07D7D682AC2 /* RectangleCorners.h */, + 60DAB499CFAAD9EB49E01C7C8B9A5F15 /* RectangleEdges.h */, + 22B331FFC962649EE96FA4C6FF47CC23 /* rounding.h */, + 9130DC48E60A16B3033E4C4648557B52 /* Size.h */, + D67413975CF3DA436729109845A30A9F /* Transform.cpp */, + 071916D0DED7AE1D3E16FC6FEF5AEFAD /* Transform.h */, + 0FD37A9A693B3CEB099DDA9955E3C67F /* ValueUnit.h */, + CFB81BB75D1D9BE93AA436949526503C /* Vector.h */, + 77635579615CF1D052BC9DF20B4D023A /* platform */, + 734385DF00F869A8A9DCB25F7D0FE59D /* Pod */, + EF7F6D8BCCCAF26CB3A0B8AA094C293B /* Support Files */, ); - name = enums; - path = yoga/enums; + name = "React-graphics"; + path = "../../../node_modules/react-native/ReactCommon/react/renderer/graphics"; sourceTree = ""; }; - 0EA999366D328129BF1D292E09DCFE01 /* Pod */ = { + 17004CCFD3DD9375E623A963E13D18C2 /* Mounting */ = { isa = PBXGroup; children = ( - 5E22E8B9CE9E8080E604819ED59C9314 /* React-rendererdebug.podspec */, + 7219469EB101610CDE06F56EAFF2F90D /* RCTComponentViewClassDescriptor.h */, + 6ED440A6B8C1D4FBA39CD54ECE8D51F3 /* RCTComponentViewDescriptor.h */, + FFA331C6B5744B16007B95A0D3EA96D8 /* RCTComponentViewFactory.h */, + 6EADDB0E9C832143081D058CA7259028 /* RCTComponentViewFactory.mm */, + 4DC0B393EEF985A3E4643B20F6754757 /* RCTComponentViewProtocol.h */, + 36164B0E9E5609F36A0106D648A0FA8E /* RCTComponentViewRegistry.h */, + 723B1846FB58ABF6C06939E1199945A2 /* RCTComponentViewRegistry.mm */, + 7B80D5D0E1943CE661F2F4C200BA7BE9 /* RCTMountingManager.h */, + 32A7462E31DA20BFC4BF96677609574A /* RCTMountingManager.mm */, + C2130B95F426EC491603E0487645BCAC /* RCTMountingManagerDelegate.h */, + 2FA6B9156408ED84AEE6F56B8BB6FC8D /* RCTMountingTransactionObserverCoordinator.h */, + F261A91F0724E8B1486A1BC201FD1425 /* RCTMountingTransactionObserverCoordinator.mm */, + F1FA54C72A9856CD3D0A6B6E24B06E7E /* RCTMountingTransactionObserving.h */, + 6368583633FFD741EE844FFC0D7DEA92 /* UIView+ComponentViewProtocol.h */, + 6ECE543138E064055C9EBCDC09788205 /* UIView+ComponentViewProtocol.mm */, + 987A58B283B2E43F2079409981CFB845 /* ComponentViews */, ); - name = Pod; + name = Mounting; + path = Fabric/Mounting; sourceTree = ""; }; - 0F8AF24BC923025AE27172DC241C1E62 /* Pod */ = { + 17687E905102CFB96BD9AEFECEF5AE1F /* ios */ = { isa = PBXGroup; children = ( - 21F2B157045D8FE5647342E0AC82E813 /* React-cxxreact.podspec */, + 6DBE07C15CE88F4964445119637334D7 /* react */, ); - name = Pod; + name = ios; + path = ios; sourceTree = ""; }; - 10EDEE55B16D8F8B01F4A1DE4BF8D42F /* Pod */ = { + 18DA155471EE231088B75DA42ACDA74D /* WatermelonDB */ = { isa = PBXGroup; children = ( - CA7B51A218A2AFF1B9781C35F85E347E /* React-RCTAnimation.podspec */, + 7FF0FE18123413DA783550212321BE91 /* DatabasePlatformIOS.mm */, + 240A841CE45A01661CD44D4EE8B91BC5 /* JSIInstaller.h */, + 126C5DD1D6213610884F84302374D19F /* JSIInstaller.mm */, + DB9466A46A68BC525A64AAAB5F5C1F6C /* WatermelonDB.h */, + 2A6D3BA3FB491018316327CC752B4B51 /* FMDB */, + 4B0961F3A4B3DB15F23AB072C78ED8F0 /* objc */, ); - name = Pod; + name = WatermelonDB; + path = WatermelonDB; sourceTree = ""; }; - 11D693077892FCD28142661CB383427B /* React-Codegen */ = { + 1A90064350D1AA1771D19FCF9770AC84 /* bridging */ = { isa = PBXGroup; children = ( - 767DF4EB18A784E327106C2CAEFB2A34 /* FBReactNativeSpec.h */, - 73437730B49A1032E6EF2CD6019A728F /* FBReactNativeSpec-generated.mm */, - 037B6635AA500E4C4F71834745D18A31 /* Pod */, - 492B0FBB547C6036D74873FFD7F52659 /* Support Files */, + 774B7D8E1CE74C04CEDEC68A34DAC344 /* Array.h */, + 1E9ACDD39D4A14DDC16406CDD0457ED3 /* AString.h */, + 3018115A5F8C04479A8AE64B102BE2C5 /* Base.h */, + FFF4EAA32AB91B28A1ACBB7030CB8484 /* Bool.h */, + 7C12044FAE55F8C0F0F5BC236FA00BFC /* Bridging.h */, + E0C3160ABF695152C97A85E56B140C4B /* CallbackWrapper.h */, + 570DABFC32CF97AB28B8269609BAD9F8 /* Class.h */, + 1E2EDFEA3A7670F7D6AB0267AFA7E2F1 /* Convert.h */, + F4116A5CF0A3EC97879DE8D115EB9AC5 /* Dynamic.h */, + F15F1FDA5B8172C6781AEDF956D65B0C /* Error.h */, + 9DB326307140B9D4967E5C75EE4D451D /* Function.h */, + 326FC938C2E12371A877E5FA46F37777 /* LongLivedObject.cpp */, + B862E1391D01BF787FE43136140D8C85 /* LongLivedObject.h */, + 3B9822B49D137DD1BBFAE4C9206C7F97 /* Number.h */, + 342244AFF6DAC97CF99A001A770A5E4F /* Object.h */, + 883F3E36A905B70FC2C8B78E92AC740A /* Promise.h */, + E488A78562494C4DFA18485430C98C6D /* Value.h */, ); - name = "React-Codegen"; - path = ../build/generated/ios; + name = bridging; sourceTree = ""; }; - 129FB1B8C355BE1856B38469EE271BF5 /* RCTSettingsHeaders */ = { + 1A91472BD47D8A01B2F79E1D3BF3F435 /* Pod */ = { isa = PBXGroup; children = ( - F10803015C1CE5D1F2D8E572EE098FD0 /* RCTSettingsManager.h */, - C578124757467045D0509D1A9CE8FD33 /* RCTSettingsPlugins.h */, + 3948308FBBC9426B8AAFA7391786B0E8 /* React-Codegen.podspec.json */, ); - name = RCTSettingsHeaders; + name = Pod; + sourceTree = ""; + }; + 1B23A6C0F680568EB52BA9BD9526F9D2 /* React-RCTImage */ = { + isa = PBXGroup; + children = ( + 8612AE35A990235C979983FD304D7330 /* RCTAnimatedImage.mm */, + 307CE5CEEA4E06A6A255CA72344E783B /* RCTBundleAssetImageLoader.mm */, + 492E9A2ED4F5B423E522887CB7BCF477 /* RCTDisplayWeakRefreshable.mm */, + 092DBE2F0CE18725FF1B0C8D08B1147C /* RCTGIFImageDecoder.mm */, + 8CFB7A8BE97081BCC80D943BAD260E5A /* RCTImageBlurUtils.mm */, + 57BBCC84BCDB23D6ADA72EA6128CE796 /* RCTImageCache.mm */, + 761CE3FB688FBACCB93A3B8CE521B969 /* RCTImageEditingManager.mm */, + 4BB78B415F6A4B0EED05C08EA7A7D03D /* RCTImageLoader.mm */, + 8A81DCEC265B36C702B32207D90DA5F9 /* RCTImagePlugins.mm */, + 2BAEF360C04D98022913BA78AC8A5A0F /* RCTImageShadowView.mm */, + 682FB404BC26FD7A5CE7722DC28CA1D9 /* RCTImageStoreManager.mm */, + 7F7639A56DEF6356718C6D5EC6AF3F7F /* RCTImageURLLoaderWithAttribution.mm */, + 51B5078EBA4D2CDB62D5B9977620515C /* RCTImageUtils.mm */, + 06A12441B1C3D7A2CB937C85CAF45CCE /* RCTImageView.mm */, + 26E19B9D750F023C6ABA23E46C660990 /* RCTImageViewManager.mm */, + B2912664908CB6F78177A7A284D257A7 /* RCTLocalAssetImageLoader.mm */, + D73FC5BE76F5CED5EE11722EB194C596 /* RCTResizeMode.mm */, + BB8ABBAD57F26EF6E656FCE9B68DB2F2 /* RCTUIImageViewAnimated.mm */, + 6982589FDD1F93DB24C77311374EE474 /* Pod */, + 035DBCF1705BBA1D99967CF1081992BA /* Support Files */, + ); + name = "React-RCTImage"; + path = "../../../node_modules/react-native/Libraries/Image"; sourceTree = ""; }; - 13F9DE75EE8021B010AE2F2E3576EC42 /* Singleline */ = { + 1BCE377F5B918C589D8C41BFEE151E47 /* Support Files */ = { isa = PBXGroup; children = ( - B3ED2CC60677AD76F58BDB88A5E601DE /* RCTSinglelineTextInputView.mm */, - 0EB43B96A012C6EBC624CCBD68DC784F /* RCTSinglelineTextInputViewManager.mm */, - 8297FE380007961A79E5521A1E40B56E /* RCTUITextField.mm */, + 0D01E2CE505FD137C83D5A00A839D8B9 /* React-jsitracing.debug.xcconfig */, + 7568E7B5AE849AB3EBC22558FB87A3A0 /* React-jsitracing.release.xcconfig */, ); - name = Singleline; - path = Singleline; + name = "Support Files"; + path = "../../../../../native/iosTest/Pods/Target Support Files/React-jsitracing"; sourceTree = ""; }; - 1428673623694BA3B3A65613421BAAF9 /* Pods-WatermelonTester */ = { + 1C5BD8DCB4B8638E0C634F76212A69CB /* Multiline */ = { isa = PBXGroup; children = ( - 84E154DAD162F4A18EEEA3624CF6A532 /* Pods-WatermelonTester-acknowledgements.markdown */, - 697110B0CEDE98EAA089612835E9E5AF /* Pods-WatermelonTester-acknowledgements.plist */, - 413649D5C571D8A6170C6A4424CD088F /* Pods-WatermelonTester-dummy.m */, - 5A0B5D9D59E5E269C5427D81B4D4CF05 /* Pods-WatermelonTester-frameworks.sh */, - 5D1C0A821BD026A9A939C64687CBD024 /* Pods-WatermelonTester-resources.sh */, - D5F81F5AAC387C14EE7017B61CB495EC /* Pods-WatermelonTester.debug.xcconfig */, - 73B3A96DAB49C42270A59966B121F1A7 /* Pods-WatermelonTester.release.xcconfig */, + E0004F076A577E394A0CC4F9AEC7F57B /* RCTMultilineTextInputView.mm */, + D9C558B0DD5120E2A4ED354C91A0A581 /* RCTMultilineTextInputViewManager.mm */, + E3438873735D5FAD55DAADE60C49CACC /* RCTUITextView.mm */, ); - name = "Pods-WatermelonTester"; - path = "Target Support Files/Pods-WatermelonTester"; + name = Multiline; + path = Multiline; sourceTree = ""; }; - 1479D8F39054D631C173F858F872D2E7 /* leakchecker */ = { + 1CE3AF8F1B957A97D187C362FF34706E /* React-FabricImage */ = { isa = PBXGroup; children = ( - C40843F6F7642DC0FD5D36263D0A1708 /* LeakChecker.cpp */, - 4D9EE0D6C240D4C95E5264BAC044FDAE /* LeakChecker.h */, - 9DCEFAF2FC9EC176CE2AB59424D39C3C /* WeakFamilyRegistry.cpp */, - 99FAFF1F931779AAD52BD829EF098E2D /* WeakFamilyRegistry.h */, + A9C67AC080A782225408DA978D1DA4CA /* conversions.h */, + 846EE9DAE34FA678FA761E65DD2F08E5 /* ImageComponentDescriptor.h */, + 996448BB93D8203D8D6C59B2D0B33BDA /* ImageEventEmitter.cpp */, + 90D9EFC947AA0C68DCA4C6DD6EB901DE /* ImageEventEmitter.h */, + B54D8461C2AF60CF1BF611F2D31ED2EB /* ImageProps.cpp */, + C6326DF244B84C66EDAF7AB7E2A7C98C /* ImageProps.h */, + 4F1014498794A7BE263384E6C973334C /* ImageShadowNode.cpp */, + 84C69750863FB2783C4C3DA5FBF5A671 /* ImageShadowNode.h */, + 285EDB99AD277EB30467D34D174D268F /* ImageState.cpp */, + A602AFB5786A8427B22008771FA2A005 /* ImageState.h */, + B508D299A713547C4C4004662C7A360E /* Pod */, + B129C0FB664B93F4F1F73414EFD96E55 /* Support Files */, ); - name = leakchecker; + name = "React-FabricImage"; + path = "../../../node_modules/react-native/ReactCommon"; sourceTree = ""; }; - 1489C16418A4ABD17CC268F2CD447178 /* objc */ = { + 1DDCCBF023D859DCF237EE249B0F2BAD /* Pod */ = { isa = PBXGroup; children = ( - EB22D5CCA86AE3611A4363B9CB36F297 /* WMDatabase.h */, - D11B8F2B5C64216FDDC056CC10324D5A /* WMDatabase.m */, - AF8B65553F8AFCCEB2D7E89AA2A10C8B /* WMDatabaseBridge.h */, - 7BDBE7CE6D3F52A2CA0B929510485402 /* WMDatabaseBridge.m */, - 7E95C82CED337875734C128A86D27E46 /* WMDatabaseDriver.h */, - C7885BEF0F076631AA207970F9CB8D71 /* WMDatabaseDriver.m */, + D6CB644C7E059627F4E16F567D961E18 /* React-logger.podspec */, ); - name = objc; - path = objc; + name = Pod; sourceTree = ""; }; - 14D9A71ADEB19358312539F56872B8ED /* componentregistry */ = { + 1FB41E9CB3764DB5E3A256F2CCB3313C /* Support Files */ = { isa = PBXGroup; children = ( - 6D551C3232A5F676758645CE5B7E3740 /* ComponentDescriptorFactory.h */, - 2A73DE8702554CF01453BEA010CD651C /* ComponentDescriptorProvider.h */, - 99A5294DEB03289BD274D5EF447DF95C /* ComponentDescriptorProviderRegistry.cpp */, - B83FC1CB2B8D3BFCB55B783BD0D3A14B /* ComponentDescriptorProviderRegistry.h */, - A090CC6861558C3CC1F4F785055ACF2D /* ComponentDescriptorRegistry.cpp */, - 5334346C4118F0551FBDBE1B498E5052 /* ComponentDescriptorRegistry.h */, - 72656E178770EFF546609CAA793C5824 /* componentNameByReactViewName.cpp */, - A9FFBAC47E61094F30BEA1021019532A /* componentNameByReactViewName.h */, - E2463BAE3CC27328A608F202F0428270 /* native */, + 089961A4AC420F0D1B51AF0717493120 /* React-RCTAnimation-dummy.m */, + C53D999F11FC29298A3B8D1AA6A8120E /* React-RCTAnimation-prefix.pch */, + C8980F597D1A97A167ACA46B54A4BC70 /* React-RCTAnimation.debug.xcconfig */, + 78D72FC8CF42B31C8EDAD6F8657F610F /* React-RCTAnimation.release.xcconfig */, ); - name = componentregistry; + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTAnimation"; sourceTree = ""; }; - 14E5250E57BB4FD8AEA831CE8C4F567C /* ComponentViews */ = { + 1FDC21BFAA89EDFEA43D90A05DE15156 /* Pod */ = { isa = PBXGroup; children = ( - EE3B83E3C01601A14E0EF4EE512696B8 /* RCTFabricComponentsPlugins.h */, - 01226A5D54750F9EB3376CD9393D50AB /* RCTFabricComponentsPlugins.mm */, - E6D413B4BD4A824CAFDE38B5A46A07AA /* ActivityIndicator */, - 7AF1B91E4ECB6BA9A0D29C7FBE3727F4 /* Image */, - 4FDD5B8BB3EB41E75AC5EB2793E12309 /* InputAccessory */, - A4295AE976403929E5BDFD52B1911154 /* LegacyViewManagerInterop */, - CD7980FA276CAF54E321C0CF96AA1462 /* Modal */, - 41110F8C409AA81AE2434E63D0A8D1C4 /* Root */, - A7167E764A465DC70E85303E6BB9694E /* SafeAreaView */, - DCDC6CCF3348DB1EA3B1AE9373D1BA5F /* ScrollView */, - AE875DD17C4E9487F2F19EBF74D3D679 /* Switch */, - C5548B8DC630B60224EDA731374D3779 /* Text */, - 36C67F42234E910C54C9ED3DCE7A24F6 /* TextInput */, - D50B153F9763B1CA5EA30F5A6F6A638D /* UnimplementedComponent */, - C5A58AC0437053B3AF72669736D29784 /* UnimplementedView */, - AA67B6D2CE06AEED21DABFDD3B5E05CD /* View */, + B10FA4019F5C607FA08931E27E127784 /* React-RCTVibration.podspec */, ); - name = ComponentViews; - path = ComponentViews; + name = Pod; sourceTree = ""; }; - 154718DBB1098D5CC8B3EB78DAF199B3 /* BaseText */ = { + 205065C8C5001FF4D791D75300C3DDAB /* Support Files */ = { isa = PBXGroup; children = ( - F4356BC407FB7EC9646E4946CF2C5B1B /* RCTBaseTextShadowView.h */, - 0AE1A7699A41AD81652F8C26666ADD7B /* RCTBaseTextViewManager.h */, + E0295F5F6E41D3C5358AC3BC796E1F70 /* React-RuntimeCore-dummy.m */, + 49549BCF8744CE247C53A44E2598E79D /* React-RuntimeCore-prefix.pch */, + 22F665521DA4A7B91AD3CDC51E8779D6 /* React-RuntimeCore.debug.xcconfig */, + 776825034C674A4EB458170D6BBB3139 /* React-RuntimeCore.release.xcconfig */, ); - name = BaseText; - path = Libraries/Text/BaseText; + name = "Support Files"; + path = "../../../../../native/iosTest/Pods/Target Support Files/React-RuntimeCore"; sourceTree = ""; }; - 16B66FA90E840AC690809556A021307E /* Support Files */ = { + 21A38486AEB483A1DDF3640DB3C9A269 /* telemetry */ = { isa = PBXGroup; children = ( - 0C9BB81C4167C3F20361F5F47A4904FF /* React-runtimescheduler-dummy.m */, - 330D2A2E5A24EAF41136B3A250C979CD /* React-runtimescheduler-prefix.pch */, - B7FBDD7914214CF29DCEC1D94704F1E1 /* React-runtimescheduler.debug.xcconfig */, - C6586EF518E7996AF3B9E3138FA35835 /* React-runtimescheduler.release.xcconfig */, + 6353D5B2828F0A532FAC374FF901DD8D /* SurfaceTelemetry.cpp */, + 4C260B39655A7EBBA430142A5FAC7288 /* SurfaceTelemetry.h */, + 6FBDF0EE578C484F397C21E43F49F7E7 /* TransactionTelemetry.cpp */, + 6FA659BE9F28613C4D7F98DAC5FD1C4B /* TransactionTelemetry.h */, ); - name = "Support Files"; - path = "../../../../../../native/iosTest/Pods/Target Support Files/React-runtimescheduler"; + name = telemetry; sourceTree = ""; }; - 171107AE43E2A33DB60FA33689DE8C06 /* event */ = { + 2202615F216E42653F37977999D037B5 /* Support Files */ = { isa = PBXGroup; children = ( - EA71158CACE240DC1E8F5E32A0A2D051 /* event.cpp */, - FF411EDC1FFA2EAA643BB5803EDBE915 /* event.h */, + A0A2F69D09350A6A5AFA9864BBB84FFE /* React-Codegen.modulemap */, + 739F5A9F956FCC84E8E36F6798EA859B /* React-Codegen-dummy.m */, + 0E07224933F2530B0ADD76E3867C3FA8 /* React-Codegen-prefix.pch */, + 6941C8C17A58C26823E12140D3831D05 /* React-Codegen-umbrella.h */, + 967DBD838FB53E8907C105802E22ECCA /* React-Codegen.debug.xcconfig */, + 441AA6664650EC12BAF8937E4A882741 /* React-Codegen.release.xcconfig */, ); - name = event; - path = yoga/event; + name = "Support Files"; + path = "../../../Pods/Target Support Files/React-Codegen"; sourceTree = ""; }; - 171BD7E10A08AE704DB706445A7C81B3 /* core */ = { - isa = PBXGroup; - children = ( - 158360A564E51DD3C446AB5A7A85A66F /* BatchedEventQueue.cpp */, - AF2A88DBF7CBF6848E5F1061B8C40EB0 /* BatchedEventQueue.h */, - 8279D0F31434B477331C2395DD894A93 /* ComponentDescriptor.cpp */, - 01855A3FAD338F5BFC5A47FA3FE5BE88 /* ComponentDescriptor.h */, - 85D142B858DC95D949A8DCE7A6E0AE49 /* ConcreteComponentDescriptor.h */, - 33FD34ECA12EE489DF89C12EED75DDD8 /* ConcreteShadowNode.h */, - 8A5A64217D160FA42CF61B6E984A8024 /* ConcreteState.h */, - 31BFC117D93835A6268E7E6024B95C0E /* conversions.h */, - 61DD9D1E289209641D9B67F0BFEE29B2 /* DynamicPropsUtilities.cpp */, - 9E2F4A32BBF14845BFE710BC7D5661E7 /* DynamicPropsUtilities.h */, - 99597E2078D1EF138C44A1704FB7F182 /* EventBeat.cpp */, - 0DAFFFCD50EB2FE33A1BD999D7AD4EFB /* EventBeat.h */, - 8FF18DBC3AD38B8C9CF1217CFDA4603F /* EventDispatcher.cpp */, - B8E7F80B7DBA1B54D7D02189AAA32229 /* EventDispatcher.h */, - 32F2FEA080AA81AD470B371495DA8733 /* EventEmitter.cpp */, - C1C2754FCE2EC99BDEFF0CC81AF19546 /* EventEmitter.h */, - 1B2FDF20EA810557F54785C109B48C18 /* EventHandler.h */, - 8FD54AA2E4F1EAC340150215F431D641 /* EventListener.cpp */, - 72E57D2C1CC871F5C8201598B5702A7B /* EventListener.h */, - 23AF86ED93A1431134342B790EA5BF8E /* EventLogger.cpp */, - 62CED720AE402F23F2BA9071B3993CE7 /* EventLogger.h */, - 2652742050B862B032189F922D143489 /* EventPayload.h */, - CBA86552DB5CCBA527B3B78B46FAC65D /* EventPayloadType.h */, - 51803F3A10C46BA4C098E5B502077438 /* EventPipe.h */, - 77DB2579F7F3F1389937496AF92B129F /* EventPriority.h */, - A757C563F2F4BA183C2A640BB87A2857 /* EventQueue.cpp */, - B317A1F472139A049B7FA26098D1FAD5 /* EventQueue.h */, - D9733D7C8AE052D7BE25A7C472823F21 /* EventQueueProcessor.cpp */, - A363681810E76F766CF142B6D138D2E2 /* EventQueueProcessor.h */, - 0E52DB0554F4052857066CB59FAC6C62 /* EventTarget.cpp */, - 09F4BEC32DABF4FF27E52067E018FD9C /* EventTarget.h */, - 5AAAA976C8D44962706AA47E4926D036 /* graphicsConversions.h */, - C74217938A826EAAB501A972585A420A /* InstanceHandle.cpp */, - C7605C48B24807F36F6F97D0992188BF /* InstanceHandle.h */, - A2F8206D4A2A3C96DCAFC3809FF447E0 /* LayoutableShadowNode.cpp */, - 34D64259BA55D4854231FC202E12B3E2 /* LayoutableShadowNode.h */, - 3969602043C2C9F85294CA04BC895236 /* LayoutConstraints.cpp */, - 96CE237097957387413AE81D415A1416 /* LayoutConstraints.h */, - C5330B8B810D55C14DFF534A0E5A900C /* LayoutContext.h */, - 6F75E85091ECDA51A5C8568FD1BDECE6 /* LayoutMetrics.cpp */, - 1DD6FAD4BC27373B51010755CDE641CA /* LayoutMetrics.h */, - F740BA402DB24F91CF3A22DDC8B65169 /* LayoutPrimitives.h */, - 0711898DC72B1AE89CBBCAB5731921B6 /* Props.cpp */, - 7F27EAC4AD71E846B74A1D25DB2547D9 /* Props.h */, - 74C442CBAD339CD9A27DCCA3BC0C6B45 /* propsConversions.h */, - 87AEF2ECE9F5E67ECA7421753F854546 /* PropsMacros.h */, - 1557742B8F86BC20B1BD314548EB59BB /* PropsParserContext.cpp */, - 9D044B34587D771C37B84B13778932F1 /* PropsParserContext.h */, - 9A6FBEB922F6EDAB112687F89DCEFC50 /* RawEvent.cpp */, - 3A313D4532E1F04D91F64CD0AA74A7AA /* RawEvent.h */, - C1F1BD3118E115F321059F723C3443AE /* RawProps.cpp */, - 527AB674C8C5D43AEE650E5431F73757 /* RawProps.h */, - 9A917490771C99C9974DC2C1F88580D6 /* RawPropsKey.cpp */, - C28D52CB93A9E4270766AE5DAA946423 /* RawPropsKey.h */, - F1AA8ADC25AE882B95A65DD65A2FB9A5 /* RawPropsKeyMap.cpp */, - 8A6FBA524F0C1A71F247900CE0CBF304 /* RawPropsKeyMap.h */, - 6C63ECFE6C1DBEA0EEA0A6F0DC611B00 /* RawPropsParser.cpp */, - 3AD40BE157E052056EB988E1CAC15B82 /* RawPropsParser.h */, - BC6EC0CC518CFEBD44492C8A8DF5E2C1 /* RawPropsPrimitives.h */, - 9DB3F08582D23A7151E6311417701A80 /* RawValue.cpp */, - B89AE31725D9B257AD6FCB45C0F42731 /* RawValue.h */, - 02BF64FEDE9DAD94A5FA66E175FA9F7F /* ReactEventPriority.h */, - 9EE8C8AF82DCB1420BCCB49654DBF62D /* ReactPrimitives.h */, - 7CD23D4E93494FB3564FEC63C75FA65A /* Sealable.cpp */, - A4CFD91D2594FD33B7EE2C5D6DF840F1 /* Sealable.h */, - 908EECC5BA74DAEFAA078EE2F51ABE7C /* ShadowNode.cpp */, - D126964EA1901A4E28AC985EDF1BCB6D /* ShadowNode.h */, - CC7D07BAA5C77DD23B01FC18B4844ED6 /* ShadowNodeFamily.cpp */, - 8C4D03871275458CE0790E71C1594939 /* ShadowNodeFamily.h */, - 6C10EE42DDD7321D17FCA6B46A972295 /* ShadowNodeFragment.cpp */, - 4F2DB0DFB6B488440674AC08C84F50FA /* ShadowNodeFragment.h */, - 335353C6724F43C8E32394D7BA8B818F /* ShadowNodeTraits.cpp */, - E068C3F67DD12C7F987AA27F623FE9EC /* ShadowNodeTraits.h */, - 3DD429DD1287A7B885307E1A64290A27 /* State.cpp */, - 9AC560460C5FEBC35227CA27A68178E3 /* State.h */, - 31164E58BE85EDEC93B484AE9FADB851 /* StateData.h */, - C4FA6B01E9EE30B970272FD3C863B9FC /* StatePipe.h */, - 24CF9865A32714FCACAF9E8A204F704A /* StateUpdate.cpp */, - 904BFEF0E6F2E967C86B64560513AC7C /* StateUpdate.h */, - 58E94EEAF8717120D588F495ACF5A265 /* TraitCast.h */, - F91B79BB473BAD4747A78461558CB5E4 /* UnbatchedEventQueue.cpp */, - F4A72CB02B1DFB8733BFE7105A808546 /* UnbatchedEventQueue.h */, - FC96581DB6DA26BD2534E7E18FDC16B1 /* ValueFactory.h */, - EDC5FF3212001649C38F9ABF73661879 /* ValueFactoryEventPayload.cpp */, - 71B1856C0051F86FE495F46DF87D21B0 /* ValueFactoryEventPayload.h */, + 22298BAC557AC5B6503AABF5698863DB /* Yoga */ = { + isa = PBXGroup; + children = ( + 7C5BE15D5F354DA98A5ADA415D1FDB03 /* YGConfig.cpp */, + 9FBD5986BF1B3B3D5B97CC5217DFE41D /* YGConfig.h */, + 5510FC0409FF02AA7A39E8542D74B323 /* YGEnums.cpp */, + D70B1BA1E566B78E8FFA9FDB20C45D1D /* YGEnums.h */, + 6ABE82ECFCA457CEA1122532AFFC13E1 /* YGMacros.h */, + 98C9E5135E046EC50D915DC1941F6D87 /* YGNode.cpp */, + 7B7333F82E7D58CECA09AB6ABF206727 /* YGNode.h */, + 5B62D2EDAEE105EA46E50A51A6DCC4FB /* YGNodeLayout.cpp */, + 9841711B9F3A736014573E0B62D9C1F9 /* YGNodeLayout.h */, + 1C5225A85D60908066F79256FD961B24 /* YGNodeStyle.cpp */, + 91C4877BD9BE873DF4DF6B5DCC0CC740 /* YGNodeStyle.h */, + AB17B662459CE9B65E9A84AF92104DEF /* YGPixelGrid.cpp */, + 14D9F600ECC14E962003AAB9F191233A /* YGPixelGrid.h */, + E537D35052D701095C980ECF42D55AC4 /* YGValue.cpp */, + 30DD3B64FEFD7A1AB8A1EC8B9D52D87F /* YGValue.h */, + 4BA4FB0F0557FD723CB5B38C308FCE50 /* Yoga.h */, + A0BBD39C71A2FDD8567B42D741ACC89C /* algorithm */, + B4B40FE5744EE0430F1085186F5C39EE /* config */, + C12F12E3B279B81398C6639DEECE0A6D /* debug */, + F8229B1A04A686B9D6A8515E959D405C /* enums */, + F8992DC800D868156F55D8C1A840B2EA /* event */, + A07FF72E2E9957A32FBB94DD70C049AD /* node */, + 90097354ADCBD8E8098AF8B37786ADA1 /* numeric */, + 6FB5E78A1219A291FE853E265F906282 /* Pod */, + 3261564B236FD10151DB427DF0FE4F25 /* style */, + F8E0BC164A267E96DD24FE4A280E7765 /* Support Files */, ); - name = core; + name = Yoga; + path = "../../../node_modules/react-native/ReactCommon/yoga"; sourceTree = ""; }; - 17D39545815604B6B09F74C3FDB44708 /* legacyviewmanagerinterop */ = { + 223AE9EE0D318B68CA58A6D5E7A833FC /* React-rendererdebug */ = { isa = PBXGroup; children = ( - AFAE51BF2BE176A8ECD41B88553ACCDC /* LegacyViewManagerInteropComponentDescriptor.h */, - 290028520CEE83945693AB901B812387 /* LegacyViewManagerInteropComponentDescriptor.mm */, - 06DA33452520E7014B082FF988C585E9 /* LegacyViewManagerInteropShadowNode.cpp */, - 06EA6A36B2E8C73F86C9435E6824565D /* LegacyViewManagerInteropShadowNode.h */, - C0FF43D83ED938C6D310BA3DEDD72824 /* LegacyViewManagerInteropState.h */, - 03C2410BC70031C06C39959303710AB0 /* LegacyViewManagerInteropState.mm */, - 3F445D28213AAEF79BED62834E4A8EF9 /* LegacyViewManagerInteropViewEventEmitter.cpp */, - 4EE4298B23B2D2DE230691AEB7F0DB8D /* LegacyViewManagerInteropViewEventEmitter.h */, - 1D5937017B5C9BFCDBC41D7E0A15FDA0 /* LegacyViewManagerInteropViewProps.cpp */, - 0845C3B7C670CABE69F0DBC9C89526CB /* LegacyViewManagerInteropViewProps.h */, - 9A802540CDE5B0AF1B1159C741870318 /* RCTLegacyViewManagerInteropCoordinator.h */, - 5615469E2AA409A747ABC0EA214FFA9D /* RCTLegacyViewManagerInteropCoordinator.mm */, - 87B7E70DDABF501655C94401738CE5EF /* UnstableLegacyViewManagerInteropComponentDescriptor.h */, + DE0D3D7FDED11B0BBBDD597E67E6E5CD /* DebugStringConvertible.cpp */, + 9B36F42640063CCA329D93AC8F874A56 /* DebugStringConvertible.h */, + 1B95AB0EF143A97263C1017EABE0E073 /* DebugStringConvertibleItem.cpp */, + 5E4D8475C8A1839D5568E707455D012D /* DebugStringConvertibleItem.h */, + 77F3BA61BC36947AE25324E0B86A12E5 /* debugStringConvertibleUtils.h */, + 94ED4B520996293EF041391736BBBA24 /* flags.h */, + C7426F344668A4D9141914CE841C3534 /* SystraceSection.h */, + 343725706DBD41ACEB61E1FAA40EF492 /* Pod */, + AAF010A03BDC3903E9F6EE416F6DB539 /* Support Files */, ); - name = legacyviewmanagerinterop; + name = "React-rendererdebug"; + path = "../../../node_modules/react-native/ReactCommon/react/renderer/debug"; sourceTree = ""; }; - 1C9B6BFC6F0A48B872DF7A1431DED503 /* Utils */ = { + 2303A255BD3099EB18229E7A20393511 /* Exported */ = { isa = PBXGroup; children = ( - 345239361E6BC51705FD68D8F6EB778B /* PlatformRunLoopObserver.h */, - DE0CB1A3D124E2A48CB1F9474AE30F9D /* PlatformRunLoopObserver.mm */, - 482A5311B2E5633BEEAABDAAC7446842 /* RCTGenericDelegateSplitter.h */, - 99FEB41B8AC59B0F506830560A8251DE /* RCTGenericDelegateSplitter.mm */, - EE98A1BA7318C2BE27B7A8489EB64693 /* RCTIdentifierPool.h */, - 0196F613E9125DDC58EC45EA83778701 /* RCTReactTaggedView.h */, - 8FD27DA12029326E9AFC54162346D66E /* RCTReactTaggedView.mm */, + B2A78B7CA6B87E3C5B857F9EB9B7AF87 /* RCTDeprecation.h */, ); - name = Utils; - path = Fabric/Utils; + name = Exported; + path = Exported; sourceTree = ""; }; - 1CAB0DED5B6DB415AFC8CA25FBC3B992 /* React-Mapbuffer */ = { + 2351ACF698FB84D4D4492C2551003B4E /* renderer */ = { isa = PBXGroup; children = ( - 7DBDFD408CC1329D677944D04AE96750 /* MapBuffer.cpp */, - 3D956A00C7F6FA5EC911A0FA32F061F3 /* MapBuffer.h */, - B35FCB42909C4CA850AD6BE13BDD059B /* MapBufferBuilder.cpp */, - 9D63F0C66537C20ABA06A08D8EF11618 /* MapBufferBuilder.h */, - BECC39F0CEEBC26A10300CF420378F43 /* Pod */, - BC15784CDBD85E084BA84E729A498BE6 /* Support Files */, + B11DA0315979959E0AB787938C67B80B /* graphics */, ); - name = "React-Mapbuffer"; - path = "../../../node_modules/react-native/ReactCommon"; + name = renderer; + path = renderer; sourceTree = ""; }; - 1CD2B169586FFE6460F38CC3B2954BF8 /* Singleline */ = { + 23C8C103E25BD58ADE6870DE657D9BA8 /* Support Files */ = { isa = PBXGroup; children = ( - 54EDF8487AEB482682F812BDB74D85F3 /* RCTSinglelineTextInputView.h */, - D60F5690B299B51D781DBBAD561498A9 /* RCTSinglelineTextInputViewManager.h */, - A36708C9138407760FC3DA2A7ABFFC42 /* RCTUITextField.h */, + 012EABDBEA471F999B6DA0663BE3C7BC /* React-Core.modulemap */, + 5D24035ED25B87D45E72A4CFB861C024 /* React-Core-dummy.m */, + F03DB7552362CE2CC5261B0ECE866C50 /* React-Core-prefix.pch */, + 3AD9E5C254F43B4A3AC4E7A6452D879C /* React-Core-umbrella.h */, + FEB255691DB29610BDE1D3938C435B8C /* React-Core.debug.xcconfig */, + D1A2CC54073AD525A26E9DC8CA1044F5 /* React-Core.release.xcconfig */, + C04C2CB4CB7F9503B14959FFE4F63EC3 /* ResourceBundle-RCTI18nStrings-React-Core-Info.plist */, ); - name = Singleline; - path = Singleline; + name = "Support Files"; + path = "../../native/iosTest/Pods/Target Support Files/React-Core"; + sourceTree = ""; + }; + 23EF42F33260F492F0E1CA6A966BC672 /* Views */ = { + isa = PBXGroup; + children = ( + 5FB7F5153FEFAD2FCC98DA600D4A18B3 /* RCTActivityIndicatorView.h */, + 18DA86D744EE0EE17E265BBB90390A23 /* RCTActivityIndicatorView.m */, + 017AAA982C6D59AF8E6BE61915541DEC /* RCTActivityIndicatorViewManager.h */, + 98CDD541D0DC28ECF520BEE664E58AEC /* RCTActivityIndicatorViewManager.m */, + 42A97962C25A869DDED1914B699BD747 /* RCTAnimationType.h */, + 26055A5589650C9F928DD1BFF922B86B /* RCTAutoInsetsProtocol.h */, + E0246A845D54C7B635C77FFDE88894B9 /* RCTBorderCurve.h */, + 7301D9F85906E2D5E3E899138ED1462A /* RCTBorderDrawing.h */, + 35D8CF26BB70259E361BDEA1E77D32E1 /* RCTBorderDrawing.m */, + 0D8FEE5EFC0D5C3452E4502887D2D780 /* RCTBorderStyle.h */, + DCDAB8C1A8AF49504419868DFB5EE19B /* RCTComponent.h */, + D7D198038E6A0A8EAA233D9E57B97AC6 /* RCTComponentData.h */, + 49C8ED14DB40A8E3E597CC83FDA19B4B /* RCTComponentData.m */, + 2B7BCA4D8FBC217D22B4EEB15EB03957 /* RCTConvert+CoreLocation.h */, + 40578E9386680C689D002917E383C065 /* RCTConvert+CoreLocation.m */, + 196B06D9D049A05D1552FD603A608719 /* RCTConvert+Transform.h */, + 96C1ECDE3D239B5524C2DD16740B8B8C /* RCTConvert+Transform.m */, + 492C01ACF6D4D924E6561FCD33DB914D /* RCTCursor.h */, + AE3CEE292BC38DDDB735B092E8F32A0D /* RCTDebuggingOverlay.h */, + 3FF99AA51CC63F9D02051442963EEB0E /* RCTDebuggingOverlay.m */, + E8855C5F693E52309BAEA8C716104F71 /* RCTDebuggingOverlayManager.h */, + 5FA7D9A20F443352B3F132A2348CEAF5 /* RCTDebuggingOverlayManager.m */, + C4B995B84A38F911427A6A5E55661B60 /* RCTFont.h */, + EDE4A26ED9B011F0E70494EBA45F89FE /* RCTFont.mm */, + 506E11C60093C5C364DE8F3F2F22AC41 /* RCTLayout.h */, + 0C4FC7D25DF3E8899A55391A2FBA5740 /* RCTLayout.m */, + C55375F5233C369562ED2EB95C0B34D6 /* RCTModalHostView.h */, + EC10C9531C237863B28A6E20B64DC15A /* RCTModalHostView.m */, + C56554BC73CCF6D61610A28081393A2A /* RCTModalHostViewController.h */, + 373F105CB4DEE4BDB90F46875B73BFA8 /* RCTModalHostViewController.m */, + 6641C8CC47F08AA0D3136808CBCB811D /* RCTModalHostViewManager.h */, + 4738F10785BD68311DE222F91337CB33 /* RCTModalHostViewManager.m */, + 8203B91D615D3D818C75D20CC7EECACE /* RCTModalManager.h */, + A9951E633F11568F42B8CA2DB0EAAE73 /* RCTModalManager.m */, + 90049B8377428D5B7434F2C8680C87CF /* RCTPointerEvents.h */, + 40070AAA8193578B4B19218FCBD1F506 /* RCTRootShadowView.h */, + 8817E84E8D2A30EF3D7C5A9EFE82A593 /* RCTRootShadowView.m */, + 3AD33F21CFF457D719E527B0A4413B4E /* RCTSegmentedControl.h */, + 3CC7171C241F88DC2439CD6C9B3B9BDA /* RCTSegmentedControl.m */, + AEF17D14D0B0DF8A55346CEFDBEA3396 /* RCTSegmentedControlManager.h */, + C9D9E5911728E23B08C57B041A401477 /* RCTSegmentedControlManager.m */, + 070773F376061291576F78B4FAA81792 /* RCTShadowView.h */, + A0E2B3DDC742F701942096E520561398 /* RCTShadowView.m */, + CF6A928C7A982274E5574B81E88B799B /* RCTShadowView+Internal.h */, + A85C9B1C1144724CD503C69AEA9FCD8B /* RCTShadowView+Internal.m */, + 500E0FB005F00271DB2A0C68724900DA /* RCTShadowView+Layout.h */, + AA78032AF49201693A01E81C17C66EA3 /* RCTShadowView+Layout.m */, + 4168B7BDC6AE9FC9B5C87C96C641EA8E /* RCTSwitch.h */, + D9722AC2B3A09F57A4EF66060A291E1E /* RCTSwitch.m */, + 39F844696BFB60487E053DE52768656B /* RCTSwitchManager.h */, + E53A2DCCFA3939F1CADE98C7ADABB2F1 /* RCTSwitchManager.m */, + C3701203D3AD5D881037196F72FD8BB7 /* RCTTextDecorationLineType.h */, + 191255608BFC29BB27805F33B002132B /* RCTView.h */, + A29983597DBADCA7A69A6EAE6BBED3C3 /* RCTView.m */, + 5B47FFA4BCF0EC2E8F7A7330A0B625F7 /* RCTViewManager.h */, + A294F9716939BAB7421C72EE8DE2D3C2 /* RCTViewManager.m */, + 0EE4437365F516793455723C0F9555B1 /* RCTViewUtils.h */, + ED025FBB53B0B481493FAFFAED14F5E6 /* RCTViewUtils.m */, + DAB01DFE83E0C8658D41522C80D2366D /* RCTWrapperViewController.h */, + 33C0BE36B9FBC218A7F9944F9E03ABC9 /* RCTWrapperViewController.m */, + 15D5A0BFD941071680CCF747591837C8 /* UIView+Private.h */, + 32680615BD888084B01D830F2196A3C7 /* UIView+React.h */, + A5B22DA0749C539DAE387FAB7E1507FC /* UIView+React.m */, + 50AA27881D34215F513B67E035DBFD23 /* RefreshControl */, + FD407F481179C9D21976E957BE8A96A5 /* SafeAreaView */, + 9FCD78A4E6ED7A67F3059F23B587845A /* ScrollView */, + ); + name = Views; + path = React/Views; sourceTree = ""; }; - 1DC839015B909B50B24256D9B30E55A8 /* view */ = { + 242C2C37DBF48E04AB5C45C85164E5C7 /* SafeAreaView */ = { isa = PBXGroup; children = ( - 24DEAA10B676119AB63C7987ABE04DA2 /* HostPlatformTouch.h */, - 13DC2C4E5295B1C951916AF9C48594AE /* HostPlatformViewEventEmitter.h */, - 04D0D6ACA87A28E510C7A57DA938AC78 /* HostPlatformViewProps.h */, - E123A7556FA3E8EE6DF2AF8F13731E91 /* HostPlatformViewTraitsInitializer.h */, + 9A2407C78B8F357AFB081AF5B1BC953A /* RCTSafeAreaViewComponentView.h */, + A46EE0867CB9E92996C6DE17ED0EE3DB /* RCTSafeAreaViewComponentView.mm */, ); - name = view; - path = view; + name = SafeAreaView; + path = SafeAreaView; sourceTree = ""; }; - 21224F06CAFF0496D8C2298C3C277C47 /* Support Files */ = { + 247B3D691DCFB870C0BD2599C09375C8 /* Support Files */ = { isa = PBXGroup; children = ( - 346371DE77029E27A92D6DCF54A813D3 /* React-CoreModules-dummy.m */, - 7F09147130703B518EF1D327CD260568 /* React-CoreModules-prefix.pch */, - 01B632EA78E456C5579E2E880648B8A0 /* React-CoreModules.debug.xcconfig */, - DF97E8524179B4B959F6F05BD8E469FD /* React-CoreModules.release.xcconfig */, + 5601EFF66A7656BA9E668AE17351D360 /* React.debug.xcconfig */, + 5883D7A51536D3FB292BBC1FEF7C6C1C /* React.release.xcconfig */, ); name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-CoreModules"; + path = "../../native/iosTest/Pods/Target Support Files/React"; sourceTree = ""; }; - 2155C129106C706DF06BF9E6C3484524 /* Pod */ = { + 248120CA5FD7E4114C4F0F62A60B7180 /* hermes-engine */ = { isa = PBXGroup; children = ( - D0DF2348D1A7A6817EBE883DD088D179 /* FBReactNativeSpec.podspec */, + BE20CA3BB20E13CB19270700923F126B /* Pre-built */, + 724B3DEDFA0F74B3AAB15146C6AE0F75 /* Support Files */, ); - name = Pod; + name = "hermes-engine"; + path = "hermes-engine"; sourceTree = ""; }; - 219E0134F8A5AAD51EF2E704E8D2D45F /* text */ = { - isa = PBXGroup; - children = ( - F8A74E536C6F01391B60D8FC4C8B423A /* BaseTextProps.cpp */, - 333690CDE788B482134593B4A06F9E3E /* BaseTextProps.h */, - FE1DA1D5A6AC570FF94E81DD07931F7F /* BaseTextShadowNode.cpp */, - FF6FDB291600CBD552F63414A0E074FF /* BaseTextShadowNode.h */, - 0937E33739392ADD968C193B81AA13CB /* conversions.h */, - 538AF35B448978E88B442A42FA8519E0 /* ParagraphComponentDescriptor.h */, - 0E66CC37EE92C026CBBAB157402B2F10 /* ParagraphEventEmitter.cpp */, - 57D4A129EA537C2B38115E6A78AA16AC /* ParagraphEventEmitter.h */, - CAA68E38AA2A543901EEE5EDBBCB70B7 /* ParagraphLayoutManager.cpp */, - 1CEA19219495FAF7A093F8EE14DCAF0C /* ParagraphLayoutManager.h */, - B79EF786152BFBEAE6E4F81DDF8B53AF /* ParagraphProps.cpp */, - 320C4D0A5E94A151E3D8D65D2005ACCA /* ParagraphProps.h */, - 30D06306B5C81E41931551E2E54A5A4F /* ParagraphShadowNode.cpp */, - 47F190C05A76AB26CF1103672130D608 /* ParagraphShadowNode.h */, - E6EFDCFCC248BB45AE947C5FA5C78CC2 /* ParagraphState.cpp */, - EEE8F4BA861E5020DC434C91F60D494B /* ParagraphState.h */, - FEF07024F233A9D335B0BC9AEBA75800 /* RawTextComponentDescriptor.h */, - 3F33CA1E5BF7307F7A81156727B79BC6 /* RawTextProps.cpp */, - 69DED015CCC4C291B85320AC60482361 /* RawTextProps.h */, - 8A022E9200AE79458A715508AB9164A5 /* RawTextShadowNode.cpp */, - E198961812F012F0689A6388C81329A6 /* RawTextShadowNode.h */, - 4418B14F9A647FAB1AE6B6ACD4B17AF5 /* TextComponentDescriptor.h */, - 316D0DF66719724113C00276AE1535C3 /* TextProps.cpp */, - 359BBC7B8A35DF73821814B1C5A4419A /* TextProps.h */, - 353854D19124399936A3A5C0D1303693 /* TextShadowNode.cpp */, - 6D64CA28BD71C137B8E7512FDBF2BBF6 /* TextShadowNode.h */, + 248E0857531D8880B34BAC0B82346D3D /* renderer */ = { + isa = PBXGroup; + children = ( + 25B9384DBCA69E81785D43A83CE546C9 /* components */, ); - name = text; + name = renderer; + path = renderer; sourceTree = ""; }; - 21C4BEE021F3D99BB8F587E5D7411F0C /* Nodes */ = { + 24F8C12C803A74AF9E18BC10B85299DF /* Support Files */ = { isa = PBXGroup; children = ( - 9569335FF388699592B4C215F0A73875 /* RCTAdditionAnimatedNode.mm */, - F4B2895FFB7F1310AF3F807BFE6F7911 /* RCTAnimatedNode.mm */, - 659A506F5795E91C324CEC179EEC4F59 /* RCTColorAnimatedNode.mm */, - 0B0950BE99BCF642E1F9B46B36C44C16 /* RCTDiffClampAnimatedNode.mm */, - 688E59943723C938F3633D5CBDA09F5D /* RCTDivisionAnimatedNode.mm */, - 5128D6E2E8EA2EC722428ECA04E277DF /* RCTInterpolationAnimatedNode.mm */, - B67CD3BFA6A95A80616524237C4028CA /* RCTModuloAnimatedNode.mm */, - FD2BF6CEFB7056A8A56E9E421A33BA53 /* RCTMultiplicationAnimatedNode.mm */, - 34D55F707915EFFCA63436A767C62D80 /* RCTObjectAnimatedNode.mm */, - BD6D361A21DAB6DC9FF56792D6A00E72 /* RCTPropsAnimatedNode.mm */, - 9376961CDDFC3A25B19BAB87E5652695 /* RCTStyleAnimatedNode.mm */, - BCB5303D7B93662426D865628EB760A7 /* RCTSubtractionAnimatedNode.mm */, - 29ECDB6B7615B53F6A34DFBC6A87B88D /* RCTTrackingAnimatedNode.mm */, - 88064AE9D8CAEEC1FC873D043186530C /* RCTTransformAnimatedNode.mm */, - D122000C62C5AF65F32A932CFC325A10 /* RCTValueAnimatedNode.mm */, + 1363975620BCD9B8C433172AE2F17F0F /* React-hermes-dummy.m */, + 77B6947FB86A59093DFA118F372E24B2 /* React-hermes-prefix.pch */, + A73C90F6C769770D58136250FCF48CCC /* React-hermes.debug.xcconfig */, + 846735472D63BEB4DB75ECD903ECD756 /* React-hermes.release.xcconfig */, ); - name = Nodes; - path = Nodes; + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-hermes"; sourceTree = ""; }; - 226282BAA14708D95C9F36E68304DB47 /* Surface */ = { + 25B9384DBCA69E81785D43A83CE546C9 /* components */ = { isa = PBXGroup; children = ( - 59B4398B0AFEB8FF7DCE6DE68BD46DF4 /* RCTFabricSurface.h */, - 7F40FFB1D6DC43EDF30D3F041E731CCD /* RCTFabricSurface.mm */, + 58BE57C789F8C8396E4F9C36CEA1E3B1 /* view */, ); - name = Surface; - path = Fabric/Surface; + name = components; + path = components; sourceTree = ""; }; - 23EBA238F2919F35849A04595ABA22B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - F358D3D45C152075520FC248241838D9 /* React-cxxreact-dummy.m */, - 7912F3EAB16125DCFFA70523EBF884D6 /* React-cxxreact-prefix.pch */, - 84ED76956AB91BF66D76E3CA1469BB1E /* React-cxxreact.debug.xcconfig */, - D25BD2901CEBA3D60A71A462186B621D /* React-cxxreact.release.xcconfig */, + 26F1C44700390E55DAC55AF9754E220A /* React-Core */ = { + isa = PBXGroup; + children = ( + 2633DC101FF0E08FE241777B60154AEF /* ar.lproj */, + 8CD6649A7EC8CDD2CF31FCF0EBBD4501 /* cs.lproj */, + 825AFF4407B94619036B3195D86313D2 /* da.lproj */, + B97F33E9BF0E6E5FD86B0667D950EEC9 /* de.lproj */, + 0F403305468DF1F3BDD4EB48076E71DC /* el.lproj */, + 5931C556E2652C0F4090A1106D4FEAD0 /* en.lproj */, + 66808C29ABD639B3D916CDB9C1A33496 /* en-GB.lproj */, + 70D50FBA71B5522FC8324C5638AAABC4 /* es.lproj */, + 95FE5AE8E711BF2C04047FE31AFA930A /* es-ES.lproj */, + A71AF6D224DB5B45B4A632DC900459A4 /* fi.lproj */, + 61074D38D23CB60AF7788D75C0DEFE73 /* fr.lproj */, + 46E1F838DD66034E7F76591680E8F0F6 /* he.lproj */, + 84C78B3BD305937A8FB7F156B1068561 /* hi.lproj */, + 91392F3C2B6C40DD319492604906C7B0 /* hr.lproj */, + 411B0CC2295DAA5FACED75F6D4BA67ED /* hu.lproj */, + DE0FDA05FBBF20ED1DD8039C9EF483D2 /* id.lproj */, + FB5D34754AD28372AC075C4836BC9BDD /* it.lproj */, + ED0D60F3F216448664954D0D5A35FECE /* ja.lproj */, + AD18C7CE1E7A5577FEB2D0F7000A7E5F /* ko.lproj */, + E606EFA2C4D098DAEBD8DFD0734E2535 /* ms.lproj */, + 558ED3C1B5F36FE5842EBF04C4FC985C /* nb.lproj */, + A3A1C115325E8DCA58106218ADDBA397 /* nl.lproj */, + E7807D90980DF5E58292BD819D067CCC /* pl.lproj */, + 80F9DAC31E738BCDB2481B8D0EFF7D4D /* pt.lproj */, + 65814B713B9CD521A09E7AF980ECF508 /* pt-PT.lproj */, + 75003887015004482CFDA84D733744C1 /* ro.lproj */, + FA397527B29CC2470176B423C005BEE9 /* ru.lproj */, + 72F4E61BD474BE602AFFC71C43FD918B /* sk.lproj */, + 91CE745FCDC2F917FBFE8E7C44B21638 /* sv.lproj */, + D23D4785660627F3CD0959228AD79333 /* th.lproj */, + ADB0726235787BE84DE49AC4624711EA /* tr.lproj */, + AD09CCE53769CA1F7BC1031AEBE1E2CE /* uk.lproj */, + 5744FF8972259231F82207B5D2C1B114 /* vi.lproj */, + A8FBD27727A3838365F69F39FCE1378C /* zh-Hans.lproj */, + 8B0995DAA2C152F8B2BBE8B2BD71EB56 /* zh-Hant.lproj */, + 6F72B3F616F35DD1A397AD34A9471C80 /* zh-Hant-HK.lproj */, + F04C97A51C7A3AE18D87F7881C39DC76 /* zu.lproj */, + 6CAF12F826A453EF88B2F103280D6381 /* CoreModulesHeaders */, + 64518A8E0CF4473016570A6879346C64 /* Default */, + 4AE2119A369C0BB17CA29AD269CB3D64 /* DevSupport */, + 4DF42A7CD74B7436D63FF2AD52C1F94D /* Pod */, + CDF374E5D2600436F59137E53DD04D31 /* RCTAnimationHeaders */, + D80B2E04C127C418884E728E8A977978 /* RCTBlobHeaders */, + 79E785223D174035A153EE0695AF76AE /* RCTImageHeaders */, + 08063C19264EDBC412CBC2513BC4077D /* RCTLinkingHeaders */, + 59347770634A6137053C514350BED8BC /* RCTNetworkHeaders */, + 93D7502F904C05AAAA56B79ADBFD98ED /* RCTSettingsHeaders */, + BBA1DA7B3C252A6F03099451D25F6163 /* RCTTextHeaders */, + 79C6C4E31B41E8EA50D9951530679E7E /* RCTVibrationHeaders */, + 6CA7A5B3A37A3BD4C4189F7FB0462212 /* RCTWebSocket */, + 23C8C103E25BD58ADE6870DE657D9BA8 /* Support Files */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-cxxreact"; + name = "React-Core"; + path = "../../../node_modules/react-native"; sourceTree = ""; }; - 2421FEE5F568681A0D0C461CDB1AF8A2 /* safeareaview */ = { - isa = PBXGroup; - children = ( - 1E98DDC336DB0342AD29E7F8D1C70283 /* SafeAreaViewComponentDescriptor.h */, - 86B41A9791DAEC6E9AE3544850D8B5C0 /* SafeAreaViewShadowNode.cpp */, - 04518244F9220739BBE79B55B3691832 /* SafeAreaViewShadowNode.h */, - 202170A5B2CF75EB7A7A87967BF9D6EC /* SafeAreaViewState.cpp */, - 24F96BE37E2477FDC41599307CBCC554 /* SafeAreaViewState.h */, + 278FF3C375817348A07F1B5488D1F7FF /* React-jsinspector */ = { + isa = PBXGroup; + children = ( + 8231A4F6131F749AEA92BF670465B6DD /* ExecutionContext.cpp */, + F9FB962222C7D13D456DA7490A882D10 /* ExecutionContext.h */, + 90CE57248719DB1AD38AECFB8A66AF11 /* ExecutionContextManager.cpp */, + 5660D2686BFA4493932307298F162071 /* ExecutionContextManager.h */, + 9849504D06A58E365E3512F08D8AD6DF /* FallbackRuntimeAgentDelegate.cpp */, + 488ADD85E24689EBD7862B0D4E7CA547 /* FallbackRuntimeAgentDelegate.h */, + 4BB7FF49C6C69146DEE4B499147BB9B0 /* InspectorFlags.cpp */, + 704C76032CCE295710F90FEE18E4B95F /* InspectorFlags.h */, + 35645CAF1F9339B964422D6014D3FB62 /* InspectorInterfaces.cpp */, + ABA56E2973B5F2DA40756B56701FEC9D /* InspectorInterfaces.h */, + F3070DCC47CC323B0236AAA591CC207A /* InspectorPackagerConnection.cpp */, + E40225EFF83BFF372E2ACB0DEB6152DB /* InspectorPackagerConnection.h */, + B02F47D538066B1D13C474E20A59039A /* InspectorPackagerConnectionImpl.h */, + 97537A67023F6E33A60145FD2CCD320F /* InspectorUtilities.cpp */, + 434BDC67E1145AE964DB9AA3C0D4F3AE /* InspectorUtilities.h */, + 102110A5E77C7808CB1EAFF9A4489E0B /* InstanceAgent.cpp */, + 766F8957B06DFCFCD48D2426262EFF74 /* InstanceAgent.h */, + E6FD88D73CEF39AD0A723267614B20B6 /* InstanceTarget.cpp */, + 4BAC8D0807F88C47E4DFD9F7C7859B82 /* InstanceTarget.h */, + AF18A646E6EA4CC7C73600700D4BDAF3 /* PageAgent.cpp */, + ADF560A03C559A77C9107C87619CB4E7 /* PageAgent.h */, + DE6CB0254166C64BB61D724834E284BA /* PageTarget.cpp */, + E7ADD63BE36BD61FB54992AEEC51FACC /* PageTarget.h */, + FE123FC7D80F16C162FBB579CF5DBD81 /* Parsing.cpp */, + DC79C41D3256C56029659B9591017FCF /* Parsing.h */, + 6CEDDCFAB391081A6C3EB050DB9303AF /* ReactCdp.h */, + 75527CABA73184F431A0FFA3918A6D5B /* RuntimeAgent.cpp */, + 45E05ACB5D6C411D85AD9B6A40C2DD2E /* RuntimeAgent.h */, + F4D03D4133A485BCCB2117CF4DDE2ED6 /* RuntimeAgentDelegate.h */, + 40E5A309579F3C1A9D1F5C45ED9FFA0F /* RuntimeTarget.cpp */, + DBD26F4D9278DAF3DEA356BE83D84C2B /* RuntimeTarget.h */, + 9B40A55CAE96B9EC2411B625D3F58ABD /* ScopedExecutor.h */, + F4FDC94B0FAFD47D454687DEABE33319 /* SessionState.h */, + 2A474E2B602BF03DC7153DA54029EFCD /* UniqueMonostate.h */, + 963CB6F0F1E28EA98A2EED61461AC386 /* WeakList.h */, + 6D3D07411F82B089A181E94AD1F54DF7 /* WebSocketInterfaces.h */, + 4C8E26DD5A220182F8DADC9AA1EBBCC9 /* Pod */, + ED9447BEE8DFF868BCF24CC0D1B5B302 /* Support Files */, ); - name = safeareaview; + name = "React-jsinspector"; + path = "../../../node_modules/react-native/ReactCommon/jsinspector-modern"; sourceTree = ""; }; - 24CF31270148FE480865DF1CAA59B63B /* Pod */ = { + 27B37E6E4590A097086761DD10791464 /* React */ = { isa = PBXGroup; children = ( - 7D61C0FF6EF756B7725B32B3D99D7CAB /* React-RCTFabric.podspec */, + 88F775F3830FCCD985633F79D022F25B /* Pod */, + 247B3D691DCFB870C0BD2599C09375C8 /* Support Files */, ); - name = Pod; + name = React; + path = "../../../node_modules/react-native"; sourceTree = ""; }; - 24D531612CF16459CD41A05AB54A3852 /* Pod */ = { + 2870CF1C2308D80731D8890A76D25817 /* Utils */ = { isa = PBXGroup; children = ( - AFC115B37146602C47E20E506AB43085 /* React-logger.podspec */, + 96F9A50575BD572DC92EEFE7118DE559 /* PlatformRunLoopObserver.h */, + 6075D4D4439E8587250CA17C18029EFE /* PlatformRunLoopObserver.mm */, + EEB4D9ABDCA5AC8FCD10C726DD32E01C /* RCTGenericDelegateSplitter.h */, + 48C37A67E9B9AEBECBFDBF2939F0F488 /* RCTGenericDelegateSplitter.mm */, + AD69277D74C06C01F9C13CD77A13038E /* RCTIdentifierPool.h */, + 50E197DCEAC19B139D61338F626D0ECE /* RCTReactTaggedView.h */, + C1C38809AFDAD38F285E4E8EF2CAC4E6 /* RCTReactTaggedView.mm */, ); - name = Pod; + name = Utils; + path = Fabric/Utils; sourceTree = ""; }; - 24E5AD129D54F7A6E299CCCE7D369560 /* CxxBridge */ = { + 28763FCA9414FF721C7399FFAEF0EB3F /* Pod */ = { isa = PBXGroup; children = ( - 6E50DB3D4C36CA1EA3951B76376E4AD1 /* NSDataBigString.h */, - 2C558C213FBBAB00091AE3375251F707 /* NSDataBigString.mm */, - 7CA0698CC717A9A2E3CB1E2D0AEBDDFF /* RCTCxxBridge.mm */, - F01ACBB4ECFEC6AE030D33B3D415C647 /* RCTCxxBridgeDelegate.h */, - 3A73E382E14F3D83BC5E2ABF7F8392E8 /* RCTJSIExecutorRuntimeInstaller.h */, - 98ED69D4AE07AA75750E61280EDD75E2 /* RCTJSIExecutorRuntimeInstaller.mm */, - 83B772D6D9C11920314580CA0E6BCE9B /* RCTMessageThread.h */, - DD4227139BE147DD7DA74E80E8406203 /* RCTMessageThread.mm */, - 5B2E3DD8D65ED60E3C97480FAAEC452B /* RCTObjcExecutor.h */, - 8FCD50ED533A7FA8DEEE7E28B8A04F96 /* RCTObjcExecutor.mm */, + 189A7A88790E4B177BFC5728470F1A12 /* React-RCTText.podspec */, ); - name = CxxBridge; - path = React/CxxBridge; + name = Pod; sourceTree = ""; }; - 258752219046C9F1638D889F5708AB98 /* Pod */ = { + 28B32097553A4D29F0613AE45FD6F381 /* VirtualText */ = { isa = PBXGroup; children = ( - E919DC4C8BE653EC7BC2FCDFE62BEC66 /* ReactCommon.podspec */, + E0B0A85C6C1A686DD387938C318B3E03 /* RCTVirtualTextShadowView.h */, + 447C966873650F5BE0F53C20B5B181AD /* RCTVirtualTextView.h */, + C37722D87F8B49DE9B83ACFE1C0A286A /* RCTVirtualTextViewManager.h */, ); - name = Pod; + name = VirtualText; + path = Libraries/Text/VirtualText; sourceTree = ""; }; - 2648E5A1156F1D44302A1745780E1267 /* attributedstring */ = { + 2A6D3BA3FB491018316327CC752B4B51 /* FMDB */ = { isa = PBXGroup; children = ( - B3917EC60C164128B1094861590AC049 /* AttributedString.cpp */, - 7523FD9313E276A556D7FB6A2BA91DDA /* AttributedString.h */, - 601CFED576220ED61FF65023DBFBE719 /* AttributedStringBox.cpp */, - AD732DDAC7595CF3438E8C765C64F4D1 /* AttributedStringBox.h */, - 0845550D8C3B2B3AF9CF319E538CE213 /* conversions.h */, - 1A714779C325B1F1AF0318ED7D09D2A9 /* ParagraphAttributes.cpp */, - 8FF20D252DC29C899877A9F0D1E344BC /* ParagraphAttributes.h */, - 7C8F395F584CD353376F7DD54F0AA2E4 /* primitives.h */, - 8C0E318E64B1A063E07435234CD9DC2B /* TextAttributes.cpp */, - 38A2011E4B4080ABD1EBFD971F2D1CF5 /* TextAttributes.h */, + BEC512EF35E614CECC60A855831857E0 /* src */, ); - name = attributedstring; + name = FMDB; + path = FMDB; sourceTree = ""; }; - 27AC015E8CD0077BB5755A81FE9F33F7 /* Pod */ = { + 2BAC0805E5BEF3B1325B53C8584C41FE /* Pod */ = { isa = PBXGroup; children = ( - A9E94127D7A4B72805E99B0EE8522AD7 /* React-NativeModulesApple.podspec */, + 2AEA71EA50563CCA7CAD2D0EA99BC4C3 /* React-RuntimeHermes.podspec */, ); name = Pod; sourceTree = ""; }; - 27CE2B49428E878F632B0D99B4688881 /* Support Files */ = { + 2E393EBD7601FECABA80E94DF2D8935A /* DevSupport */ = { isa = PBXGroup; children = ( - DA5F6AA475A03675BB678B9AB25F851B /* React-runtimeexecutor.debug.xcconfig */, - 6F4BDC833016D276114D70EDE3056063 /* React-runtimeexecutor.release.xcconfig */, + 25984569AD3852F629F09301282C7769 /* RCTDevLoadingViewProtocol.h */, + 166D6C41B0081CEA737676E813606B04 /* RCTDevLoadingViewSetEnabled.h */, + 4EEB093EC638788E1D7EDFEC04D19432 /* RCTDevLoadingViewSetEnabled.m */, + CF9F9BDD710866E3AB298A535A581739 /* RCTInspectorDevServerHelper.h */, + 492BFB87D3FC79B8A5E5053209507E96 /* RCTInspectorDevServerHelper.mm */, + D325DB74A674890FFA71EB148DA83A39 /* RCTPackagerClient.h */, + 5E9F375741E65415151EE9093DC1535E /* RCTPackagerClient.m */, + FC938492EE25EDBA884D42C17EE1E89B /* RCTPackagerConnection.h */, + 03AD611B7986C5B131631A16A6DD5262 /* RCTPackagerConnection.mm */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-runtimeexecutor"; + name = DevSupport; + path = React/DevSupport; sourceTree = ""; }; - 2B365C2DE32028F21EC5BBA62CB40DA1 /* Default */ = { + 2E832F8BE4BE501B7593972F10AC5390 /* Support Files */ = { isa = PBXGroup; children = ( - 47DCF106553848C6A78E9635F28D4CB2 /* Base */, - 24E5AD129D54F7A6E299CCCE7D369560 /* CxxBridge */, - 7F487A02573CBE1B7BF0E5CA766C7C63 /* CxxLogUtils */, - EA9302F6E94D8A749698796629B87618 /* CxxModule */, - 4935E972772FB7474F99975E2FE67239 /* CxxUtils */, - 805E6C5AB342BE8239A5A33731E7FE5B /* I18n */, - 55B26BB0CA05039DBAA4ED941C224055 /* Modules */, - 760D5BA90939C92D9800D346988399B9 /* Profiler */, - 83A2A9E0FD52C3C48697415CA7FF4575 /* UIUtils */, - D10E41A92BED4C13207949645988B7F7 /* Views */, + 17A0B50A888B86A9F608EBDAB0EA9B29 /* React-callinvoker.debug.xcconfig */, + EC7EC957168B2840A6783186671E89DB /* React-callinvoker.release.xcconfig */, ); - name = Default; + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-callinvoker"; sourceTree = ""; }; - 2ECD0EDAD099A924E6AAD21D799AC517 /* textlayoutmanager */ = { + 2F777C58C39334C896E57A642E72C935 /* Pod */ = { isa = PBXGroup; children = ( - DDCCBE7FB184377354C427C142B4A3CA /* TextMeasureCache.cpp */, - 25EC3FAD13FE7EF5E71F33EA5BB388F3 /* TextMeasureCache.h */, - 6355B18A41AF6B92B89E574CA3084E5A /* platform */, + B70C6129736E666B55CAAA7398C8E6CF /* React-RCTAnimation.podspec */, ); - name = textlayoutmanager; + name = Pod; sourceTree = ""; }; - 2ECF722F052377F1C092D2521BBC68E2 /* turbomodule */ = { + 3129A0ADE4B97DD3998639F514893B94 /* root */ = { isa = PBXGroup; children = ( - 05BA470DBD2552DFE1C6ABF0AC947572 /* bridging */, - AF233FA445809C413090444B5F25631B /* core */, + 19CE4DC4612BEAACFA7B4D6EA7464CC4 /* RootComponentDescriptor.h */, + AD77E6961ACDBD3730EC6702236118AC /* RootProps.cpp */, + 13E6AE2DFCC178D3B20D130A2FA35FAC /* RootProps.h */, + 5607E93C1618AA4B1B9A7B366EA9EB0F /* RootShadowNode.cpp */, + 489E69C87D3FBB7418B3000B710B6899 /* RootShadowNode.h */, ); - name = turbomodule; + name = root; sourceTree = ""; }; - 3357F45FB0F7B9C02732B6DE594B0AF4 /* textlayoutmanager */ = { + 3261564B236FD10151DB427DF0FE4F25 /* style */ = { isa = PBXGroup; children = ( - 255B49BFD96AC702AEB1CB42EE2DBE19 /* NSTextStorage+FontScaling.h */, - B6FD0DAC4851137D84F09A05B515753A /* NSTextStorage+FontScaling.m */, - 079E206CF7FBDA66DAFD5AE9ECBD284B /* RCTAttributedTextUtils.h */, - 072A12B849203AEDB0B3686518DF334E /* RCTAttributedTextUtils.mm */, - 3D280432743FB8EE2BF0666FA88B3BC6 /* RCTFontProperties.h */, - 198EC771539EA733C50462574334B26F /* RCTFontUtils.h */, - B3DA1605E0F686ACFC22A0E168ACB9B6 /* RCTFontUtils.mm */, - 3863E5A6F95146948F1A77F8ECBD8AC7 /* RCTTextLayoutManager.h */, - 2BB6F6CD03F6A6858CC1E1124C799519 /* RCTTextLayoutManager.mm */, - 370A549E628BC1D4D8F1F585148F692B /* RCTTextPrimitivesConversions.h */, - 9A0FBF4EF5C1AEB435B739D57AC6DC55 /* TextLayoutManager.h */, - C2ABD96D71D272AA623F1BD931058918 /* TextLayoutManager.mm */, + E8CB40AE7BA0C7EB4EDD1532C9B8FAE8 /* SmallValueBuffer.h */, + 5545A49E67978F2CEF8C77F63D7368FF /* Style.h */, + C1761C0EF012288CCBB296F26485316A /* StyleLength.h */, + B9F029DADA46B18ADF047508F6813174 /* StyleValueHandle.h */, + 8F35EF9396775F51CA6146B0C7D16351 /* StyleValuePool.h */, ); - name = textlayoutmanager; - path = textlayoutmanager; + name = style; + path = yoga/style; sourceTree = ""; }; - 34228182F872D6D5E086BC928920E1F4 /* rncore */ = { + 330759EDD479CCC913161F05B0849526 /* RCTTypeSafety */ = { isa = PBXGroup; children = ( - 6E2D1AD27257D43D58F9FE12B4A27151 /* ComponentDescriptors.h */, - 316E8E9EA4E7A8E636D1CF14706527F0 /* EventEmitters.cpp */, - 444BDD9DA98FFFFA84A1E4E0FC68F43F /* EventEmitters.h */, - 89550547AD157C7BE0319F48FF708F0A /* Props.cpp */, - D9B1B363580B8DDD516840B23436B3B4 /* Props.h */, - DE238FDDEC93AC791F87419C1FBDAD07 /* RCTComponentViewHelpers.h */, - A06EC37B3A6C572D252D774E8103B8E5 /* ShadowNodes.cpp */, - 5E4BC1F40F29EB48D6EB6E57B1C0CC81 /* ShadowNodes.h */, - E1E82B2BC91CD9F989D4DA3B10DAEF9A /* States.cpp */, - 5D1DCB8DEDE9CDC92F42DE4C45977649 /* States.h */, + 819B22FC019823E75AE6A15AF791911F /* RCTConvertHelpers.h */, + 82552A36AF98B4CFE12CF35D745DFEBA /* RCTConvertHelpers.mm */, + 0741545417754F6F394479EDADE0B5F6 /* RCTTypedModuleConstants.h */, + 4E54C446AD8887C61105DE1F1011BC2F /* RCTTypedModuleConstants.mm */, + 37591062ABE85440F02AAD222779CE94 /* Pod */, + FB232A0FE04B688B88B0BD685A108283 /* Support Files */, ); - name = rncore; + name = RCTTypeSafety; + path = "../../../node_modules/react-native/Libraries/TypeSafety"; sourceTree = ""; }; - 343B000BCF1BE3EACEAEDB7C8CB1CBE6 /* Pod */ = { + 335F15F96FB0EFA61B990DBD29902F91 /* react */ = { isa = PBXGroup; children = ( - 8F268F59BCC4EAA68BDBAF989126E050 /* React-rncore.podspec */, + 248E0857531D8880B34BAC0B82346D3D /* renderer */, ); - name = Pod; + name = react; + path = react; sourceTree = ""; }; - 350D56B069EB25B62911AD35795698C0 /* Support Files */ = { + 340139964ADFE59B05FAC656AF821E52 /* fmdb */ = { isa = PBXGroup; children = ( - 252F237C96D1CE5540A6AD8F6145BA81 /* React-debug.modulemap */, - F89EC23432F15463FD252849714F2F65 /* React-debug-dummy.m */, - 5BE46187E30C0A46C4EA45192ABDB770 /* React-debug-prefix.pch */, - 011147F862F8D0D61141657CC20319BB /* React-debug-umbrella.h */, - 7EE604DB039FFF2C33F575FC3A6AC171 /* React-debug.debug.xcconfig */, - C2B27464263662746542B151A3B197C1 /* React-debug.release.xcconfig */, + DFA6EA2550443AA8D5C90B1C550AD342 /* FMDatabase.h */, + C8E070E3387DCB006D125024D0D086B2 /* FMDatabase.m */, + 6F9A9F41C8712A5EA89926F9E34BB317 /* FMDatabaseAdditions.h */, + A511E79FFB4293C0F4E1849EB6DAA5E9 /* FMDatabaseAdditions.m */, + FFA2A883F42A90CB3B4B86BA995A7239 /* FMDatabasePool.h */, + 42E6807903C30860853913241D16DBE5 /* FMDatabasePool.m */, + 40B78C2265ACE3B8ACB7A504F9CFA4DE /* FMDatabaseQueue.h */, + A45E1BB2ACE5150BEF6C4801CE86896C /* FMDatabaseQueue.m */, + D2E4E35B35014E917353983248FC5B53 /* FMDB.h */, + 6189337A90AFF99D9CD0BDCCA472E2B3 /* FMResultSet.h */, + B17C5DF58EBCAD0079663296EFB0D99F /* FMResultSet.m */, ); - name = "Support Files"; - path = "../../../../../native/iosTest/Pods/Target Support Files/React-debug"; + name = fmdb; + path = fmdb; sourceTree = ""; }; - 35646E203BA283317A0706291D4BF75F /* RCTAnimationHeaders */ = { + 340E82E2438D743D828946C5B70EFC33 /* RawText */ = { isa = PBXGroup; children = ( - BE4739289F14565894D20D74801A7B6A /* RCTAnimationPlugins.h */, - A26D6AA48CC27AB250A66C9F85026CC7 /* RCTAnimationUtils.h */, - 08FB4D039A7AB8BA3B4DE3BE6057A5FA /* RCTNativeAnimatedModule.h */, - 9BB5736A6C6EFC3DB8FA41651ABBC583 /* RCTNativeAnimatedNodesManager.h */, - 1D28F4AEF762CE3304DEB7370D705551 /* RCTNativeAnimatedTurboModule.h */, - 5EEB3BA220B129093E515D67859D4BC3 /* Drivers */, - 3E05EF9860D0D295E68F7304A15EF338 /* Nodes */, + 586843BE182EC40BA0F3E64B3128724F /* RCTRawTextShadowView.mm */, + 63646CDACE649B0945C14C4A4A8DB7A3 /* RCTRawTextViewManager.mm */, ); - name = RCTAnimationHeaders; + name = RawText; + path = RawText; sourceTree = ""; }; - 3667D4CB86BDCFE112BCEAD694C7E3D6 /* React-NativeModulesApple */ = { + 343725706DBD41ACEB61E1FAA40EF492 /* Pod */ = { isa = PBXGroup; children = ( - 792F6436715E634AC8B84A371AAF9303 /* RCTBlockGuard.h */, - E57840F8C4A23117DE02B41BFC248F97 /* RCTBlockGuard.mm */, - 183B3F78D1F3A4172FC02F8728251874 /* RCTInteropTurboModule.h */, - C76E2DA9641BE7B2F006F589E7A4250D /* RCTInteropTurboModule.mm */, - F50C6815AEB17390BC39C5BFB8F01E6F /* RCTTurboModule.h */, - 9A0C84CBE562BAA1174F483432AC65DE /* RCTTurboModule.mm */, - 31B9A730BE99A3908F05EF0B203C570B /* RCTTurboModuleManager.h */, - 5BA7DF770ADB02879596E6BC1FDD53C0 /* RCTTurboModuleManager.mm */, - 27AC015E8CD0077BB5755A81FE9F33F7 /* Pod */, - 616E3ACD3BEE672C0ED8AAAB2094D5F9 /* Support Files */, + 3C3877360CD1523AEBF6A0B3BECBB8D6 /* React-rendererdebug.podspec */, ); - name = "React-NativeModulesApple"; - path = "../../../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios"; + name = Pod; sourceTree = ""; }; - 36C67F42234E910C54C9ED3DCE7A24F6 /* TextInput */ = { + 37591062ABE85440F02AAD222779CE94 /* Pod */ = { isa = PBXGroup; children = ( - F29453A9E772029554A8F4C1B1839D7F /* RCTTextInputComponentView.h */, - 3DB548B85DE4BF2A012258BAA1888047 /* RCTTextInputComponentView.mm */, - 8BDA3772A8FB0FB4E71787E71F18FCC2 /* RCTTextInputNativeCommands.h */, - 5769C292423E5A77FC420E5913E2A54D /* RCTTextInputUtils.h */, - C72BC726126ECE2BC44FCC88A86F6431 /* RCTTextInputUtils.mm */, + B10A2905CFE3A22DA9F68FED8B2A937E /* RCTTypeSafety.podspec */, ); - name = TextInput; - path = TextInput; + name = Pod; sourceTree = ""; }; - 370EAB9B1D14DFF2D775FFD055EABAA3 /* fmt */ = { + 39C50CAF7E26A860DBFABBAA3126DF9F /* DebuggingOverlay */ = { isa = PBXGroup; children = ( - C546BB05439178E8DCFDA895AD918257 /* chrono.h */, - 200C4D0F5E2A126F55F4F50414812754 /* color.h */, - 66C12083EC990F359CB33B1A9C9B2DF6 /* compile.h */, - 478DA32BC8D4FE44144F47FF398DEBC2 /* core.h */, - A6B679F7DF471D6314947ECAD2D382DC /* format.cc */, - 70AA3877131B89E379DAC56F2343A434 /* format.h */, - 57D4907D1D7F85A89B2BD758DBB62B49 /* format-inl.h */, - F02C3C9EEB2A16C55CD65DE661B22870 /* locale.h */, - 85B801679B182BB0DCD3FEAF8FE7586A /* os.h */, - 47C7EF9EC97FDCBF249E6FD0B2C29748 /* ostream.h */, - 33E18F065D4A07D777996FC000A3B365 /* posix.h */, - 21BE78EB5B46F9CF608EE25677D5112B /* printf.h */, - 6E333000AEB06D8BDDA3151F3ECF4B14 /* ranges.h */, - 6CFF552F9494F8D510CD50F151AC6B45 /* Support Files */, + 6FA175D69859A3FE955C27E8F8107960 /* RCTDebuggingOverlayComponentView.h */, + D24AD310EE0E5FC9562D150864F26033 /* RCTDebuggingOverlayComponentView.mm */, ); - name = fmt; - path = fmt; + name = DebuggingOverlay; + path = DebuggingOverlay; sourceTree = ""; }; - 37904C71164D443CC0D74EFA8BD885D8 /* fmdb */ = { + 3A89BBF10BF4CF5D3C418A38D668F587 /* FBReactNativeSpec */ = { isa = PBXGroup; children = ( - 56B1AC967CCF561AFEC31C039C9C8EE2 /* FMDatabase.h */, - 446E06918DD100CD5E6A24FDD1736341 /* FMDatabase.m */, - DBB5AA5AD8E70AB3223A716A2433D258 /* FMDatabaseAdditions.h */, - 3DE3E965971D3DA08DB7A87DC103F21C /* FMDatabaseAdditions.m */, - EFF3A76347EE07A47B950E4F2408BE0A /* FMDatabasePool.h */, - A6AAFBF60ED16E8749CC6BFA681B8929 /* FMDatabasePool.m */, - 4673A82DA80FA82B2DD57C8F756D1722 /* FMDatabaseQueue.h */, - 67AF4959E7170A8D4D13C0F28CDF4075 /* FMDatabaseQueue.m */, - 27A9ED35794A3DA6FBB6FA12D0CC32FC /* FMDB.h */, - BE24CF91F9562F22289328595B6A8F5D /* FMResultSet.h */, - 3A4655F2B99793712E2F59C8FD019EE0 /* FMResultSet.m */, + 67659C3BADBA7BF553069160A417E2A0 /* FBReactNativeSpec.h */, + 2D50029B232140A61A9034E9BCCA51BB /* FBReactNativeSpec-generated.mm */, ); - name = fmdb; - path = fmdb; + name = FBReactNativeSpec; + path = FBReactNativeSpec; sourceTree = ""; }; - 3A2731080B65064F45B295865BC51CB1 /* Pre-built */ = { - isa = PBXGroup; - children = ( - D7B2202931E91B49A4EAD73868246106 /* AsyncPauseState.h */, - 73535B1C2BFC5147A96C08E4CB0C9276 /* Buffer.h */, - CE5E8243EA247CCBBFCDB6B3AA0A9C3A /* CallbackOStream.h */, - B6AAF7B44D2CA1B0BAE44F68B417C969 /* CDPHandler.h */, - 5E33D9D92C8EC939C479BDCA5DC4FC0C /* CompileJS.h */, - 0DB1EEB76A413B4E90644EB6293AB68A /* CrashManager.h */, - AD53C5F7CD535558BDFA2DD856EC27DD /* CtorConfig.h */, - 6AFDE25A713676603512F3E6E3B8ADE9 /* DebuggerAPI.h */, - 13BB96A1096413D7A49017F887BE902D /* DebuggerTypes.h */, - 5E12416069566B9CEFF75150CB3AB728 /* Exceptions.h */, - 5F5B3F6B0A28C7FDD069ECCFD5E02D86 /* GCConfig.h */, - 1E2B154607CFEA8C530C7554881BA89C /* GCTripwireContext.h */, - 7C422A33251B706911F2A8F806E8788D /* hermes.h */, - 94924C147C68840F5CD87C02653645CB /* hermes_tracing.h */, - ECE51FF8C96FB7788E024EAB405642B8 /* HermesExport.h */, - 63CB3CEBD89A101CF856C3AF534083A4 /* JSONValueInterfaces.h */, - 32CB5DB02B5FF13468E783F69C36273D /* JSOutOfMemoryError.h */, - FCD35B2AA50332A943898C0FDF41BB6C /* MessageConverters.h */, - 1F69FD4364566AB0DF12E5AA515D3146 /* MessageInterfaces.h */, - 0DF1C0E18770A5E3017608955E9A9E42 /* MessageTypes.h */, - A19FF3FF471235240B10538193A5CAC7 /* MessageTypesInlines.h */, - 14C7F1C9A1298D2F5CC04EF509C3F77B /* RemoteObjectConverters.h */, - 7275B2B73702944F35251F5807906DB8 /* RemoteObjectsTable.h */, - CC6F0CBF0E2459049DCF8E50681B7878 /* RuntimeAdapter.h */, - 9F93767CFDD240EBCA6D8CCDFFE80FEF /* RuntimeConfig.h */, - 1F4570706926E76ABF9EEB86352A37CB /* SynthTrace.h */, - 94473860E0B6F9B6C319221D3711E41F /* SynthTraceParser.h */, - CD9882F2F613CB00B3B127A9C9813819 /* ThreadSafetyAnalysis.h */, - 963ADFFBA43B290736B6DBE01A97AFF1 /* TimerStats.h */, - 59E248CAA9EEABC263A98EF50E21109F /* TraceInterpreter.h */, - FC3FD8FACD7D93E182B781D9BA66B37B /* TracingRuntime.h */, - 73386C02588558C84E8A8E765CD5B2A6 /* Frameworks */, + 3B358CA7D370359AADC1873E8C9F0BA1 /* React-RuntimeApple */ = { + isa = PBXGroup; + children = ( + F275B31E7A8AAE45DABF741983B8C743 /* ObjCTimerRegistry.h */, + B6B15808FE6325BFE9D87ECA96CA3A11 /* ObjCTimerRegistry.mm */, + F8DEF690935571E2BA15F11F274EE883 /* RCTContextContainerHandling.h */, + 0FB451B2BE52BDDEC46C0D989282A4A7 /* RCTHermesInstance.h */, + 32854BF47BB04F74CF858BD8BDE66C35 /* RCTHermesInstance.mm */, + ED3AFC07867C7C0F7FA6437AB25AB2C0 /* RCTHost.h */, + 74F0A4078D35270995DBAA54BA83A8B7 /* RCTHost.mm */, + BA9901F19F900300AC2E7122D5AC01A6 /* RCTHost+Internal.h */, + 16F3181ABDCFFB13D360DA6C3047FC89 /* RCTInstance.h */, + EADE36F3457E268442D18E096152CF53 /* RCTInstance.mm */, + 99706928F57B54531F9949E340BFECB8 /* RCTJSThreadManager.h */, + DB54433DB90DCA8B444031497CC05E80 /* RCTJSThreadManager.mm */, + 04160B32874923084312A1D40F4703C3 /* RCTLegacyUIManagerConstantsProvider.h */, + 0575009F97CFBDB1867FBAA80648479B /* RCTLegacyUIManagerConstantsProvider.mm */, + BC22B5A34F36A3E0B23AF08AE83EE25D /* RCTPerformanceLoggerUtils.h */, + 9BC40B6E05AAAA8B1786166F41BD0EBF /* RCTPerformanceLoggerUtils.mm */, + C51C39BEFC7949604ADA6AC55E5398EC /* Pod */, + B25136050555256BFCFC476D4F2E42A5 /* Support Files */, ); - name = "Pre-built"; + name = "React-RuntimeApple"; + path = "../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios"; sourceTree = ""; }; - 3ACBD0FB9C36DA4F677B00A4A5A706BE /* CoreModulesHeaders */ = { - isa = PBXGroup; - children = ( - 85FBA74BD47F6CEA35AC88A50D6553DE /* CoreModulesPlugins.h */, - 8A9EA429204C6C7E37F0880121386288 /* RCTAccessibilityManager.h */, - EC8C965FAF65FCB790D7CA63792923B5 /* RCTAccessibilityManager+Internal.h */, - CF857E07AD3C0FFF9C712F840C5BA128 /* RCTActionSheetManager.h */, - 3295BC0620F902BF8FE6CEDF6BF8FAD4 /* RCTAlertController.h */, - 29C0788362522A5762D7ACAB8C613276 /* RCTAlertManager.h */, - EAEA92C76F008622B2654D2F82CFA2FA /* RCTAppearance.h */, - 8A83DD716184BB6E8C5178794D59D190 /* RCTAppState.h */, - CC77F8C461F6D9BF36F31B572A1DBFB0 /* RCTClipboard.h */, - C82F6E5B466F94D5F786475B765403A6 /* RCTDeviceInfo.h */, - 93BBC5FB1EF82970171EC352BDB5664D /* RCTDevLoadingView.h */, - 9C8142341B9C5E09797CA426C83E1EFB /* RCTDevMenu.h */, - FF189C45B126D2EB9DF71426DCD11295 /* RCTDevSettings.h */, - 471BAB19567D1C81CF72F03A467EF867 /* RCTEventDispatcher.h */, - 3CE31C8DEADF3198A0A10339D4C98083 /* RCTExceptionsManager.h */, - DAB804DB557D775F3FA403D78F8CB762 /* RCTFPSGraph.h */, - AA8C8349E5C2C6C03851D92B054AD420 /* RCTI18nManager.h */, - AB9B0AB0C2355E891CC6A43E22FFEAEB /* RCTKeyboardObserver.h */, - C6A92E49503620068F475356D860BAB0 /* RCTLogBox.h */, - 29FA88EA0E631BAF5570F38E35DF73EA /* RCTLogBoxView.h */, - 8327ABD18B85783C39B3EE10AF078B95 /* RCTPlatform.h */, - A045ABBCBD8E24D7ADCF6FD5221E1C0D /* RCTRedBox.h */, - C39D72418600EF8C1FA269E3AE57D6EF /* RCTSourceCode.h */, - 9DA437A28B438B6A47FCFBAE2D750B59 /* RCTStatusBarManager.h */, - F29CBB608973349F8F7CAA2FE0C6FEB4 /* RCTTiming.h */, - 1E73BDC75D6231B257784B8058EC6449 /* RCTWebSocketExecutor.h */, - 3374135757FEABC92DA1475D1D935CC3 /* RCTWebSocketModule.h */, + 3B6463C7A136A650C4C0140180398E03 /* Modal */ = { + isa = PBXGroup; + children = ( + 34A2168F62C5C8BB1DEEA7D485022A12 /* RCTFabricModalHostViewController.h */, + DB2D4AA87F51B33CB9A6EC8B96ED1D23 /* RCTFabricModalHostViewController.mm */, + 53C4B697D1793E966C34C78BD44F6D02 /* RCTModalHostViewComponentView.h */, + E08FAB111E604490074792C7CFAC9084 /* RCTModalHostViewComponentView.mm */, ); - name = CoreModulesHeaders; + name = Modal; + path = Modal; sourceTree = ""; }; - 3D3AAC79C02921DFC41E40595E22719B /* Pod */ = { + 3BCBFC56764D4C25F88064F72398AA93 /* React-hermes */ = { isa = PBXGroup; children = ( - AB0DD289C70BB4B1A58D0BBD31F71CF7 /* React-RCTSettings.podspec */, + AA829DB19589EE114FF17962F6831B2A /* executor */, + B4F2C154142416109FA78F907E5B3547 /* inspector-modern */, + DC8EACDE4AF3CC4AF53714C50C9E43B9 /* Pod */, + 24F8C12C803A74AF9E18BC10B85299DF /* Support Files */, ); - name = Pod; + name = "React-hermes"; + path = "../../../node_modules/react-native/ReactCommon/hermes"; sourceTree = ""; }; - 3D4599B07AC4A7D2DB4283E112C75131 /* Pods */ = { + 3C7349976EA80B1057745E6654F5AB2A /* React-runtimeexecutor */ = { isa = PBXGroup; children = ( - 0D33E7A01E162E3250B9011FD711ED3B /* boost */, - A65A4842D0C45D8F097D036FA26CEDB3 /* DoubleConversion */, - 370EAB9B1D14DFF2D775FFD055EABAA3 /* fmt */, - C13E548EA05BC13167B55193567911D1 /* glog */, - 99487B28E9D309A7164191F4ED056DE3 /* hermes-engine */, - A0B573670115F9D451158E90E4D3195E /* libevent */, - E2BF68210737EDCC9DB97C67912D59EE /* RCT-Folly */, - 7FE3E8666D501604AF45B0FF0DC76869 /* SocketRocket */, + A75D554108476D6BB8046C09E3577B9C /* RuntimeExecutor.h */, + A4517A17CC86213678856402DD6CC7BC /* Pod */, + 684A99A16D90DD769294066B2A21E529 /* Support Files */, ); - name = Pods; + name = "React-runtimeexecutor"; + path = "../../../node_modules/react-native/ReactCommon/runtimeexecutor"; sourceTree = ""; }; - 3DF74B92A39EBB88B8BFD12913B72581 /* Development Pods */ = { - isa = PBXGroup; - children = ( - D204F91B5DA3E564A1CDF6ABFB204C52 /* FBLazyVector */, - 70B7C8996B837BB82B8FCAC24F67D71E /* FBReactNativeSpec */, - CA5F8CCA763552AEBECEA9A707EEE773 /* RCTRequired */, - 475243EFB22044941ECDC78E047BEEE3 /* RCTTypeSafety */, - 4CA1CCDDE181CF5A06D18127013095FD /* React */, - 7D4316BF8EA37DA1EEADD8FE0ECE3A7C /* React-callinvoker */, - 11D693077892FCD28142661CB383427B /* React-Codegen */, - 48B2B35639E48FD15CA7403579BECC61 /* React-Core */, - 009697D986DB708330133176003E3FE2 /* React-CoreModules */, - B14F20318B976FBA1128FEFA9751BFD4 /* React-cxxreact */, - B603E2C012164480B109E0FCEF1E5A6E /* React-debug */, - B5472D689E2690BE3795C8CC14C63EFF /* React-Fabric */, - EA765430DD73888E92703C352B51B6EE /* React-FabricImage */, - A94DC64D661DCD0825A50634BAB3F448 /* React-graphics */, - 41C8BF78EDEEDC4F19B0DF07937CBD1F /* React-hermes */, - DE1E34E2B781D22EAFC26DEE8F4E9C5E /* React-ImageManager */, - 40CC33495990758C18D23E9F0945B25B /* React-jserrorhandler */, - 7EDEF4414B26D038CAEE5B50512AC367 /* React-jsi */, - 028152C863CE7E5120FD7A23CAC2FB1A /* React-jsiexecutor */, - 8876AED6807C6A6024555F0A1CC4E8D5 /* React-jsinspector */, - 6294CC0273BAEA556DC3DA667E2FB53B /* React-logger */, - 1CAB0DED5B6DB415AFC8CA25FBC3B992 /* React-Mapbuffer */, - B93145D772D620B73F10F2394318BF82 /* React-nativeconfig */, - 3667D4CB86BDCFE112BCEAD694C7E3D6 /* React-NativeModulesApple */, - 5B35D1B2601CED71EBD903497ADE8F81 /* React-perflogger */, - 99B15349EFDCD6265498E76C670536AD /* React-RCTActionSheet */, - ADF873785664AD16B2D5127CBF849E0A /* React-RCTAnimation */, - 7C6FDBAE6D6FC207645A8F5519A50CE8 /* React-RCTAppDelegate */, - 02D5E6212CE2311CFA88980E8D009CC0 /* React-RCTBlob */, - C26799B36D0297DF7B6E49C683B75014 /* React-RCTFabric */, - C70B649556CAD0052BF61A787782E5EE /* React-RCTImage */, - 7220A784E72570D3C36A8A012708D583 /* React-RCTLinking */, - 4156A40BFF36D675CD4C4F581501EEF2 /* React-RCTNetwork */, - BB1E3B42394233F3609FD687497C21A3 /* React-RCTSettings */, - 0233E7C25CF46F60ECA729835D08C136 /* React-RCTText */, - DE44ABB7197E55927424B51C5BC611CE /* React-RCTVibration */, - DA7A0AC01754576067D7933939FABE83 /* React-rendererdebug */, - 01E1DD5E78865C8F93A0A839D8706EBB /* React-rncore */, - 890A311BE3DC2F89E16EEB42A9B9AF2D /* React-runtimeexecutor */, - 9B034C88EB58DAC4593AD0659BA356C0 /* React-runtimescheduler */, - 9A96C0F450AD2120DD01F98091E1898B /* React-utils */, - 55FAED55A6E6FC4014F3290EA89F986B /* ReactCommon */, - FEB7AD82E78C96B124377657E78F85F9 /* simdjson */, - C69E7A836525742B10E31FAAB6ADFD06 /* WatermelonDB */, - A05E0C1BD7F27128E250B3598CEE17C1 /* Yoga */, + 3C90C21DA311CB0108B3C31BBC36383B /* Root */ = { + isa = PBXGroup; + children = ( + A0DF3FB6417DB1CED9E5F8CF270DC9F6 /* RCTRootComponentView.h */, + 906802F5C01093C45F849B1189752669 /* RCTRootComponentView.mm */, ); - name = "Development Pods"; + name = Root; + path = Root; sourceTree = ""; }; - 3E05EF9860D0D295E68F7304A15EF338 /* Nodes */ = { + 3CF4D8EF547899AF801588608FF767B4 /* WatermelonDB */ = { isa = PBXGroup; children = ( - 0F2CEDD76F1A4CB5237FA0B066C02E1D /* RCTAdditionAnimatedNode.h */, - CEC3221BC72FB6F71A856B801CC60B18 /* RCTAnimatedNode.h */, - B17CD02F5FDC5785F89D0C3CD6A500B1 /* RCTColorAnimatedNode.h */, - A0514EB51177779C84895D782AD8ECA3 /* RCTDiffClampAnimatedNode.h */, - 49C68DAC810CBD8966A8376862964CA6 /* RCTDivisionAnimatedNode.h */, - C1DDF4F882924C3BE16685BBD3A12C20 /* RCTInterpolationAnimatedNode.h */, - 125A67FE8A38C31042EB291BA0FDDA19 /* RCTModuloAnimatedNode.h */, - AD42D7754339B6048DB2534F38D258AA /* RCTMultiplicationAnimatedNode.h */, - B73360C4CAEDD75D31EB345814137F83 /* RCTObjectAnimatedNode.h */, - C0988F90CDBEB93661460DF67FB46914 /* RCTPropsAnimatedNode.h */, - B9F8E230C803A709C6DFBE6399708CCA /* RCTStyleAnimatedNode.h */, - 4721C8BCED43573B2F6B3FAA3F911AC9 /* RCTSubtractionAnimatedNode.h */, - 39E50A5C81CD9604639E09851ABFCF09 /* RCTTrackingAnimatedNode.h */, - BCAE84EBAEDB3A0C7B9D2C7A8A16B258 /* RCTTransformAnimatedNode.h */, - 102976AAE824D5617D0422625C2BF600 /* RCTValueAnimatedNode.h */, + ABE19B1F318E966A4F2624B095AC06CA /* ios */, + C5E0AD954B2C8CBF163BFEA23778781C /* Pod */, + C5534E19718C643BAE8858AE6BB0FE84 /* shared */, + FA71C039003B0E9153109D272FAAA931 /* Support Files */, ); - name = Nodes; - path = Libraries/NativeAnimation/Nodes; + name = WatermelonDB; + path = ../../..; sourceTree = ""; }; - 4059804C0434FBDD46A07A331717A9F4 /* modal */ = { + 3DC2CFD8AB13FB472599D9AEE2CCDCBE /* glog */ = { isa = PBXGroup; children = ( - 7477FEDE4E6DF44B5546CD4C548CCE00 /* ModalHostViewComponentDescriptor.h */, - 604A0B426A756D708AB4EFDE1ADF0E5F /* ModalHostViewShadowNode.cpp */, - C60FC52F1C4755BE3CA858B932AB0EBC /* ModalHostViewShadowNode.h */, - 89CC6D011301DA38032E96CF82D17FF8 /* ModalHostViewState.cpp */, - 6DC40A4BBF923DB39C78898E46E5CC58 /* ModalHostViewState.h */, + BCA4B995FCA633E532EC78345A862CC7 /* demangle.cc */, + F08460D67FAF18E84D6207E257538D64 /* log_severity.h */, + B07F73246764E395281393D1BFD73751 /* logging.cc */, + 02AB5D40CC6820F70D656AA73BEA1C64 /* logging.h */, + EF33D80102A84702AA2E2212D875E506 /* raw_logging.cc */, + B797800645D9DCAD28A63367CF4B5E31 /* raw_logging.h */, + 7706A182348778EF9482CF0A0A02DC41 /* signalhandler.cc */, + B222607BD79B79EA46BBA68F606016E7 /* stl_logging.h */, + 7A230B7C6D6ECDDCB14F95021BE6FDEB /* symbolize.cc */, + AA3A3C340B0E34E2DE91A75386812EC9 /* utilities.cc */, + AF297E87957501039602459E49565C20 /* vlog_is_on.cc */, + FCFD99083FD714E25C32912BE07EEE2F /* vlog_is_on.h */, + 66248CFBB63ACD60DC5ECBA522E1FCB0 /* Support Files */, ); - name = modal; + name = glog; + path = glog; sourceTree = ""; }; - 4094ADBF73586D179F5B44BC70111D9E /* inputaccessory */ = { + 3F5A3B98DAA657AE2E2B92F3DD5EF966 /* Singleline */ = { isa = PBXGroup; children = ( - CCD3CAF00F00E0DCECAC94DAE685F929 /* InputAccessoryComponentDescriptor.h */, - 7185F8BA6EA8FBC9577670AC727DA0D3 /* InputAccessoryShadowNode.cpp */, - B44F3C2015197B2349E89971D47261F5 /* InputAccessoryShadowNode.h */, - 4A3EFF69E20DB614DBEFCD8895F715C5 /* InputAccessoryState.h */, + 609281012AE698DC460A40129D138A06 /* RCTSinglelineTextInputView.h */, + 70FD25025D88D2C467D14135D309D155 /* RCTSinglelineTextInputViewManager.h */, + B8426E288C9F4E8EADBFDB047F2B7941 /* RCTUITextField.h */, ); - name = inputaccessory; + name = Singleline; + path = Singleline; sourceTree = ""; }; - 40CC33495990758C18D23E9F0945B25B /* React-jserrorhandler */ = { + 405D2A29856880C542E96FFF01AB4D38 /* Support Files */ = { isa = PBXGroup; children = ( - CECE4D0297C50DBE0BECABE05059CA97 /* JsErrorHandler.cpp */, - C12EC4F60D3EEADB3C5002F44552F47D /* JsErrorHandler.h */, - 81DAFB92D7F08DDC632420589C929952 /* Pod */, - 528F6E60CFEC3802B0AD0A7972C01870 /* Support Files */, + 69377A3F74E51E3872AC1F550123E373 /* React-RCTActionSheet.debug.xcconfig */, + 33AFE6C6C66107B924778D5E609CBE54 /* React-RCTActionSheet.release.xcconfig */, ); - name = "React-jserrorhandler"; - path = "../../../node_modules/react-native/ReactCommon/jserrorhandler"; + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTActionSheet"; sourceTree = ""; }; - 41110F8C409AA81AE2434E63D0A8D1C4 /* Root */ = { + 411AD2DEE636250CEA28E7CD2D46AF64 /* Text */ = { isa = PBXGroup; children = ( - 5ECE4C2072D606BFA9BD63AA9E74560E /* RCTRootComponentView.h */, - 8FCAD3E3BA7804FA5AA1B62D7EF8B77C /* RCTRootComponentView.mm */, + DAFF833F6075C65A5629CFE2099DA2DE /* NSTextStorage+FontScaling.m */, + FB2A143E4389164E0F2CCDB7122BD9F1 /* RCTDynamicTypeRamp.mm */, + 0A05EEA6DE2EF6E728D7085041633AFA /* RCTTextShadowView.mm */, + 394174FFAD60F61AE02F3A5C011D30BC /* RCTTextView.mm */, + FE4DF00236D3CFC9333AC4F2536AD07C /* RCTTextViewManager.mm */, ); - name = Root; - path = Root; + name = Text; + path = Text; sourceTree = ""; }; - 4156A40BFF36D675CD4C4F581501EEF2 /* React-RCTNetwork */ = { + 41853CCBEA5A920B81E37C320F0F8879 /* Support Files */ = { isa = PBXGroup; children = ( - 7A1D34E367E1A089651B18B0418D5499 /* RCTDataRequestHandler.mm */, - 167478C2D8BCE582FC070E11E685987E /* RCTFileRequestHandler.mm */, - 6768DECCF9575AA37225B9FE098F9096 /* RCTHTTPRequestHandler.mm */, - D51ACCE1528196CB3AD9092CA071F49B /* RCTNetworking.mm */, - BFB6BA40736C8B5D649E6E0ABE83931F /* RCTNetworkPlugins.mm */, - EAB2DEDC42A7E2E1498D9D061F2F2C65 /* RCTNetworkTask.mm */, - BF0DF0C6106B33D86456F4434C98077C /* Pod */, - 81BD733518C9FEC7C2340027AD4206D1 /* Support Files */, + CBB1209D9BF3AC7A5E77178DCA9C126A /* React-perflogger-dummy.m */, + 5366D59A6C60853DE6216206318AD290 /* React-perflogger-prefix.pch */, + A0C9633F0AEEFB533D94C4D5B1D9CFDE /* React-perflogger.debug.xcconfig */, + 325477957D7D1B6F9F9C72D859C2E8BE /* React-perflogger.release.xcconfig */, ); - name = "React-RCTNetwork"; - path = "../../../node_modules/react-native/Libraries/Network"; + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-perflogger"; sourceTree = ""; }; - 41ACF7B2C4723901EE37766D688ABAA4 /* Pod */ = { + 4199B976A5C419A1F04918D0722A7C49 /* Support Files */ = { isa = PBXGroup; children = ( - 1FADAECAD6A7F2803D750C6635B7EF59 /* RCTRequired.podspec */, + 51FCC6E2D2922D4288A83D114839FF83 /* React-CoreModules-dummy.m */, + 615E52518F5B3DD85052695A2414331A /* React-CoreModules-prefix.pch */, + 2E12202A59E36B86AFC6D2CB7CC7B1A2 /* React-CoreModules.debug.xcconfig */, + 58C1E8B779C42177C4AE37F87FA08B90 /* React-CoreModules.release.xcconfig */, ); - name = Pod; + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-CoreModules"; sourceTree = ""; }; - 41C8BF78EDEEDC4F19B0DF07937CBD1F /* React-hermes */ = { + 428E61796EE85ED2EFE00325BFA5B4BD /* turbomodule */ = { isa = PBXGroup; children = ( - 8BCD3BC9C97704408E6C1B85A332B165 /* executor */, - B1EFB9ED74E4D4160BA73855C7790B25 /* inspector-modern */, - DC8F7EFA8290D9672CF2DD760F306E28 /* Pod */, - 8B20A2491047CDAC516FFC87DF0BD2F6 /* Support Files */, + 1A90064350D1AA1771D19FCF9770AC84 /* bridging */, + 6E7AFD21AE89FB328A42BE75A736DBEE /* core */, ); - name = "React-hermes"; - path = "../../../node_modules/react-native/ReactCommon/hermes"; + name = turbomodule; sourceTree = ""; }; - 43FEDAB00A07BE88C995FADCF4DF538C /* Inspector */ = { + 42D7DF2047B869A8F3D547A8C6816953 /* Support Files */ = { isa = PBXGroup; children = ( - B75DA165DFD5E272EF61F6D14B11EA16 /* RCTInspector.h */, - 2E2E9CA30401DF4668DE489F9B9B466E /* RCTInspector.mm */, - 242F718867406061BF6D46CF162D4D69 /* RCTInspectorPackagerConnection.h */, - F4E385BF4E489D98A9303E890B454078 /* RCTInspectorPackagerConnection.m */, + 0C6723FFC2422C5B1BE0FFFF1B17CC36 /* RCT-Folly.modulemap */, + 729855E0C41B82077DDA2290F0B0BCBD /* RCT-Folly-dummy.m */, + 97BEF627FC626AA3E7E8CA75193664A3 /* RCT-Folly-prefix.pch */, + 315FDA4F573874F2BD0A7F57C70AF3E1 /* RCT-Folly-umbrella.h */, + 2E89F76541853DEFE4E1B570E724F503 /* RCT-Folly.debug.xcconfig */, + AB3065BC1723E238FF985D2A37F0A542 /* RCT-Folly.release.xcconfig */, ); - name = Inspector; - path = React/Inspector; + name = "Support Files"; + path = "../Target Support Files/RCT-Folly"; sourceTree = ""; }; - 440FE8DB96F4D477305BA1B74B10EE36 /* Support Files */ = { + 44743D4355D456613604BEB051E106B2 /* Support Files */ = { isa = PBXGroup; children = ( - B0B1A38BDC41B554CB01FD70B98ABBFA /* WatermelonDB-dummy.m */, - C93058DD377894FB850B5B9C900B6AB5 /* WatermelonDB-prefix.pch */, - 20EFF1C39FE8BB44F30DD2AD0F1740EF /* WatermelonDB.debug.xcconfig */, - 53CE6C07F0827AA2B52C38DA40FFE7F8 /* WatermelonDB.release.xcconfig */, + EBF0BD1DADF4AA41730BF0DC7AF614AC /* RCTDeprecation.modulemap */, + 3FB252110B7F6302C421C46ADF22A0BD /* RCTDeprecation-dummy.m */, + 74634074E7E5AADD54F61ACB94B63759 /* RCTDeprecation-prefix.pch */, + 1147DF7D7F05EA4A85F3A1FF854A3B85 /* RCTDeprecation-umbrella.h */, + DECEAEDC186B345BDAAD789EDD05B9FD /* RCTDeprecation.debug.xcconfig */, + 07AE3DB6F5EB2B92FE81A1B8A4CE6BE8 /* RCTDeprecation.release.xcconfig */, ); name = "Support Files"; - path = "native/iosTest/Pods/Target Support Files/WatermelonDB"; + path = "../../../../../../native/iosTest/Pods/Target Support Files/RCTDeprecation"; sourceTree = ""; }; - 4583C6CCE7F601D732D1B34033711D7B /* Multiline */ = { + 46AB12B78F8981DAECDCA361493F2B5C /* Pod */ = { isa = PBXGroup; children = ( - 0A3013981922CA3A808AD984DFC69A58 /* RCTMultilineTextInputView.mm */, - CD6F5E434ED7C5AE4DFF2441D2D892E8 /* RCTMultilineTextInputViewManager.mm */, - B2525C79F023E2E46D6A6D405A712FBB /* RCTUITextView.mm */, + 6D899FAEC06F009C28975CC142A41EC9 /* React-RuntimeCore.podspec */, ); - name = Multiline; - path = Multiline; + name = Pod; sourceTree = ""; }; - 4658923DBA0E31FC570CBB56B2046E40 /* shared */ = { + 46BCFE61D7356DAFCE7CBB3B5D38D192 /* React-NativeModulesApple */ = { isa = PBXGroup; children = ( - 738474757C27DF4C14F856C020399EDC /* Database.cpp */, - 8FB382D5B72A740DF9F91EB8D3AD6955 /* Database.h */, - 7E3C0A0F9F87B566F88E0FE80D135C27 /* Database-batch.cpp */, - C841775C6041E4B949670E7B4770EF91 /* Database-jsi.cpp */, - 0C4BF813C89C5A71E9968CB3377F0247 /* Database-query.cpp */, - 318A572878E2ACA017231A28F202A857 /* Database-sqlite.cpp */, - DED72789FD4EC9BD2DC6FDFF88E363CF /* Database-turboSync.cpp */, - DD48C5E3293602B2952AC45EA90A9B2E /* DatabaseBridge.cpp */, - 19BB86482DBF089F57EF1DAC3937542F /* DatabasePlatform.h */, - 98EDB586A3E44C210C1C2B933440FDCC /* JSIHelpers.h */, - 1D415CFFE78F1BFA77CC32FEFE8C7921 /* Sqlite.cpp */, - 7E3908EA63F7610EE4336DF5DB2A5077 /* Sqlite.h */, + DBF242B856D15CC59A314DC9A8B2701B /* RCTInteropTurboModule.h */, + A4841C02742AC28A86287DBC07806A0E /* RCTInteropTurboModule.mm */, + 3A75958C7177C6CC36B895D30E732E64 /* RCTRuntimeExecutor.h */, + 8E11E2044A1B7194DE5069CCBE8DD5AF /* RCTRuntimeExecutor.mm */, + 631FE1EE541BDAE0AFB75102923ACDCC /* RCTTurboModule.h */, + 41D562BB5F84842F8DF9293C3DEB309C /* RCTTurboModule.mm */, + 41CA6E5A23C938EF530325403BEB5ABB /* RCTTurboModuleManager.h */, + 446FE57F2A972700F005CD2CC41F8710 /* RCTTurboModuleManager.mm */, + A43ADC5C0EF00658ABBB46CD0A26DCD9 /* Pod */, + 07FB6EB17C1139D744295711E31ED459 /* Support Files */, ); - name = shared; - path = native/shared; + name = "React-NativeModulesApple"; + path = "../../../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios"; sourceTree = ""; }; - 475243EFB22044941ECDC78E047BEEE3 /* RCTTypeSafety */ = { + 46E47A464150996BC8699D5B01DCF096 /* textinput */ = { isa = PBXGroup; children = ( - 58C61DCA500F161CE65C620A7556369E /* RCTConvertHelpers.h */, - 3A4751EE08A2C0BEAB7320BCB5D773AE /* RCTConvertHelpers.mm */, - 2FC9F8B89EFDBF435B2C73FCCC1D0817 /* RCTTypedModuleConstants.h */, - 75C7BB9CF00B13AFCB3A0F7DCD4C1BF6 /* RCTTypedModuleConstants.mm */, - 71B371DF29E00482BD3719931868E382 /* Pod */, - 753EC38A40CD4547331FB22F8E32C283 /* Support Files */, + 0F5B11863A62393419B2A19ECDD56569 /* conversions.h */, + A4EB08646CC21410C4622CEE62B7DC51 /* primitives.h */, + D8FE00B7A123C71C5F84EA661B962CBE /* propsConversions.h */, + 63CBEBB4485380F9D7F6FBA437DF4E46 /* TextInputComponentDescriptor.h */, + 71B4D481359E1DC4C88FF4956C3F95BC /* TextInputEventEmitter.cpp */, + B00F5D1C6554CAE9A8E6D6AE4ECFE335 /* TextInputEventEmitter.h */, + 7C461F175EB336FD8750A4B7A86919F1 /* TextInputProps.cpp */, + A5419C82AB201A4405D35E3F97C867FB /* TextInputProps.h */, + F468DC980FF349730A91EAB27AA80749 /* TextInputShadowNode.cpp */, + E5E136EE3CB9AD65C230069245AFE89E /* TextInputShadowNode.h */, + A6A3F0A2B90931BC1EC1C3E21381C797 /* TextInputState.cpp */, + 9DF1753017BD4FC4A6370681CBE48C79 /* TextInputState.h */, ); - name = RCTTypeSafety; - path = "../../../node_modules/react-native/Libraries/TypeSafety"; + name = textinput; sourceTree = ""; }; - 47DAF9100D64731274466CE05A600194 /* Support Files */ = { + 48538C2EC79AB2B8D68E01A0404F681C /* Pod */ = { isa = PBXGroup; children = ( - F05DBDE59310A8C6EB2CCB2C1A0D0542 /* React-RCTAnimation-dummy.m */, - 1B91AE1DC6E6989C73AEFFBAB7768848 /* React-RCTAnimation-prefix.pch */, - 397E8C15413CC0552A36F2A97CF7B2FD /* React-RCTAnimation.debug.xcconfig */, - 233CB414457BA49108D373A8218AC1FA /* React-RCTAnimation.release.xcconfig */, + 54B9E0DF52755792E0D7A095A1592309 /* React-RCTBlob.podspec */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTAnimation"; + name = Pod; sourceTree = ""; }; - 47DCF106553848C6A78E9635F28D4CB2 /* Base */ = { - isa = PBXGroup; - children = ( - 77BF9CC35E505EE535ECD1019A4F907E /* RCTAssert.h */, - 264E63CB9ECD194E881A67AB473EC451 /* RCTAssert.m */, - C6C8EDBD461643AC76A54C3F8DC014E4 /* RCTBridge.h */, - B0BDEE7ED421489DFEA347C7C7AF4F18 /* RCTBridge.mm */, - 7A0B788B082650B9F2B48F130264C329 /* RCTBridge+Private.h */, - 1571649619E0548890877C51A7151B5F /* RCTBridgeConstants.h */, - D0DBA02625C093AD1FD1B61C9B722431 /* RCTBridgeConstants.m */, - D05646D28E2FC2B2A79EAFA38950F8C4 /* RCTBridgeDelegate.h */, - 38FD9D2750294A911674A20D9B0D8BEB /* RCTBridgeMethod.h */, - E5159F44D2231A5974E242F355AC1EE1 /* RCTBridgeModule.h */, - 4E86248C0DA20C7842883C4439295D2F /* RCTBridgeModuleDecorator.h */, - 3DF1638F97C606A36035EA083CDF2C67 /* RCTBridgeModuleDecorator.m */, - B46B030EF95D48F61622E7CDB2A5D214 /* RCTBridgeProxy.h */, - 409BBF3D0B160401360A29B494825B32 /* RCTBridgeProxy.mm */, - DE4A06EBCC49D0571A942B7F0E6DE773 /* RCTBundleManager.h */, - E847907F2740798F8D08D6CAEBB04E65 /* RCTBundleManager.m */, - 497BB8A2A0B8E27F24F0309114AC0305 /* RCTBundleURLProvider.h */, - 7B12C9ED1C8645D9222180FD90B4B5A1 /* RCTBundleURLProvider.mm */, - A7C5918377CBD325D85305AA5ABA756D /* RCTCallableJSModules.m */, - CCAE0971DF8ABB2607E1A961F3A76F50 /* RCTComponentEvent.h */, - 671AB523705EC38D42A6D0FD32A61E94 /* RCTComponentEvent.m */, - 317D4F45F7C2152DF26D0EF435624C4E /* RCTConstants.h */, - B9D68BEE26B3337E09AA7DF2C4A8703F /* RCTConstants.m */, - 097BD740DB2CDE03D878DF14ADFE45EA /* RCTConvert.h */, - 302A51676C1690975904913B2021CDB6 /* RCTConvert.m */, - 69105F41A0A94B8807363A9554CA3F9A /* RCTCxxConvert.h */, - ABE485985718E13F38BD5D312116E65A /* RCTCxxConvert.m */, - 07FF13208F745FAABBABB314DB2C5CC0 /* RCTDefines.h */, - 22E83DCE18FDF2A1DDC5EB09C91A985A /* RCTDisplayLink.h */, - FF0A89930DDB67422FA9C31E158BBA04 /* RCTDisplayLink.m */, - 60D1A9D184F83F93B9B724065A466F00 /* RCTErrorCustomizer.h */, - E5FF52966017BA43D357EC5DD4BBEB48 /* RCTErrorInfo.h */, - 1428C39429C6155A45CC629BC7AE39A1 /* RCTErrorInfo.m */, - 541C14060007433D89B301E9ACB1DC88 /* RCTEventDispatcher.m */, - 851D2EAC671DC8D1F208FA66FE034CDA /* RCTEventDispatcherProtocol.h */, - 86E47B7D571AA07D434EF472AA96CDF2 /* RCTFrameUpdate.h */, - E3787C78B51BB3F5A455D66F77CC12F5 /* RCTFrameUpdate.m */, - 3ADD1077288D23E0170E6E51A898B856 /* RCTImageSource.h */, - 4C498ACF64A5C4D82B41B49A808F50F8 /* RCTImageSource.m */, - 7A466901F490925133FE03C460BCED30 /* RCTInitializing.h */, - 3019A7602D80D4E13DE8C9B42894C169 /* RCTInvalidating.h */, - 9FCA81255362F436D92710E889CB2D7F /* RCTJavaScriptExecutor.h */, - 11D28A4ABA028B3A5FE39D1A382CD0FA /* RCTJavaScriptLoader.h */, - 148B2EC87F750363501A72174B4307EB /* RCTJavaScriptLoader.mm */, - 8279B553B70241F1A130C8D7D6D81901 /* RCTJSStackFrame.h */, - F0F650F0BBE5CD528FF80BE77CD5C141 /* RCTJSStackFrame.m */, - D60E2AC3E735A5F89407199CEDFA8836 /* RCTJSThread.h */, - CD52FD7A9BD3F21AD81DBFA974C0B6DE /* RCTJSThread.m */, - 1695470040324706993E4C1D027588CC /* RCTKeyCommands.h */, - F70EDF035B8AE0F06349EB0827FC6F27 /* RCTKeyCommands.m */, - 37DE61B7C10AB3DEA9B1C22E3742B51D /* RCTLog.h */, - 49A95FE9EE2869D806F3E4D64B441356 /* RCTLog.mm */, - 438118B832E608FA3A2CFC8CA9A7D2E3 /* RCTManagedPointer.h */, - 0EBFAE5764E6291EA80450515DFCE551 /* RCTManagedPointer.mm */, - D41FF5139C2BC845805ABC1A2698142A /* RCTMockDef.h */, - 1A74BEBBC5334C0E3C59E574AFE2FE61 /* RCTModuleData.h */, - 8D96D1368387B665048A940D9137998C /* RCTModuleData.mm */, - 2EC982E98CB0AC4F1313DF0FFFDD522A /* RCTModuleMethod.h */, - E28397D41251354DED761E62118A2D63 /* RCTModuleMethod.mm */, - 756BCF720AD60DF2C9602AC9803B5F70 /* RCTModuleRegistry.m */, - 650A3B54B10A2BB3AFFEBFFFF8AFFF0C /* RCTMultipartDataTask.h */, - D25B11A743727581BEF305CCC97F87A3 /* RCTMultipartDataTask.m */, - CE4C630A45DCE056D61DC22825C487FE /* RCTMultipartStreamReader.h */, - 0B57BF0D972E31D9F2C5FD054BB5DF50 /* RCTMultipartStreamReader.m */, - 0503095A8E05F31A1778831BA9C9869A /* RCTNullability.h */, - CB611AE5A02C73153F46BFC3DE4A0824 /* RCTParserUtils.h */, - B8CC4E4665FF5A190618DD5CB93C393C /* RCTParserUtils.m */, - EA6D7BAF936F31432AC78333491DF6FC /* RCTPerformanceLogger.h */, - 2D939CF0B78E259B0FC61F95278B2FFB /* RCTPerformanceLogger.mm */, - D1624BCFBD14E123E488EC715AEEDB46 /* RCTPerformanceLoggerLabels.h */, - 4DD666DEDE1CEB6A30A722336AC8BFC6 /* RCTPerformanceLoggerLabels.m */, - C4E9F105BE68D18EB3279CF596B851FD /* RCTPLTag.h */, - 0DAC59D5D046459DBDA9DB68FFC66735 /* RCTRedBoxSetEnabled.h */, - F5D69810175FFF6D17C54376E9AEBC8A /* RCTRedBoxSetEnabled.m */, - D01036D47CFD75C061AA24AF57F28AC0 /* RCTReloadCommand.h */, - 2D9D3348C253BDD9E7DB1132D0E26080 /* RCTReloadCommand.m */, - B69BF018364EDC6FB2688222AF857630 /* RCTRootContentView.h */, - E6BF8C6B2F11A3DE6612AD876DAC421C /* RCTRootContentView.m */, - 0FCF3BD4B8CCCDFCF8C780ED77F1DB2E /* RCTRootView.h */, - FC501085A664574A561FB5729E24A89C /* RCTRootView.m */, - 8D5571DDBD9A9F50021BE6A4133BC9DD /* RCTRootViewDelegate.h */, - 4A274B3D36ABA8ADC4C2276FEACEF848 /* RCTRootViewInternal.h */, - 76B05CF49E5C04043EDF84D0B8DF34E2 /* RCTTouchEvent.h */, - 7C02BB6C7BBC2E72724591881E1F9B0F /* RCTTouchEvent.m */, - 63FAA99AA0B63313DD462F7305C2F517 /* RCTTouchHandler.h */, - F6C9CA1A007BC2A14D79415780E8B1F0 /* RCTTouchHandler.m */, - 575D7E6F3893A6398FEA585FAD29E5DF /* RCTTurboModuleRegistry.h */, - A9187F19E84940A7B5C97DC96A5C313B /* RCTURLRequestDelegate.h */, - B318BBC9B757C8436162819FC1F8B7C3 /* RCTURLRequestHandler.h */, - D23F234A749666CEF2B64CD80EAD2259 /* RCTUtils.h */, - 91E0C499FEDA67A085EF6F6B62BFA393 /* RCTUtils.m */, - 03C9AF7C675FA18A1F428BEE28956254 /* RCTUtilsUIOverride.h */, - D0672B87C771726FB149600BAB10D397 /* RCTUtilsUIOverride.m */, - 93E9E1D8D05D731F7CAC4A7EEC9875C6 /* RCTVersion.h */, - E97B190FAB011C3F335DABFED7FC0E41 /* RCTVersion.m */, - 8FC27D198217CBA710E61FDA75931892 /* RCTViewRegistry.m */, - D042D694BB1B1F4C2ECEEFFDC441672F /* Surface */, + 4883BEA3F82503FF01DCDA5AE443E6DD /* simdjson */ = { + isa = PBXGroup; + children = ( + A5E92316DAA53D54019FF1D5E3697030 /* simdjson.cpp */, + A97083B6B19B7182A30872D4EBFEBE41 /* simdjson.h */, + D72407561996DAEEB789275205FC335D /* Pod */, + 8DC739FB8D8429D8E041D0BC40645906 /* Support Files */, ); - name = Base; - path = React/Base; + name = simdjson; + path = "../../../node_modules/@nozbe/simdjson"; sourceTree = ""; }; - 4850286DAA7AC7826661D3C66645C9F0 /* Support Files */ = { + 489760B7755233A63757DE6C008D9DF1 /* RCTRequired */ = { isa = PBXGroup; children = ( - 2C0B50A6CE01A0D79B0E2BA78CB03A3C /* ReactCommon.modulemap */, - C060B48D82BA9AE6E2D31C0D3749107D /* ReactCommon-dummy.m */, - 70F17EE0B553D6EAACBBCD0B8BF89483 /* ReactCommon-prefix.pch */, - BF2EE3C9273B1A1D7FC42409C5DB7DBF /* ReactCommon-umbrella.h */, - 83424AD14BC332FCC30B44D10B1EE762 /* ReactCommon.debug.xcconfig */, - 651279D27C7990CDA6246E47BE553A9B /* ReactCommon.release.xcconfig */, + D9F8A226925F0E4037D08493438FE44D /* RCTRequired.h */, + B4F53C80BB006D69F1048DEA8ECF9441 /* Pod */, + 7E346AB60CB1FC2D6B701E705FA393DF /* Support Files */, ); - name = "Support Files"; - path = "../../../native/iosTest/Pods/Target Support Files/ReactCommon"; - sourceTree = ""; - }; - 48B2B35639E48FD15CA7403579BECC61 /* React-Core */ = { - isa = PBXGroup; - children = ( - 7C0E8856AA6825D373FECB74A8B33300 /* ar.lproj */, - 84E3B22D19CC7512D39AB6518760D019 /* cs.lproj */, - 4B5F1D84B25A54F6C54FB7FC49BAF396 /* da.lproj */, - 35CFB7B80E8D752A7972ACE42B912F88 /* de.lproj */, - 68129BD713D1F0A82C16C1F7BC7D2E35 /* el.lproj */, - 1DFDB9AA62F0D7D8E5B89E58CAB1BCFB /* en.lproj */, - 11879E06365324A01E64CA7612EDA96C /* en-GB.lproj */, - 70AABEEB47C80C603970FF26C5021CBD /* es.lproj */, - D941E3100BE6C12477756C12BECEF26C /* es-ES.lproj */, - BF9991A51F5EF06AF835DABE71A556C1 /* fi.lproj */, - 4E272C966188846A88740557AD7EC1DD /* fr.lproj */, - 8CE2FF19CC7BFF4759F9BE37D5CEBC7F /* he.lproj */, - 7E84297DB1C4115AF15788D5131478C5 /* hi.lproj */, - 163D10D13D174B13187AB6BB99CBC092 /* hr.lproj */, - AB088A3B55E596BF9CE3A2DFAF2C4712 /* hu.lproj */, - A9DD4B80DE2633C2070E08CFF20E1DE4 /* id.lproj */, - B8D9A49CB2F3F218C12D77BFA5CB1C21 /* it.lproj */, - ED66903727293D6035498AD50CA3E619 /* ja.lproj */, - EB7E00726D1EB2883288765F99E07C41 /* ko.lproj */, - 3421E211AB0E2C7FDDFA89465C316A76 /* ms.lproj */, - BD5627F479B1C481DC3E42AEB18FE0BD /* nb.lproj */, - 79AA8A4EEE8C0A87330C803EA452F839 /* nl.lproj */, - 28FC1BB964055D7D7FB8FC851185004F /* pl.lproj */, - 100FCA3BFE057F8DB9BCFA7A1735A3F3 /* pt.lproj */, - DF78386D0AEE72DD6B71B2D140F875D8 /* pt-PT.lproj */, - E53E6BB76C9782F81E7C3142E0C9F598 /* ro.lproj */, - B9BD078040306AFAB79D7AB75B0A44F6 /* ru.lproj */, - 032ABCE283832E80BD1A9650F4A3ADFD /* sk.lproj */, - 79F8C7EDA4F40586385712C2F0EC04D4 /* sv.lproj */, - F21F19F34E5DD1113C8D3B559F2593CC /* th.lproj */, - CC9D6F9AFA08C9A80F4537A7965B9BB0 /* tr.lproj */, - A492F5D3479F061F930B00CC44ED55B6 /* uk.lproj */, - 5C83BC41D36FBD5F9332000ABBBDF173 /* vi.lproj */, - E9B565C99D1FA3927E34EA964B8E89C3 /* zh-Hans.lproj */, - DE93E766036470BF9BE4332E953B9ACF /* zh-Hant.lproj */, - FB93F2DCDCDB4FC12867A78D12C14748 /* zh-Hant-HK.lproj */, - CAADBC8314C45AA4A11F1718185B2F18 /* zu.lproj */, - 3ACBD0FB9C36DA4F677B00A4A5A706BE /* CoreModulesHeaders */, - 2B365C2DE32028F21EC5BBA62CB40DA1 /* Default */, - 7DEE1304A58B9219774C7DD0B70878DB /* DevSupport */, - 9B78272158DA4A556BD2139BBFA66C01 /* Pod */, - 35646E203BA283317A0706291D4BF75F /* RCTAnimationHeaders */, - 930C6619F5FAF781B4890F511A23A75F /* RCTBlobHeaders */, - D95492380D8D13F6D564CB814CE7191D /* RCTImageHeaders */, - 57084ECFC14658B4C057FA225E401C12 /* RCTLinkingHeaders */, - 88C4E64B9A80ECD9DF25A76D920FB7CA /* RCTNetworkHeaders */, - 129FB1B8C355BE1856B38469EE271BF5 /* RCTSettingsHeaders */, - 8E68C413ED017C5F7C9ADE0516C6FE2C /* RCTTextHeaders */, - 9AE2A988536BA69C3EFA3D87190665E3 /* RCTVibrationHeaders */, - 5262BB7C244B0998A76D3A0B8DEBD4C2 /* RCTWebSocket */, - 4E80E47989B59BEAE2256CB977788B89 /* Support Files */, + name = RCTRequired; + path = "../../../node_modules/react-native/Libraries/Required"; + sourceTree = ""; + }; + 4938E202647DB9A33EF0A661516C90B1 /* view */ = { + isa = PBXGroup; + children = ( + 92427655A24DF879C52D7AA18EBFF83E /* AccessibilityPrimitives.h */, + 28FF824B4005CDF78CA3A774CFD2549B /* AccessibilityProps.cpp */, + EC88B7FD82BE95C8547982311739D454 /* AccessibilityProps.h */, + D74ED33694328372E1EA1BA3F0EDD255 /* accessibilityPropsConversions.h */, + BCA65CA4802405E6B52F20951F6A6E74 /* BaseTouch.cpp */, + 86DFAB05E161B696DFC1057DB247CBE3 /* BaseTouch.h */, + A04DC956EC28B16DDE9F446048074A0D /* BaseViewEventEmitter.cpp */, + FD851DC7951B65E103BB27B6706B8EE3 /* BaseViewEventEmitter.h */, + 31E12D3E887518AC0490584345788F27 /* BaseViewProps.cpp */, + 19006C0042936BC7BC14B717FB85308A /* BaseViewProps.h */, + 5C6AF51B4A4EA15B2F122DBA7BA5B2A0 /* ConcreteViewShadowNode.h */, + 1528B7D498ED533635A7109CF11814AC /* conversions.h */, + 4997893AEC6DB585E2DB2AC06E6557FD /* PointerEvent.cpp */, + 1FBF294CE17585A6CEAE66F34026AA0C /* PointerEvent.h */, + 3D7F16F5E30C11527357DD52C8CB2954 /* primitives.h */, + F83C31C20E032D387D9A04D68DAC8265 /* propsConversions.h */, + B711337B1DBE8FDF8CF854026E0D14C1 /* Touch.h */, + EB8033D6D308790A5A46B3BC15DD1BED /* TouchEvent.cpp */, + 611398E0E68366F20ADC93BC5D04C7B0 /* TouchEvent.h */, + 98BB183E94BA72BD56983DB14089B952 /* TouchEventEmitter.cpp */, + 359747BC6AC4881D3081F8B6AA532321 /* TouchEventEmitter.h */, + F03D40C105C0F07D9C18AE34F3B494A0 /* ViewComponentDescriptor.h */, + E55A5082F7AD7430141AC089256155B4 /* ViewEventEmitter.h */, + A21CEC9ACA2547F2173B743914CC6A16 /* ViewProps.h */, + 1DEAC3AED56C9C3D215091D714CEC25C /* ViewPropsInterpolation.h */, + 9146BC2894F3FC7F11EDB10CB1B6B9B3 /* ViewShadowNode.cpp */, + 318D26E55C7F26B32EFB91A5243FBAF8 /* ViewShadowNode.h */, + 652305363535478E0661CB82413687EB /* YogaLayoutableShadowNode.cpp */, + DA3B2DE0E7759775141A6DD8F1ACA6DE /* YogaLayoutableShadowNode.h */, + 9C99F752EEC9741F33EED362076074BF /* YogaStylableProps.cpp */, + 27F831318E526AEB0F7F8A65C1891EC5 /* YogaStylableProps.h */, + 1004681C3BDF8E5CFC5D030CE39D0CA7 /* platform */, ); - name = "React-Core"; - path = "../../../node_modules/react-native"; + name = view; sourceTree = ""; }; - 48BA29027FD7E70C9F7A8EBB5D68E831 /* Support Files */ = { + 4A43E51CD514F13C00201889AD651875 /* Support Files */ = { isa = PBXGroup; children = ( - 3FD10F84A63E4C213B78D66AAF1ACE8E /* React.debug.xcconfig */, - E32EF6CC19DC6EBE6FB91E3A7E6DD0EC /* React.release.xcconfig */, + 003FB8B8AF1CBB8E2E7A70E7564183A5 /* React-cxxreact-dummy.m */, + 7E7B0E688C2DE7016DCA160FE81176F4 /* React-cxxreact-prefix.pch */, + 50CCFCC93BE3FD24C09BEB499BEACA7B /* React-cxxreact.debug.xcconfig */, + 292CA568BD4ABB3A490EAADD2CA64FB7 /* React-cxxreact.release.xcconfig */, ); name = "Support Files"; - path = "../../native/iosTest/Pods/Target Support Files/React"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-cxxreact"; sourceTree = ""; }; - 492B0FBB547C6036D74873FFD7F52659 /* Support Files */ = { + 4A46F00ADE41243FF50380AFC2AD40BC /* Drivers */ = { isa = PBXGroup; children = ( - 130ABD98496A14BF65CF43113DFCBE0E /* React-Codegen.modulemap */, - 4344BCDF9ABDD9AB2F1CEDC850BE3354 /* React-Codegen-dummy.m */, - 8158DAF6049DE6ED54740A89DC302762 /* React-Codegen-prefix.pch */, - 010F62F0F849FFEE788EECA60F4E1AB4 /* React-Codegen-umbrella.h */, - 11D30D108175797B5663E6719F4EB687 /* React-Codegen.debug.xcconfig */, - FE0E4448AFAD94432E9571F449DBD648 /* React-Codegen.release.xcconfig */, + 109F9C2934C9D047C914A988E8DFBBA6 /* RCTAnimationDriver.h */, + A956484ABC9353D13F5C213DFF6F76A7 /* RCTDecayAnimation.h */, + CF04A0BE220BED59F7AEB367A64FB457 /* RCTEventAnimation.h */, + 33FBAF4A2C505DEA7624E5FE6146C7CB /* RCTFrameAnimation.h */, + 9113D58420F951D0F8E7D507C99E9190 /* RCTSpringAnimation.h */, ); - name = "Support Files"; - path = "../../../Pods/Target Support Files/React-Codegen"; + name = Drivers; + path = Libraries/NativeAnimation/Drivers; sourceTree = ""; }; - 4935E972772FB7474F99975E2FE67239 /* CxxUtils */ = { + 4A72E17EC61A8CF846383874B37BEF14 /* Pod */ = { isa = PBXGroup; children = ( - 3F1D7D7C39096BE9DC4206196D650460 /* RCTFollyConvert.h */, - 76D4F9E9A0EB9CCF04C00C767A8D8537 /* RCTFollyConvert.mm */, + 026CCB0609AA0FC063D3220DE6C274D7 /* React-featureflags.podspec */, ); - name = CxxUtils; - path = React/CxxUtils; + name = Pod; sourceTree = ""; }; - 493F9C92974F1D370ADDB98D6307384D /* root */ = { + 4AE2119A369C0BB17CA29AD269CB3D64 /* DevSupport */ = { isa = PBXGroup; children = ( - 88571F889AA5C39F977829335F050215 /* RootComponentDescriptor.h */, - 7236D6D9187B8221FD47D0C9AAAB86A0 /* RootProps.cpp */, - F72D406CDF6538FE0C14B4CDC3A9E1BE /* RootProps.h */, - C35699ABF6B3B9D6D8EA0AA04468A6FC /* RootShadowNode.cpp */, - 5DFAF61277333F3549C62F17FC2B7A6F /* RootShadowNode.h */, + 2E393EBD7601FECABA80E94DF2D8935A /* DevSupport */, + 50938A0B44C0ACC4CD43F21867DDB78D /* Inspector */, ); - name = root; + name = DevSupport; sourceTree = ""; }; - 4AC73F86E3D7796FED3205C2C82A7832 /* renderer */ = { + 4AFD33C580B9C27DFC196AD23BFED6E7 /* nativeviewconfig */ = { isa = PBXGroup; children = ( - 9CFEE4122704C37F231F30023302AB9D /* components */, + 906C0BC7CCCBAF7E35B934CFD17FC44F /* LegacyUIManagerConstantsProviderBinding.cpp */, + 090C56DE791731685F76F2010E681C1E /* LegacyUIManagerConstantsProviderBinding.h */, ); - name = renderer; - path = renderer; + name = nativeviewconfig; + path = nativeviewconfig; sourceTree = ""; }; - 4CA1CCDDE181CF5A06D18127013095FD /* React */ = { + 4B0961F3A4B3DB15F23AB072C78ED8F0 /* objc */ = { isa = PBXGroup; children = ( - D338E4B1D1E9EDAE0EF36AF46F131309 /* Pod */, - 48BA29027FD7E70C9F7A8EBB5D68E831 /* Support Files */, + FEBC85A59D1771FEE07769D206EDEC9B /* WMDatabase.h */, + 598C51078F81B88ECED26E0192A48207 /* WMDatabase.m */, + C5B6D34CEC3C6CE2295EEDA15E8B7DD0 /* WMDatabaseBridge.h */, + FB687C9F11521E5B9F74197C09608F8E /* WMDatabaseBridge.m */, + 54CED87C8170B13841D92A0113192459 /* WMDatabaseDriver.h */, + 635016B0AE2DF86EDCC11EB4FBB41D5F /* WMDatabaseDriver.m */, ); - name = React; - path = "../../../node_modules/react-native"; + name = objc; + path = objc; sourceTree = ""; }; - 4DB7411A316A5836B7630C4915443FCF /* Pod */ = { - isa = PBXGroup; - children = ( - 8BD733C13F2FA71C803AD85E05592258 /* Yoga.podspec */, + 4C0D529CCAF0EF5D539488BECEBA799A /* uimanager */ = { + isa = PBXGroup; + children = ( + 33A82E15C4F5EEC134A1C086B421B62D /* bindingUtils.cpp */, + 3AD266EFC19E97B68AB736B2DFAE934E /* bindingUtils.h */, + F481D215714FD018CDA8C79540DDC6A8 /* LayoutAnimationStatusDelegate.h */, + F0A85939544D109BFA4572C401B51D9E /* PointerEventsProcessor.cpp */, + D11BE31D2BF618CFBCC52352A6567B70 /* PointerEventsProcessor.h */, + 5A623EC312D3BCD944313E099426740F /* PointerHoverTracker.cpp */, + 9E177524AAB858045AD52E1FFD4C991A /* PointerHoverTracker.h */, + 4403122C16D5B003C8984E009EAF54F1 /* primitives.h */, + 3E71733432C7AC618E5FB1B2C20C71F3 /* SurfaceRegistryBinding.cpp */, + 6E3D2F20B2620B37412790BDD9F15C17 /* SurfaceRegistryBinding.h */, + 271F7075A09B7F53F77295612BE17BE8 /* UIManager.cpp */, + AF94AB49F3DFCBD87BA7862CC44A3D1D /* UIManager.h */, + 46F5E5B9B1380E064D67E9508C78BACF /* UIManagerAnimationDelegate.h */, + EF7790CCA0F33012360CF9BA24706CF9 /* UIManagerBinding.cpp */, + 79BC7FAFCA2807334B0B7E151993C6FC /* UIManagerBinding.h */, + 52271E0F8ED452014891F20BD4947CFF /* UIManagerCommitHook.h */, + 7EA35A760668D0586965F521A3B21B4B /* UIManagerDelegate.h */, + 0EBD024CC0AC3DC8897152BE3FB46E12 /* UIManagerMountHook.h */, ); - name = Pod; + name = uimanager; sourceTree = ""; }; - 4E80E47989B59BEAE2256CB977788B89 /* Support Files */ = { + 4C8E26DD5A220182F8DADC9AA1EBBCC9 /* Pod */ = { isa = PBXGroup; children = ( - 9C6AF4B94B9564CC01106383819EACFF /* React-Core.modulemap */, - DB206652F1E03BD4D65A1A8F8B677DA9 /* React-Core-dummy.m */, - 1EA91E9862AEC7D14856AE65FB8394D4 /* React-Core-prefix.pch */, - 03D69F78298DE9E5D9AB676E64E03810 /* React-Core-umbrella.h */, - E0ED986C7E60C5CB0D1318BA11B94330 /* React-Core.debug.xcconfig */, - F6DB3942C9D70587622DA1EF82D73A50 /* React-Core.release.xcconfig */, - 16A9FEA258C966E715F196FC29ACF4D1 /* ResourceBundle-RCTI18nStrings-React-Core-Info.plist */, + 48D442CA49CE18D23E61AE09E67355CC /* React-jsinspector.podspec */, ); - name = "Support Files"; - path = "../../native/iosTest/Pods/Target Support Files/React-Core"; + name = Pod; sourceTree = ""; }; - 4FDD5B8BB3EB41E75AC5EB2793E12309 /* InputAccessory */ = { + 4D0B065A8B7D7FCE069E4C6DD9750305 /* UnimplementedComponent */ = { isa = PBXGroup; children = ( - 4BBD292416BA5E275DA62DFCEE9D242A /* RCTInputAccessoryComponentView.h */, - AB814ABB3B76D45237E703DA4F149E5E /* RCTInputAccessoryComponentView.mm */, - 5F9B496A2AD33C4CCF6148C62D588426 /* RCTInputAccessoryContentView.h */, - EBF9C795976C5E2F3FA797F8B4697D5E /* RCTInputAccessoryContentView.mm */, + DB5A191A4D4CA731E31AFC8EA19625A2 /* RCTUnimplementedNativeComponentView.h */, + 431DEF836033B057B6067879CB291040 /* RCTUnimplementedNativeComponentView.mm */, ); - name = InputAccessory; - path = InputAccessory; + name = UnimplementedComponent; + path = UnimplementedComponent; sourceTree = ""; }; - 5262BB7C244B0998A76D3A0B8DEBD4C2 /* RCTWebSocket */ = { + 4D18290C9D502ECAFA6AEE43300F5595 /* components */ = { isa = PBXGroup; children = ( - 8F6C3B8D718C97FFD33339EA2605A179 /* RCTReconnectingWebSocket.h */, - CF81B5B228393707B8C80DB455C51DB3 /* RCTReconnectingWebSocket.m */, + E435C56675DDB8A410B49F7C7073460A /* inputaccessory */, + 5C62B1ABD53ABDAE5DE8AD8244C28230 /* legacyviewmanagerinterop */, + F917AFEA46CC0EA11BC6D81EB226EEDE /* modal */, + 9AAC841AE519DF450215AC7162CD860D /* rncore */, + 3129A0ADE4B97DD3998639F514893B94 /* root */, + A87C7F8D00F0CBE2558C9FABDCE778F0 /* safeareaview */, + 14ED68B512C0D79F79479BB0C185ACCD /* scrollview */, + 7FD492DBED5762ED1C9C9342B5CDF8B1 /* text */, + 46E47A464150996BC8699D5B01DCF096 /* textinput */, + FB52750D97B167EC630A39D38431B791 /* unimplementedview */, + 4938E202647DB9A33EF0A661516C90B1 /* view */, ); - name = RCTWebSocket; + name = components; sourceTree = ""; }; - 528F6E60CFEC3802B0AD0A7972C01870 /* Support Files */ = { + 4D73D71DE4243AB0D6C3E31F81E31B26 /* LegacyViewManagerInterop */ = { isa = PBXGroup; children = ( - EF7C5D49FC317296FE0CF10EED39D708 /* React-jserrorhandler-dummy.m */, - E7D4481AD6D3B0E93F65D97C4BDDFC72 /* React-jserrorhandler-prefix.pch */, - D29D594488D7FDDE5E2017E6DFA114AD /* React-jserrorhandler.debug.xcconfig */, - 197C13F8AB046D8E138637D7BEE1C239 /* React-jserrorhandler.release.xcconfig */, + 47BE5F90D494B6D74BB9880F6EBD0D1D /* RCTLegacyViewManagerInteropComponentView.h */, + AC1A3A6597F7D2D59AD0CE67E1A09CD2 /* RCTLegacyViewManagerInteropComponentView.mm */, + 3DDD563C6ADBEC41164125E51B67EE77 /* RCTLegacyViewManagerInteropCoordinatorAdapter.h */, + 51CBEFF89517A9EE045E0A3F9D3939B5 /* RCTLegacyViewManagerInteropCoordinatorAdapter.mm */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-jserrorhandler"; + name = LegacyViewManagerInterop; + path = LegacyViewManagerInterop; sourceTree = ""; }; - 53DE87F9D7A650E912178455BDD76F59 /* Support Files */ = { + 4DF42A7CD74B7436D63FF2AD52C1F94D /* Pod */ = { isa = PBXGroup; children = ( - 1A15FCB8BABFC8CFC9541E1C9FFA21AB /* React-callinvoker.debug.xcconfig */, - 858AD82445FB252301EC367EA59BFDE3 /* React-callinvoker.release.xcconfig */, + C4BD888172BAA8E70F8568E61F2FAEC1 /* React-Core.podspec */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-callinvoker"; + name = Pod; sourceTree = ""; }; - 55B26BB0CA05039DBAA4ED941C224055 /* Modules */ = { - isa = PBXGroup; - children = ( - 92563B797C5490CA9C17B65443A0D09B /* RCTEventEmitter.h */, - A7FD7DB661C6AE4C3D916BEBF5C43150 /* RCTEventEmitter.m */, - 661FAC2B96C77AA444589C4E3913FE10 /* RCTI18nUtil.h */, - CEF8A4801479EFDA491C0293B16D5A95 /* RCTI18nUtil.m */, - A6C39601F47FAE1B0F1B183FB6681465 /* RCTLayoutAnimation.h */, - 962B938F0078DFA64191248B586F40EC /* RCTLayoutAnimation.m */, - 2F067E58D088C605EE3EC9D20EAEACD4 /* RCTLayoutAnimationGroup.h */, - B30E283B1CD49A4C0664B90732D847B8 /* RCTLayoutAnimationGroup.m */, - 4BAC07FA427711452618F6706237E2EE /* RCTRedBoxExtraDataViewController.h */, - FAFE1A295EBF81C4DD358E037AA66EEC /* RCTRedBoxExtraDataViewController.m */, - A8FF44E56D21F162DF1CFDFA1E343CB6 /* RCTSurfacePresenterStub.h */, - BEEE5FB114138E55EFC6BAE6013D5A2E /* RCTSurfacePresenterStub.m */, - 6A567EABA820BCFB12E5D932A83242EE /* RCTUIManager.h */, - 13E5EAE9A7FE58F22B8FF5658F5E05CC /* RCTUIManager.m */, - A31CF1FF79A1947A18A68E20FAC73AA7 /* RCTUIManagerObserverCoordinator.h */, - B6F81A740FB2951DDF9FAD5547905E2B /* RCTUIManagerObserverCoordinator.mm */, - BEF1A3BCAA7B9F4C5D1EFDFD44BF6184 /* RCTUIManagerUtils.h */, - 8180642BA2E94F587092CC50CD9E23DC /* RCTUIManagerUtils.m */, + 50078C544CD6EBBBC85C62A86036987D /* Image */ = { + isa = PBXGroup; + children = ( + 475E63C49DABE072747B2ACDE9DE0BA5 /* RCTImageComponentView.h */, + 012CC3CCEDDC11E02851DBC088F9B7A2 /* RCTImageComponentView.mm */, ); - name = Modules; - path = React/Modules; + name = Image; + path = Image; sourceTree = ""; }; - 55FAED55A6E6FC4014F3290EA89F986B /* ReactCommon */ = { + 50938A0B44C0ACC4CD43F21867DDB78D /* Inspector */ = { isa = PBXGroup; children = ( - 258752219046C9F1638D889F5708AB98 /* Pod */, - 4850286DAA7AC7826661D3C66645C9F0 /* Support Files */, - 2ECF722F052377F1C092D2521BBC68E2 /* turbomodule */, + 6EEEE05EBCE258D71886371521451AF3 /* RCTCxxInspectorPackagerConnection.h */, + 53698A773FE28A1702762D414C8FD31B /* RCTCxxInspectorPackagerConnection.mm */, + A6D5BA68A42EABFFF8C42BAFF6B32E74 /* RCTCxxInspectorPackagerConnectionDelegate.h */, + B69DAF065EE01F48CB5FBAC10F00EDE0 /* RCTCxxInspectorPackagerConnectionDelegate.mm */, + 6B17F4F65DD01BD81E40664BAFB61F37 /* RCTCxxInspectorWebSocketAdapter.h */, + 4BEF797D469DBDB850A55FFDD493B789 /* RCTCxxInspectorWebSocketAdapter.mm */, + 3D16D5EC0CC9F855658FDAD755B9B8F7 /* RCTInspector.h */, + 0349E57AC52849B1E2956F92F2F74D82 /* RCTInspector.mm */, + 3F5A0CA304F0EDE4723DD50DC013E5A9 /* RCTInspectorPackagerConnection.h */, + 3CAE7021D6D8066FCD1D39076F4A85C1 /* RCTInspectorPackagerConnection.m */, ); - name = ReactCommon; - path = "../../../node_modules/react-native/ReactCommon"; + name = Inspector; + path = React/Inspector; sourceTree = ""; }; - 56C6ADC59200675A118839E2FC8D3DC6 /* algorithm */ = { + 50AA27881D34215F513B67E035DBFD23 /* RefreshControl */ = { isa = PBXGroup; children = ( - BE6747B2BFE6E8CC1522E1EEC533C6D4 /* Align.h */, - A1C46338948335CD2BF69DF6C632B435 /* Baseline.cpp */, - 6256F8CAF3D59F5D891769070AABD338 /* Baseline.h */, - D8DCDC1C4C1691C5064049601636028C /* BoundAxis.h */, - 5CC7E1FF10A897B70CA1BE8E0322785C /* Cache.cpp */, - 49CF6963673383F6B90D2A2729976577 /* Cache.h */, - F2E3BA1EBE0490D7FF1B9ABF4C857808 /* CalculateLayout.cpp */, - 1922E48A4BCE8EFF6BAB8B28586495AD /* CalculateLayout.h */, - 8CDA4726B5D40425699FE3A2F04F0291 /* FlexDirection.h */, - EE20CB7F8670697F3722430AAD212CC9 /* FlexLine.cpp */, - DB38ACFCCD318B654FBF0E5CC7D2EAF5 /* FlexLine.h */, - 13BFF20CC4DA87997DE61F16CA6696DC /* PixelGrid.cpp */, - 775FA713DA098F085E92622AA6BF035F /* PixelGrid.h */, - 4471B51CF9700F80553C0E2A7206C4B5 /* ResolveValue.h */, + 88FE98CEA078C7FBF78F8FA3A02093CE /* RCTRefreshableProtocol.h */, + CD16933416FD2EC375DDCB34E3995C89 /* RCTRefreshControl.h */, + 45C6CA880F0AD8CC31C1BF775228C3EF /* RCTRefreshControl.m */, + 0DE9029B11C02C40098A6D686789D830 /* RCTRefreshControlManager.h */, + F14EDE5F666391049AE8B82BFE391E88 /* RCTRefreshControlManager.m */, ); - name = algorithm; - path = yoga/algorithm; + name = RefreshControl; + path = RefreshControl; sourceTree = ""; }; - 57084ECFC14658B4C057FA225E401C12 /* RCTLinkingHeaders */ = { + 5158E56B11AEB46872C78D81B8155431 /* React-RCTSettings */ = { isa = PBXGroup; children = ( - 1837B7D3693F7BE2DB1BA7DFE43D8CD6 /* RCTLinkingManager.h */, - 3C389B26C32CC437E0B0E9CA51A78180 /* RCTLinkingPlugins.h */, + 0696F27878C985C7F2D9DBBD0BA700E5 /* RCTSettingsManager.mm */, + E0839F609F20832C1729CED5ADCA18C9 /* RCTSettingsPlugins.mm */, + EA57B66692E93B0A9A9E960BC4CEA037 /* Pod */, + A22A03BA16F7B58F55DB6463E7E394B5 /* Support Files */, ); - name = RCTLinkingHeaders; + name = "React-RCTSettings"; + path = "../../../node_modules/react-native/Libraries/Settings"; sourceTree = ""; }; - 57208E6FEC3B8E1E05BC2A26DCAA86A9 /* Support Files */ = { + 52E675060B115456C9D0AA1A71754FD7 /* React-perflogger */ = { isa = PBXGroup; children = ( - 1E5B2066D3C7BFD87CA9F17699B79F19 /* React-FabricImage-dummy.m */, - 08467AA7C86221B54816B2A1D7E09B73 /* React-FabricImage-prefix.pch */, - F7AD3BA4319D96B7F0B2BA5FCEEE5134 /* React-FabricImage.debug.xcconfig */, - 83F60D5CFB0D57913696EC53F7400CEA /* React-FabricImage.release.xcconfig */, + E0264569A1DCA41D8267A2DEC02B3043 /* BridgeNativeModulePerfLogger.cpp */, + 76B9170886E7F923EC5E35A34EEF7A2E /* BridgeNativeModulePerfLogger.h */, + 6BE67D2E5B439024289DCAE23AB7DFE4 /* NativeModulePerfLogger.h */, + 125A31DA6044B0FE2A4D78722470D750 /* Pod */, + 41853CCBEA5A920B81E37C320F0F8879 /* Support Files */, ); - name = "Support Files"; - path = "../../../native/iosTest/Pods/Target Support Files/React-FabricImage"; + name = "React-perflogger"; + path = "../../../node_modules/react-native/ReactCommon/reactperflogger"; sourceTree = ""; }; - 578D38B1ABD7D1DCCA4A9413BC8E606C /* Support Files */ = { + 5328E121AABC026DD9242F9F14882F7E /* cxx */ = { isa = PBXGroup; children = ( - 6A58CDCD4B0E3BDD7BDAFECA78EF7F7D /* React-jsi.modulemap */, - 3150D02F0BDA862E558C2A02B8C0C40C /* React-jsi-dummy.m */, - 72D011BB61E65C549F5E6F142A203035 /* React-jsi-prefix.pch */, - E1A967291DC8BC3E6F704602A7ED6A7F /* React-jsi-umbrella.h */, - 6459AAF3F91027AFD272413CFDB517D1 /* React-jsi.debug.xcconfig */, - 0D1119AC80418B47C9711E73BA313E0A /* React-jsi.release.xcconfig */, + 335F15F96FB0EFA61B990DBD29902F91 /* react */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-jsi"; + name = cxx; + path = cxx; sourceTree = ""; }; - 5799DF56B42C603FC37988EB8019B8FF /* Pod */ = { + 5544F7F93E3DBA9D61074A44C08FBD0D /* Drivers */ = { isa = PBXGroup; children = ( - ADD604AF41154CC4758D29186BBCF66B /* React-graphics.podspec */, + 224F3D752D59D26136CB03C3D3C240F2 /* RCTDecayAnimation.mm */, + 404C04FF5A5FFA2678597943F9B2C076 /* RCTEventAnimation.mm */, + CADAFD82F38E6E1F5955E921DD980A8C /* RCTFrameAnimation.mm */, + 513728BBF69F10E478D203C24AE89494 /* RCTSpringAnimation.mm */, ); - name = Pod; + name = Drivers; + path = Drivers; sourceTree = ""; }; - 57D8F8DC83EB18BE3044EDF609AFD503 /* Support Files */ = { + 554A823B3048F7FBB354B61BE1133044 /* React-callinvoker */ = { isa = PBXGroup; children = ( - 9C534E92C700A1E32D0FDEEC608BB048 /* RCT-Folly.modulemap */, - FB0C87CED2321315D1852522D367918D /* RCT-Folly-dummy.m */, - C780E481853FBD284C8F427864A0FC5B /* RCT-Folly-prefix.pch */, - F399508BBCD1EB74ACDCEF54E1BDF2B8 /* RCT-Folly-umbrella.h */, - 20C408FCF82C45B9B57FFC10F0C6ADFE /* RCT-Folly.debug.xcconfig */, - D7883F7ABA29E8AAC2115C16933439D9 /* RCT-Folly.release.xcconfig */, + D401F70F6554582A86F6BB451C06116B /* CallInvoker.h */, + 6456B7E29C4C1FE96FE03B584C20AFD9 /* SchedulerPriority.h */, + 6AB929BEE45DFCB38D7F2F05B4D304CB /* Pod */, + 2E832F8BE4BE501B7593972F10AC5390 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/RCT-Folly"; + name = "React-callinvoker"; + path = "../../../node_modules/react-native/ReactCommon/callinvoker"; sourceTree = ""; }; - 58DDD3AD40A2C25B93C443EAB617BEE2 /* Support Files */ = { + 56DE0F982CAB753A2F9DD43EF2A3DE6B /* React-jsi */ = { isa = PBXGroup; children = ( - A478D5638A6650CDC81B7B2FE4E0EC69 /* React-jsinspector-dummy.m */, - FF18CB2CE9B6E82F0ED2FF229FD13731 /* React-jsinspector-prefix.pch */, - AC413DF22C46BAB18326BB43F4E71E30 /* React-jsinspector.debug.xcconfig */, - A193CF12AAC8FDD1FF21BF18B18752C8 /* React-jsinspector.release.xcconfig */, + CC3E8F86C7DCFECB3326885EC3BF91AF /* decorator.h */, + B87758E567704381060EF12FB7B025AB /* instrumentation.h */, + 469194BAB9EE78B8BC1A3877E5EB169C /* jsi.h */, + 9D24D1273C6645B9F73FB2F6C0A44A1D /* jsi-inl.h */, + 8E06A966DFD16239C4A4825D8200F89D /* JSIDynamic.cpp */, + 6FC40232E2C55EB617E3DFB087BA95C0 /* JSIDynamic.h */, + 1B6371A9E6D76C16AD518CC288F335F4 /* jsilib.h */, + 16E3111070B2202E4E59A2EB4AAF55A9 /* threadsafe.h */, + 7958B8E6307DE7DCD2B8642BC29FE308 /* Pod */, + 9BAD9866097E10B1FDB703D4D0A97D5A /* Support Files */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-jsinspector"; + name = "React-jsi"; + path = "../../../node_modules/react-native/ReactCommon/jsi"; sourceTree = ""; }; - 59E9E1002EDB696B60F3BB6BD4C1415B /* Support Files */ = { + 58BE57C789F8C8396E4F9C36CEA1E3B1 /* view */ = { isa = PBXGroup; children = ( - 04605C802712090DDFAA557284060D05 /* simdjson.modulemap */, - 2310837D732695A2CB47D8F135CB5AEA /* simdjson-dummy.m */, - DD7CFAFD418E45616436C123FCAFE9FC /* simdjson-prefix.pch */, - 0416F872B854FD77063C57DC1A737C46 /* simdjson-umbrella.h */, - 269979A7C8BD768E5A778E1B15224AD0 /* simdjson.debug.xcconfig */, - 8FC2A3067E8D92E388C6F66A8EF03331 /* simdjson.release.xcconfig */, + CB960EC9C47A40C34C5B59FF58A14FCF /* HostPlatformTouch.h */, + 7C95BBE34A199CF72BBFBFC172AC6E71 /* HostPlatformViewEventEmitter.h */, + 0E432DBE0F06DDCE804C5D453ED121C3 /* HostPlatformViewProps.h */, + 2A64B900827AD880DCA0F0CDC3BDA727 /* HostPlatformViewTraitsInitializer.h */, ); - name = "Support Files"; - path = "../../../native/iosTest/Pods/Target Support Files/simdjson"; + name = view; + path = view; sourceTree = ""; }; - 5B35D1B2601CED71EBD903497ADE8F81 /* React-perflogger */ = { + 58CA7196E8751E8894DE84A24929D757 /* Pod */ = { isa = PBXGroup; children = ( - 6BE5BE5166CE9332E0C921199C00A13D /* BridgeNativeModulePerfLogger.cpp */, - C86EC6510472482E97AD2EECC3C9A548 /* BridgeNativeModulePerfLogger.h */, - 922F8AA1686B949D90A2225CF9072F9F /* NativeModulePerfLogger.h */, - 741EC4D5C6951AD871A04677EF091602 /* Pod */, - 772F0ACF7B1CD8DBC3FD9D654C24B844 /* Support Files */, + CC0F7AC9D01EB889E5370F93AB275754 /* React-jserrorhandler.podspec */, ); - name = "React-perflogger"; - path = "../../../node_modules/react-native/ReactCommon/reactperflogger"; + name = Pod; sourceTree = ""; }; - 5B9E3FDCE2519899F23C6A100EC855A0 /* ios */ = { + 59347770634A6137053C514350BED8BC /* RCTNetworkHeaders */ = { isa = PBXGroup; children = ( - 5CF76721FC5CA8DCB41ADC2D279D4706 /* WatermelonDB */, + 544A0D0CF86148CB2EF0B78039179444 /* RCTDataRequestHandler.h */, + BDC9CA0EA4B12AEE132FF43037AE8E00 /* RCTFileRequestHandler.h */, + 23DDF8148799041A2BF94450407CEBD2 /* RCTHTTPRequestHandler.h */, + 9F4B2863206A2795EDD2B67B16FAC91C /* RCTNetworking.h */, + 3B80393CC9C72D221195616E0DA5B67F /* RCTNetworkPlugins.h */, + 91DEEA05C7FC3B3FE85F51D16F0060A1 /* RCTNetworkTask.h */, ); - name = ios; - path = native/ios; + name = RCTNetworkHeaders; sourceTree = ""; }; - 5CE4265A2AE690FD4FD69B20435EEC0F /* Mounting */ = { + 5A4DFC42D5801C6801825A9C1CAD37A6 /* BaseText */ = { isa = PBXGroup; children = ( - E82FF55E4CBCDB57BEA6BED231CE97B6 /* RCTComponentViewClassDescriptor.h */, - AAFA3AC1E9C9E0E21C443C872A81FABF /* RCTComponentViewDescriptor.h */, - 1743ABAA22DE7D4AD94614757542588A /* RCTComponentViewFactory.h */, - AFAC567F05166B8B4B4C93467C9020AA /* RCTComponentViewFactory.mm */, - 23D2F2D477289225499FE4AF66F148B9 /* RCTComponentViewProtocol.h */, - FEF800B02993B8A4B14AF6F1BDE852E0 /* RCTComponentViewRegistry.h */, - 6713DAA3FC4D4102EBCF695E267DAA3F /* RCTComponentViewRegistry.mm */, - 66763A71E37EA1C12D2E194D747B2EFD /* RCTMountingManager.h */, - D23FF2544E07FCBC3D62123196186036 /* RCTMountingManager.mm */, - 7BEF991EF9AFACAC6ED854C35418B2E3 /* RCTMountingManagerDelegate.h */, - 162456153083BF48D83438A577AD278D /* RCTMountingTransactionObserverCoordinator.h */, - E13CECC8DD00B6B26E8BBA35D20417B2 /* RCTMountingTransactionObserverCoordinator.mm */, - 17F89D861A5350A8EEB115AAFDC83ABB /* RCTMountingTransactionObserving.h */, - 4FBEA1949C52C2D14EF0DC5A287CC8C1 /* UIView+ComponentViewProtocol.h */, - 36B80AE607163973D7972124A06D3CD5 /* UIView+ComponentViewProtocol.mm */, - 14E5250E57BB4FD8AEA831CE8C4F567C /* ComponentViews */, + CC013CC571FE4BC5DEEFD2D0D37B0093 /* RCTBaseTextShadowView.mm */, + E13EF6E51F9F10FBD304A4FADDBB25A8 /* RCTBaseTextViewManager.mm */, ); - name = Mounting; - path = Fabric/Mounting; + name = BaseText; + path = BaseText; sourceTree = ""; }; - 5CF76721FC5CA8DCB41ADC2D279D4706 /* WatermelonDB */ = { + 5A762D82420F4B4EB73CBB7A080CFF38 /* Support Files */ = { isa = PBXGroup; children = ( - 8E04AB257E76DE270A7CFBD595FF6817 /* DatabasePlatformIOS.mm */, - 0B4C63ACB1AE0E409D2211D371DA4C96 /* JSIInstaller.h */, - 6A980E871D3ECD523DF00DBB5B1EF995 /* JSIInstaller.mm */, - A6C19ADD9D4D4AF44385B149CDF15658 /* WatermelonDB.h */, - 095646F3E96B8FCC5C9E9DB4FC48323A /* FMDB */, - 1489C16418A4ABD17CC268F2CD447178 /* objc */, + 76A1CBFC82E23FC317730FE377F95CCB /* React-RuntimeHermes-dummy.m */, + 203F90BE1C271A4963AF8779D2AA90AE /* React-RuntimeHermes-prefix.pch */, + A07A822153FEC0A3E902A56BD0450957 /* React-RuntimeHermes.debug.xcconfig */, + 4DE72A397551E705994E98D86904430A /* React-RuntimeHermes.release.xcconfig */, ); - name = WatermelonDB; - path = WatermelonDB; + name = "Support Files"; + path = "../../../../../native/iosTest/Pods/Target Support Files/React-RuntimeHermes"; sourceTree = ""; }; - 5DB4E7B12CE1B3C746046C1D1FF39F07 /* Pod */ = { + 5BDBB35F633567D3A31E12423AD9197B /* Support Files */ = { isa = PBXGroup; children = ( - F3AB6A1A08DF96497DE4308677B17399 /* React-RCTImage.podspec */, + 0585010DB2257C8B62F3B1BE51449BDA /* SocketRocket-dummy.m */, + BCE80CF8B841672C3A200AF86984A1ED /* SocketRocket-prefix.pch */, + F923F037E88C68DA2463BCD75AA9ED60 /* SocketRocket.debug.xcconfig */, + E8A93054841794EAD58EB675761B8905 /* SocketRocket.release.xcconfig */, ); - name = Pod; + name = "Support Files"; + path = "../Target Support Files/SocketRocket"; sourceTree = ""; }; - 5E726A0E0FC190ED2946D039D480F9B5 /* templateprocessor */ = { + 5C62B1ABD53ABDAE5DE8AD8244C28230 /* legacyviewmanagerinterop */ = { isa = PBXGroup; children = ( - 15B0C7312F13978BECED077BBD89C9B4 /* UITemplateProcessor.cpp */, - FCECA1BD6BD7A4B2E57A86598F14C137 /* UITemplateProcessor.h */, + 1FD672FEBEC49B42EEBB59B54F5CD143 /* LegacyViewManagerInteropComponentDescriptor.h */, + CAAD19E5409FDE0BA4AE1A1A0483BA00 /* LegacyViewManagerInteropComponentDescriptor.mm */, + F7FB105B5F150706FC7A1068544C1C16 /* LegacyViewManagerInteropShadowNode.cpp */, + 2ED447FF7E9E303F98B593502FAA8151 /* LegacyViewManagerInteropShadowNode.h */, + 2B7A860D2229C54CBF112DD02B57C926 /* LegacyViewManagerInteropState.h */, + 05DBC9C72F0FBD718ED0DED3984CE795 /* LegacyViewManagerInteropState.mm */, + 938D7993FE352F22F90BB01751E733E9 /* LegacyViewManagerInteropViewEventEmitter.cpp */, + DDEC6CF7899D39C510AF9B96223825C0 /* LegacyViewManagerInteropViewEventEmitter.h */, + 61A6746F63145AAB8BD430D845B4B7F6 /* LegacyViewManagerInteropViewProps.cpp */, + 0D7CB8AC94086CDE9ABBF0A55442AE9F /* LegacyViewManagerInteropViewProps.h */, + 32DC15B6A3F5954F7FA2FF42937538A5 /* RCTLegacyViewManagerInteropCoordinator.h */, + 77FD8EC2BDFA965A8B3238C611476897 /* RCTLegacyViewManagerInteropCoordinator.mm */, + C638A35CBFBC692CA7A2C5870600E066 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.cpp */, + 32E0BB05F9F652F49EAE1D3EE8E0714E /* UnstableLegacyViewManagerAutomaticComponentDescriptor.h */, + 18B4341AA7547FF0A90E6BC28D6C448F /* UnstableLegacyViewManagerAutomaticShadowNode.cpp */, + EDB46ABA9CC235068ECA4A848DB17EE8 /* UnstableLegacyViewManagerAutomaticShadowNode.h */, + 3312F4682C3B648C87FBD7755CC0CE73 /* UnstableLegacyViewManagerInteropComponentDescriptor.h */, ); - name = templateprocessor; + name = legacyviewmanagerinterop; sourceTree = ""; }; - 5E7F2473CFAA242A92615E9937ECB970 /* ios */ = { - isa = PBXGroup; - children = ( - FA777433C003A476BFC30DF5734CC5A2 /* react */, + 5C6B0CD72E8A9F5C6D91CAD1C829C7D8 /* Development Pods */ = { + isa = PBXGroup; + children = ( + 90652DF1414B43CD8ACBE42D8DBC5012 /* FBLazyVector */, + 9E4AB614B7BB9122869BB5B29BA374DF /* RCTDeprecation */, + 489760B7755233A63757DE6C008D9DF1 /* RCTRequired */, + 330759EDD479CCC913161F05B0849526 /* RCTTypeSafety */, + 27B37E6E4590A097086761DD10791464 /* React */, + 554A823B3048F7FBB354B61BE1133044 /* React-callinvoker */, + 67978F3B8E4AE3641FDF6EE4F7550618 /* React-Codegen */, + 26F1C44700390E55DAC55AF9754E220A /* React-Core */, + C9FCE5218763A0186A2053CC46F95127 /* React-CoreModules */, + F15703C1AFFDB1BB579B720667358414 /* React-cxxreact */, + F0E4C63621E9D8EECEF8366246B38675 /* React-debug */, + 0DA390F87BBAD21398DF554B46780A15 /* React-Fabric */, + 1CE3AF8F1B957A97D187C362FF34706E /* React-FabricImage */, + 0B9435B4A5935D54E7B928CADCAAAAC5 /* React-featureflags */, + 16A4234682C8931240E16166FA4BA7C0 /* React-graphics */, + 3BCBFC56764D4C25F88064F72398AA93 /* React-hermes */, + EACCDFAE137CB6FCDBAA4DCD752C0EBD /* React-ImageManager */, + 7E05F7C425E3CCB8082C8310554F37F8 /* React-jserrorhandler */, + 56DE0F982CAB753A2F9DD43EF2A3DE6B /* React-jsi */, + EB2153CF68A1D5871553D3223D7F5456 /* React-jsiexecutor */, + 278FF3C375817348A07F1B5488D1F7FF /* React-jsinspector */, + BAC1F5670DD858B1236132F8639008E3 /* React-jsitracing */, + EC087B89F1F6A6A61F86EA18064B2411 /* React-logger */, + D0FE7326D90BDBB8817B58F84A343BD0 /* React-Mapbuffer */, + A7C4FF2F75EF9D72AA55D62D1EEAE11B /* React-nativeconfig */, + 46BCFE61D7356DAFCE7CBB3B5D38D192 /* React-NativeModulesApple */, + 52E675060B115456C9D0AA1A71754FD7 /* React-perflogger */, + E0A5B121D952F6317F2792EC9958D5E3 /* React-RCTActionSheet */, + 9D053F5F3BD82C77E402C42AC8FC9519 /* React-RCTAnimation */, + 71AB9505FE56A3AC3DF05BB98FA6F20A /* React-RCTAppDelegate */, + 69CE078C9E97757E19F00D341211784B /* React-RCTBlob */, + F85781294F189F756291D8B95825B440 /* React-RCTFabric */, + 1B23A6C0F680568EB52BA9BD9526F9D2 /* React-RCTImage */, + 838544A1D1A3EC2F8C1F335A6B00984D /* React-RCTLinking */, + C5B10AF863EC53C54719EC59F9CC650D /* React-RCTNetwork */, + 5158E56B11AEB46872C78D81B8155431 /* React-RCTSettings */, + E70F21A12A20C6724851C6CD41B425A1 /* React-RCTText */, + CF850A691E67115665F695CA710F2E18 /* React-RCTVibration */, + 223AE9EE0D318B68CA58A6D5E7A833FC /* React-rendererdebug */, + 089C4657A87D27FA4637D12E4F163527 /* React-rncore */, + 3B358CA7D370359AADC1873E8C9F0BA1 /* React-RuntimeApple */, + D14FDBC87BCB72B38F032D1F010498A1 /* React-RuntimeCore */, + 3C7349976EA80B1057745E6654F5AB2A /* React-runtimeexecutor */, + F54FF6B14BCA0B94B3F5524E725B995B /* React-RuntimeHermes */, + E7362482BFF22AC30709A403B38CB2BE /* React-runtimescheduler */, + 0A60382252AE41051D04DE8A6098AEF1 /* React-utils */, + A590DD0675D53682B1BC144B81586431 /* ReactCommon */, + 4883BEA3F82503FF01DCDA5AE443E6DD /* simdjson */, + 3CF4D8EF547899AF801588608FF767B4 /* WatermelonDB */, + 22298BAC557AC5B6503AABF5698863DB /* Yoga */, ); - name = ios; - path = ios; + name = "Development Pods"; sourceTree = ""; }; - 5EEB3BA220B129093E515D67859D4BC3 /* Drivers */ = { + 5D505B6D5764926B812EB062BBB9F48F /* SurfaceHostingView */ = { isa = PBXGroup; children = ( - 3F4F746512DD5B43AD49597EAF1BAD77 /* RCTAnimationDriver.h */, - 3C5C318AD091EC8D60B1D22F18727770 /* RCTDecayAnimation.h */, - C223B82EF8F5440FB65A40462750C0E1 /* RCTEventAnimation.h */, - F0138E019C069F41031F802F15F0ABD3 /* RCTFrameAnimation.h */, - A865F19FFA5A53D0701177C838C42424 /* RCTSpringAnimation.h */, + E22E7E12AEEE2122E9587F6CBE60EC1A /* RCTSurfaceHostingProxyRootView.h */, + B5C07CBA21F57FACAAB67EAB0200D145 /* RCTSurfaceHostingProxyRootView.mm */, + 0CD4200922C77CCA406FFAC67124F437 /* RCTSurfaceHostingView.h */, + DFB701655BF99400D13CDA6EFDCC1AC7 /* RCTSurfaceHostingView.mm */, + CF40503F32A96F47168359F16F99FC55 /* RCTSurfaceSizeMeasureMode.h */, + 6D84B0A7F1A70E6E9ABEEEB14CB6C80C /* RCTSurfaceSizeMeasureMode.mm */, ); - name = Drivers; - path = Libraries/NativeAnimation/Drivers; + name = SurfaceHostingView; + path = SurfaceHostingView; sourceTree = ""; }; - 616E3ACD3BEE672C0ED8AAAB2094D5F9 /* Support Files */ = { + 5FE9DA05C0C0B80D78B3196B44520CCF /* Support Files */ = { isa = PBXGroup; children = ( - C2C54F3300E11AF18E48560FE54B3FB8 /* React-NativeModulesApple.modulemap */, - C3E9D317BB2DB5E61F23FA60A86AC1CD /* React-NativeModulesApple-dummy.m */, - BD3C345E6AAA6288631F1BDF3D1DC3D5 /* React-NativeModulesApple-prefix.pch */, - E26D26C620D240B6B318AD4AB33507CA /* React-NativeModulesApple-umbrella.h */, - E87E2827E5130BFCE967555AF6818019 /* React-NativeModulesApple.debug.xcconfig */, - 28BF0D1264370850A6FA8666EE10B862 /* React-NativeModulesApple.release.xcconfig */, + 5ED53EC43FC74FD8B1F3A1C21AF5D357 /* DoubleConversion.modulemap */, + F852C98DD1BF5640292AF6AAF675EA58 /* DoubleConversion-dummy.m */, + 37CF653BFF872793202265BF76118EAA /* DoubleConversion-prefix.pch */, + C32920036DAE3C20F1840181BC975BDA /* DoubleConversion-umbrella.h */, + 3EA47022B15AB1C45235DBA9B57DA776 /* DoubleConversion.debug.xcconfig */, + 1C9CA7D5550AD1D94A7AA763FBA17534 /* DoubleConversion.release.xcconfig */, ); name = "Support Files"; - path = "../../../../../../../../native/iosTest/Pods/Target Support Files/React-NativeModulesApple"; + path = "../Target Support Files/DoubleConversion"; sourceTree = ""; }; - 61E14CB11C1EA9D28899B6A705B1CF37 /* Support Files */ = { + 608676613D8C48B8B9EA90C52743AB1E /* Support Files */ = { isa = PBXGroup; children = ( - 6B412735670338B01B47C8C33A001DBA /* React-RCTActionSheet.debug.xcconfig */, - 0CCE8C0E075ACA03B0B6A8BEE195A161 /* React-RCTActionSheet.release.xcconfig */, + BD916666DA53F0458FF557DC851A7FEA /* ReactCommon.modulemap */, + FB10906EE52FB99A63183406F2DFD2AC /* ReactCommon-dummy.m */, + 0810AA4CE6F716164879BBA08BF3EDCC /* ReactCommon-prefix.pch */, + E7531C53649FE630D622444E87454709 /* ReactCommon-umbrella.h */, + 106A05F0520EFBA0E22815812BDA18F5 /* ReactCommon.debug.xcconfig */, + B49E927D98F0202C6C5CD21E1077E16E /* ReactCommon.release.xcconfig */, ); name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTActionSheet"; + path = "../../../native/iosTest/Pods/Target Support Files/ReactCommon"; sourceTree = ""; }; - 621AC2772D592F1F21E15327B58A8B82 /* config */ = { + 612A411D79E5AC1A20ABFAED89F0EAA7 /* componentregistry */ = { isa = PBXGroup; children = ( - 45AEDA76843061185C948764662E13A3 /* Config.cpp */, - 888EE41AA8371D279C67A9EEC799C80D /* Config.h */, + F5F74E1220FBDEDB27401F3F98612EC8 /* ComponentDescriptorFactory.h */, + 7761A07D372FD8689FEED3327D1DA8FD /* ComponentDescriptorProvider.h */, + 081F794580583CC4DFEB6D2CF2DF3D3D /* ComponentDescriptorProviderRegistry.cpp */, + 6BB02A1AFF68DB9D0E2B844F9E1E8A2F /* ComponentDescriptorProviderRegistry.h */, + 64B98B991654E98484D4253805E17035 /* ComponentDescriptorRegistry.cpp */, + 62321BBFBF2E8E88A946FF1C2655F069 /* ComponentDescriptorRegistry.h */, + D4B7F151F4E0EB1DCE46AA538CDA20CE /* componentNameByReactViewName.cpp */, + F0DF8AFAE1CBEF65355E92467584E4A5 /* componentNameByReactViewName.h */, ); - name = config; - path = yoga/config; + name = componentregistry; sourceTree = ""; }; - 6294CC0273BAEA556DC3DA667E2FB53B /* React-logger */ = { + 642E80121214548255F3E44A3D10908F /* Support Files */ = { isa = PBXGroup; children = ( - C53853B4D72BD27D2B8FCF7AE09D6C65 /* react_native_log.cpp */, - 77B88C45883B97C599411F3FA0D8B7C2 /* react_native_log.h */, - 24D531612CF16459CD41A05AB54A3852 /* Pod */, - 6C4AE3ABEABE7F6C5A5D6BFE290E036D /* Support Files */, + 07319E2772F29181135D234449AFFC14 /* React-featureflags.modulemap */, + E390D39B5438A34CB65883263516478C /* React-featureflags-dummy.m */, + F17EBB71C3E56527394A1105831F5DF5 /* React-featureflags-prefix.pch */, + E8BF57389A0D82185746D63D05645956 /* React-featureflags-umbrella.h */, + 0AB45FDFADEB5035DFD513D71DB737DC /* React-featureflags.debug.xcconfig */, + E2F009051F05B8597141D79A5583D4FF /* React-featureflags.release.xcconfig */, ); - name = "React-logger"; - path = "../../../node_modules/react-native/ReactCommon/logger"; + name = "Support Files"; + path = "../../../../../native/iosTest/Pods/Target Support Files/React-featureflags"; sourceTree = ""; }; - 6333923E1021C7C8CDEF7944830EB96C /* DevSupport */ = { + 64397211A15E56518F29A27220C51336 /* animations */ = { isa = PBXGroup; children = ( - AE23D078D262D50FC25B844B8D7BB5CA /* RCTDevLoadingViewProtocol.h */, - 9D562FD382AD4458E7F8C45EAD3844A6 /* RCTDevLoadingViewSetEnabled.h */, - 90759527A0E8926861ED5B5FB5622BAA /* RCTDevLoadingViewSetEnabled.m */, - 3F03AD007752E2F4FDA6CC79D0148493 /* RCTInspectorDevServerHelper.h */, - F1F16520A680BC08436D8977BA46FE6F /* RCTInspectorDevServerHelper.mm */, - 6092AA655F988428191B5483C823BF74 /* RCTPackagerClient.h */, - CB361F5D07AE5C7FC2C7B057F990043F /* RCTPackagerClient.m */, - C6A8346C11DF338BE58A881EAD784091 /* RCTPackagerConnection.h */, - 733F6614CAEA136219F82968A7347F67 /* RCTPackagerConnection.mm */, + 289BDFFAEE5965ED8E6B54755E485A66 /* conversions.h */, + 20D52A5CA3FEAAB624DD5FABD5F70EF4 /* LayoutAnimationCallbackWrapper.h */, + 90666F35881E0B6CF16A7F6D502820C6 /* LayoutAnimationDriver.cpp */, + 860A6C48F7BFB2F514BB891173FD0D7E /* LayoutAnimationDriver.h */, + F60384F886271F9FE990A1E05F65D620 /* LayoutAnimationKeyFrameManager.cpp */, + BA7531AA0EDD6697C7D87500F8EFA087 /* LayoutAnimationKeyFrameManager.h */, + EA92D2D183344B3DA53FE9FC7B307DE6 /* primitives.h */, + 73058D524065BD36521A8D2FAA24552A /* utils.cpp */, + A4D384B56D16CD122C5BFFBD16EFEF46 /* utils.h */, ); - name = DevSupport; - path = React/DevSupport; + name = animations; sourceTree = ""; }; - 6355B18A41AF6B92B89E574CA3084E5A /* platform */ = { + 64518A8E0CF4473016570A6879346C64 /* Default */ = { isa = PBXGroup; children = ( - 896A3FA7A77A148DACFB280C9A3CF7C2 /* ios */, + 83D688BAE219AEF357904BE257AF956C /* Base */, + 6E2900619FB10AC33BB49D8B6889281F /* CxxBridge */, + 77A10B0843654F2C18695FF6C01CF2BC /* CxxLogUtils */, + FA5D227825AB5923FACC474B9DB3F384 /* CxxModule */, + C62706AD1BF7CA5DF853101FF69F904A /* CxxUtils */, + E154B3C37FBBBA22F41876AC4AFD874F /* I18n */, + B511BCC300594DF84D6CFDF2B8F5EC1B /* Modules */, + C491125B0694A5263BA6D6B79B51B471 /* Profiler */, + FC37D3F31B7D90CFC347522DC090973D /* UIUtils */, + 23EF42F33260F492F0E1CA6A966BC672 /* Views */, ); - name = platform; - path = react/renderer/textlayoutmanager/platform; + name = Default; sourceTree = ""; }; - 641E2CDB6323325543A09069FE5B851C /* src */ = { + 66248CFBB63ACD60DC5ECBA522E1FCB0 /* Support Files */ = { isa = PBXGroup; children = ( - 37904C71164D443CC0D74EFA8BD885D8 /* fmdb */, + 56B4C070CA7B93A1F321D02E003223BA /* glog.modulemap */, + D886821B444D6CB88E03807915CB1608 /* glog-dummy.m */, + 79F230CA43B3923BA705770F29C504C6 /* glog-prefix.pch */, + 459822FB423F933D32F755CA3A5D55CC /* glog-umbrella.h */, + 0146BE1DD8D87E794B0CFD58725CC02C /* glog.debug.xcconfig */, + 6CD702447664E9814FDF64C2521FE0A8 /* glog.release.xcconfig */, ); - name = src; - path = src; + name = "Support Files"; + path = "../Target Support Files/glog"; sourceTree = ""; }; - 64F1445CBADE92E579ECBA14B89C56C8 /* Pod */ = { + 67978F3B8E4AE3641FDF6EE4F7550618 /* React-Codegen */ = { isa = PBXGroup; children = ( - 805CAD924A0F209781517065FA38E09E /* React-debug.podspec */, + 3F8788C15B11DF4D16CE2A85BE243AA0 /* FBReactNativeSpecJSI.h */, + 4AE459B4FB63DF08755386C3B4D759D8 /* FBReactNativeSpecJSI-generated.cpp */, + 033B1F5C19B781492F29A47DA4EFD3A4 /* RCTModulesConformingToProtocolsProvider.h */, + B286D2E443FD0AC7BDE2FA335AE099A9 /* RCTModulesConformingToProtocolsProvider.mm */, + 3A89BBF10BF4CF5D3C418A38D668F587 /* FBReactNativeSpec */, + 1A91472BD47D8A01B2F79E1D3BF3F435 /* Pod */, + 2202615F216E42653F37977999D037B5 /* Support Files */, ); - name = Pod; + name = "React-Codegen"; + path = ../build/generated/ios; sourceTree = ""; }; - 658E7B12679726CA3ABEE9870B689998 /* style */ = { + 6824F05EE4AE2E8974BD71AAFD1A6F32 /* Support Files */ = { isa = PBXGroup; children = ( - 4A63B19161FD8F3B43D990A16DB78445 /* CompactValue.h */, - 6A3760265E88BF8B90B0DB10086D1811 /* Style.h */, + C08BAC1C65562A0491860C45DF8E309A /* React-ImageManager.modulemap */, + BDED2FDDA75EFFC4F049DF04CA2B0B69 /* React-ImageManager-dummy.m */, + BD845FCB6E8D03B954E98CC67262C224 /* React-ImageManager-prefix.pch */, + 75BD04A47CB6E45D70FC6CC41F55E9D0 /* React-ImageManager-umbrella.h */, + BEC2935F7CAC9628D23D98B726129B8A /* React-ImageManager.debug.xcconfig */, + 047508626E4450B1D2FB80B3358F97F6 /* React-ImageManager.release.xcconfig */, ); - name = style; - path = yoga/style; + name = "Support Files"; + path = "../../../../../../../../native/iosTest/Pods/Target Support Files/React-ImageManager"; sourceTree = ""; }; - 675A214C045D7081BAB66587C9C16033 /* Pod */ = { + 684A99A16D90DD769294066B2A21E529 /* Support Files */ = { isa = PBXGroup; children = ( - BD4D919331F2B8A225E4C2B7CD2EE839 /* React-RCTActionSheet.podspec */, + A7C3FA3DEC4092F63BB39E1F2566D4BC /* React-runtimeexecutor.debug.xcconfig */, + 99E222D0C7D14CFBD1BC586704C58A9D /* React-runtimeexecutor.release.xcconfig */, ); - name = Pod; + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-runtimeexecutor"; sourceTree = ""; }; - 67A31794E53B6BC525F40FDA655AFE79 /* Support Files */ = { + 6907CB3169BA7804C5F4E250B8FC6C8D /* Support Files */ = { isa = PBXGroup; children = ( - 392044629337ABD19A980A96EE943FBE /* SocketRocket-dummy.m */, - 55EAF129AE9EBF3E5B8ADDD04496F22A /* SocketRocket-prefix.pch */, - 2A8FEE3798BADF30F49171E0D84DADF2 /* SocketRocket.debug.xcconfig */, - 42B0D629903BD9DA3D5671F95DFD42BC /* SocketRocket.release.xcconfig */, + 9833AD993B14B7CEE86ECA66FA7A7B7A /* React-RCTAppDelegate.modulemap */, + D958FC3ECB59DEF56F7A316CFF3FE5E5 /* React-RCTAppDelegate-dummy.m */, + E38250C1621C85BBCC9EA54DCC289145 /* React-RCTAppDelegate-prefix.pch */, + 401A553AA0753FF3548A286F009A8820 /* React-RCTAppDelegate-umbrella.h */, + 902581D4E30B461C86B20B03CC2F5AA6 /* React-RCTAppDelegate.debug.xcconfig */, + 9F03A2E19DD75677633924F1B93787D1 /* React-RCTAppDelegate.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SocketRocket"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTAppDelegate"; sourceTree = ""; }; - 69107B9C617A96F7F5DFF24FED461F69 /* Text */ = { + 6982589FDD1F93DB24C77311374EE474 /* Pod */ = { isa = PBXGroup; children = ( - 79E71984DE4143A1555337387EBD0473 /* NSTextStorage+FontScaling.m */, - C583A82C915E5420591989B21A2DFA18 /* RCTDynamicTypeRamp.mm */, - 8B747CA8A2B67006D7E40AFCFC1D2802 /* RCTTextShadowView.mm */, - 03895A5711EE9C617BAC4B1907550F21 /* RCTTextView.mm */, - E156A8AF9D5A1FABDDCE61C0D7B75C54 /* RCTTextViewManager.mm */, + 50DAB08AF16996E1B2836D9927C3D32A /* React-RCTImage.podspec */, ); - name = Text; - path = Text; + name = Pod; sourceTree = ""; }; - 691F9BD15A2B4B27EB2D85B93F8D6FDB /* Support Files */ = { + 69CE078C9E97757E19F00D341211784B /* React-RCTBlob */ = { isa = PBXGroup; children = ( - 385E14ACA3AE2015F20BCC0D4E7B14D5 /* React-utils.modulemap */, - 5E1B23A3D53517B81B8031131DAD4CE2 /* React-utils-dummy.m */, - F238383D6C5BFEF77C4C1E36B433A9CC /* React-utils-prefix.pch */, - 8A821C4DA69935D4FF70EA1D11278EFB /* React-utils-umbrella.h */, - B2FDA61F29729AFECFCF591992161993 /* React-utils.debug.xcconfig */, - 7890C1513BCE4D07C14C11318616E50F /* React-utils.release.xcconfig */, + FBC79A9C5A60A939EF7BBEFBE8449906 /* RCTBlobCollector.h */, + CC14D6144DA3CBC86D616E08D6D726E8 /* RCTBlobCollector.mm */, + 1371AFE6C3E17A03757544B99B0C563C /* RCTBlobManager.mm */, + 1EB0389666D3316FBF79F7AA176DAC97 /* RCTBlobPlugins.h */, + 925A2297E6EEF7197A415C4C41AE8027 /* RCTBlobPlugins.mm */, + C059BACE08D3A4EC8B1895D76B07DFE6 /* RCTFileReaderModule.mm */, + 48538C2EC79AB2B8D68E01A0404F681C /* Pod */, + F9CB7550FD5E52C38F904E2F2BA99527 /* Support Files */, ); - name = "Support Files"; - path = "../../../../../native/iosTest/Pods/Target Support Files/React-utils"; + name = "React-RCTBlob"; + path = "../../../node_modules/react-native/Libraries/Blob"; sourceTree = ""; }; - 6C4AE3ABEABE7F6C5A5D6BFE290E036D /* Support Files */ = { + 6AB929BEE45DFCB38D7F2F05B4D304CB /* Pod */ = { isa = PBXGroup; children = ( - 7DDDEB5E3DDB55031C741E694C99F097 /* React-logger-dummy.m */, - 249CFB15681A147175E65CAA782D89A9 /* React-logger-prefix.pch */, - 706854F0F45C66C706870CBAFD4800D4 /* React-logger.debug.xcconfig */, - B3D0E57B39D935A0C0F158706150FE52 /* React-logger.release.xcconfig */, + 69063AD95BA07DF28A18417CF3A1B53C /* React-callinvoker.podspec */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-logger"; + name = Pod; sourceTree = ""; }; - 6C55BAA8699DDA38868327999E69D60B /* Pod */ = { + 6BE57199DB090FF99258CF386E542C42 /* Pod */ = { isa = PBXGroup; children = ( - 00F263DDF4B9BEEB3AACF6AFC4E33CB0 /* React-jsiexecutor.podspec */, + 2AF4509521B4076AA29D6287EFE1BE14 /* React-CoreModules.podspec */, ); name = Pod; sourceTree = ""; }; - 6CFF552F9494F8D510CD50F151AC6B45 /* Support Files */ = { + 6C85D2BBAE96BC15F85AA68CEEA5FD5A /* ActivityIndicator */ = { isa = PBXGroup; children = ( - EE5148C21ACA63EE4004D2319A92055C /* fmt-dummy.m */, - B10C3B85396F60050EC6D216877C448C /* fmt-prefix.pch */, - 55F7CEF55198C79375F28B9F4D3E5813 /* fmt.debug.xcconfig */, - D75AA94A5DA8C56FF992FD4F1B6E3B52 /* fmt.release.xcconfig */, + 21E277EB0A609214CBB931D344238A64 /* RCTActivityIndicatorViewComponentView.h */, + 7B1A1BCA9AF04E480CF3A0F15DC4277A /* RCTActivityIndicatorViewComponentView.mm */, ); - name = "Support Files"; - path = "../Target Support Files/fmt"; + name = ActivityIndicator; + path = ActivityIndicator; sourceTree = ""; }; - 6E0202F61673A38C9A9A116BD3CD7F85 /* Support Files */ = { + 6CA7A5B3A37A3BD4C4189F7FB0462212 /* RCTWebSocket */ = { isa = PBXGroup; children = ( - 9E3398BDB1964857CB193BB183B52500 /* React-jsiexecutor-dummy.m */, - 1075D87F971CD623D15B829E997D869B /* React-jsiexecutor-prefix.pch */, - 7F83AFDA0097997E6824E99B559E5687 /* React-jsiexecutor.debug.xcconfig */, - 5E91727064296945ABD3359EF19A0397 /* React-jsiexecutor.release.xcconfig */, + AEB455EDDB077C84F1FFD562DFFBA54E /* RCTReconnectingWebSocket.h */, + A7E2525A0E66EF3136FD4342856314BC /* RCTReconnectingWebSocket.m */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-jsiexecutor"; + name = RCTWebSocket; sourceTree = ""; }; - 7066F8FC0F01D56A2E2D684B8B845576 /* Pod */ = { - isa = PBXGroup; - children = ( - 3DED574199E3CB36894FC7A006A65818 /* React-RCTVibration.podspec */, + 6CAF12F826A453EF88B2F103280D6381 /* CoreModulesHeaders */ = { + isa = PBXGroup; + children = ( + F40DA4337071C6A25D759BAE9D00C90A /* CoreModulesPlugins.h */, + 98D0A9133BF9CECCDCD33D1F4C38B4C8 /* RCTAccessibilityManager.h */, + 8D7C4A3E62FB0FF7DF9D127631B944B1 /* RCTAccessibilityManager+Internal.h */, + FFD4B861CCFBFBB3B9059A2DCEDE8D24 /* RCTActionSheetManager.h */, + 3B0D676D74E69A0350EF5A4FE2794335 /* RCTAlertController.h */, + 59FDF98892BF9744DCB3D5402C366923 /* RCTAlertManager.h */, + 13A658922FD40E29EEAB7D23E4D3A2BD /* RCTAppearance.h */, + E3A3132932FB8BCA22D8C2EB34C0BA27 /* RCTAppState.h */, + 890F493171D8B37E354419CA6A05C95A /* RCTClipboard.h */, + E253CA8AF57F182CDA110861DF421A77 /* RCTDeviceInfo.h */, + 93C1BA5C7F7A59628950008F9375BF82 /* RCTDevLoadingView.h */, + EDBAAC4C0FEDEB6F19329DEE85E71512 /* RCTDevMenu.h */, + 7BE42F9FEE2CC91F9B2D0CD06DCFA3B4 /* RCTDevSettings.h */, + 4059CB54B248E9CAF8D2648832EF03C3 /* RCTEventDispatcher.h */, + D078B11D9117F5852F1C821A0DD6E65E /* RCTExceptionsManager.h */, + 5732AA2AC0D6C97862F2E84E6A43D27D /* RCTFPSGraph.h */, + 5EA1F0E80816FE3C537ADE1BE9E97082 /* RCTI18nManager.h */, + 840FA9BF8D964570C73D3D561CF489CE /* RCTKeyboardObserver.h */, + E570952D2C710A3EC6A39040970B220E /* RCTLogBox.h */, + 6A49FC170B2F422E9973F529DFC94316 /* RCTLogBoxView.h */, + C60F31851CF169CE81AA452AA4663164 /* RCTPlatform.h */, + AAB226E4AB2DF48BAF6AC83AC49AC1CD /* RCTRedBox.h */, + 08A72E0FF2CF1B17D479A7069A5C1123 /* RCTSourceCode.h */, + A53C026A38554E36070D5FF7477DE9BD /* RCTStatusBarManager.h */, + A7FEE6ECF7F217445EBD97C857669637 /* RCTTiming.h */, + 2EC34A00D8B5E0E79B1DFEF7D2D5651B /* RCTWebSocketExecutor.h */, + 15E1BE174AEA123290CA37B86EFDD5F2 /* RCTWebSocketModule.h */, ); - name = Pod; + name = CoreModulesHeaders; sourceTree = ""; }; - 70A058252C1E514BA99D62EED731896E /* SafeAreaView */ = { + 6DBE07C15CE88F4964445119637334D7 /* react */ = { isa = PBXGroup; children = ( - B30A3359977ADB37189E7C739247084C /* RCTSafeAreaShadowView.h */, - 0BEAC714C523DF29D0F135E28C7C3E60 /* RCTSafeAreaShadowView.m */, - 0A57E96A714DAA52195F512DFC54B1A4 /* RCTSafeAreaView.h */, - 549378B4FD1BD4A7C4936036169366E1 /* RCTSafeAreaView.m */, - D4262CC84F1E978FD756180B54D829B9 /* RCTSafeAreaViewLocalData.h */, - 8F5BEC4AAEA7257332FCBBF7F66BBE66 /* RCTSafeAreaViewLocalData.m */, - FD61EE35F958E9A7C6960A05BA706E21 /* RCTSafeAreaViewManager.h */, - E8B428223AA302BB737E5524AA9EDF2F /* RCTSafeAreaViewManager.m */, + D4EBE8B064BC082A240389166A5EC4F8 /* renderer */, ); - name = SafeAreaView; - path = SafeAreaView; + name = react; + path = react; sourceTree = ""; }; - 70B7C8996B837BB82B8FCAC24F67D71E /* FBReactNativeSpec */ = { + 6DC4EAB150C72B78EF2BB14B3D927D2C /* ios */ = { isa = PBXGroup; children = ( - 2155C129106C706DF06BF9E6C3484524 /* Pod */, - E37FEFDC1CB35142BDDFEA3F8328A444 /* Support Files */, + 85FCE44197BB47E90228E37F0C177F77 /* react */, ); - name = FBReactNativeSpec; - path = "../../../node_modules/react-native/React/FBReactNativeSpec"; + name = ios; + path = ios; sourceTree = ""; }; - 714600016E94C377104EB8A9FE0A095D /* Support Files */ = { + 6E2900619FB10AC33BB49D8B6889281F /* CxxBridge */ = { isa = PBXGroup; children = ( - F887AFFE1354E9DF278093B95A7ACCB2 /* React-RCTVibration-dummy.m */, - 3C11CCD5B38FC12376596E695A706635 /* React-RCTVibration-prefix.pch */, - 141C949A6AE466F784D919BE14DF6D31 /* React-RCTVibration.debug.xcconfig */, - 0DC0E153E3BE20A213F45C58679ECB26 /* React-RCTVibration.release.xcconfig */, + F278184653BF83F13E9A2484D2F4F8C1 /* NSDataBigString.h */, + 6D624E232F1781DF596D0A786D21944C /* NSDataBigString.mm */, + DC46EBB3ED4F2E3ADA6C2752DF776F59 /* RCTCxxBridge.mm */, + F07D525DF93C69AEC8946C90CEB695C1 /* RCTCxxBridgeDelegate.h */, + AA29C6591A2E715C33B132EAC7AF7008 /* RCTJSIExecutorRuntimeInstaller.h */, + 79FC786FA7244B7B38C8D7E7D63FD675 /* RCTJSIExecutorRuntimeInstaller.mm */, + 2C795DB945B2C3AA8C9DB7C2065D7C38 /* RCTMessageThread.h */, + 78B7DDD1D6B4E8239B45FF43C990D36E /* RCTMessageThread.mm */, + 96C45D3F8919F8B19727DA09E333BFE6 /* RCTObjcExecutor.h */, + 7BB5D02B327460A7F87EA512F38B2123 /* RCTObjcExecutor.mm */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTVibration"; + name = CxxBridge; + path = React/CxxBridge; sourceTree = ""; }; - 71B371DF29E00482BD3719931868E382 /* Pod */ = { + 6E7AFD21AE89FB328A42BE75A736DBEE /* core */ = { isa = PBXGroup; children = ( - 4B94D73235EF292F55B2972628DC2008 /* RCTTypeSafety.podspec */, + E99066C5DDF65197FF753C23E54313CC /* CallbackWrapper.h */, + 3BD8588452A16BCC311A2F90E96B104A /* CxxTurboModuleUtils.cpp */, + 13EBFD759F626BF0B8380604322D2E84 /* CxxTurboModuleUtils.h */, + 6ACCDC510D9A68B13F2A48E358E2BE26 /* LongLivedObject.h */, + 2993AE002A77BF7B39AAE55DB661DD31 /* TurboCxxModule.cpp */, + E6AF50262FD901B97155797FE9CCADC0 /* TurboCxxModule.h */, + AF9D4809815C39CA6793B26579FDDA54 /* TurboModule.cpp */, + 3D4E8D2C968BF398ABDE0E66D90AA405 /* TurboModule.h */, + FD2B5192F4D25A120B9FBA56082E1498 /* TurboModuleBinding.cpp */, + DAA88CD24C578A8D699BEE467905F247 /* TurboModuleBinding.h */, + 522819EFAF89C9070CB50445ACD48721 /* TurboModulePerfLogger.cpp */, + 8A858627701B92C8E35A54D44F1CDF1B /* TurboModulePerfLogger.h */, + ED0263B5DB4AF04BF5391CA51E3AE6F4 /* TurboModuleUtils.cpp */, + 75F4E00A45E47775648B3C5AE641D5F7 /* TurboModuleUtils.h */, ); - name = Pod; + name = core; sourceTree = ""; }; - 7220A784E72570D3C36A8A012708D583 /* React-RCTLinking */ = { + 6ED0E8A627772310985098275F934F04 /* Products */ = { isa = PBXGroup; children = ( - AA52CA9E3A73D2B4E41AEEC51594339B /* RCTLinkingManager.mm */, - CBCDAFC3FBA334803317FC8B30F1A3F3 /* RCTLinkingPlugins.mm */, - B1E46DBF66CF745241F37EDAABF74EBF /* Pod */, - F97414FBF50AE4FE5F481983C170270E /* Support Files */, + 6FFB7B2992BB53405E6B771A5BA1E97D /* DoubleConversion */, + F4BDA69E3BCB0166D49FB679ABADCA00 /* fmt */, + 3CA7A9404CCDD6BA22C97F8348CE3209 /* glog */, + D6A3CF2FDC9D571D60BAB0281B6FA1BD /* Pods-WatermelonTester */, + 66E1BAC6CC436F67ACD51B9211A14858 /* Pods-WatermelonTester-WatermelonTesterTests */, + 1936453FF2A7E3A13063C4917C4D5598 /* RCT-Folly */, + 33EEBF1D210254B5452CE560F81C9D38 /* RCTDeprecation */, + F958876A082BF810B342435CE3FB5AF6 /* RCTTypeSafety */, + E7178FECB829C9576A3723658B07F087 /* React-Codegen */, + BD71E2539823621820F84384064C253A /* React-Core */, + E50E54D57E4CB3E0920119CF69AD9A2D /* React-Core-RCTI18nStrings */, + 6771D231F4C8C5976470A369C474B32E /* React-CoreModules */, + 37592FDAD45752511010F4B06AC57355 /* React-cxxreact */, + 6ED2C07E6AE77BBD9A6856E523EF6A06 /* React-debug */, + DE73D8A5ECB254D9D3F8C36C8D201F89 /* React-Fabric */, + 61A80F68AE163B384B7D7A9E76B6046C /* React-FabricImage */, + 971F6C319DDD4BD078954A5EF77B5BA7 /* React-featureflags */, + 5AA54A19E2135E09B9C8C0767385FD3A /* React-graphics */, + DAD8B71DF2DFCF15AAF98C06D37D5703 /* React-hermes */, + CEA45A2349847B8CEAC9ABF565A04BD0 /* React-ImageManager */, + C02EAF482D8B4DE45E3A58A25AE1FA91 /* React-jserrorhandler */, + D9F334F2E90E3EE462FC4192AF5C03BD /* React-jsi */, + F2E7C88DFCD460A4B46B913ADEB8A641 /* React-jsiexecutor */, + 2577F299FCB0A19824FE989BE77B8E8F /* React-jsinspector */, + A5B49761F8D1EB12585DD45CAA2E489F /* React-logger */, + C941106D9D54AE237C5110F5638389AC /* React-Mapbuffer */, + 60D5A56E763D6E7C4FBE797565062EEA /* React-nativeconfig */, + 1E649614D7644BF68C2F5D4CB3FBF8DC /* React-NativeModulesApple */, + 666E72807891C591E025A75410CD2A26 /* React-perflogger */, + FE7B9294FF05AAFD1653E2104E10844A /* React-RCTAnimation */, + 39D0105B481E5FB78C661496BD63B8A5 /* React-RCTAppDelegate */, + F71EBF73F354B475D465FF6DE9A66707 /* React-RCTBlob */, + DA7ABB6DD8AEACED51D63B2C774E3A63 /* React-RCTFabric */, + EEDBF403E8E0B3885E65C2741B536BC5 /* React-RCTImage */, + 802121F5B756ACBFDD6D08C36246DADD /* React-RCTLinking */, + A68E5A9B69A3BA0FD52CAF7A354EC93B /* React-RCTNetwork */, + 269BE773C9482484B70949A40F4EA525 /* React-RCTSettings */, + E6A16705C69FC7DE11C2469A4A0F8358 /* React-RCTText */, + C1A919103EAC9813D236486C34FC0A21 /* React-RCTVibration */, + 1E04881EDF02715BD6AC2C6ED3FBB37E /* React-rendererdebug */, + 1381503C42FFF460E946860A32A6F981 /* React-RuntimeApple */, + D22EED118A762A7D7BC88A4ADBB7026E /* React-RuntimeCore */, + 4F3E9C98444FA55E416B857143C48013 /* React-RuntimeHermes */, + A67E85E5F06FDA406D3A1B378BDF0C5C /* React-runtimescheduler */, + B7610E9FDE749C16C0B1CDAAF3B2DDC2 /* React-utils */, + D5C775614AC76D44CECB6BE08B022F1F /* ReactCommon */, + EB2EBC367DAD012021CB28C5D9106469 /* simdjson */, + 85A01882ED06DFEA2E0CE78BCDB204A7 /* SocketRocket */, + B1BC0D650AD4A6CB2A62DB5D7C94556A /* WatermelonDB */, + 65D0A19C165FA1126B1360680FE6DB12 /* Yoga */, ); - name = "React-RCTLinking"; - path = "../../../node_modules/react-native/Libraries/LinkingIOS"; + name = Products; sourceTree = ""; }; - 726E00515368AE52512AE8D54B41E2B3 /* Drivers */ = { + 6FB5E78A1219A291FE853E265F906282 /* Pod */ = { isa = PBXGroup; children = ( - A81311895B0481BD33D91FFCED2AFC80 /* RCTDecayAnimation.mm */, - 73333DA45A3F9CBC581F431303AF976C /* RCTEventAnimation.mm */, - 627B5EDC63D177BEA99409A9043DEE62 /* RCTFrameAnimation.mm */, - 1E76EAF8AE4C7015430FA29950F822B3 /* RCTSpringAnimation.mm */, + E6FCE774BCFCEC0A37C02233EE1A6DAF /* Yoga.podspec */, ); - name = Drivers; - path = Drivers; + name = Pod; sourceTree = ""; }; - 73386C02588558C84E8A8E765CD5B2A6 /* Frameworks */ = { + 71AB9505FE56A3AC3DF05BB98FA6F20A /* React-RCTAppDelegate */ = { isa = PBXGroup; children = ( - D4B100E1BDD3EFB580FB0A34103EB2A9 /* hermes.xcframework */, + 0C2BC45457F7B7889204A04BE2584DDE /* RCTAppDelegate.h */, + AAE64CF21F806223D54976C43C7CA94B /* RCTAppDelegate.mm */, + BDC8FAF53DD63A22F83D735BBEC79C48 /* RCTAppDelegate+Protected.h */, + A0E5972A9C9EBA5B3038586A11E0FCF5 /* RCTAppSetupUtils.h */, + 6FD6F1B6DC37EB6391F042FC9AC7E69F /* RCTAppSetupUtils.mm */, + FCAE6D5FA62309B748866975B6AA85DC /* RCTRootViewFactory.h */, + D3CD42FBDC4A9051EBFC9BBE6DB02349 /* RCTRootViewFactory.mm */, + A00FA18D84D1E9984283141983CB75AC /* Pod */, + 6907CB3169BA7804C5F4E250B8FC6C8D /* Support Files */, ); - name = Frameworks; + name = "React-RCTAppDelegate"; + path = "../../../node_modules/react-native/Libraries/AppDelegate"; sourceTree = ""; }; - 741EC4D5C6951AD871A04677EF091602 /* Pod */ = { + 71BD988D97F229A87FF011F774714D8D /* scheduler */ = { isa = PBXGroup; children = ( - B00CF38A3BBDAE78665624FD3F76DC7F /* React-perflogger.podspec */, + EFB5E0D35E76A4F34C8D5195B2051AF6 /* AsynchronousEventBeat.cpp */, + 00C9C239F8FE3A38880888D537B1808F /* AsynchronousEventBeat.h */, + 4167445C410188AABBBB4C4E2721565F /* InspectorData.h */, + C4F24837075E70019E647A6DFDD4EB4B /* Scheduler.cpp */, + BD52E6EAC24FFDEAD05FA9425D5C5A03 /* Scheduler.h */, + D97182C50F2513A513AF827227D35D9F /* SchedulerDelegate.h */, + F2164B5DB3B104B55F7AEC0D7FC1AF24 /* SchedulerToolbox.h */, + FEB18EBDB42AC349730BA29BCF965FC6 /* SurfaceHandler.cpp */, + 92308B330D7A43F94B4AD41D0FEB8214 /* SurfaceHandler.h */, + D77858FA2EBA20F1263AC750FC03FE38 /* SurfaceManager.cpp */, + D14147B88E3AAA44C3CB4E3E9B1D01EE /* SurfaceManager.h */, + 651A43C1D1C89E7F8CBDD08B496E2160 /* SynchronousEventBeat.cpp */, + DC5E287FACF5FD6F1EC1566E83AC741C /* SynchronousEventBeat.h */, ); - name = Pod; + name = scheduler; sourceTree = ""; }; - 753EC38A40CD4547331FB22F8E32C283 /* Support Files */ = { + 724B3DEDFA0F74B3AAB15146C6AE0F75 /* Support Files */ = { isa = PBXGroup; children = ( - 78A85119E0D44178EDF2881D9BDC2154 /* RCTTypeSafety.modulemap */, - 40736120A095CA75F0440E8A0ED20F32 /* RCTTypeSafety-dummy.m */, - 38E7DF30E116C16411AAFFF64899025B /* RCTTypeSafety-prefix.pch */, - 4BE32D7904D166DF4A8CAC03CDA2BE9E /* RCTTypeSafety-umbrella.h */, - B7A4C53A25458B9A43AE12561B43851E /* RCTTypeSafety.debug.xcconfig */, - D65F599E8A7A73A22CA4B920D0B050D9 /* RCTTypeSafety.release.xcconfig */, + 561C2BF4C1B754CC987BD95FC0FA1F37 /* hermes-engine-xcframeworks.sh */, + 8D07443F9F8CE58F73EE39187877455E /* hermes-engine.debug.xcconfig */, + 4148047344F184B4D856D414B9B4349D /* hermes-engine.release.xcconfig */, ); name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/RCTTypeSafety"; + path = "../Target Support Files/hermes-engine"; sourceTree = ""; }; - 75C0120DCD26A17C960290B57994B6F5 /* Text */ = { + 734385DF00F869A8A9DCB25F7D0FE59D /* Pod */ = { isa = PBXGroup; children = ( - 9E8C9D24E4C40BE8EB8E6395E845B83B /* NSTextStorage+FontScaling.h */, - 8173BD23DF5CFCD8C532B7CF7437ECD6 /* RCTDynamicTypeRamp.h */, - 9940B99CDC725DEF1502F6E2166426B6 /* RCTTextShadowView.h */, - 4B16F4341A26C2DCB0D2D4D582EB4822 /* RCTTextView.h */, - E8D29DB766B3D477C599383835DB1355 /* RCTTextViewManager.h */, + 8CC0120933FC3F3C92122A211D47CC57 /* React-graphics.podspec */, ); - name = Text; - path = Libraries/Text/Text; + name = Pod; sourceTree = ""; }; - 760D5BA90939C92D9800D346988399B9 /* Profiler */ = { + 76C3C6B0EB4CDD3ED56DD4DE72642030 /* Support Files */ = { isa = PBXGroup; children = ( - D9D384EF62A4EFA62AE902D951468563 /* RCTMacros.h */, - 101ACF51390FE0EFAACA8F5235B4FE96 /* RCTProfile.h */, - 06D1D11C73A7114294DA88607E152034 /* RCTProfile.m */, - 2960522AD9D825FC8DFF2EB9DE4DA506 /* RCTProfileTrampoline-arm.S */, - 17ECDC8B727B7E8AE9CA3ABB55BC8ED4 /* RCTProfileTrampoline-arm64.S */, - 39F6110B68033E3A4C7843A7D1134824 /* RCTProfileTrampoline-i386.S */, - 986919266487BC782E09906F21B3EDAE /* RCTProfileTrampoline-x86_64.S */, + 9046E45D1CA4C4109F20975FE05769E0 /* FBLazyVector.debug.xcconfig */, + 52DFAF9CB84CA1E1BDC56A3F71A3C404 /* FBLazyVector.release.xcconfig */, ); - name = Profiler; - path = React/Profiler; + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/FBLazyVector"; sourceTree = ""; }; - 76AE9B768C0A1DF6B099D42C14D5F62D /* Pod */ = { + 775DA0B9F25FAA620B6EE242111FCDA5 /* TextInput */ = { isa = PBXGroup; children = ( - 4253798E2F9110BD00B78B6B37B0A272 /* React-callinvoker.podspec */, + DC7BB8BEE774754AA2ABA4E7FE98E101 /* RCTTextInputComponentView.h */, + D015441B32F30C25792A1C654C1FD49B /* RCTTextInputComponentView.mm */, + 71871CA5216D720E9BCA31F7ED7CC373 /* RCTTextInputNativeCommands.h */, + 0838EA9EBC4E14FB79309CD7604BB3EE /* RCTTextInputUtils.h */, + 39F4D12A0547EEA463DA17C682F69B34 /* RCTTextInputUtils.mm */, ); - name = Pod; + name = TextInput; + path = TextInput; sourceTree = ""; }; - 76AEF25357F98EC83D61FDD50090BAC8 /* imagemanager */ = { + 77635579615CF1D052BC9DF20B4D023A /* platform */ = { isa = PBXGroup; children = ( - 273BAC191E1E7E1CD40A577D57B638A9 /* ImageManager.h */, - 7C35972EC310CBCAC2FEF122D3F5BADD /* ImageRequest.h */, - 01C7314E1BF79B0322F2F703D64C11F3 /* ImageResponse.cpp */, - 4ACF8EBBC42D2CCDE607E82B2A0BCC60 /* ImageResponse.h */, - 8F9B0B1EAE2B8DB31A484BE5FBBCB042 /* ImageResponseObserver.h */, - 6EEEAA3627F7EB52C83A7AAAA8C90BFA /* ImageResponseObserverCoordinator.cpp */, - C14AE662F1081CEBFE50FC6ED1F31734 /* ImageResponseObserverCoordinator.h */, - FDE397A5C641CDD4E51855DF16030405 /* ImageTelemetry.cpp */, - C0AF09875330CA204A4953999769E348 /* ImageTelemetry.h */, - 34F6D681AC46FA54DBECF6226D9C9887 /* primitives.h */, + 6DC4EAB150C72B78EF2BB14B3D927D2C /* ios */, ); - name = imagemanager; + name = platform; + path = platform; sourceTree = ""; }; - 76FB3F49E10BB5038F9D125F80BB5C12 /* graphics */ = { + 77A10B0843654F2C18695FF6C01CF2BC /* CxxLogUtils */ = { isa = PBXGroup; children = ( - 4D2D93EAF0401F6AA78B95CFC033EB65 /* Float.h */, - 6F6CBB91A67C88AFEA126434A8B92AA0 /* HostPlatformColor.h */, - 9237DB13960A77ECA0BCD4297F750865 /* PlatformColorParser.h */, - DFE5131CC154F5798B178C06AE138D02 /* RCTPlatformColorUtils.h */, - 687E185A811DDA93EC8C8F03DFC35D15 /* RCTPlatformColorUtils.mm */, + 7CC64A671E937AD1149E00BF8AAC2F08 /* RCTDefaultCxxLogFunction.h */, + 1D4F51217F7A23436A551FB1BF267D5C /* RCTDefaultCxxLogFunction.mm */, ); - name = graphics; - path = graphics; + name = CxxLogUtils; + path = React/CxxLogUtils; sourceTree = ""; }; - 772F0ACF7B1CD8DBC3FD9D654C24B844 /* Support Files */ = { + 783EF0CE31D3DCFC7A57A0C0ECD52B61 /* Pods */ = { isa = PBXGroup; children = ( - 8817BDE5D4564CE4853FC8D1818897F3 /* React-perflogger-dummy.m */, - B1A9F24B3A429AB2976C711126385C5D /* React-perflogger-prefix.pch */, - C28984AB1773B6A42EC3F996E97F6DE0 /* React-perflogger.debug.xcconfig */, - C07A77722640BB7F2B440CF77A80A8E9 /* React-perflogger.release.xcconfig */, + F999F8978D07FB924296B37D54A540C5 /* boost */, + 92E7D01CFA258C8C77BA8524A57741FE /* DoubleConversion */, + C770325626FBC1F743FBD2F22EC31C72 /* fmt */, + 3DC2CFD8AB13FB472599D9AEE2CCDCBE /* glog */, + 248120CA5FD7E4114C4F0F62A60B7180 /* hermes-engine */, + FE5C1FDF3515727A0670E951FDDE706D /* RCT-Folly */, + 8D28CED4153514175A936512DC2F286F /* SocketRocket */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-perflogger"; + name = Pods; sourceTree = ""; }; - 7A0F768213CCD5E05321822D4B5A0641 /* Support Files */ = { + 793AE592768F2FF4FE8BCFFBD5461C49 /* TextInput */ = { isa = PBXGroup; children = ( - F00301898C102A0AB4E310939B33B509 /* React-nativeconfig-dummy.m */, - 5CEF0A7E57180F27AFBE06741897278D /* React-nativeconfig-prefix.pch */, - 382BA11354469F899428766465F8DC3C /* React-nativeconfig.debug.xcconfig */, - C712C72CC17FA9C3B7D8235750CAF2DF /* React-nativeconfig.release.xcconfig */, + 415370226876D731C7B97EFB54012940 /* RCTBackedTextInputDelegate.h */, + 6316526F1CBE0396E9767EDFD35C9870 /* RCTBackedTextInputDelegateAdapter.h */, + FDD85087D17F29E409E05B785CAEF845 /* RCTBackedTextInputViewProtocol.h */, + 33623931DB49F9BE0BB2BEAD565E5AC5 /* RCTBaseTextInputShadowView.h */, + 8A7155EA3AC352921BE68F7BD76C6F36 /* RCTBaseTextInputView.h */, + 21754846DD83D3794B287A3D6BB4DA9C /* RCTBaseTextInputViewManager.h */, + 84D47D15D9888ECC847619622D47F370 /* RCTInputAccessoryShadowView.h */, + 8B510656AC02DF313FD0F8F0C11489FC /* RCTInputAccessoryView.h */, + 48151421313275AE47A1F36C49F1AC43 /* RCTInputAccessoryViewContent.h */, + 11F7F6FA2445CB7E109866B0BE0CC3E6 /* RCTInputAccessoryViewManager.h */, + 0F4162FD06F15F97900434A78640AA96 /* RCTTextSelection.h */, + DDB3043473A4FC0439CCC1690F6C6C38 /* Multiline */, + 3F5A3B98DAA657AE2E2B92F3DD5EF966 /* Singleline */, ); - name = "Support Files"; - path = "../../../native/iosTest/Pods/Target Support Files/React-nativeconfig"; + name = TextInput; + path = Libraries/Text/TextInput; sourceTree = ""; }; - 7AF1B91E4ECB6BA9A0D29C7FBE3727F4 /* Image */ = { + 7958B8E6307DE7DCD2B8642BC29FE308 /* Pod */ = { isa = PBXGroup; children = ( - 2BAE3190CA1859D167DFFB3441FEC913 /* RCTImageComponentView.h */, - DFC42577B47840DC2CE0C75D96F20181 /* RCTImageComponentView.mm */, + 6CFB318332DD9F15BA0F4E2A1CB54F41 /* React-jsi.podspec */, ); - name = Image; - path = Image; + name = Pod; sourceTree = ""; }; - 7BB6FC30940FCFF5A6FA78819E194369 /* Pod */ = { + 79C6C4E31B41E8EA50D9951530679E7E /* RCTVibrationHeaders */ = { isa = PBXGroup; children = ( - 94952E134B3A5940FBC418560A5DDF88 /* React-RCTAppDelegate.podspec */, + 93E465757376E937D199FB1ED68BB46C /* RCTVibration.h */, + 0829B215BF56AF5014B3A1F4D600D8D5 /* RCTVibrationPlugins.h */, ); - name = Pod; + name = RCTVibrationHeaders; sourceTree = ""; }; - 7C6FDBAE6D6FC207645A8F5519A50CE8 /* React-RCTAppDelegate */ = { - isa = PBXGroup; - children = ( - E11E3E33E0955F56F0F48196EF55E04F /* RCTAppDelegate.h */, - 777E843B168B6698630B0A0FFEF0DAB9 /* RCTAppDelegate.mm */, - 94DDB65D8A59829A18A1EF730CD0DB02 /* RCTAppSetupUtils.h */, - B86D10AC14ECDDA6A5413F7E1D9C9833 /* RCTAppSetupUtils.mm */, - 1647066500EBFAB8BCF6993C604C001E /* RCTLegacyInteropComponents.h */, - 04FBD8CB101BF5CBD4D6C139B1D2AAB7 /* RCTLegacyInteropComponents.mm */, - 7BB6FC30940FCFF5A6FA78819E194369 /* Pod */, - CBE2ED47314EDE01B6C1AA7220AE9F03 /* Support Files */, + 79E785223D174035A153EE0695AF76AE /* RCTImageHeaders */ = { + isa = PBXGroup; + children = ( + 9EA2794840FA725A97054EE3C4C201C0 /* RCTAnimatedImage.h */, + 6968091853F8202BC5D47745810C4DC4 /* RCTBundleAssetImageLoader.h */, + EADB1A8E010B5CA7F0E6C4071A9DDA92 /* RCTDisplayWeakRefreshable.h */, + B86E6473CEA7651AF56AB4A0DE22037C /* RCTGIFImageDecoder.h */, + 019948FE306C2A476268E8F263EA2122 /* RCTImageBlurUtils.h */, + 3A6A2A0A084F0C30F0774529E7FC9E72 /* RCTImageCache.h */, + 163349EF8EF0ABE776CEB5D5A72C377A /* RCTImageDataDecoder.h */, + 4242FEAF60FC3ACE3D98A5A77B65D724 /* RCTImageEditingManager.h */, + ACA2D560DF5674F43C2F0CF72BCBF485 /* RCTImageLoader.h */, + 0467EB815B94E64E6883C328F1F0F5BA /* RCTImageLoaderLoggable.h */, + C5B05D7AD22B1F14DC12650D34552F69 /* RCTImageLoaderProtocol.h */, + B0F4AFE806278086D88DF7F801882C7B /* RCTImageLoaderWithAttributionProtocol.h */, + 62F2B8A9CA2FD124CEED393804E7351A /* RCTImagePlugins.h */, + 35B3256FA995F839DF8DCEEFCF7DD785 /* RCTImageShadowView.h */, + 7672883E0F8241100C66C2D877FCFDC7 /* RCTImageStoreManager.h */, + 4279CDB721ED8120EB0EF927416392FE /* RCTImageURLLoader.h */, + 4133EE63EDE34BEA9FC63C4BB4801169 /* RCTImageURLLoaderWithAttribution.h */, + C0C96A892BD79DFF4E7AD6082E8D7F4F /* RCTImageUtils.h */, + 9DB28E8C209A78E622C0305EEB0B8A19 /* RCTImageView.h */, + 6678C1864A2A92768BBDC1C215172196 /* RCTImageViewManager.h */, + 14631AAC5EAA775CD7C68A1D2E2D51C0 /* RCTLocalAssetImageLoader.h */, + D47708686F705FA831C439C1F56306F5 /* RCTResizeMode.h */, + 23F1171EF1ED7FAD36769DFA9AE002FD /* RCTUIImageViewAnimated.h */, ); - name = "React-RCTAppDelegate"; - path = "../../../node_modules/react-native/Libraries/AppDelegate"; + name = RCTImageHeaders; sourceTree = ""; }; - 7D4316BF8EA37DA1EEADD8FE0ECE3A7C /* React-callinvoker */ = { + 7BD5E4D43BF00F3F339A867FCAD643D8 /* Support Files */ = { isa = PBXGroup; children = ( - 83C66314D5036D28EFB711134A0B6653 /* CallInvoker.h */, - 2DD8A007174CC4372DF41C4E1E4944B8 /* SchedulerPriority.h */, - 76AE9B768C0A1DF6B099D42C14D5F62D /* Pod */, - 53DE87F9D7A650E912178455BDD76F59 /* Support Files */, + D8A9743F92811B06400AED3B4A0C3135 /* React-RCTNetwork-dummy.m */, + 108A53F43BD5185295474605F7659C5C /* React-RCTNetwork-prefix.pch */, + 55F26557222F60DEF94D6A5C8A9D24F9 /* React-RCTNetwork.debug.xcconfig */, + 7C910125B6ECED6233B803D062331A90 /* React-RCTNetwork.release.xcconfig */, ); - name = "React-callinvoker"; - path = "../../../node_modules/react-native/ReactCommon/callinvoker"; + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTNetwork"; sourceTree = ""; }; - 7D849897691AFB117A9F5B585E45FD33 /* Pod */ = { + 7C1A3D49344E732F8B3C50E94B38EBAC /* Surface */ = { isa = PBXGroup; children = ( - 51701964691A180E0C6EAC8002313256 /* React-jsinspector.podspec */, + E625C620A161CC1506E07E4C53FC7859 /* RCTFabricSurface.h */, + 56BBA94041D86275E476DAC1DD401197 /* RCTFabricSurface.mm */, ); - name = Pod; + name = Surface; + path = Fabric/Surface; sourceTree = ""; }; - 7DEE1304A58B9219774C7DD0B70878DB /* DevSupport */ = { + 7D7FC175BD5F32AB7F726B6D215C834E /* attributedstring */ = { isa = PBXGroup; children = ( - 6333923E1021C7C8CDEF7944830EB96C /* DevSupport */, - 43FEDAB00A07BE88C995FADCF4DF538C /* Inspector */, + F8E43EE33594D104C5EF3813E34DEAFB /* AttributedString.cpp */, + AE414480637A9BC7CFC2B70C16C12024 /* AttributedString.h */, + DA46A7224AD028908740366CEBA9D908 /* AttributedStringBox.cpp */, + 2415A1FAF902321B20BE9690DAF25F46 /* AttributedStringBox.h */, + 4F2D0D22F314D7C2DE88B31A3FC2C571 /* conversions.h */, + 52332B91843419E05974FD7AA782856B /* ParagraphAttributes.cpp */, + 732337B1201688C67D6881C87C976B08 /* ParagraphAttributes.h */, + D469751A218330A8AA5F4F551ED6F9A5 /* primitives.h */, + 296D3832DB6A00F26BCB4D9A491A88E6 /* TextAttributes.cpp */, + 2D3B7CA09D694AABDB4E6816701346CC /* TextAttributes.h */, ); - name = DevSupport; + name = attributedstring; sourceTree = ""; }; - 7EDEF4414B26D038CAEE5B50512AC367 /* React-jsi */ = { + 7D83EBCBEB0E38F249D38F10862CE71D /* Support Files */ = { isa = PBXGroup; children = ( - C09644ADBC2423D39ED12083CF0A65F7 /* decorator.h */, - A5F36D17C38CBCD1A91A51B245385D11 /* instrumentation.h */, - 14930D1B14828D717D0D9D0D72068EAC /* jsi.h */, - 9898E819A0AE71C2E88FEF40FD58C904 /* jsi-inl.h */, - 47D528B4E4A646A727E4AFE954C8B39B /* JSIDynamic.cpp */, - 24C8BEBDCC0114CCA29E7C37558713FA /* JSIDynamic.h */, - C852F6A82B1C9B49E8959A95598B41DD /* jsilib.h */, - 7BD77C9621D738C8B0BD2C5BE6018606 /* threadsafe.h */, - F5E1A589C2930126682D5B5B630A8A4F /* Pod */, - 578D38B1ABD7D1DCCA4A9413BC8E606C /* Support Files */, + 0EEA744CEB6248472C8D4DCFAB2E718C /* React-Mapbuffer-dummy.m */, + CFF243F787BCE91857A23806EAB84741 /* React-Mapbuffer-prefix.pch */, + F0EA3D90914575269885513BFC07386C /* React-Mapbuffer.debug.xcconfig */, + 8A80985843E4723FCDE8D548AB93AC54 /* React-Mapbuffer.release.xcconfig */, ); - name = "React-jsi"; - path = "../../../node_modules/react-native/ReactCommon/jsi"; + name = "Support Files"; + path = "../../../native/iosTest/Pods/Target Support Files/React-Mapbuffer"; sourceTree = ""; }; - 7F487A02573CBE1B7BF0E5CA766C7C63 /* CxxLogUtils */ = { + 7E05F7C425E3CCB8082C8310554F37F8 /* React-jserrorhandler */ = { isa = PBXGroup; children = ( - 5B98F2729B2CBE9FBDD8E7C5F1F1A079 /* RCTDefaultCxxLogFunction.h */, - 12809A33B04A1B77576FD5CBCCA5B007 /* RCTDefaultCxxLogFunction.mm */, - ); - name = CxxLogUtils; - path = React/CxxLogUtils; - sourceTree = ""; - }; - 7FE3E8666D501604AF45B0FF0DC76869 /* SocketRocket */ = { - isa = PBXGroup; - children = ( - 4C6623535C72D8A8752358B6D6DFE52F /* NSRunLoop+SRWebSocket.h */, - 0E98A274C8C924C1950A31709CE4112D /* NSRunLoop+SRWebSocket.m */, - 0F4C23DEED559A01BE27AC452B8EACE0 /* NSRunLoop+SRWebSocketPrivate.h */, - 0D0E1BB43E08278A66E6D67A309DC7FF /* NSURLRequest+SRWebSocket.h */, - D4280559EBF9AF1124F4A2BDB425BEF4 /* NSURLRequest+SRWebSocket.m */, - 6EB93E29BDEF3614A2A41739BD1C4B93 /* NSURLRequest+SRWebSocketPrivate.h */, - 80B5138BBBF483FA2760AA49D44B360A /* SocketRocket.h */, - 6A5406F1C753D11F9F2E0A254C41AFE9 /* SRConstants.h */, - E8A2608BD99159E7A9B863CE4AFEE469 /* SRConstants.m */, - 2EC8FFAE4299F99FD43FC1FEA8E725A6 /* SRDelegateController.h */, - 8FC387EFCE014FAF17E2D6BDF9787FDF /* SRDelegateController.m */, - F8725FB4E8C4A14CFA0A19324C01B96E /* SRError.h */, - 73B8351680F29D13CB5DFD6E5F8D49C7 /* SRError.m */, - D5BA7344FCD874E593DEBDD398062C25 /* SRHash.h */, - C9D96207916DA5E3CA07E4D4D9FE43F9 /* SRHash.m */, - 10E61E412AD9116064A2149983C449D2 /* SRHTTPConnectMessage.h */, - BC6F3B1B16909B07D94077B315D02BE5 /* SRHTTPConnectMessage.m */, - 85B42436F556BCCCFC562FACAD47BB13 /* SRIOConsumer.h */, - F76BC79B20A535D4A3469463161C1DAE /* SRIOConsumer.m */, - 0C18AF02BEB6614EA19FD9BE402DB38A /* SRIOConsumerPool.h */, - 63F7A0B0F9129433C6B7861A1118AA29 /* SRIOConsumerPool.m */, - 0191408BF29F7A5A68F33D9487EDB4BD /* SRLog.h */, - 9C15AB64D2CF56C60715CAFBF21DE94A /* SRLog.m */, - 5BA7E10D4033AC3E54B276D8074DFAB1 /* SRMutex.h */, - 650A0535294A88B11F539285627ACBF5 /* SRMutex.m */, - 9F01BBE88AD13936DEE6F79896AC45A6 /* SRPinningSecurityPolicy.h */, - 88432D35984F2B6CC3039932BAAC077A /* SRPinningSecurityPolicy.m */, - 1AAF4E39FF5715370052311595AFAFB7 /* SRProxyConnect.h */, - 6611E436DB82C5C87EAC2304EED9C89C /* SRProxyConnect.m */, - FBE9454AD5568363E38B7ACBFF33426E /* SRRandom.h */, - FCC7D500FEE59DDF05BB1F04C7A48350 /* SRRandom.m */, - 6E021E020F886CD10853335829340B12 /* SRRunLoopThread.h */, - 765C7CFA1C59EC19A4C0FF164AF4A5DE /* SRRunLoopThread.m */, - 553E6E80A66DC94AFEF027C1F5365AAC /* SRSecurityPolicy.h */, - C714425D1A0769C0A8EF7E0B0A55171B /* SRSecurityPolicy.m */, - A0859146A61222BD2F79C2DE47D6D820 /* SRSIMDHelpers.h */, - 116E6C95887FCF0D95175CC985B1B01E /* SRSIMDHelpers.m */, - A49F813D9D0AAE8A6FA041CBF564263A /* SRURLUtilities.h */, - 7E9CF34DB0A40FE0B38D0206FF044BF0 /* SRURLUtilities.m */, - CF92F42092EB36695F83C0F36D470CE1 /* SRWebSocket.h */, - 04FCD1EE1371F2A680848DFA9B59EF14 /* SRWebSocket.m */, - 67A31794E53B6BC525F40FDA655AFE79 /* Support Files */, + 7962560BAE3A465763EDEF2274FEB730 /* JsErrorHandler.cpp */, + 12A7093733E6C2A1819EAFD7B6275C0B /* JsErrorHandler.h */, + 58CA7196E8751E8894DE84A24929D757 /* Pod */, + C84EDCEBD7C570455A4C055316344D44 /* Support Files */, ); - name = SocketRocket; - path = SocketRocket; + name = "React-jserrorhandler"; + path = "../../../node_modules/react-native/ReactCommon/jserrorhandler"; sourceTree = ""; }; - 8002B54F4954CAF911C18644073F5418 /* Support Files */ = { + 7E346AB60CB1FC2D6B701E705FA393DF /* Support Files */ = { isa = PBXGroup; children = ( - 05581BD7976E7969453D839EC032A956 /* React-rendererdebug.modulemap */, - 6F5F5D20BA122C76AFE8B05864EC41DD /* React-rendererdebug-dummy.m */, - ABA9DAF7216D5434C3734CFC506B77F9 /* React-rendererdebug-prefix.pch */, - 780528A93F95F2B9E2AEFD29BEDA5617 /* React-rendererdebug-umbrella.h */, - 4FD5D93DE8D8A02EAF72CAD6D08FD538 /* React-rendererdebug.debug.xcconfig */, - 70A660A433893076BF40553B1A465E68 /* React-rendererdebug.release.xcconfig */, + 4C138289B336DA780427BF289634EA74 /* RCTRequired.debug.xcconfig */, + C31DDCFAF4110E35C011007CE400A3D4 /* RCTRequired.release.xcconfig */, ); name = "Support Files"; - path = "../../../../../../native/iosTest/Pods/Target Support Files/React-rendererdebug"; + path = "../../../../native/iosTest/Pods/Target Support Files/RCTRequired"; sourceTree = ""; }; - 805E6C5AB342BE8239A5A33731E7FE5B /* I18n */ = { + 7FBA2D61D286C0E2919CE63143A0D2AC /* InputAccessory */ = { isa = PBXGroup; children = ( - 0B83753E5239302FC4F6CAD67C4FA541 /* FBXXHashUtils.h */, - A9222969F85A2C3BDF4896C5A52B97BC /* RCTLocalizedString.h */, - 32658BCA29C994A5FD5161246ED8ADD0 /* RCTLocalizedString.mm */, + B357588581A44158631A618472611CF2 /* RCTInputAccessoryComponentView.h */, + 20FCC48835414C2B85BB6A73AECE0309 /* RCTInputAccessoryComponentView.mm */, + 0DE9453C0D97B2C7CCEC65A7D9965FF8 /* RCTInputAccessoryContentView.h */, + E0E6784EF6FD3D1F4FC47BCD8E352359 /* RCTInputAccessoryContentView.mm */, ); - name = I18n; - path = React/I18n; + name = InputAccessory; + path = InputAccessory; sourceTree = ""; }; - 81BD733518C9FEC7C2340027AD4206D1 /* Support Files */ = { - isa = PBXGroup; - children = ( - 025B23A89FFF9457C263457184F28EA5 /* React-RCTNetwork-dummy.m */, - AA7333B81E84D2EA535D1596369F4922 /* React-RCTNetwork-prefix.pch */, - D5E2D655632DF98776A67D706DE45D97 /* React-RCTNetwork.debug.xcconfig */, - 0F32636822E4598FCE3B0C5405F795C8 /* React-RCTNetwork.release.xcconfig */, + 7FD492DBED5762ED1C9C9342B5CDF8B1 /* text */ = { + isa = PBXGroup; + children = ( + BCB964356FC077875C6D5B2218AF31AE /* BaseTextProps.cpp */, + 86C40F819940022A549E70BECA41B61A /* BaseTextProps.h */, + 4D0CA4B3C631CF1CCBBF61F2587F57B7 /* BaseTextShadowNode.cpp */, + 0D6775356C3C08E3F8AEEA4E5D9A9A05 /* BaseTextShadowNode.h */, + 4F46D9F3383D17EBE93722534A1D68D4 /* conversions.h */, + 9E725BADB6EC401BE33F493BD4BE2793 /* ParagraphComponentDescriptor.h */, + AC1448E3360F6A62DEB6D6BE3EACB26A /* ParagraphEventEmitter.cpp */, + 804154B57731765E15D5EEACEF594E8F /* ParagraphEventEmitter.h */, + 46EA19D378721E8E4D853840E6430E2C /* ParagraphLayoutManager.cpp */, + 92EE42BB2B8D888B92EDD257DA21325E /* ParagraphLayoutManager.h */, + 343040AFE22D6B494755190C0C2FC6FF /* ParagraphProps.cpp */, + 3C7A8CC093D61D93FAFE2A423F9CE0B7 /* ParagraphProps.h */, + 11F2C5264D76056FDC6FDCEE75FEEE82 /* ParagraphShadowNode.cpp */, + 0AA655BCC979429F0F18E3B0FA7422BD /* ParagraphShadowNode.h */, + B1D124CF8B584CB0F39373CE1FD657A6 /* ParagraphState.cpp */, + B8E9BBBEFDC785C048DDEF9EA28FFED5 /* ParagraphState.h */, + C3828F219A5F2BBBA5BAAA63512AB034 /* RawTextComponentDescriptor.h */, + E66752688584187D6864081ED411C01F /* RawTextProps.cpp */, + E4FDDD56EA9FAE7E380A57693269B4F0 /* RawTextProps.h */, + 5C3154BBEBE29BF292E5169F75CBD889 /* RawTextShadowNode.cpp */, + AE55EB0D8F0641B6A3B9BC048B6A5DF7 /* RawTextShadowNode.h */, + 6D7520FE4D76AC547890B7D6B4C69894 /* TextComponentDescriptor.h */, + CF8779EB6F6185F6C461B3A8E5F7DD3D /* TextProps.cpp */, + 89D75BA444F9A4BBB02531A804E2707A /* TextProps.h */, + 7D0C7E3FC36DCB52EB03EDF13AE747FE /* TextShadowNode.cpp */, + 34DB7C7BB2A350937253113F587A18E4 /* TextShadowNode.h */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTNetwork"; + name = text; sourceTree = ""; }; - 81DAFB92D7F08DDC632420589C929952 /* Pod */ = { + 801DF56A3B3444504F8B94B2E6A7BF4C /* Pod */ = { isa = PBXGroup; children = ( - BABC943720A5FCB335EBE8D43B89A720 /* React-jserrorhandler.podspec */, + AEC9AF86778FE1E50193C715FFD9DE49 /* React-debug.podspec */, ); name = Pod; sourceTree = ""; }; - 82DCABD26B75A8F6EF728F709B8451B4 /* Support Files */ = { + 832F23A26CFB74B21AC27D84BFD847D5 /* VirtualText */ = { isa = PBXGroup; children = ( - A9D8F1F3F8D96C8E7B0E9B2267709293 /* React-RCTFabric.modulemap */, - 95C9003EDC3841218F45A8A960B7EF53 /* React-RCTFabric-dummy.m */, - 75CAD98E68F2A73B225A2936B77D0FD3 /* React-RCTFabric-prefix.pch */, - DB9B635FAD04D66A007D13D4D975D882 /* React-RCTFabric-umbrella.h */, - 24051836E27483825A27202E27846EFD /* React-RCTFabric.debug.xcconfig */, - 53EB300919F9788E480F3C3EF281793A /* React-RCTFabric.release.xcconfig */, + FF822F0F4BB64652EAD4246D353613C0 /* RCTVirtualTextShadowView.mm */, + C5868FE71D3976986B3E0F19F4316F71 /* RCTVirtualTextView.mm */, + F7CB0C6D6849C6DA8C5BCBFA3B2651ED /* RCTVirtualTextViewManager.mm */, ); - name = "Support Files"; - path = "../../../native/iosTest/Pods/Target Support Files/React-RCTFabric"; + name = VirtualText; + path = VirtualText; sourceTree = ""; }; - 82FFAB69A54E732DD8E43763A627DD9A /* scrollview */ = { + 838544A1D1A3EC2F8C1F335A6B00984D /* React-RCTLinking */ = { isa = PBXGroup; children = ( - EE77C411A9286967E00DDB48CE1A0F49 /* conversions.h */, - 3DB6A0B07C043B148DEF8CC226BB3044 /* primitives.h */, - 11541763C18AC40030E69AE465DDB1B3 /* RCTComponentViewHelpers.h */, - B5EBCC3D2289ECDA8F85B26D5A519E56 /* ScrollViewComponentDescriptor.h */, - 28D12FD1EC1B1100F16438A55E2DCCA8 /* ScrollViewEventEmitter.cpp */, - B5C2872FDD5279CACE999E4E21B94C44 /* ScrollViewEventEmitter.h */, - E6741D6B9DDD980EAAB7EB06A7CABE92 /* ScrollViewProps.cpp */, - F6AD95AFD118211F97AD99A9E6FBBD22 /* ScrollViewProps.h */, - ED40EADF35BDA5C6066D2AF68B28B051 /* ScrollViewShadowNode.cpp */, - 25E7490BC4984215D4251338571C7634 /* ScrollViewShadowNode.h */, - D32AB10FC983D93A0BE1E0065610AFAD /* ScrollViewState.cpp */, - BAD53F5E7AB2BF032E4F717B1891D3A9 /* ScrollViewState.h */, + 12BBC4125F0A832B58555EA01B639783 /* RCTLinkingManager.mm */, + 03DD688F3EE201B455FF2DD77C7D1A1E /* RCTLinkingPlugins.mm */, + DBAFEAB2E7C7332DA31C98708F3A9637 /* Pod */, + 86DDD184A290FDA3E9AD90717E21D65B /* Support Files */, ); - name = scrollview; + name = "React-RCTLinking"; + path = "../../../node_modules/react-native/Libraries/LinkingIOS"; sourceTree = ""; }; - 83A2A9E0FD52C3C48697415CA7FF4575 /* UIUtils */ = { - isa = PBXGroup; - children = ( - 80C03628737B44D3A71BB38B264F1CC3 /* RCTUIUtils.h */, - 591F6821058A96A64A16061E1AE17F0C /* RCTUIUtils.m */, + 83D688BAE219AEF357904BE257AF956C /* Base */ = { + isa = PBXGroup; + children = ( + 5627C2F1A2A3B2FFA118B0BD3069A5B9 /* RCTAssert.h */, + 32208C8C13E5E8750C70406B6FADABA1 /* RCTAssert.m */, + 9472948FA5D6097F7AAF46BA5247C4C0 /* RCTBridge.h */, + 8CDDE02E3DE33048B69564671CBA6D96 /* RCTBridge.mm */, + 0F9298A1BC8933244F1905CC7B380EA1 /* RCTBridge+Inspector.h */, + 83E8DBA50CF66D81EB39C5BF3384B3D3 /* RCTBridge+Private.h */, + 43E01084CFFDCD00B181AAEBF7F6EC46 /* RCTBridgeConstants.h */, + E4216CD44D8D54D9837A48C53488FC2E /* RCTBridgeConstants.m */, + 2AF790ECD36E6DBEB706E9E072597102 /* RCTBridgeDelegate.h */, + E598B862EA984799230DF69702BF2488 /* RCTBridgeMethod.h */, + 7E589066D508A38B86B7F0F4BC726DB0 /* RCTBridgeModule.h */, + 367ACA1132BAD5F80E6CE0171064F750 /* RCTBridgeModuleDecorator.h */, + 2DEEED6BBD30D6FA84E9F8A0F6D3BFB9 /* RCTBridgeModuleDecorator.m */, + DAA6445F1F3582CD4A38F23C8E688A65 /* RCTBridgeProxy.h */, + AEC06D85B7F38501A5719E0618BBDCB6 /* RCTBridgeProxy.mm */, + 4A1561C46AF8A258D7CDA8942E5C9828 /* RCTBridgeProxy+Cxx.h */, + CC1AF02076781F56494CFE9B171135BF /* RCTBundleManager.h */, + 86F28687E953C2F68F76CE4BB56DE52A /* RCTBundleManager.m */, + E3339D6705C5DCAD1A55DFC2EA80C646 /* RCTBundleURLProvider.h */, + 485B66F0206CCA9ACBE8269CA49B3639 /* RCTBundleURLProvider.mm */, + F275D02F7C84889FF25195DE592C2875 /* RCTCallableJSModules.m */, + 830AFFE41A7F0C0AA095F4DB57B6BD4D /* RCTComponentEvent.h */, + 41E25EEE9BD95F7330BCB968457D0541 /* RCTComponentEvent.m */, + 6AAB3F0857A0C2C40FE99C2A4ED8BB69 /* RCTConstants.h */, + 8DF8D4CCED43409861DD2CA66CD7733F /* RCTConstants.m */, + AA1553BA7C531B0C6FB8F13D06F2F39B /* RCTConvert.h */, + B5CA3E3C33E4FE87189CA5272539AA13 /* RCTConvert.mm */, + E727F73300B53155B530D74924AD2BA8 /* RCTCxxConvert.h */, + 182B0C702A35C8585E02CD20E58ABF79 /* RCTCxxConvert.m */, + 30162323761B1AB1D7A828CC5D1BE36F /* RCTDefines.h */, + 69B9588066B95155E4417D77327555CD /* RCTDisplayLink.h */, + E590E42E80DFE90E35C644EC5BA97D77 /* RCTDisplayLink.m */, + BAB8070C18EDCE8B518A4AD6B7ABA7D4 /* RCTErrorCustomizer.h */, + 735E5FCEACBC787C7FF33D2B0A5F3CAD /* RCTErrorInfo.h */, + 6A69BE346BCF36781D025E02DA26992E /* RCTErrorInfo.m */, + D0FF6F026B2F3AD02FA2F0B47E571D6B /* RCTEventDispatcher.m */, + 5216E04A7C94A5B08BF8F3BD20CDAAD7 /* RCTEventDispatcherProtocol.h */, + 53B4E188053652EA7D2E30691509AA9F /* RCTFrameUpdate.h */, + FAF931EFC80EAFDA3EA6E9A6F62665B8 /* RCTFrameUpdate.m */, + DD12CDD757C637C9F44622EFFFFB58B1 /* RCTImageSource.h */, + 06AB36FC020F2569C74A4684B6B4CD49 /* RCTImageSource.m */, + F65EDF84A53562B923789233A6319309 /* RCTInitializing.h */, + BD57ADA2122AD9C7A9EA86F634218B28 /* RCTInvalidating.h */, + BAD62DA0698330C52546D1DD499A6B27 /* RCTJavaScriptExecutor.h */, + F488B5803551A7C6E8D0B3F34C4823D0 /* RCTJavaScriptLoader.h */, + 1CBBEDCDAA1BFA365580787F950200AD /* RCTJavaScriptLoader.mm */, + FF16234911D787047083140DEC397AC5 /* RCTJSStackFrame.h */, + 7B71C59B43EE3845C93BBDBA007C75CA /* RCTJSStackFrame.m */, + 93E43D1F91E0AD0BD2B3B8127C452C9D /* RCTJSThread.h */, + 4C4CB2CD0399561C3717DBAB197899E7 /* RCTJSThread.m */, + 9EA652E4CB7DDC6698F42743A59CB48F /* RCTKeyCommands.h */, + 82667B9482B97C6E5629E4F6381B1965 /* RCTKeyCommands.m */, + 39650BDAA0AACD5B404A81046E1DC6C8 /* RCTLog.h */, + 4695EA457448E4B94A1CB1A54D7440C3 /* RCTLog.mm */, + B3842DDC8C8C33A9D3DB8FB30835698E /* RCTManagedPointer.h */, + 032ED6B89EEB973216298316E5766563 /* RCTManagedPointer.mm */, + 89BF32B08D57FC97C721EFC866E0143F /* RCTMockDef.h */, + B1F4D64B534E21B5E81E8A4107B004EE /* RCTModuleData.h */, + 13A1EDC09A69ED3292AAE26A206851F9 /* RCTModuleData.mm */, + 7AB9D50DBC3A7605124A8AC121341CFF /* RCTModuleMethod.h */, + CB62AF8BE005DE4640777FBFF95866BF /* RCTModuleMethod.mm */, + F969DDD826E4A83C1AAE180C9E9DB314 /* RCTModuleRegistry.m */, + AFB08F045558C6DADC89C84CC798C71B /* RCTMultipartDataTask.h */, + 416D956A2968ACC6583A761D4976F6FF /* RCTMultipartDataTask.m */, + AF67768C4A075A1A0B7A20EF50D517BD /* RCTMultipartStreamReader.h */, + 65125E07440A02A058E96A2DAE8C8438 /* RCTMultipartStreamReader.m */, + 5181AFE5FC05B015D0F98EAB49991236 /* RCTNullability.h */, + 002E6C786A97F7958FC7E860BB5B4D1D /* RCTParserUtils.h */, + AD13EA361260D530BA7944F0CFC046E1 /* RCTParserUtils.m */, + 6196FA4E5DE772F34B620947921AB6EF /* RCTPerformanceLogger.h */, + 5FCFFA906B90C33953D846D226E2DF4B /* RCTPerformanceLogger.mm */, + 25CB321AD79DD7DE8F00445FA9998552 /* RCTPerformanceLoggerLabels.h */, + DFA83A2FCE36D7B3F4FF4946AC4AA3C5 /* RCTPerformanceLoggerLabels.m */, + D6AA075D0670043A067B8F82481DEBA1 /* RCTPLTag.h */, + 0EAB4DE45806E1FB41C909B6AE2B53C2 /* RCTRedBoxSetEnabled.h */, + FBC253E87364123EF03ADC474B7364C8 /* RCTRedBoxSetEnabled.m */, + 7DF60B1D14EECCD8446FC1A15E8766B4 /* RCTReloadCommand.h */, + 87D33A3159E4827D6FAE051C897E7019 /* RCTReloadCommand.m */, + BD8C1858F1B1566DD6C1B389057F984F /* RCTRootContentView.h */, + 0E9B6C8F56601C7A8963DC42032FDCD4 /* RCTRootContentView.m */, + E54B7595EDCA1E1302CD4C135A4612AA /* RCTRootView.h */, + FDAA60177E608D75C530E2C86C1BD33A /* RCTRootView.m */, + 5675EDF737917D753E24442B6327797A /* RCTRootViewDelegate.h */, + D51CB71E6C720763C7DFC73A256D9796 /* RCTRootViewInternal.h */, + 74C292E04485F2E866A8C5507A5B0F9B /* RCTRuntimeExecutorModule.h */, + 9F7378714B1A2275988B900E389392EE /* RCTTouchEvent.h */, + EC17C0D5E26D47755381DCEAE6861774 /* RCTTouchEvent.m */, + A6D702ACCFE3931509F2790C6E153783 /* RCTTouchHandler.h */, + 52350E9ADA2301F7191C925F1DCDD5BE /* RCTTouchHandler.m */, + 875E97EA9D0677F39C4C3599772B2F46 /* RCTTurboModuleRegistry.h */, + 3FE4624E81D0E4F7D216C71603A6BB12 /* RCTURLRequestDelegate.h */, + 0E27D0C1422F9594DB63A196340A1C0E /* RCTURLRequestHandler.h */, + DDE9E8B67A4B7CFB8776B906B7C48F53 /* RCTUtils.h */, + EC80A594ED6C17D4D0B191D585BE4089 /* RCTUtils.m */, + F9317E9FDB1763149AA85D21D664A706 /* RCTUtilsUIOverride.h */, + 1D239EA1163C5886418BBB97A80CD68C /* RCTUtilsUIOverride.m */, + 2C090425A0AC38F41F277453CBF5B235 /* RCTVersion.h */, + A0F0DECC4F2AEFAABCD0C3A4F368C487 /* RCTVersion.m */, + A322F1AA7B7D88649BEF8224A0A6AC08 /* RCTViewRegistry.m */, + AA25987508F4BAE6AA27F3B382C0C89A /* Surface */, ); - name = UIUtils; - path = React/UIUtils; + name = Base; + path = React/Base; sourceTree = ""; }; - 8876AED6807C6A6024555F0A1CC4E8D5 /* React-jsinspector */ = { + 85FCE44197BB47E90228E37F0C177F77 /* react */ = { isa = PBXGroup; children = ( - 5E9525285DE7734F8E8D714F31CDA2FE /* InspectorInterfaces.cpp */, - CDD6F0BABD3AFBF042C6FA8825ECC31B /* InspectorInterfaces.h */, - 7D849897691AFB117A9F5B585E45FD33 /* Pod */, - 58DDD3AD40A2C25B93C443EAB617BEE2 /* Support Files */, + 2351ACF698FB84D4D4492C2551003B4E /* renderer */, ); - name = "React-jsinspector"; - path = "../../../node_modules/react-native/ReactCommon/jsinspector-modern"; + name = react; + path = react; sourceTree = ""; }; - 88C4E64B9A80ECD9DF25A76D920FB7CA /* RCTNetworkHeaders */ = { + 86DDD184A290FDA3E9AD90717E21D65B /* Support Files */ = { isa = PBXGroup; children = ( - 47FD033FCC2D429D1A9939A5416545E1 /* RCTDataRequestHandler.h */, - 4F3094A544C3026E7F82EC94992F113E /* RCTFileRequestHandler.h */, - E6ABB1309B7457225089DC01EAFE67BA /* RCTHTTPRequestHandler.h */, - 734D9F0FA9A9FB197685848BF923D2FB /* RCTNetworking.h */, - C599CC2CE22600D1E1E5AFF46E820E12 /* RCTNetworkPlugins.h */, - 66FCB356E455D7FB88353478B8F586E0 /* RCTNetworkTask.h */, + 0105FEC655FAF723FA2D179AFF610513 /* React-RCTLinking-dummy.m */, + 0AD8F1840702844270F2F2AB1CEEAE08 /* React-RCTLinking-prefix.pch */, + FA6E512F724BFB0B3D270261962078F8 /* React-RCTLinking.debug.xcconfig */, + 8C190024D996EF72661EA3DECD88FD76 /* React-RCTLinking.release.xcconfig */, ); - name = RCTNetworkHeaders; + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTLinking"; sourceTree = ""; }; - 890A311BE3DC2F89E16EEB42A9B9AF2D /* React-runtimeexecutor */ = { + 8881F374EF5A07A909ED7FC6E54D4926 /* Pod */ = { isa = PBXGroup; children = ( - 547319AB77058C6EE5CA58C533874E46 /* RuntimeExecutor.h */, - F716F9B47B1EBCAC9B11985FBC3AD0A1 /* Pod */, - 27CE2B49428E878F632B0D99B4688881 /* Support Files */, + 09E3B1D3DA53A6062C5B417F4010FF1D /* React-RCTActionSheet.podspec */, ); - name = "React-runtimeexecutor"; - path = "../../../node_modules/react-native/ReactCommon/runtimeexecutor"; + name = Pod; sourceTree = ""; }; - 896A3FA7A77A148DACFB280C9A3CF7C2 /* ios */ = { + 88F775F3830FCCD985633F79D022F25B /* Pod */ = { isa = PBXGroup; children = ( - E6B40CCC77D1B5CDBAC81AACE1D3661B /* react */, + AFC58F8C987D57066ED35DEFA2DA396E /* React.podspec */, ); - name = ios; - path = ios; + name = Pod; sourceTree = ""; }; - 8B20A2491047CDAC516FFC87DF0BD2F6 /* Support Files */ = { + 891A72B2B54F324453B6DF695B8101DD /* leakchecker */ = { isa = PBXGroup; children = ( - 235ECC6D6A5F436BEEB8E4FC15B1D860 /* React-hermes-dummy.m */, - 3ED677F09E4433126977D05F0BF41961 /* React-hermes-prefix.pch */, - 77C3F4E74C829BADF2A245490EDC87ED /* React-hermes.debug.xcconfig */, - B994B4147CCBDBF276B614924C392519 /* React-hermes.release.xcconfig */, + 550DDF0017EBD296665C75C459009C19 /* LeakChecker.cpp */, + 0F6E474235C8459CDC4689EE8FA90735 /* LeakChecker.h */, + 5676712895937C4B56B481AD3916DC06 /* WeakFamilyRegistry.cpp */, + BACC1D6F0CF3D0892CC092113C7FD1BA /* WeakFamilyRegistry.h */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-hermes"; + name = leakchecker; sourceTree = ""; }; - 8BCD3BC9C97704408E6C1B85A332B165 /* executor */ = { + 89706D6285C3873597DB28EED7CB7824 /* Pod */ = { isa = PBXGroup; children = ( - 89EB9E3D3B59AF55D41C372CB0FDEEE0 /* HermesExecutorFactory.cpp */, - 1F0BF33DFEBF9E1B59297B7DC80E7ED6 /* HermesExecutorFactory.h */, - 07C4B934D1844A726CD49C1BDA8E4C37 /* JSITracing.cpp */, - 1DDFCCBB3CB0E6028FFEB0FD88BCD6BA /* JSITracing.h */, + F97A942E5EB0FD88E4C166A5F5716585 /* React-RCTFabric.podspec */, ); - name = executor; - path = executor; + name = Pod; sourceTree = ""; }; - 8C07C4724FCA5497E09063C3A4744FEB /* componentregistrynative */ = { - isa = PBXGroup; - children = ( + 8D28CED4153514175A936512DC2F286F /* SocketRocket */ = { + isa = PBXGroup; + children = ( + DD33EAFFA1FBDE7A2DA696E03388F6CA /* NSRunLoop+SRWebSocket.h */, + 8176863C104CD771DDB717C9059C2ADE /* NSRunLoop+SRWebSocket.m */, + 15D526144725A1A4158A2B28A0B914E5 /* NSRunLoop+SRWebSocketPrivate.h */, + AE45D4CB885CACA4B317542378B0D81F /* NSURLRequest+SRWebSocket.h */, + F8AFFDB6E319041377C5799A85CD2848 /* NSURLRequest+SRWebSocket.m */, + F65B8FCE4C82DE06C4DC544668252210 /* NSURLRequest+SRWebSocketPrivate.h */, + C9FA2111792B3263822E75649BD66902 /* SocketRocket.h */, + 0B87A884215B67C149F379E4B4E20F8A /* SRConstants.h */, + 2845C7EA5A46AFE22DC6C82FA344FB15 /* SRConstants.m */, + DD1FD8F5FBF34CB4BF85DC2E8496E125 /* SRDelegateController.h */, + 5F8810FFDF257E41E57C7103FDC6A5BB /* SRDelegateController.m */, + AAF4DA1DA2D688AADC65A0DA9B5471DF /* SRError.h */, + 0DFF996F36C36E3B8BE3131F1026090F /* SRError.m */, + BC384C199B1347B14BCE2CC3091CC47B /* SRHash.h */, + 7B292553D4F61C21C058393BBC5C292F /* SRHash.m */, + 90C01A0B4DB17D752D3BDD87C1B4D35E /* SRHTTPConnectMessage.h */, + 44D41289A83BA05369244074562FCAE8 /* SRHTTPConnectMessage.m */, + 969D216DADA9AF02B0339E42E569D42B /* SRIOConsumer.h */, + 7B514510C45046BE196402FD4E82FB33 /* SRIOConsumer.m */, + AD29B45C17572843FBF6146FD5BF87E6 /* SRIOConsumerPool.h */, + 6D220B48D2758B94E0D0CB1968C018CF /* SRIOConsumerPool.m */, + 9C0FAA307377663772FDCD8EEA4D9752 /* SRLog.h */, + 3EA37501D46115DDABA4571FDD025BD2 /* SRLog.m */, + 3F93EBBC760E206C8883BE32A9915097 /* SRMutex.h */, + BBAA6714B59FDAB63CB3D51FFFAB5E9F /* SRMutex.m */, + 7A4D45A1805126ED1CD25C84B4FFE9C2 /* SRPinningSecurityPolicy.h */, + 63DB097D064EEC088A4DDB9A0F3030F8 /* SRPinningSecurityPolicy.m */, + C09D1BCC94FFE3C6143459C161E5ACEF /* SRProxyConnect.h */, + CC91FDC94E55938A0F105FCC3D4FE542 /* SRProxyConnect.m */, + 1C2D3D50F94DAC3059E02150AEC13F5F /* SRRandom.h */, + CD0C06BAC55CB15F45E71416B7D4DA0E /* SRRandom.m */, + 6117F9BDA4E91FB3D03F3728A914954A /* SRRunLoopThread.h */, + DD9C6B9D5678AE4BC86F7AB978C63029 /* SRRunLoopThread.m */, + 6F3CE6C5B501D1E1D2852C705DEDDBC7 /* SRSecurityPolicy.h */, + 38D95650F41F3CE76BC04B5619B09B95 /* SRSecurityPolicy.m */, + BBCFDB39D48C37A3AF9AA77A7A2AFE14 /* SRSIMDHelpers.h */, + BAF67687A73C975DC1D89F35DD7A68A5 /* SRSIMDHelpers.m */, + 11168BD52EB1FA983258A217EBF918E9 /* SRURLUtilities.h */, + BA4DC46A209C68A22450F45E72C9E535 /* SRURLUtilities.m */, + 73F9F5B50A8454106AEB1EAA5892325D /* SRWebSocket.h */, + 00A22970BA931D4D5E31AD98D11E9EAC /* SRWebSocket.m */, + 5BDBB35F633567D3A31E12423AD9197B /* Support Files */, ); - name = componentregistrynative; + name = SocketRocket; + path = SocketRocket; sourceTree = ""; }; - 8D3881E972543E32E7FAAB60B2D813F9 /* node */ = { + 8DC739FB8D8429D8E041D0BC40645906 /* Support Files */ = { isa = PBXGroup; children = ( - 3A99B54AAF43917C7FDE83FB531CCCBD /* CachedMeasurement.h */, - CCD6F783F762891F3CA2697197A378F8 /* LayoutResults.cpp */, - E7D87DFCB4CA32A463E1012318C73AA3 /* LayoutResults.h */, - 46DE6ED03A46CDEB11B35EC94E96BC72 /* Node.cpp */, - 4DE7537EC6FE803BD25A769FF8380B2B /* Node.h */, + 3109CDF60BA119DB536601600983564B /* simdjson.modulemap */, + D2D1B033752AE5FACB195379C2792DA4 /* simdjson-dummy.m */, + 464776232CDC5618B023B03B587FF834 /* simdjson-prefix.pch */, + A80A385542A9347C200F57687297EA39 /* simdjson-umbrella.h */, + 56909D6C087AAA9D6C77D684FEC0C328 /* simdjson.debug.xcconfig */, + 481D4593ECDD5D02E193B28FEF265A45 /* simdjson.release.xcconfig */, ); - name = node; - path = yoga/node; + name = "Support Files"; + path = "../../../native/iosTest/Pods/Target Support Files/simdjson"; sourceTree = ""; }; - 8D41FCB62BF4248EA7EF4A81413DB954 /* VirtualText */ = { + 90097354ADCBD8E8098AF8B37786ADA1 /* numeric */ = { isa = PBXGroup; children = ( - 7704407F7A0720DD4ACFEB4023F1102E /* RCTVirtualTextShadowView.mm */, - CDE6C344D525A655535A6ACF319D6F65 /* RCTVirtualTextView.mm */, - C5630C623C65AE28FE603B272AD7B55B /* RCTVirtualTextViewManager.mm */, + F3822D806026A4FCC42B9B6C3AD50045 /* Comparison.h */, + 7299BD666C1DD5C0DB7343D26EB7DFDA /* FloatOptional.h */, ); - name = VirtualText; - path = VirtualText; + name = numeric; + path = yoga/numeric; sourceTree = ""; }; - 8E2D5B9F91225DFB6BBA2922BD598675 /* mounting */ = { - isa = PBXGroup; - children = ( - 18537B09E4D56D2E2A54B86F149AE4EB /* Differentiator.cpp */, - D016C9B32B02FF3AFCAE88946DCDE27F /* Differentiator.h */, - B06C10370747FEA331E20A95123ACC5C /* MountingCoordinator.cpp */, - 47E60C73FC956450FAD51C4BF49F9F17 /* MountingCoordinator.h */, - 65183638CBD962039EE9032C26FD2BB0 /* MountingOverrideDelegate.h */, - 00AE48B5E68B440FE1CC8E1132554664 /* MountingTransaction.cpp */, - D92B1DFBF643BA42D31DA8D63DE43466 /* MountingTransaction.h */, - 691BEE7F92B6CFA1DB6E4F64EC7C1716 /* ShadowTree.cpp */, - 01C3C45C492C1534BE061244387AD579 /* ShadowTree.h */, - 0CBDC71C6D84200F480A979DA9170F0E /* ShadowTreeDelegate.h */, - 06E3F01A8DF82985A65831DC95502EE6 /* ShadowTreeRegistry.cpp */, - 7C99C1D1035CACBFEFC814BE81AC0B65 /* ShadowTreeRegistry.h */, - 370C386C01537827C3498EF2805AAC53 /* ShadowTreeRevision.cpp */, - 2B5E72CC09BB1DA7FA9ABCE7741DA5EE /* ShadowTreeRevision.h */, - D8288F063F66A1A44554A9F5145970B1 /* ShadowView.cpp */, - 0F2E782C7A0FC4BD2950145D0513082E /* ShadowView.h */, - B27CAB319186C49AB78FD58681C05915 /* ShadowViewMutation.cpp */, - 1D55721717C95EB3264E142E00589C02 /* ShadowViewMutation.h */, - 6A0F4D5D8C4BD9AB981008D9573FC204 /* stubs.cpp */, - 731F43D6D594CDF581ECB849866724F1 /* stubs.h */, - 456FA3907D6C8C8430B9248EA95DF7E3 /* StubView.cpp */, - E5379ED5387A1C44F86901E161B6B76D /* StubView.h */, - 6F917B204BED99F2689FB73D7E87871F /* StubViewTree.cpp */, - 9C27EF792A26298DF7E4F8E14E995D57 /* StubViewTree.h */, - D1BE543429FF2BCA092D2DA67C7727D3 /* TelemetryController.cpp */, - 573B42B78395312F2A4F2F51A2BE6BEB /* TelemetryController.h */, + 90652DF1414B43CD8ACBE42D8DBC5012 /* FBLazyVector */ = { + isa = PBXGroup; + children = ( + FA4AEB20C629FD1B5F713C79D99E301D /* FBLazyIterator.h */, + ACE440831164AF324B22178CA5BE40D0 /* FBLazyVector.h */, + 990F8BC877E6A94F476FC5A691AE4A54 /* Pod */, + 76C3C6B0EB4CDD3ED56DD4DE72642030 /* Support Files */, ); - name = mounting; + name = FBLazyVector; + path = "../../../node_modules/react-native/Libraries/FBLazyVector"; sourceTree = ""; }; - 8E68C413ED017C5F7C9ADE0516C6FE2C /* RCTTextHeaders */ = { + 92018AB7F0340B3EA90BB235642BF56E /* BaseText */ = { isa = PBXGroup; children = ( - 0B0A4327D5072489AB4D52BF14702E0D /* RCTConvert+Text.h */, - 2F709B56E3CE0FA3DA3E06A44105D8A1 /* RCTTextAttributes.h */, - 07D9D8C18FF510BF75C9EC4F1FBF01A0 /* RCTTextTransform.h */, - 154718DBB1098D5CC8B3EB78DAF199B3 /* BaseText */, - F36B5107CF6B76C3D7D2F8A49C1EA164 /* RawText */, - 75C0120DCD26A17C960290B57994B6F5 /* Text */, - 99545771AAAB3E606D16F24E61B3F62E /* TextInput */, - BDE4FA4139788708762996D6215EA834 /* VirtualText */, + CC9E0C53D02E49E161CC61AD2E78DD12 /* RCTBaseTextShadowView.h */, + 854FD3BEF6FF2E1CB963FD11F173D53D /* RCTBaseTextViewManager.h */, ); - name = RCTTextHeaders; + name = BaseText; + path = Libraries/Text/BaseText; sourceTree = ""; }; 922AD62EA7116A32C0061BE4E0EACDAA /* Targets Support Files */ = { @@ -10869,299 +10759,286 @@ name = "Targets Support Files"; sourceTree = ""; }; - 930C6619F5FAF781B4890F511A23A75F /* RCTBlobHeaders */ = { + 92E616D44D7824072E698371D7620AB6 /* Text */ = { isa = PBXGroup; children = ( - FAA9B5BAAC828F3FF1CD052851A2461D /* RCTBlobManager.h */, - A7CE36615DAE23F391D5C2D450DA4444 /* RCTFileReaderModule.h */, + FADE4C50E4C03A98702AAB8CE87A3D81 /* NSTextStorage+FontScaling.h */, + 8C5791AD6F4A42E6F15A4AE3E13672C9 /* RCTDynamicTypeRamp.h */, + 5AEA1EA0BA3625CC695A4E11E09FA24B /* RCTTextShadowView.h */, + 4CC04D4366699171D90B6E14F8947CBD /* RCTTextView.h */, + 289131589CCC21FDAAADD8DA0E1EA4A5 /* RCTTextViewManager.h */, ); - name = RCTBlobHeaders; + name = Text; + path = Libraries/Text/Text; + sourceTree = ""; + }; + 92E7D01CFA258C8C77BA8524A57741FE /* DoubleConversion */ = { + isa = PBXGroup; + children = ( + 0BFB85B76F6C2F9809214837BFA1F944 /* bignum.cc */, + 555499AEC258DE52284D569572113A79 /* bignum.h */, + B1492BA96B69489FCA50F4BBFD32CDD2 /* bignum-dtoa.cc */, + 2EAAC08BE2B9CE538A0D58679E781247 /* bignum-dtoa.h */, + F336A6F8A52B443F471C3A212D86DC43 /* cached-powers.cc */, + 9A2D8939F820583ACA4B8154B63050D7 /* cached-powers.h */, + 522269B8DAFA9F8734D95340BC29600A /* diy-fp.cc */, + 33E070F404266F952E77980CFA788C4D /* diy-fp.h */, + 1E7B7C0191645527408193552D9E40CF /* double-conversion.cc */, + 4C4D4C35312AE9ACB8D59A46D0D6051A /* double-conversion.h */, + 6A3EDF523AE8279DAD3E84193359461D /* fast-dtoa.cc */, + 28D7BEABBC1EB38780017A5D14CC2E0F /* fast-dtoa.h */, + 555C8E2826D8F277B972F2B66D34F22B /* fixed-dtoa.cc */, + BDA3C52C76B2C3F5E9BA936CB0B3B9C6 /* fixed-dtoa.h */, + 7777F6D0013ADB2C7FBD5FE217F042EE /* ieee.h */, + 43EB5BDEB4E6A695F071E994CDEDF34A /* strtod.cc */, + A43C1B14F1018F4B603503BF2E6E2524 /* strtod.h */, + 37D820D975698FCA99C86CE71EF22A97 /* utils.h */, + 5FE9DA05C0C0B80D78B3196B44520CCF /* Support Files */, + ); + name = DoubleConversion; + path = DoubleConversion; sourceTree = ""; }; - 944A1A1DFA59079FF7861DA1B2394D4C /* detail */ = { + 93D7502F904C05AAAA56B79ADBFD98ED /* RCTSettingsHeaders */ = { isa = PBXGroup; children = ( - 92DB9AFE8ADBD8F11F7989687051F814 /* CallbackOStream.cpp */, - 2B220075E54C21046A86509639FC45C4 /* CallbackOStream.h */, - BF00520ABB3A067770B9CCF35612FEC8 /* SerialExecutor.cpp */, - D3D396F67B10C9DD44725D565DFE612C /* SerialExecutor.h */, - 837448B8D11CD344271C91AEAD4F76D6 /* Thread.cpp */, - 74331E2CC72BB7256A2FAF5B14CB7D23 /* Thread.h */, + 159A07D2F149809ABC30E5FCBB89938F /* RCTSettingsManager.h */, + 4C8F91F7CAFA9A5744781FD95C2E01DA /* RCTSettingsPlugins.h */, ); - name = detail; - path = detail; + name = RCTSettingsHeaders; sourceTree = ""; }; - 946201996AECDD1F16A072A7AF2E4121 /* BaseText */ = { + 969F416C821F0E4314954435098833B6 /* Support Files */ = { isa = PBXGroup; children = ( - 0F4670F980180AF90D3710EB03BAAF99 /* RCTBaseTextShadowView.mm */, - DA7B2AEC5682EA825201277F168F8182 /* RCTBaseTextViewManager.mm */, + A31AB8CE7A0BE03B38908CD5083FD09A /* React-debug.modulemap */, + 751490A9CC81CC3D1FD6DE9D1A2309B0 /* React-debug-dummy.m */, + 15E1FB248EB6C077E99CE7C0E381D4FC /* React-debug-prefix.pch */, + 55399075C21EA2F4687C29DEBD4F00E7 /* React-debug-umbrella.h */, + 9033A744B6DD1EB398DCC4DEC2188393 /* React-debug.debug.xcconfig */, + ADD320EC4221CCC1B76BB433ED455CEC /* React-debug.release.xcconfig */, ); - name = BaseText; - path = BaseText; + name = "Support Files"; + path = "../../../../../native/iosTest/Pods/Target Support Files/React-debug"; sourceTree = ""; }; - 99487B28E9D309A7164191F4ED056DE3 /* hermes-engine */ = { + 987A58B283B2E43F2079409981CFB845 /* ComponentViews */ = { isa = PBXGroup; children = ( - 3A2731080B65064F45B295865BC51CB1 /* Pre-built */, - BA1AD68AA8696F19F5BBBAE022118ED8 /* Support Files */, + 05CEFC84AD6E69D2E073A1A739700477 /* RCTFabricComponentsPlugins.h */, + 69E632279F0013ADFF7F6ECDE2FAF2E7 /* RCTFabricComponentsPlugins.mm */, + 6C85D2BBAE96BC15F85AA68CEEA5FD5A /* ActivityIndicator */, + 39C50CAF7E26A860DBFABBAA3126DF9F /* DebuggingOverlay */, + 50078C544CD6EBBBC85C62A86036987D /* Image */, + 7FBA2D61D286C0E2919CE63143A0D2AC /* InputAccessory */, + 4D73D71DE4243AB0D6C3E31F81E31B26 /* LegacyViewManagerInterop */, + 3B6463C7A136A650C4C0140180398E03 /* Modal */, + 3C90C21DA311CB0108B3C31BBC36383B /* Root */, + 242C2C37DBF48E04AB5C45C85164E5C7 /* SafeAreaView */, + E50F59EC71FBF8F64E1CAAD54D71774C /* ScrollView */, + CB1C27507F8EEBB9AEC765B36425CCE2 /* Switch */, + F7240E677890C70CE51D27DED2D05B60 /* Text */, + 775DA0B9F25FAA620B6EE242111FCDA5 /* TextInput */, + 4D0B065A8B7D7FCE069E4C6DD9750305 /* UnimplementedComponent */, + F377A85A496896B3020FF70A98EE6A07 /* UnimplementedView */, + 9DD15119CAE91A5E981F7027685255D0 /* View */, ); - name = "hermes-engine"; - path = "hermes-engine"; + name = ComponentViews; + path = ComponentViews; sourceTree = ""; }; - 99545771AAAB3E606D16F24E61B3F62E /* TextInput */ = { + 990F8BC877E6A94F476FC5A691AE4A54 /* Pod */ = { isa = PBXGroup; children = ( - 21615CEF624130E91B5A579561C69BD3 /* RCTBackedTextInputDelegate.h */, - 646BB4E0221553768F279755B6BAC76C /* RCTBackedTextInputDelegateAdapter.h */, - 303B4854467E151A062CDD0CC4551325 /* RCTBackedTextInputViewProtocol.h */, - 0C0266F4E87878A96691D8B0F61B095D /* RCTBaseTextInputShadowView.h */, - C0E9E0C9619FB50D7E48388F077073D6 /* RCTBaseTextInputView.h */, - 111A558E019AEB6F9EDD671FD74E1580 /* RCTBaseTextInputViewManager.h */, - C22E5477EC9BBCEF090FE351832AD5C1 /* RCTInputAccessoryShadowView.h */, - 1AF21108725FA51B85FF102A31ACD238 /* RCTInputAccessoryView.h */, - 52D748C19B9D13E5A5504F0AC1C62CFA /* RCTInputAccessoryViewContent.h */, - EFF30C8E59A36CF8D13F29F1F8BA4221 /* RCTInputAccessoryViewManager.h */, - 55BF88010DF648773434EE6FE988A34A /* RCTTextSelection.h */, - B0448B5643BB741FB9AEC25110D52888 /* Multiline */, - 1CD2B169586FFE6460F38CC3B2954BF8 /* Singleline */, + 8F517BDFB455C4400751998134FC0B9E /* FBLazyVector.podspec */, ); - name = TextInput; - path = Libraries/Text/TextInput; + name = Pod; sourceTree = ""; }; - 99B15349EFDCD6265498E76C670536AD /* React-RCTActionSheet */ = { + 9AAC841AE519DF450215AC7162CD860D /* rncore */ = { isa = PBXGroup; children = ( - 675A214C045D7081BAB66587C9C16033 /* Pod */, - 61E14CB11C1EA9D28899B6A705B1CF37 /* Support Files */, + AE1B2934FABC52774A42A595531E4F6A /* ComponentDescriptors.cpp */, + AC18E26348C64BD7E409DF012EC8FD1E /* ComponentDescriptors.h */, + B18233FA84BEC01AFCB96FC16BD3B983 /* EventEmitters.cpp */, + 5DA7D4069EAB7AD175067D9475F75335 /* EventEmitters.h */, + C80C73D05140B68E7E4D8EC8138AABF5 /* Props.cpp */, + 7CE12A7D304717866DC9F308C7951109 /* Props.h */, + F8025E613E68EA6B0C75074A74BB97E4 /* RCTComponentViewHelpers.h */, + 1C48A5DDAEDABFF1B422CC636928EFAD /* ShadowNodes.cpp */, + 21EF07FFD2345957804DF019878563CF /* ShadowNodes.h */, + F3F5D9E03D596413A96FCC9292384B7D /* States.cpp */, + 80C9F8ECC69EABDD6B34127E2C1EBAB4 /* States.h */, ); - name = "React-RCTActionSheet"; - path = "../../../node_modules/react-native/Libraries/ActionSheetIOS"; + name = rncore; sourceTree = ""; }; - 9A96C0F450AD2120DD01F98091E1898B /* React-utils */ = { + 9AE2770F61ACF53CF54F135CA8071A0E /* textlayoutmanager */ = { isa = PBXGroup; children = ( - A75B4C7520F3BD4F60EC2E4907D3D3D2 /* CalledOnceMovableOnlyFunction.h */, - 4EA49808722E9A40BA17DB5DF55704D9 /* ContextContainer.h */, - 1651AC81C9EFECBCFF2A1FFC451A9F26 /* CoreFeatures.cpp */, - 6946DC00BBE2267925523FD020C5325B /* CoreFeatures.h */, - E3DBA3A2D2BC4382782AD43363AF323C /* FloatComparison.h */, - 6297D6808CC5285C1DDA4A80ABCB0CFC /* hash_combine.h */, - B85387A4738505943160BE31F527E211 /* ManagedObjectWrapper.h */, - FDF3C8D6745739ED6E6F3727A5792DC3 /* ManagedObjectWrapper.mm */, - 6AF87C7B140EB8F23DCE7A712563081C /* RunLoopObserver.cpp */, - 9FD637E09724DE01E89E67195AB25373 /* RunLoopObserver.h */, - 464C883E5D5D12E96FDDBDDCC705E162 /* SharedFunction.h */, - AA6D7AC84CDDDE425B27AC09BB813652 /* SimpleThreadSafeCache.h */, - CBEB62B3243560EBC38C1F5F2F62D172 /* Telemetry.h */, - C2FC93C319844E8341288F596003A2FA /* Pod */, - 691F9BD15A2B4B27EB2D85B93F8D6FDB /* Support Files */, + 53F62FE9FCA2DB3B3BA9F838F5513256 /* RCTAttributedTextUtils.h */, + D584937399C1E7BBAE37C4B6480368F6 /* RCTAttributedTextUtils.mm */, + 19853EBFDCA4264503A59B9DBEDB47E4 /* RCTFontProperties.h */, + 68F513FA3A624FF445C0F9B1A615E3A2 /* RCTFontUtils.h */, + 0B38F938F0F9868A60309B113ECB3CAA /* RCTFontUtils.mm */, + 9D0FCEB123126F6E7439D8ABC6DB35A1 /* RCTTextLayoutManager.h */, + BDF4907BCEC9C6B68A50F5CBD6A193CA /* RCTTextLayoutManager.mm */, + 9103371D49F49FB8704F83F623604846 /* RCTTextPrimitivesConversions.h */, + 04308B32F6B6A66B18A8BFB8D050CD14 /* TextLayoutManager.h */, + AC18F953AA41F612F2CB8153565DB590 /* TextLayoutManager.mm */, ); - name = "React-utils"; - path = "../../../node_modules/react-native/ReactCommon/react/utils"; + name = textlayoutmanager; + path = textlayoutmanager; sourceTree = ""; }; - 9AE2A988536BA69C3EFA3D87190665E3 /* RCTVibrationHeaders */ = { + 9BAD9866097E10B1FDB703D4D0A97D5A /* Support Files */ = { isa = PBXGroup; children = ( - 8AA0A5A6E01B65194DF3F607EB04FC94 /* RCTVibration.h */, - CCBD6226A9C1767FD77F6C3372278659 /* RCTVibrationPlugins.h */, + 6F004C69796236836B1136C0778862F1 /* React-jsi.modulemap */, + 359B6CEED91D1DF8B883DC40D5E04EEE /* React-jsi-dummy.m */, + 81460E74A5068268C47A7DAC94730797 /* React-jsi-prefix.pch */, + 125AE03965ABF8E4C157E9FE3A55D187 /* React-jsi-umbrella.h */, + 3B7CA49DCCF91C74062D35600488A355 /* React-jsi.debug.xcconfig */, + 12B4501A9455AFB01AA0089214B8A38D /* React-jsi.release.xcconfig */, ); - name = RCTVibrationHeaders; + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-jsi"; sourceTree = ""; }; - 9B034C88EB58DAC4593AD0659BA356C0 /* React-runtimescheduler */ = { + 9C9762AD0A803BE78CA3EF2499AE4C3A /* Support Files */ = { isa = PBXGroup; children = ( - AAABDD03C17598225A3C0515FF6DB31D /* ErrorUtils.h */, - C9BF2AD5C4CB46DE45CDDA1A63FF8C12 /* primitives.h */, - C58A7796CE224C9C0F3A764D2EA96769 /* RuntimeScheduler.cpp */, - FD8FAF2FA08DB8D4522C01F96E614193 /* RuntimeScheduler.h */, - B2C9046E19AF811CC0CC256FF13F8849 /* RuntimeSchedulerBinding.cpp */, - B18E5A50C425822F3D189BB248EC16B3 /* RuntimeSchedulerBinding.h */, - 48D95B7AF6D2770C963BFCAD31C30790 /* RuntimeSchedulerCallInvoker.cpp */, - F288B92D37281555DB9C144722655328 /* RuntimeSchedulerCallInvoker.h */, - 1F75B30AF20E814EFB83FE082E36F726 /* RuntimeSchedulerClock.h */, - 66980D6CE9389FD0FE37E8C8DF841A20 /* SchedulerPriorityUtils.h */, - 1AD53860E76238FC27B7F31FE0A1FAA6 /* Task.cpp */, - 53973AC3A23986BDFA578B6C6671BCDD /* Task.h */, - AE0F8D7D4C4B066E1039A5F6D34E001B /* Pod */, - 16B66FA90E840AC690809556A021307E /* Support Files */, + 9A870B9A0F18A8C3F9075851CE67E22B /* React-RCTVibration-dummy.m */, + D095CAA67ED3E639CF404B5BA46489E6 /* React-RCTVibration-prefix.pch */, + FFE3B6010494BF1759723F25C1271613 /* React-RCTVibration.debug.xcconfig */, + 11FCAB3F234C2F7A1E00B43655EF0707 /* React-RCTVibration.release.xcconfig */, ); - name = "React-runtimescheduler"; - path = "../../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler"; + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTVibration"; sourceTree = ""; }; - 9B78272158DA4A556BD2139BBFA66C01 /* Pod */ = { + 9D053F5F3BD82C77E402C42AC8FC9519 /* React-RCTAnimation */ = { isa = PBXGroup; children = ( - FF9C66CBA764190C003B742F7AA570DF /* React-Core.podspec */, + 222FC254D773A0163299A97B210F3B1A /* RCTAnimationPlugins.mm */, + 3FA9E0C5DE547662B3285AAE677F1CBF /* RCTAnimationUtils.mm */, + F1455C7DE425F051F50E3E27295C794D /* RCTNativeAnimatedModule.mm */, + 9C9BD5B613E101C64C2992C9C6D47EAC /* RCTNativeAnimatedNodesManager.mm */, + 9652157178DCF97B039AEF273CD86695 /* RCTNativeAnimatedTurboModule.mm */, + 5544F7F93E3DBA9D61074A44C08FBD0D /* Drivers */, + E695D43859938F2F0535DCEEC76C2EA9 /* Nodes */, + 2F777C58C39334C896E57A642E72C935 /* Pod */, + 1FB41E9CB3764DB5E3A256F2CCB3313C /* Support Files */, ); - name = Pod; + name = "React-RCTAnimation"; + path = "../../../node_modules/react-native/Libraries/NativeAnimation"; sourceTree = ""; }; - 9BDA7629442FDCCA49C1E671A46F0EF9 /* react */ = { + 9DD15119CAE91A5E981F7027685255D0 /* View */ = { isa = PBXGroup; children = ( - 4AC73F86E3D7796FED3205C2C82A7832 /* renderer */, + B06BDA64A8C366F85CA16B5D0E328839 /* RCTViewComponentView.h */, + A2237CD09A4316F9776CDCDA5907FAF5 /* RCTViewComponentView.mm */, ); - name = react; - path = react; + name = View; + path = View; sourceTree = ""; }; - 9CFEE4122704C37F231F30023302AB9D /* components */ = { + 9E4AB614B7BB9122869BB5B29BA374DF /* RCTDeprecation */ = { isa = PBXGroup; children = ( - 1DC839015B909B50B24256D9B30E55A8 /* view */, + 4E105C5D9C4A539112084489DC235CAB /* RCTDeprecation.m */, + 2303A255BD3099EB18229E7A20393511 /* Exported */, + EEDC3AEAD2C4BEF60F0534AA24B8C4A8 /* Pod */, + 44743D4355D456613604BEB051E106B2 /* Support Files */, ); - name = components; - path = components; + name = RCTDeprecation; + path = "../../../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation"; sourceTree = ""; }; - 9D829A96918F94E21276D20085A08C4A /* Pod */ = { + 9FCD78A4E6ED7A67F3059F23B587845A /* ScrollView */ = { isa = PBXGroup; children = ( - 57B033BE5C6E730BADA2D35A6897D409 /* React-RCTBlob.podspec */, + CC8769294DD05CF0DEF8259E34DE9AAC /* RCTScrollableProtocol.h */, + FF88A9733D935D4DBE027D36D5B591C1 /* RCTScrollContentShadowView.h */, + 42069F17D0B92E1DCE65D62807AAC0E8 /* RCTScrollContentShadowView.m */, + CF44B022CA9C008F36C080D66685928C /* RCTScrollContentView.h */, + 40CFEC8038EA506FF0CAC998C27E80BF /* RCTScrollContentView.m */, + AD4769F2911766BA548AFD0FFEDF8426 /* RCTScrollContentViewManager.h */, + E0817B1CB0DBAA45D6A064FE340FD13C /* RCTScrollContentViewManager.m */, + 2C5887CFA052BA4652642CE173F3C2F4 /* RCTScrollEvent.h */, + 5424951447BE1FD64194B009E9504B50 /* RCTScrollEvent.m */, + DD3ED969E30456E3100D106C5E71ED9E /* RCTScrollView.h */, + 314C4322103426F9256B2FBA495DB607 /* RCTScrollView.m */, + 68F7A0C0E60467EF299D038EF39D12DD /* RCTScrollViewManager.h */, + AD0288743440505A088DDFA69CE73173 /* RCTScrollViewManager.m */, ); - name = Pod; + name = ScrollView; + path = ScrollView; sourceTree = ""; }; - 9DC43DEF9D7ABC026C69C1B610F8E4CA /* bits */ = { + A00FA18D84D1E9984283141983CB75AC /* Pod */ = { isa = PBXGroup; children = ( - 4322723D2C7F340D6A60F679977AAAF5 /* BitCast.h */, - 063BE6D534C9800DAAEE2BC839F70364 /* NumericBitfield.h */, + F680F8EC8BBE5EFCCD2F2F64A35E6132 /* React-RCTAppDelegate.podspec */, ); - name = bits; - path = yoga/bits; + name = Pod; sourceTree = ""; }; - 9E0B7DB4EFC57C9E428A3A8086ED6D44 /* animations */ = { + A07FF72E2E9957A32FBB94DD70C049AD /* node */ = { isa = PBXGroup; children = ( - 9D70DB0D5607154DE6F450B9021BAC98 /* conversions.h */, - 0D5335C580588C01A1D1BC045F0C5445 /* LayoutAnimationCallbackWrapper.h */, - F3F07F36F8E02AD29DFC82CBDF3FC94B /* LayoutAnimationDriver.cpp */, - DC556867D9001636643D787F01F76292 /* LayoutAnimationDriver.h */, - A79921BC515B4718A1FF86F607431011 /* LayoutAnimationKeyFrameManager.cpp */, - 7F5CE844B985F4581F9C5846A46E3D2B /* LayoutAnimationKeyFrameManager.h */, - 4821721553AF9219135C58023FBC45B3 /* primitives.h */, - B0E68108A39BD751FE5D1EDFC6DA2C4F /* utils.cpp */, - 9F7D5D96727F113C7712532AAF19F088 /* utils.h */, + 7F08F17DB62670269DC70CC1F4817168 /* CachedMeasurement.h */, + 48B75222BE84998C3999916E6084DAD4 /* LayoutResults.cpp */, + ECC51259933A05380339556B6ABE282E /* LayoutResults.h */, + 7B87E0987F27CB7E57A4A864D574EC7C /* Node.cpp */, + ABA37D7615C32B1F5B407A5EE086D7F7 /* Node.h */, ); - name = animations; + name = node; + path = yoga/node; sourceTree = ""; }; - A05E0C1BD7F27128E250B3598CEE17C1 /* Yoga */ = { - isa = PBXGroup; - children = ( - 3B490F6CF107277F081ED2A240E5596F /* YGEnums.cpp */, - 234521E75B40C0D829D0B3E5DC35FABA /* YGEnums.h */, - 840A059E42F5E1C1221274AA9219F992 /* YGMacros.h */, - EA4FF64473150DF76756D264B5EFE24F /* YGValue.cpp */, - 575CBC48985A4446F4FA74740AB5C55D /* YGValue.h */, - B97AF43C779D11F45803663DBC9106CA /* Yoga.cpp */, - 49E0130A45837033A1477495246389AD /* Yoga.h */, - 1875CB0718A69DC27E78F911FAFE68DF /* Yoga-internal.h */, - 56C6ADC59200675A118839E2FC8D3DC6 /* algorithm */, - 9DC43DEF9D7ABC026C69C1B610F8E4CA /* bits */, - 621AC2772D592F1F21E15327B58A8B82 /* config */, - A09BDE5BD7F7923B5EAB1184DB5450DF /* debug */, - 0DF1957D9F58886885C9ECB16307F5D4 /* enums */, - 171107AE43E2A33DB60FA33689DE8C06 /* event */, - 8D3881E972543E32E7FAAB60B2D813F9 /* node */, - BA148F3A3AF45D3F3590C405930FE8E9 /* numeric */, - 4DB7411A316A5836B7630C4915443FCF /* Pod */, - 658E7B12679726CA3ABEE9870B689998 /* style */, - BE79657813569015C32959058404C5C9 /* Support Files */, + A0BBD39C71A2FDD8567B42D741ACC89C /* algorithm */ = { + isa = PBXGroup; + children = ( + BB96EF13B6D928DBB3A8D90C1ADF57D5 /* AbsoluteLayout.cpp */, + 3C0913180FEC5C605ACD33BB9E09CDAD /* AbsoluteLayout.h */, + 561201E4162AB6CB05D4F749A565AFCC /* Align.h */, + BD47E6AE7775E09A0E4B2548E31BD9A8 /* Baseline.cpp */, + EEAA1C4C0F827F9E5B0E9A8A96B8B9D7 /* Baseline.h */, + 86C8906A6C460D393729CA02A57186E7 /* BoundAxis.h */, + 374717629E05164C820F2052E54AAA91 /* Cache.cpp */, + E7FC6C39FE3AE33F288AB26DDA6BD6C4 /* Cache.h */, + B1C2DDC7533E6E8B4EB9893DC9F6FDB1 /* CalculateLayout.cpp */, + E1BDFFD718B2082F582FF8627388E098 /* CalculateLayout.h */, + 4319E1967E8F6E050D8E035D7E5D4598 /* FlexDirection.h */, + 6D3BD65E387AF4A8FE10216CABF03885 /* FlexLine.cpp */, + 82C0C34C914DB0E6E56880987BB5F0AC /* FlexLine.h */, + 0D9123036D19728374029B1BD6567BA8 /* PixelGrid.cpp */, + EF112ACF0D0F90B1AAF3D112F650FA09 /* PixelGrid.h */, + 1AA86F8B69827747B651178FB5B21A21 /* SizingMode.h */, + 9FB8DB4CA6FB75873D74FF57CA59968C /* TrailingPosition.h */, ); - name = Yoga; - path = "../../../node_modules/react-native/ReactCommon/yoga"; + name = algorithm; + path = yoga/algorithm; sourceTree = ""; }; - A09BDE5BD7F7923B5EAB1184DB5450DF /* debug */ = { + A22A03BA16F7B58F55DB6463E7E394B5 /* Support Files */ = { isa = PBXGroup; children = ( - B4DDAB339D9AD778475DA5D806F640B0 /* AssertFatal.cpp */, - 96471DEF41D3EB8D08550CD309C83A23 /* AssertFatal.h */, - F7C426093A98B01319D4D5BA9702D87B /* Log.cpp */, - 192024F5EF871598480D693ADA568C3E /* Log.h */, - 812F19531F7FD7CABFD538BE62E86D56 /* NodeToString.cpp */, - FA898297DCE07284A78D12B169993FCF /* NodeToString.h */, + 2726901F064D66A4F014D07BB986BF67 /* React-RCTSettings-dummy.m */, + 76E0CAC8E63CBC0B9C2BA14BB8864475 /* React-RCTSettings-prefix.pch */, + EAA2B5EA3356A9C6FCE82CC15F04FDC0 /* React-RCTSettings.debug.xcconfig */, + 543D873E1BAD025BDD864DB650682C5D /* React-RCTSettings.release.xcconfig */, ); - name = debug; - path = yoga/debug; + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTSettings"; sourceTree = ""; }; - A0B573670115F9D451158E90E4D3195E /* libevent */ = { - isa = PBXGroup; - children = ( - 1CE62B8862BF989D4FA2036FDD0E8F1A /* buffer.c */, - 084C6C833C3F6CBE7662C00770A636EA /* bufferevent.c */, - 9AF3D5C8F4A814B45FE948F0F70F772A /* bufferevent-internal.h */, - DAF4D40DDDCBB29DE4C287044628A3AF /* bufferevent_filter.c */, - F943B2711F135751158F97EB4C33CE87 /* bufferevent_pair.c */, - 6458F10FCB4CE037160765788F6E3574 /* bufferevent_ratelim.c */, - AADE5ADF9D8B9651C5DEA9E703205792 /* bufferevent_sock.c */, - 793DBF2DE0428672C9676A36A62B9704 /* changelist-internal.h */, - 333826FE3007A95C4BF80ED3513EECA1 /* defer-internal.h */, - 5766D4AF7A3CB5BB188AFCC9633A16A8 /* epolltable-internal.h */, - 542F9E7F1AF8D814FDD1615FB310E618 /* evbuffer-internal.h */, - 7CDE7EE21F400FD171D1A648EE62D142 /* evconfig-private.h */, - 2AA6F719832B4C2BBBF55B219BB68801 /* evdns.c */, - ABA845C5128B2EFDDDA1C6575E369037 /* evdns.h */, - 93D9738A464A355561F8B75D4036FD44 /* event.c */, - CD47B1EF8DC17F095CE8FF2C9C73679E /* event.h */, - 6189429662E6CB352C84BABAD35DF2B4 /* event-internal.h */, - A200424A926085B8B3D2E9264AF28F72 /* event_tagging.c */, - 7B2058B9D8FC004B76DE799F30C55548 /* evhttp.h */, - 0C1A229E3FC4D0DE9DE6E01D64D754A1 /* evmap.c */, - 793638A8DE62AEEAD6C9993B8A73AC0F /* evmap-internal.h */, - D57BCF781EE5A79A9AF002079760C963 /* evrpc.c */, - C037C946406BE5369111FE965C7196C6 /* evrpc.h */, - 37B225297781C12E0E620D023268615E /* evrpc-internal.h */, - CA5C40BFC3723D1B109EE36BC030222F /* evsignal-internal.h */, - 16B4092A3ADE3325013ECE17A564E236 /* evthread.c */, - 0D532431933C9D85C6871B20605E013D /* evthread-internal.h */, - 3FE9D2BB5D1E08BBD3035F18285A9DF5 /* evutil.c */, - 216D14F126E7EF9776D0F7B470ACB1C6 /* evutil.h */, - 171FA9E666FEE006418612234C3B75F9 /* evutil_rand.c */, - 449E83903CDC981D5C42265496502104 /* evutil_time.c */, - D1CD6C76A80962274BA92722A38380D3 /* ht-internal.h */, - 7283F2E3ADC3BDAD95B258C1FD3A4E19 /* http.c */, - B47D0257F962DF947998DE6F04432D62 /* http-internal.h */, - 0B89521B449F6893B2B3B428AB3D7AFB /* iocp-internal.h */, - 1730EA8C2A27DA02F6A790B6EABB4C6C /* ipv6-internal.h */, - 36809BB04EDB50598AB951CA3F36A426 /* kqueue.c */, - C98A905781B6C8BF5EC91D874906C9DF /* kqueue-internal.h */, - 72654F9E7904EE4AD6185EF4696D46E0 /* listener.c */, - BA13097BCCBD6E15F9560916641062FD /* log.c */, - BD764B7155A4BAA71ECEBE0ED43594BE /* log-internal.h */, - 0EB4CFC54AD4703AE18649B2893EC722 /* minheap-internal.h */, - 2E56C2C85A5F3C515CEFD0F863456370 /* mm-internal.h */, - FC14B471377D24DABA72BEB260409A21 /* poll.c */, - 07F8F28F4D731C0E77CA9668BB2B6362 /* ratelim-internal.h */, - A40A7E745AEFC111B1776ECBB1162403 /* select.c */, - D27F578EF709B98068AE9ADE831D6CE3 /* signal.c */, - 3FD9AA7EB9C87AED552B37AF118EFC0E /* strlcpy.c */, - F629BBA75BB65D06BBDEF730651AF01A /* strlcpy-internal.h */, - 4D3195C8B7A0954E362C787347553B6F /* time-internal.h */, - EA77ECAE74317A62FAA4F79E0D295BA5 /* util-internal.h */, - D6D6280AD5AFCF28065B7E1F2EAF2F02 /* Support Files */, - ); - name = libevent; - path = libevent; - sourceTree = ""; - }; - A1808A50E624DB156190099EE492DC9A /* Pod */ = { - isa = PBXGroup; - children = ( - 9FF5759E53CD17C04A9C2654BDC3D49D /* React-Fabric.podspec */, + A3E926B6B99537D639A917D6E500FDC1 /* Pod */ = { + isa = PBXGroup; + children = ( + 1338B219849CEDF7FE7D3407E9663E27 /* React-ImageManager.podspec */, ); name = Pod; sourceTree = ""; @@ -11181,3407 +11058,3181 @@ path = "Target Support Files/Pods-WatermelonTester-WatermelonTesterTests"; sourceTree = ""; }; - A4295AE976403929E5BDFD52B1911154 /* LegacyViewManagerInterop */ = { + A43ADC5C0EF00658ABBB46CD0A26DCD9 /* Pod */ = { isa = PBXGroup; children = ( - 4B65D47D8D0439086CC1A4D153C0743F /* RCTLegacyViewManagerInteropComponentView.h */, - 90D9409B26149C57218433B8E35D5DC2 /* RCTLegacyViewManagerInteropComponentView.mm */, - 7CC16C3D48E8240E1AB1795AE85D7323 /* RCTLegacyViewManagerInteropCoordinatorAdapter.h */, - 4E72D65C8B22927C1383DA24590DE6B3 /* RCTLegacyViewManagerInteropCoordinatorAdapter.mm */, + 31660B4E9DCE9F8ABCACB98B2176D664 /* React-NativeModulesApple.podspec */, ); - name = LegacyViewManagerInterop; - path = LegacyViewManagerInterop; + name = Pod; sourceTree = ""; }; - A5FDBD5601DF2FBCD410A12EE8E2279B /* components */ = { + A4517A17CC86213678856402DD6CC7BC /* Pod */ = { isa = PBXGroup; children = ( - 4094ADBF73586D179F5B44BC70111D9E /* inputaccessory */, - 17D39545815604B6B09F74C3FDB44708 /* legacyviewmanagerinterop */, - 4059804C0434FBDD46A07A331717A9F4 /* modal */, - 34228182F872D6D5E086BC928920E1F4 /* rncore */, - 493F9C92974F1D370ADDB98D6307384D /* root */, - 2421FEE5F568681A0D0C461CDB1AF8A2 /* safeareaview */, - 82FFAB69A54E732DD8E43763A627DD9A /* scrollview */, - 219E0134F8A5AAD51EF2E704E8D2D45F /* text */, - E0B0E11FCF7CA44D49C3E9D2D57AF898 /* textinput */, - E7553C511495826C42800FB76F18916E /* unimplementedview */, - D0561DFFD486CCE27DD7A275FE8BAE34 /* view */, + 468E6DDCB31D801D029C02EF35D5C24C /* React-runtimeexecutor.podspec */, ); - name = components; + name = Pod; sourceTree = ""; }; - A64E672D728CA02EBB26219017770FB6 /* Pod */ = { + A590DD0675D53682B1BC144B81586431 /* ReactCommon */ = { isa = PBXGroup; children = ( - 08F288F4A7E8AD13C39CCABFDA7CF685 /* LICENSE */, - 07C4CCB10A56405D32CB0A5561997467 /* README.md */, - 0C3C63F8590807D5108379ED96C2F50E /* simdjson.podspec */, + FC72F8ACA9AA53954F9EF3B8A5C6F5FE /* Pod */, + 608676613D8C48B8B9EA90C52743AB1E /* Support Files */, + 428E61796EE85ED2EFE00325BFA5B4BD /* turbomodule */, ); - name = Pod; + name = ReactCommon; + path = "../../../node_modules/react-native/ReactCommon"; sourceTree = ""; }; - A65A4842D0C45D8F097D036FA26CEDB3 /* DoubleConversion */ = { - isa = PBXGroup; - children = ( - 12449709EC8940CD923E0E154F667F80 /* bignum.cc */, - A1F984E00A969D239F23BFAB259ABEBC /* bignum.h */, - 98CE5818CDC87E6BCAEC73D796928A3B /* bignum-dtoa.cc */, - 8BC467524340F8147814BDFDA6933F85 /* bignum-dtoa.h */, - 25AA5D7D0D07AAD63AA2B91805FFB68B /* cached-powers.cc */, - FBB9560230FCDB0C2DDD42424227813A /* cached-powers.h */, - 289DCC6921EB5485D517EFF28278AA23 /* diy-fp.cc */, - A65273F1B62BC55B36F7BE37E5FB5DE2 /* diy-fp.h */, - 53F35ED6031FD11DF2183C2A7449BCD6 /* double-conversion.cc */, - 124FE84F14DFF683B6871E3FB0F4FFE9 /* double-conversion.h */, - 20DE44EE02C4DEA120A532F5B81AFE5C /* fast-dtoa.cc */, - AA6623144934DC703EBE6040B34FEECE /* fast-dtoa.h */, - 2431F36CB5EEE5DF82EC0FC1E4580CF6 /* fixed-dtoa.cc */, - 9C45EE6A2D6012FDFC337CFDF9C0F8C9 /* fixed-dtoa.h */, - 4AEA2E9F1E330E600FFF5AFB8F9DDC0A /* ieee.h */, - 7C84EC73DE3EFFAD345607B8B84740C8 /* strtod.cc */, - DA94724E1F44A86A9BCC49599D2C6936 /* strtod.h */, - 1C4E00F457150460253AC0456AB259CF /* utils.h */, - F6279EF847702D7FDDC52D096E95F185 /* Support Files */, + A7C4FF2F75EF9D72AA55D62D1EEAE11B /* React-nativeconfig */ = { + isa = PBXGroup; + children = ( + 7D709C81D0C07E31A08F46AA3AAB09FD /* ReactNativeConfig.cpp */, + 8F593DCCC2DAFF6D4243AAD2A5156F10 /* ReactNativeConfig.h */, + ACEE25DEFF1B8FD9509A07B14BD19672 /* Pod */, + E9C7F1CEBC634C863FBF22F630470A84 /* Support Files */, ); - name = DoubleConversion; - path = DoubleConversion; + name = "React-nativeconfig"; + path = "../../../node_modules/react-native/ReactCommon"; sourceTree = ""; }; - A7167E764A465DC70E85303E6BB9694E /* SafeAreaView */ = { + A87C7F8D00F0CBE2558C9FABDCE778F0 /* safeareaview */ = { isa = PBXGroup; children = ( - FB14AFB1806B04802447C7B3F8DD056A /* RCTSafeAreaViewComponentView.h */, - D5B1876881135BE5E6EA43B405F899A2 /* RCTSafeAreaViewComponentView.mm */, + 0C897CCFDE4BF7130CDDA0286B966FDB /* SafeAreaViewComponentDescriptor.h */, + 8332BB1363344A31DAAB30F13244873B /* SafeAreaViewShadowNode.cpp */, + 8D1CC2D4F8A104E3B6F891431E7ECE1B /* SafeAreaViewShadowNode.h */, + C25232818C41EA94B5E01D6E8903AC74 /* SafeAreaViewState.cpp */, + 6344807426DBEA83083B947671B91C7D /* SafeAreaViewState.h */, ); - name = SafeAreaView; - path = SafeAreaView; + name = safeareaview; sourceTree = ""; }; - A94DC64D661DCD0825A50634BAB3F448 /* React-graphics */ = { - isa = PBXGroup; - children = ( - 155F6B9C94EC4226F0CAF0A2ACDB7F0A /* Color.cpp */, - 0095CFE8EEA76393BE4E61CC23E912EE /* Color.h */, - D5E1921D590911FA76C671806DE082C3 /* ColorComponents.h */, - 0C668BA2E0A163AE4A3CC6347D5F3909 /* conversions.h */, - 54A4DE44913F5FA3DA0EA6ACAB546D02 /* Geometry.h */, - E8D033D4303D8884BEBFC0206EEE3B23 /* Point.h */, - 17CA6F374240B222DD8EA5AE5384BBD2 /* Rect.h */, - A6E6FA13F9D80A6529F1B362BDC93109 /* RectangleCorners.h */, - CF1A498F232A1646082588CFA100B006 /* RectangleEdges.h */, - 9202ABADA66F3D740CCDC3E4C237EF34 /* rounding.h */, - 7B58B9EF52B6CD0A07B4DF9A68127D51 /* Size.h */, - 5742F82A910BD95E415693E6B4C0E550 /* Transform.cpp */, - B0284A182D68A84D850B40DE9B71AC7C /* Transform.h */, - E7CF6448BA7FDB41544562933B9309A1 /* ValueUnit.h */, - B2A8F2FD836285499CB6073ADB143A6B /* Vector.h */, - 01DE2CBE556D3094DFA342BCB55B148B /* platform */, - 5799DF56B42C603FC37988EB8019B8FF /* Pod */, - F2C16C1F92162497FE435635A60CAA18 /* Support Files */, + AA25987508F4BAE6AA27F3B382C0C89A /* Surface */ = { + isa = PBXGroup; + children = ( + 762588AD3F68541107FA36AF37D053F9 /* RCTSurface.h */, + 9A909CE9BFF1F0B380221FDEE11D0211 /* RCTSurface.mm */, + 99E72FB672688243BE5F6E35ABA1E42F /* RCTSurfaceDelegate.h */, + F1A6297972EED0526BCBF5B221AE18AC /* RCTSurfaceProtocol.h */, + 37560CB0B831B9181D0E9FE412A827E5 /* RCTSurfaceRootShadowView.h */, + 4343AD60D13A26A3F11E942DA9C12580 /* RCTSurfaceRootShadowView.m */, + 2F8E66FF737E243487DFC9781A2605FE /* RCTSurfaceRootShadowViewDelegate.h */, + 258F35FF5ABDDEBA091F066B015EE1D9 /* RCTSurfaceRootView.h */, + 95FAFB9E62426C075E9E5E41D65333EB /* RCTSurfaceRootView.mm */, + 7215C1FD70511C10EB945E8681577C16 /* RCTSurfaceStage.h */, + BFE0C7F1527F398A2A69185EBFCF677F /* RCTSurfaceStage.m */, + 8BE3CC89AB9CCAD959EA3B472BA6F99A /* RCTSurfaceView.h */, + CCF757AC8F0183D61E1DA8706776938C /* RCTSurfaceView.mm */, + 1BF78B5D7B2AFC98B3545C8C9DA66D16 /* RCTSurfaceView+Internal.h */, + 5D505B6D5764926B812EB062BBB9F48F /* SurfaceHostingView */, ); - name = "React-graphics"; - path = "../../../node_modules/react-native/ReactCommon/react/renderer/graphics"; + name = Surface; + path = Surface; sourceTree = ""; }; - A9EDF355B7B3AA594F734D374676D41D /* Pod */ = { + AA829DB19589EE114FF17962F6831B2A /* executor */ = { isa = PBXGroup; children = ( - 97531B076AE4716C30BF419F9EE33668 /* React-CoreModules.podspec */, + 2A7AEC733FC3F4650B9340E574530161 /* HermesExecutorFactory.cpp */, + F7CA9A9E0677E6E622E8C0C6BFC057B5 /* HermesExecutorFactory.h */, ); - name = Pod; + name = executor; + path = executor; sourceTree = ""; }; - A9EE0D4CC761EA3C378359B5ECC051F2 /* renderer */ = { + AAF010A03BDC3903E9F6EE416F6DB539 /* Support Files */ = { isa = PBXGroup; children = ( - 3357F45FB0F7B9C02732B6DE594B0AF4 /* textlayoutmanager */, + EF09FB3371BC4A515D26FC037059DD61 /* React-rendererdebug.modulemap */, + 137A31E381AB4AA534731ED6AF105636 /* React-rendererdebug-dummy.m */, + 9628B2A1454DADB30631AE9787FC337F /* React-rendererdebug-prefix.pch */, + 654197BBD530E127C270633DB539A166 /* React-rendererdebug-umbrella.h */, + 6DF638889DD6D88E1694A065C0A27BC6 /* React-rendererdebug.debug.xcconfig */, + 65D4FD7CDCA49048491D835A28092DCC /* React-rendererdebug.release.xcconfig */, ); - name = renderer; - path = renderer; + name = "Support Files"; + path = "../../../../../../native/iosTest/Pods/Target Support Files/React-rendererdebug"; sourceTree = ""; }; - AA67B6D2CE06AEED21DABFDD3B5E05CD /* View */ = { + ABE19B1F318E966A4F2624B095AC06CA /* ios */ = { isa = PBXGroup; children = ( - C1A2D7C0656D69881D8A7EADB2130701 /* RCTViewComponentView.h */, - 3FDB5B2CC3A5FA111B98AFE3AB2CB76B /* RCTViewComponentView.mm */, + 18DA155471EE231088B75DA42ACDA74D /* WatermelonDB */, ); - name = View; - path = View; + name = ios; + path = native/ios; sourceTree = ""; }; - AAEBF3708ECE8E9B0A398A9AF1DCB626 /* Support Files */ = { + ACE973C74E126DABDE76A70A939FE31F /* imagemanager */ = { isa = PBXGroup; children = ( - 2EEECAE1B405F80DD2F373DCEEEE0C65 /* boost.debug.xcconfig */, - 618C37708C87DFAE0390E84E48BF26FE /* boost.release.xcconfig */, + 51582CF5BC4E40FAA616B6363DF4B4A5 /* ImageManager.h */, + 36C08C7FF3DFACBC39FCE541DCF803B6 /* ImageRequest.cpp */, + 2D006447B5017B8009E226E6E0AACE40 /* ImageRequest.h */, + 06E34251980A9A80A1D27297F3B60B98 /* ImageResponse.cpp */, + DA3239428E42490C3045975A1FC6A276 /* ImageResponse.h */, + 8229FB82BEAE5318CC636C3963FFF6F8 /* ImageResponseObserver.h */, + 4929D6CBAA4CA6E284FE157B1BD57DA0 /* ImageResponseObserverCoordinator.cpp */, + F7D701E7AA313B498D488AA43D416F3F /* ImageResponseObserverCoordinator.h */, + 340097AC9A9BF4BAD1E542E436217620 /* ImageTelemetry.cpp */, + C3A0E653F207D8208760F39D89431669 /* ImageTelemetry.h */, + 6F8D2287EF58ADD156913AF3C0FA5266 /* primitives.h */, ); - name = "Support Files"; - path = "../Target Support Files/boost"; + name = imagemanager; sourceTree = ""; }; - ADF873785664AD16B2D5127CBF849E0A /* React-RCTAnimation */ = { + ACEE25DEFF1B8FD9509A07B14BD19672 /* Pod */ = { isa = PBXGroup; children = ( - 9D7B46802C84170042F00BF4F61DCA42 /* RCTAnimationPlugins.mm */, - A479683E1C576D7FD8C3F24276A2B4E6 /* RCTAnimationUtils.mm */, - 8C38F813FEC9FA1FDE3A1F7F9A25C8C7 /* RCTNativeAnimatedModule.mm */, - 779E87B7EC6681F4D5E60EAC8ED133D1 /* RCTNativeAnimatedNodesManager.mm */, - 61F4A27BFFD17E5CC134EC5D9A104AEE /* RCTNativeAnimatedTurboModule.mm */, - 726E00515368AE52512AE8D54B41E2B3 /* Drivers */, - 21C4BEE021F3D99BB8F587E5D7411F0C /* Nodes */, - 10EDEE55B16D8F8B01F4A1DE4BF8D42F /* Pod */, - 47DAF9100D64731274466CE05A600194 /* Support Files */, + A213D84A5E7EB977D2213B29DCE12629 /* React-nativeconfig.podspec */, ); - name = "React-RCTAnimation"; - path = "../../../node_modules/react-native/Libraries/NativeAnimation"; + name = Pod; sourceTree = ""; }; - AE0F8D7D4C4B066E1039A5F6D34E001B /* Pod */ = { + B11DA0315979959E0AB787938C67B80B /* graphics */ = { isa = PBXGroup; children = ( - 7A12E7C3B570C70B246886D04D9DAEB3 /* React-runtimescheduler.podspec */, + A67702A5BB9FE81CBF2BBE1340D12764 /* Float.h */, + A7237AA79C8E933F1CAB9DE0BDD0B0A5 /* HostPlatformColor.h */, + 608A42FC636CC123077F86095300FDD8 /* HostPlatformColor.mm */, + 00D0EC9AE90BED5D79B9CAE98DAE902E /* PlatformColorParser.h */, + 0622E264BBCF6697F9CA2A6775362A8F /* PlatformColorParser.mm */, + F98C396019C17AFAC2E6514744534845 /* RCTPlatformColorUtils.h */, + 9C46ED3EA004CAAFEB6FEF89B7AF2F0C /* RCTPlatformColorUtils.mm */, ); - name = Pod; + name = graphics; + path = graphics; sourceTree = ""; }; - AE875DD17C4E9487F2F19EBF74D3D679 /* Switch */ = { + B129C0FB664B93F4F1F73414EFD96E55 /* Support Files */ = { isa = PBXGroup; children = ( - 5014C485188BC1174B363E90A8FDC69A /* RCTSwitchComponentView.h */, - CEF7073173B3C5C1D74BADD4B74DB9CD /* RCTSwitchComponentView.mm */, + 926F478934D57018C94BFB51AF5970C8 /* React-FabricImage-dummy.m */, + B77DA9E6D8A90D0BDB388D5130CFD6A5 /* React-FabricImage-prefix.pch */, + 9EB5D5242D476B50F6A84EA6ECF95DAF /* React-FabricImage.debug.xcconfig */, + E2B590F31CAE0577156C53171FEFEF07 /* React-FabricImage.release.xcconfig */, ); - name = Switch; - path = Switch; + name = "Support Files"; + path = "../../../native/iosTest/Pods/Target Support Files/React-FabricImage"; sourceTree = ""; }; - AF233FA445809C413090444B5F25631B /* core */ = { + B15E0C00053600CFA57B847087372FA8 /* Support Files */ = { isa = PBXGroup; children = ( - ECF58D98F3027BC3084C19C2F2EB897E /* CallbackWrapper.h */, - 2DE6D916784E372A3DB419F1BB7C25E9 /* LongLivedObject.h */, - FA3168B64E49092D3A6703FD39B6896A /* TurboCxxModule.cpp */, - 3F71B8AB05C35DC8483F7B98004404CD /* TurboCxxModule.h */, - 7B8737C781B770024127F4750082B860 /* TurboModule.cpp */, - 01E2ACCD86ABB7F2AA9B42A5309EAE66 /* TurboModule.h */, - 87742A30A812EEAD120494016528510F /* TurboModuleBinding.cpp */, - 0495DD928A029F8ACA36793C84B89DFE /* TurboModuleBinding.h */, - AB497703BF0C9E0ACB14CAF60DF50A2A /* TurboModulePerfLogger.cpp */, - C2F2F4BA51ECC02678016B39FB78B1A1 /* TurboModulePerfLogger.h */, - 8A29777B2CF0000DB550B49FEFBB5DFB /* TurboModuleUtils.cpp */, - 522598AE970CC5A7675C66ABB43767AC /* TurboModuleUtils.h */, + 26A39561F9B37AA0AFE252734CC8891B /* React-Fabric.modulemap */, + 6FC0DBFC356D08CBF5C195717E58618A /* React-Fabric-dummy.m */, + A616744A9B894FE3A9A3A1E53EA13CA3 /* React-Fabric-prefix.pch */, + 26902E3757E5D682AFC6C628AF7BD7DD /* React-Fabric-umbrella.h */, + 157BEE76ABB5FC023F974602BC587B8A /* React-Fabric.debug.xcconfig */, + AD2710EC72C624EB87F820405512AA45 /* React-Fabric.release.xcconfig */, ); - name = core; + name = "Support Files"; + path = "../../../native/iosTest/Pods/Target Support Files/React-Fabric"; sourceTree = ""; }; - B0448B5643BB741FB9AEC25110D52888 /* Multiline */ = { + B25136050555256BFCFC476D4F2E42A5 /* Support Files */ = { isa = PBXGroup; children = ( - E321C04AAAE892F36B26CD24839B9F83 /* RCTMultilineTextInputView.h */, - 764F47B91297FD4C2E4DBEAAA6225359 /* RCTMultilineTextInputViewManager.h */, - B367148BDF8F51187D5C7ABB5A8803BB /* RCTUITextView.h */, + DEABC445C02152DF5E8A3B39AF9F9162 /* React-RuntimeApple-dummy.m */, + 92F7C8691D5DED9946359E1BF469148A /* React-RuntimeApple-prefix.pch */, + DAEB77A1371F2344F999D880C3A90E0B /* React-RuntimeApple.debug.xcconfig */, + 1E8D7F44C4927699FE5FFB25997A96F8 /* React-RuntimeApple.release.xcconfig */, ); - name = Multiline; - path = Multiline; + name = "Support Files"; + path = "../../../../../../../native/iosTest/Pods/Target Support Files/React-RuntimeApple"; sourceTree = ""; }; - B0A97ED6CC8C16BF341B4E64C85D62BF /* Support Files */ = { + B322D4E234E4C7B133CEB5251E96FFA5 /* Pod */ = { isa = PBXGroup; children = ( - E32D7F97C8D08601A80C5ECAE8145B51 /* glog.modulemap */, - 4CE98EFDC66779E179F82D4E8AC3D0A6 /* glog-dummy.m */, - E8A53E6EADCAAD5C62249EEB3D888914 /* glog-prefix.pch */, - 70EE6575C04322BB4A940ED5C78E1893 /* glog-umbrella.h */, - 242A4DE8E754E4996FDD3CB3402C7749 /* glog.debug.xcconfig */, - BDE237586C724E7B95F54E38939A1BA7 /* glog.release.xcconfig */, + 2B044C64ECD89051E79887F2F8FE57D5 /* React-RCTNetwork.podspec */, ); - name = "Support Files"; - path = "../Target Support Files/glog"; + name = Pod; sourceTree = ""; }; - B14F20318B976FBA1128FEFA9751BFD4 /* React-cxxreact */ = { - isa = PBXGroup; - children = ( - 75F725B3AD13C9DDAD691AE41B4CAC76 /* CxxModule.h */, - 97F1BAF388CE5D555D485A8B489064C8 /* CxxNativeModule.cpp */, - 8F719CF50268D1CA31377E600B9774A3 /* CxxNativeModule.h */, - D08E4934F4BB63165A7D0A3440352F8C /* ErrorUtils.h */, - 97204A04F7869E9D4220CD5AF1099E31 /* Instance.cpp */, - 6AC14A3B6356B81F33888E3A245FBFF8 /* Instance.h */, - F28D2B7D5E7FB7967897B9F831FAB270 /* JsArgumentHelpers.h */, - 265B2C0A43B2717F10CFB2D0BC68C306 /* JsArgumentHelpers-inl.h */, - F7052598672E8ED644887BB6099906E9 /* JSBigString.cpp */, - 842666BD6832876C35F4AE04E74E0EED /* JSBigString.h */, - F61D2B244BB6B41AC612D440563CC68F /* JSBundleType.cpp */, - 690764BC1A1891C6425141CC9A08953A /* JSBundleType.h */, - BC3C8C35484682E344F705125E286F96 /* JSExecutor.cpp */, - 3CFE54652031922A14291E1490D31F49 /* JSExecutor.h */, - 7A75CEAF0521FD678CE5139EB0DB5B07 /* JSIndexedRAMBundle.cpp */, - C141DBE851F4097D8CAF37EC33112003 /* JSIndexedRAMBundle.h */, - 2A49556C0486AE9D89C5D6EC82FDF2E7 /* JSModulesUnbundle.h */, - 0526F9A35F2F8B86F9F803723C9B2640 /* MessageQueueThread.h */, - C94736B8234C19ECD3EB17E23FA10432 /* MethodCall.cpp */, - FDB2432487BDD86F774A7FE27AD8EC69 /* MethodCall.h */, - 0CDF59D6ECC18D4717BC80BCEA774ADD /* ModuleRegistry.cpp */, - A4C4ED00F8DA4FE2A8A681B088554B17 /* ModuleRegistry.h */, - 316141A4460D53B610A6650539B1BAF4 /* NativeModule.h */, - 5C474A7F45C462104ED005077276A520 /* NativeToJsBridge.cpp */, - 64E6E3F0A9D0ADCFEE927A62942166F9 /* NativeToJsBridge.h */, - 4783C7090C98B61D999FEB01C8F42A0B /* RAMBundleRegistry.cpp */, - 2426A4E07C322C84D6EFDAF229619BF3 /* RAMBundleRegistry.h */, - 0BF6D75C08DFB2241EB06B3FE9104A0C /* ReactMarker.cpp */, - BE21012CB8DDD0A4A816437380BCDB67 /* ReactMarker.h */, - 8025938DAC7D1E0F59CDE0E4621A3A09 /* ReactNativeVersion.h */, - 1D72B8ACF2B41429B4291E782155D516 /* RecoverableError.h */, - 7D1A8052D596883DD6F7054046094C84 /* SharedProxyCxxModule.h */, - 4F39C3DC5F84F5C4737B9C76442E55A1 /* SystraceSection.h */, - 0F8AF24BC923025AE27172DC241C1E62 /* Pod */, - 23EBA238F2919F35849A04595ABA22B2 /* Support Files */, + B47DE51F7E87E94310FE2E0772666C1F /* Support Files */ = { + isa = PBXGroup; + children = ( + EE85F8AC8EA65010815F0C5ED9826E3F /* React-RCTFabric.modulemap */, + 887027C7FF12FB7338869C776A7CEFBF /* React-RCTFabric-dummy.m */, + 26F81C8DE0CC3E7649EDDFE8DFDED895 /* React-RCTFabric-prefix.pch */, + 51F1662929364AF9AB1F5EFD515C39CA /* React-RCTFabric-umbrella.h */, + 4B2CA6BADDBABE04EA3FC848D2DFBA7C /* React-RCTFabric.debug.xcconfig */, + B0846154EC35111B28426222762CF880 /* React-RCTFabric.release.xcconfig */, ); - name = "React-cxxreact"; - path = "../../../node_modules/react-native/ReactCommon/cxxreact"; + name = "Support Files"; + path = "../../../native/iosTest/Pods/Target Support Files/React-RCTFabric"; sourceTree = ""; }; - B1E46DBF66CF745241F37EDAABF74EBF /* Pod */ = { + B4A3BEC460C2E79702F6805C5AEBDE6A /* Support Files */ = { isa = PBXGroup; children = ( - 4F041138208D2E43701B8865F2279CF2 /* React-RCTLinking.podspec */, + C609BD215F18E3B6ACB3641DBF1B200C /* React-rncore.debug.xcconfig */, + DFDFCA220F4E0487D24966099C7AC6BD /* React-rncore.release.xcconfig */, ); - name = Pod; + name = "Support Files"; + path = "../../../native/iosTest/Pods/Target Support Files/React-rncore"; sourceTree = ""; }; - B1EFB9ED74E4D4160BA73855C7790B25 /* inspector-modern */ = { + B4B40FE5744EE0430F1085186F5C39EE /* config */ = { isa = PBXGroup; children = ( - 1387467511A67853A6E6DD655B31A780 /* AsyncPauseState.h */, - 00C087419DAEFB2B7966EF283067DB40 /* Exceptions.h */, - FD018370763A1CA80A34DA88A25C2D47 /* Inspector.cpp */, - 66BF4C03FA54538555F9B27154229097 /* Inspector.h */, - 142A073F05FB33F4001A6B3334E9A8C7 /* InspectorState.cpp */, - 20A65BD06493A6A9F6A12B22B7C83F0A /* InspectorState.h */, - 7487395076EF39070F69D1DADAF2A9DC /* RuntimeAdapter.cpp */, - D37CDC4F555F37E4DC4490FC203BC021 /* RuntimeAdapter.h */, - B5CA6CDFE43343723DE2488018ACBD97 /* chrome */, - 944A1A1DFA59079FF7861DA1B2394D4C /* detail */, + A2433055CA015DE51A8A13B2AAAE5155 /* Config.cpp */, + 94463E432EBBF80182004B420404987D /* Config.h */, ); - name = "inspector-modern"; - path = "inspector-modern"; + name = config; + path = yoga/config; sourceTree = ""; }; - B2681814F7FC4BA611317784CE202408 /* renderer */ = { + B4F2C154142416109FA78F907E5B3547 /* inspector-modern */ = { isa = PBXGroup; children = ( - 76FB3F49E10BB5038F9D125F80BB5C12 /* graphics */, + 15801941DFE125F4459DBA217046DB1E /* chrome */, ); - name = renderer; - path = renderer; + name = "inspector-modern"; + path = "inspector-modern"; sourceTree = ""; }; - B3D002ECC496B0CA30BF1079926D223E /* Support Files */ = { + B4F53C80BB006D69F1048DEA8ECF9441 /* Pod */ = { isa = PBXGroup; children = ( - DEEEB44D01DCAF8745B7CAAE440D3C6C /* React-RCTBlob-dummy.m */, - FC21E94061DE704C973FE4E1E7A328DB /* React-RCTBlob-prefix.pch */, - E3ECC3F02504FC14346835D49557F0B4 /* React-RCTBlob.debug.xcconfig */, - E362C0A7DEBB2E7517C366CB1096CDBE /* React-RCTBlob.release.xcconfig */, + BBDAB2AA9EAB8FF0DA4637A65C5425B5 /* RCTRequired.podspec */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTBlob"; + name = Pod; sourceTree = ""; }; - B5472D689E2690BE3795C8CC14C63EFF /* React-Fabric */ = { + B508D299A713547C4C4004662C7A360E /* Pod */ = { isa = PBXGroup; children = ( - 9E0B7DB4EFC57C9E428A3A8086ED6D44 /* animations */, - 2648E5A1156F1D44302A1745780E1267 /* attributedstring */, - 14D9A71ADEB19358312539F56872B8ED /* componentregistry */, - 8C07C4724FCA5497E09063C3A4744FEB /* componentregistrynative */, - A5FDBD5601DF2FBCD410A12EE8E2279B /* components */, - 171BD7E10A08AE704DB706445A7C81B3 /* core */, - 76AEF25357F98EC83D61FDD50090BAC8 /* imagemanager */, - 1479D8F39054D631C173F858F872D2E7 /* leakchecker */, - 8E2D5B9F91225DFB6BBA2922BD598675 /* mounting */, - A1808A50E624DB156190099EE492DC9A /* Pod */, - C20633ECC1513CB9235113415DC947E3 /* scheduler */, - D74A15C0B6A4C0F2AA504491EFCD0C33 /* Support Files */, - BA0C97E35F1EBD68ABEF2001CFE0123B /* telemetry */, - 5E726A0E0FC190ED2946D039D480F9B5 /* templateprocessor */, - 2ECD0EDAD099A924E6AAD21D799AC517 /* textlayoutmanager */, - FDCC8F660577B85D72DCAD9E158CFDA0 /* uimanager */, + C8D1859AA4CE974FEC530D5684F25E81 /* React-FabricImage.podspec */, ); - name = "React-Fabric"; - path = "../../../node_modules/react-native/ReactCommon"; + name = Pod; sourceTree = ""; }; - B55127E2D9A4834B7B18117D057E7A86 /* SurfaceHostingView */ = { - isa = PBXGroup; - children = ( - 9080B9A6CDE02515FAD368A353D4F6BB /* RCTSurfaceHostingProxyRootView.h */, - DCD3638E7BE57F63FCBCEB7DFD18D9F4 /* RCTSurfaceHostingProxyRootView.mm */, - 5BA04B8CFB7811A9E84913CC6B759E3D /* RCTSurfaceHostingView.h */, - A3A5EED9EDDAE1FE143DE07E0117D6D3 /* RCTSurfaceHostingView.mm */, - 5FAF2C561D0F05C52EE285A6EC8E1EC3 /* RCTSurfaceSizeMeasureMode.h */, - B2E221D0C0BBC2106A8BB184FED81BFD /* RCTSurfaceSizeMeasureMode.mm */, + B511BCC300594DF84D6CFDF2B8F5EC1B /* Modules */ = { + isa = PBXGroup; + children = ( + 52FA0467104A3E0506B07D0F4D83C94A /* RCTEventEmitter.h */, + BC3E9A24F4A8A5F217C0B3D7CA9EBAEB /* RCTEventEmitter.m */, + 70EAB919380BCD43218C8BA42AA15E04 /* RCTI18nUtil.h */, + 412F97DED69E29E2A7146162142A9FF5 /* RCTI18nUtil.m */, + 9E1FB69666F2C09161B2E1A2535CC43A /* RCTLayoutAnimation.h */, + 3F5C6F9D16A1A659B8CB769DDEC445DE /* RCTLayoutAnimation.m */, + 41EC212BC4905E428935BED6DA109744 /* RCTLayoutAnimationGroup.h */, + 9A9617B1637CABEDDB4A95483334CB93 /* RCTLayoutAnimationGroup.m */, + 9D5CD2B433F8011D807EABA3442374E7 /* RCTRedBoxExtraDataViewController.h */, + A24606F72343E19E228B3000540EC8FD /* RCTRedBoxExtraDataViewController.m */, + 034CBF9A353EFD13BB30389694CD06AF /* RCTSurfacePresenterStub.h */, + 051EC8684B270AADB5DFA351ABA355C2 /* RCTSurfacePresenterStub.m */, + F9E3E83E4B4A307A114208C3D1F55BC8 /* RCTUIManager.h */, + 203BEC3028800526EBC07D8825427B33 /* RCTUIManager.m */, + 2DACD0189E12C716542A13351B01B317 /* RCTUIManagerObserverCoordinator.h */, + 1B9B081A11AD725344E711226D80CA4B /* RCTUIManagerObserverCoordinator.mm */, + E52A7A09F41E9EADFAE686BE3A607CBD /* RCTUIManagerUtils.h */, + 1749F4295539F83F4BA4637FE2C39F34 /* RCTUIManagerUtils.m */, ); - name = SurfaceHostingView; - path = SurfaceHostingView; + name = Modules; + path = React/Modules; sourceTree = ""; }; - B5CA6CDFE43343723DE2488018ACBD97 /* chrome */ = { + B55C8F8258F2B3E9506350BCA4960CD1 /* Support Files */ = { isa = PBXGroup; children = ( - E19C2EB9C5427A101DB59488D77C77D7 /* Connection.cpp */, - 2B447BEDA77F620D00D53B628675A205 /* Connection.h */, - 349F9CAB1EE25E11A1B4CC7E85478487 /* ConnectionDemux.cpp */, - 37057BBCD8CB916F91156767BCA4E621 /* ConnectionDemux.h */, - C7CA6D8679CF73BC3A3D887373AD4831 /* MessageConverters.cpp */, - 5949C6431070B702586E7F55D5D846D5 /* MessageConverters.h */, - 2F4284930F942D6A41B7DF9E704E1465 /* MessageInterfaces.h */, - 48949580D2B4DD1AFDA2C66F18E728B9 /* MessageTypes.cpp */, - B569499428CE88E0A9D4A2594551D0D9 /* MessageTypes.h */, - B1A8A30B6B5D0427A17838A52F92D68C /* MessageTypesInlines.h */, - 38E753A0DF0BA1A12CDD9A36CFB51E8A /* Registration.cpp */, - B7EA41D92A6126ED7BD4E0143A99F0B6 /* Registration.h */, - CF45A787A41B45B919D1E02D97750DA6 /* RemoteObjectsTable.cpp */, - 2BC4CFCA37CCC48F19408D2BECAE8D59 /* RemoteObjectsTable.h */, + A063348780E28C80CDFC691EE7F2C78D /* React-RCTText-dummy.m */, + 7CF233AD4BB7085F76873B35632274C6 /* React-RCTText-prefix.pch */, + 4C664E2A68FE1D2FA0458ED4485088A9 /* React-RCTText.debug.xcconfig */, + D9F52BE4E914A8BB9CDE60E8D6D9067A /* React-RCTText.release.xcconfig */, ); - name = chrome; - path = chrome; + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTText"; sourceTree = ""; }; - B603E2C012164480B109E0FCEF1E5A6E /* React-debug */ = { + B5929053EED1A42988DD52096135D1DF /* platform */ = { isa = PBXGroup; children = ( - 92D5CBE78EBF99510CF6F4A3563BF8D0 /* flags.h */, - 7C699B311B626CFC41C485B1DA9160EE /* react_native_assert.cpp */, - 5410AC0242C4F2DFE4F45B1B8176C2B3 /* react_native_assert.h */, - 8B25AC77F0C8CC7E6E1129BA0F4BDBFB /* react_native_expect.h */, - 64F1445CBADE92E579ECBA14B89C56C8 /* Pod */, - 350D56B069EB25B62911AD35795698C0 /* Support Files */, + 17687E905102CFB96BD9AEFECEF5AE1F /* ios */, ); - name = "React-debug"; - path = "../../../node_modules/react-native/ReactCommon/react/debug"; + name = platform; + path = react/renderer/textlayoutmanager/platform; sourceTree = ""; }; - B7CAA0574B384EB5CEDEFDC6214541D1 /* Pod */ = { + B94E9D8C2704D4246938A5CC85A14EBE /* Support Files */ = { isa = PBXGroup; children = ( - 98258946EC032DEEDBB7662865B0F0D5 /* React-RCTText.podspec */, + 0BFAD875BDFCB017A45CCF7A1AD8AE34 /* boost.debug.xcconfig */, + 7157DE4FF39A888005019A6919C6304D /* boost.release.xcconfig */, ); - name = Pod; + name = "Support Files"; + path = "../Target Support Files/boost"; sourceTree = ""; }; - B849FC616F99AE18663A0B64F3D71D7A /* RefreshControl */ = { + BAC1F5670DD858B1236132F8639008E3 /* React-jsitracing */ = { isa = PBXGroup; children = ( - 19CD0C0C50C1E9B369D6F0FADD8396E6 /* RCTRefreshableProtocol.h */, - 2262A791586A4111A0AF3DBF27BF1DA7 /* RCTRefreshControl.h */, - B1381C36B6D449196DEC32179B6C8A1B /* RCTRefreshControl.m */, - 8A05E52F16900F73CFC3F0870E533AB0 /* RCTRefreshControlManager.h */, - FDC4B7B662F5971341865583836764EB /* RCTRefreshControlManager.m */, + EBFE74400A08332EC438126C9FF15469 /* Pod */, + 1BCE377F5B918C589D8C41BFEE151E47 /* Support Files */, ); - name = RefreshControl; - path = RefreshControl; + name = "React-jsitracing"; + path = "../../../node_modules/react-native/ReactCommon/hermes/executor"; sourceTree = ""; }; - B93145D772D620B73F10F2394318BF82 /* React-nativeconfig */ = { + BB754E89BE3831E5159A960856345A34 /* textlayoutmanager */ = { isa = PBXGroup; children = ( - 36B73E65F2B54E8B95CB3B6849F1EF6A /* ReactNativeConfig.cpp */, - E76F95115270E842F4DF8C1CE4398CD7 /* ReactNativeConfig.h */, - BD57A2662CFBA5C8D9B65C96E94C68F5 /* Pod */, - 7A0F768213CCD5E05321822D4B5A0641 /* Support Files */, + BD485A11989B9D9DA494C47A98A5F09D /* TextLayoutContext.h */, + 97A95308B6D47ED59BD75934355ADDF6 /* TextMeasureCache.cpp */, + A8AFB5F8828D81AB1CE785F5BD4DC61F /* TextMeasureCache.h */, + B5929053EED1A42988DD52096135D1DF /* platform */, ); - name = "React-nativeconfig"; - path = "../../../node_modules/react-native/ReactCommon"; + name = textlayoutmanager; sourceTree = ""; }; - BA0C97E35F1EBD68ABEF2001CFE0123B /* telemetry */ = { + BBA1DA7B3C252A6F03099451D25F6163 /* RCTTextHeaders */ = { isa = PBXGroup; children = ( - 78B3664D5000B5B422E984FAA07D02B0 /* SurfaceTelemetry.cpp */, - 502D910670155778C7126535F6C8DF80 /* SurfaceTelemetry.h */, - 0575CDD3EA967A99A69D9143874A7AB9 /* TransactionTelemetry.cpp */, - F42870B45CFBB861DE5977D8AAD64CC8 /* TransactionTelemetry.h */, + 4B62C6CE9D343C56E332C5816AC631E6 /* RCTConvert+Text.h */, + B6501460FCAA027C674AB185B605DE1E /* RCTTextAttributes.h */, + 169BFFC72EEA61E28D560B57CD831CD0 /* RCTTextTransform.h */, + 92018AB7F0340B3EA90BB235642BF56E /* BaseText */, + 09B2533288AEB5522A0AC33E92C2A79E /* RawText */, + 92E616D44D7824072E698371D7620AB6 /* Text */, + 793AE592768F2FF4FE8BCFFBD5461C49 /* TextInput */, + 28B32097553A4D29F0613AE45FD6F381 /* VirtualText */, ); - name = telemetry; + name = RCTTextHeaders; sourceTree = ""; }; - BA148F3A3AF45D3F3590C405930FE8E9 /* numeric */ = { - isa = PBXGroup; - children = ( - C286E2462120548A406BDEA322888FAA /* Comparison.h */, - 62BAC5D66EF8D7641D0AAE68EBEE0131 /* FloatOptional.h */, + BE20CA3BB20E13CB19270700923F126B /* Pre-built */ = { + isa = PBXGroup; + children = ( + 0BE37755D7657BED9301FBB569B8B3F9 /* AsyncDebuggerAPI.h */, + CF0CC535988C4C141BA1AF044FA0790A /* Buffer.h */, + F0868E477C8DA25C9CE631F4131B2C2F /* CallbackOStream.h */, + F21C8B792A111FE6F3696917CC8DD458 /* CDPHandler.h */, + F5DE3D6B8F9687E6EC775B55B6F528E4 /* CompileJS.h */, + 553967D7C1E460B2FF3E819215A2EC75 /* CrashManager.h */, + 4ECA42F97FBA48C55D95F16BEB240CE4 /* CtorConfig.h */, + 4A3E59A3CCA7D3024E30ACFBCE006065 /* DebuggerAPI.h */, + 32C612DD10C738AA24310145376A8756 /* DebuggerTypes.h */, + 3D85474333A22BB675B886226092484B /* GCConfig.h */, + 9A62D11BB82CB6A24A13CAE4D0F6632A /* GCTripwireContext.h */, + 9668F22AD81B720182D9C7F1133935F2 /* hermes.h */, + BA8E2E00FBECFA8789E6D5D77E043D32 /* hermes_tracing.h */, + C6CD5E1D0A40A3BD51F58A9904E1EF53 /* HermesExport.h */, + 8399C3FD21BCD992B7C6EF8E65D7C561 /* JSONValueInterfaces.h */, + 3329F3B4064042B4C1D4BDA08241A80B /* JSOutOfMemoryError.h */, + 68A69845486F5D6ABF2D33019902E0E4 /* MessageConverters.h */, + 3D158DF7B71452128F42AE32CD1FB9F8 /* MessageInterfaces.h */, + 5E08C1229511DE5F11A5D0235BB42789 /* MessageTypes.h */, + 5F7413AEE06FEB42B977D20F6A6C5D5E /* MessageTypesInlines.h */, + FAB1A2AAEAD536D71C08D8CE9C14F3D8 /* RemoteObjectConverters.h */, + CAACD991F2CF50067B4447D8419F5B05 /* RuntimeAdapter.h */, + 52FB16E6F0925BA9FE8A9E2D77086C08 /* RuntimeConfig.h */, + E0A2C37B0C4B50C0E4B5366E9B824F12 /* RuntimeTaskRunner.h */, + 83D60FC0472C44AE0EB307C8EBC943AA /* SynthTrace.h */, + F713F14C913C9157BF2CDF26BF5F279C /* SynthTraceParser.h */, + 193D60EE177645F7547D71A2810D872F /* ThreadSafetyAnalysis.h */, + 341947EF5C4F684C9D99E78AEFE835DC /* TimerStats.h */, + 3C3F05EDE07B5034C963F9F6CE67E5A9 /* TraceInterpreter.h */, + 558A2EBBB9500DC131AEC7C0A404E3B9 /* TracingRuntime.h */, + D7F184A9DEEFB2AB2A561E78336A49B5 /* Frameworks */, ); - name = numeric; - path = yoga/numeric; + name = "Pre-built"; sourceTree = ""; }; - BA1AD68AA8696F19F5BBBAE022118ED8 /* Support Files */ = { + BEC512EF35E614CECC60A855831857E0 /* src */ = { isa = PBXGroup; children = ( - CF0C493F8482C01FAE875A6D74E5303B /* hermes-engine-xcframeworks.sh */, - 9033EF8A956982B631E9C7FF132AE4EF /* hermes-engine.debug.xcconfig */, - 59C8CBAEBD6F1ED263543C072A449B6A /* hermes-engine.release.xcconfig */, + 340139964ADFE59B05FAC656AF821E52 /* fmdb */, ); - name = "Support Files"; - path = "../Target Support Files/hermes-engine"; + name = src; + path = src; sourceTree = ""; }; - BA54CD81AAF4FAAC42D6D4624BFBC5D5 /* Pod */ = { + C12F12E3B279B81398C6639DEECE0A6D /* debug */ = { isa = PBXGroup; children = ( - FCD7A495106FAB16F1036280CB9EAAE6 /* LICENSE */, - 0A36C9BE7A3046FD955B474D8E242CB1 /* README.md */, - 9D84074492186F5B71407C2733C8DF41 /* WatermelonDB.podspec */, + C7956DABB206C95A799C60F678F09BB6 /* AssertFatal.cpp */, + 6EBA55B04BADD1F4ABB709051EF06C89 /* AssertFatal.h */, + 37F9065181BD972C82D47E7F46FFBBAA /* Log.cpp */, + 45D864901AF697040097CE5D0FCD717F /* Log.h */, ); - name = Pod; + name = debug; + path = yoga/debug; sourceTree = ""; }; - BB1E3B42394233F3609FD687497C21A3 /* React-RCTSettings */ = { + C491125B0694A5263BA6D6B79B51B471 /* Profiler */ = { isa = PBXGroup; children = ( - CBECA77BE1CA29FC06D522FFDF46F48C /* RCTSettingsManager.mm */, - 144F8FA6C920A9D5E5F4D96FA22CC7CD /* RCTSettingsPlugins.mm */, - 3D3AAC79C02921DFC41E40595E22719B /* Pod */, - E8AF8E62E633034285272D677E478DC9 /* Support Files */, + E927497A3701D0E6AEB8ED2AF83B915B /* RCTMacros.h */, + 6C00DC34CBF0C27CE15A57901CFE39D1 /* RCTProfile.h */, + 4ABE2E714C1175CCFDB7C0F72CE4B611 /* RCTProfile.m */, + 942322E848A28FE125A1C9A84F16D548 /* RCTProfileTrampoline-arm.S */, + 4340CE46967CD10BEFC7859B55898A6D /* RCTProfileTrampoline-arm64.S */, + 45BE03CDBA0ACF037784CA42392A374F /* RCTProfileTrampoline-i386.S */, + CCC91F4882F9AD8CBAA5347E76589517 /* RCTProfileTrampoline-x86_64.S */, ); - name = "React-RCTSettings"; - path = "../../../node_modules/react-native/Libraries/Settings"; + name = Profiler; + path = React/Profiler; sourceTree = ""; }; - BC15784CDBD85E084BA84E729A498BE6 /* Support Files */ = { + C51C39BEFC7949604ADA6AC55E5398EC /* Pod */ = { isa = PBXGroup; children = ( - A5AEF049FF2C24AFCDDB78E02EF9E44C /* React-Mapbuffer-dummy.m */, - EC3FE278CC4B082C0F496BC9411221C7 /* React-Mapbuffer-prefix.pch */, - 2A741F58F07D6202240FB0225A077623 /* React-Mapbuffer.debug.xcconfig */, - D3EBFB962946C2CC65D58D0E1084115A /* React-Mapbuffer.release.xcconfig */, + 70E1E31923E3DCF47FC3FD8EA049C063 /* React-RuntimeApple.podspec */, ); - name = "Support Files"; - path = "../../../native/iosTest/Pods/Target Support Files/React-Mapbuffer"; + name = Pod; sourceTree = ""; }; - BD57A2662CFBA5C8D9B65C96E94C68F5 /* Pod */ = { + C5534E19718C643BAE8858AE6BB0FE84 /* shared */ = { isa = PBXGroup; children = ( - 5D5FB37A0908601604C9F4FF04730DF6 /* React-nativeconfig.podspec */, + 79BAE705D4C5DDF1F3222FC86D3DC110 /* Database.cpp */, + 0991F79F05F020ABEA8DE3AFD72A7B08 /* Database.h */, + B8C5097DA5EAA46AB4FF88AA6F8D6F5B /* Database-batch.cpp */, + C339EF963613DD1C7090A3FB6A1FE530 /* Database-jsi.cpp */, + C22873AF49E658011AF710A68003CFF7 /* Database-query.cpp */, + 79E82AE02BC6B9CCABF7C62D230F794F /* Database-sqlite.cpp */, + C508463B95043E7E700C0414CB55E23A /* Database-turboSync.cpp */, + DD3A4B3EC7E715CA1E677122514FEFE8 /* DatabaseBridge.cpp */, + 0A190A345B19C93427A45B7A6CC52FDF /* DatabasePlatform.h */, + E0D2348E6FB9A55FE8BC6E93389B9432 /* JSIHelpers.h */, + BBC2C48E868D4877BF151ED8DFB3604A /* Sqlite.cpp */, + 8E38DDBA8B3F295D182A2E60FC4F968B /* Sqlite.h */, ); - name = Pod; + name = shared; + path = native/shared; sourceTree = ""; }; - BDE4FA4139788708762996D6215EA834 /* VirtualText */ = { + C5B10AF863EC53C54719EC59F9CC650D /* React-RCTNetwork */ = { isa = PBXGroup; children = ( - ED4EC0E95F43392B6C0521D59E59D7DA /* RCTVirtualTextShadowView.h */, - 9ED3850E679D852CA134016909BC27FB /* RCTVirtualTextView.h */, - 9A782C72A601A94EEC0D50807C2259A0 /* RCTVirtualTextViewManager.h */, + 976E60D841E3AEC485885E2A36C843AC /* RCTDataRequestHandler.mm */, + 6424FC955FE5FD23D675EE7BA5D86749 /* RCTFileRequestHandler.mm */, + 445199601546E45056A827DFB23F4148 /* RCTHTTPRequestHandler.mm */, + 3C987DB1C26CAE3839EA088A41B167DF /* RCTNetworking.mm */, + 4811CBBB4C46F7C891F1F7E426628CBD /* RCTNetworkPlugins.mm */, + C2CB66217B1E850D02CEDC8E10195C8A /* RCTNetworkTask.mm */, + B322D4E234E4C7B133CEB5251E96FFA5 /* Pod */, + 7BD5E4D43BF00F3F339A867FCAD643D8 /* Support Files */, ); - name = VirtualText; - path = Libraries/Text/VirtualText; + name = "React-RCTNetwork"; + path = "../../../node_modules/react-native/Libraries/Network"; sourceTree = ""; }; - BE79657813569015C32959058404C5C9 /* Support Files */ = { + C5E0AD954B2C8CBF163BFEA23778781C /* Pod */ = { isa = PBXGroup; children = ( - 166093B42D03254685F26AF244FA156E /* Yoga.modulemap */, - 5C9E22E63D166FB88C5D3B696EFC8A03 /* Yoga-dummy.m */, - 2A7F9FC45FC00FE157C8359F0080997D /* Yoga-prefix.pch */, - B5B84C42785E2814EEABDC4537D4F5AE /* Yoga-umbrella.h */, - 68661FDF51029500E19C1C4C3FBEC571 /* Yoga.debug.xcconfig */, - C0A86A8512B0707530E43FC7A1B6D988 /* Yoga.release.xcconfig */, + 86FBADB1ADE032495E4DC6B80BC37BFB /* LICENSE */, + 963DAA4960B3974FFBB8DE571F07B048 /* README.md */, + CA9B104BA2C9A1DDE13179A64BD014B9 /* WatermelonDB.podspec */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/Yoga"; + name = Pod; sourceTree = ""; }; - BECC39F0CEEBC26A10300CF420378F43 /* Pod */ = { + C609D0506D4AF74A3EAD5ACBA228FE4B /* Pod */ = { isa = PBXGroup; children = ( - BD08BDFA18F958F2ED1FCB4DA4315CF5 /* React-Mapbuffer.podspec */, + 58025C2DBA6481310CDDD6E2AF2341E3 /* React-utils.podspec */, ); name = Pod; sourceTree = ""; }; - BF0DF0C6106B33D86456F4434C98077C /* Pod */ = { + C62706AD1BF7CA5DF853101FF69F904A /* CxxUtils */ = { isa = PBXGroup; children = ( - 451E92DAC22A7C18E0966D5202B6503D /* React-RCTNetwork.podspec */, + 4B3894240F9F245719EDB8B1ADBE0FC7 /* RCTFollyConvert.h */, + C2A33F80F6DC091C0F0D9E733BE5F440 /* RCTFollyConvert.mm */, ); - name = Pod; + name = CxxUtils; + path = React/CxxUtils; sourceTree = ""; }; - C13E548EA05BC13167B55193567911D1 /* glog */ = { + C6E76E34C429F02CBDC707F1A8342D80 /* Pod */ = { isa = PBXGroup; children = ( - C5201DD6A7D04D0F5F7CB738DC14A9CF /* demangle.cc */, - 1FA724B3BEEAB5962F2842C6246597A2 /* log_severity.h */, - 58D47F8AC2D0B3C6FCC899C638329E67 /* logging.cc */, - C5F5CCCF267B6E2AF3C8551579D17F1F /* logging.h */, - 165EA8890ED7918D5060A89BA3225B69 /* raw_logging.cc */, - 6EA35D902A3D314B30A5305CC5F9BD18 /* raw_logging.h */, - 04F1CC803CBCF19C9E440D178F834FCE /* signalhandler.cc */, - 0EE99776FF238FABDBD4DBBFF2717AE3 /* stl_logging.h */, - E7E01677BD83475FEC1B57681BEF6CA1 /* symbolize.cc */, - 6DD9E732AE54B3564515DE8797E63339 /* utilities.cc */, - 2CE6320AFCE8917C21CA373B439074F0 /* vlog_is_on.cc */, - E2EAC7CC24DB307D2B2F46873189FBDA /* vlog_is_on.h */, - B0A97ED6CC8C16BF341B4E64C85D62BF /* Support Files */, + 210ED618EB38145265ACDB75A78B11AB /* React-jsiexecutor.podspec */, ); - name = glog; - path = glog; + name = Pod; sourceTree = ""; }; - C13F7635E4B5E2D01FFDE0B410613E54 /* cxx */ = { + C770325626FBC1F743FBD2F22EC31C72 /* fmt */ = { isa = PBXGroup; children = ( - 9BDA7629442FDCCA49C1E671A46F0EF9 /* react */, + 1731535F9FF01DC7DE5758D88594F0CD /* args.h */, + C00CAED0C07FE50074D84727D68C0B0A /* chrono.h */, + B32465A7B304C55D416657F5078DC373 /* color.h */, + 8F172D220F95765CFA361637BAAAA417 /* compile.h */, + 5E745C18EFA47BE9828C298066E9F6F5 /* core.h */, + 52FAACC98D9676B0C965D8484DF9C51E /* format.cc */, + 22BBDCDC9E5BB7D47CB6C63BAD034B4B /* format.h */, + 808C3DF73EDCFD47A21FDB81992E3ADB /* format-inl.h */, + E8A80DDDD78CE9D5045965620EF601A1 /* os.h */, + 5D826D3061A245096B1C382B690FA981 /* ostream.h */, + 08986599EA9FB16EDB0C58CAC0A405F8 /* printf.h */, + 75A1EC0889B2FF4178C4B15A8C8EAE88 /* ranges.h */, + B6A866CA3EE1ADEEDF264EFCEC0F0F57 /* std.h */, + D181C872FF8059D494F78C6BAF4765FA /* xchar.h */, + D12D82697A8CE4747CC012D92562A376 /* Support Files */, ); - name = cxx; - path = cxx; + name = fmt; + path = fmt; sourceTree = ""; }; - C1BE549B2098B33F36FFF7F6B04431C6 /* Support Files */ = { + C84EDCEBD7C570455A4C055316344D44 /* Support Files */ = { isa = PBXGroup; children = ( - E3CAA14AED0D0B628BF774EB3ACB5044 /* FBLazyVector.debug.xcconfig */, - 3C5F834EBF5BEEAAEAB45DF334CB5C70 /* FBLazyVector.release.xcconfig */, + F3EC6BC861DA61263020A86CB2DDC307 /* React-jserrorhandler-dummy.m */, + D1AD68A2EB98FCB1663BE5F5916FA962 /* React-jserrorhandler-prefix.pch */, + 7125A220ACBD1ACDAEC0A33004BF401B /* React-jserrorhandler.debug.xcconfig */, + 9414F0292C4CA9913CEEC7F61F3E32B3 /* React-jserrorhandler.release.xcconfig */, ); name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/FBLazyVector"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-jserrorhandler"; sourceTree = ""; }; - C20633ECC1513CB9235113415DC947E3 /* scheduler */ = { + C92330707FC79B77F1F9F67268D78E99 /* Support Files */ = { isa = PBXGroup; children = ( - 351F2BEADA91598B39C510E8818DD8DB /* AsynchronousEventBeat.cpp */, - 5CF12A01A03CBE650211881CC5A7ECFA /* AsynchronousEventBeat.h */, - 096B1C5A4F7BF2A03992CD13C3C27D33 /* InspectorData.h */, - CAA71D423BFF3DEA399C2B2EA37A2C66 /* Scheduler.cpp */, - 231DA88876792DFACAD82B00ECB5BDBC /* Scheduler.h */, - 56D65BE8ECC879A0DFF7ABE95A17DFA2 /* SchedulerDelegate.h */, - 264BBF75726E44CB953925F20F319367 /* SchedulerToolbox.h */, - 2B10CE82F40E79C284DFB52242C7F5A8 /* SurfaceHandler.cpp */, - 29CB91BC04DFF1D048E1910391538FFF /* SurfaceHandler.h */, - ECB6A144FE30BCF24C2D3E3B37E1D0B1 /* SurfaceManager.cpp */, - 9CCAF1C54A5489B24F0A919BBAA15F28 /* SurfaceManager.h */, - 9938677ED7A11C16524E20F28F2AD4E4 /* SynchronousEventBeat.cpp */, - C0DF1B9101F62C6D0D869BB8B8A752F6 /* SynchronousEventBeat.h */, + EC10CD8ABAB17D209CCD5FD3E42F2367 /* React-utils.modulemap */, + 5AC69D8640FF5ADCACD89B82CB9E1110 /* React-utils-dummy.m */, + 1D3B27D8E985D0BA1FD18A34437498E8 /* React-utils-prefix.pch */, + AE729B821BDA784B45AFF8A65039D05F /* React-utils-umbrella.h */, + 997842162A2D57DA5A2636E554A28F19 /* React-utils.debug.xcconfig */, + DB93F82879D24A74491FCA910E31A733 /* React-utils.release.xcconfig */, ); - name = scheduler; + name = "Support Files"; + path = "../../../../../native/iosTest/Pods/Target Support Files/React-utils"; sourceTree = ""; }; - C26799B36D0297DF7B6E49C683B75014 /* React-RCTFabric */ = { - isa = PBXGroup; - children = ( - 96EAF46418E1E46C0606FFE9BA0F867C /* RCTConversions.h */, - C63E9A2031B4FDEC94A47B0FC23BE0EA /* RCTImageResponseDelegate.h */, - 626C2AEF9367A8C7D0028F58EB2CE09B /* RCTImageResponseObserverProxy.h */, - 365C6C20B861E517AE2EFA4A84465A4E /* RCTImageResponseObserverProxy.mm */, - 38167C79531788F4FA1DF17B03CBCAEA /* RCTLocalizationProvider.h */, - 6BD5896B47D779D159EB4CF6E37C96DC /* RCTLocalizationProvider.mm */, - 8350AA445FFE3162998DD653F7B91E85 /* RCTPrimitives.h */, - 52EAFE8B504268244F606496D5666447 /* RCTScheduler.h */, - 987EDF2F097105E47A86CA61E68A2D3B /* RCTScheduler.mm */, - 873C3CB21BA854B6DCCFA011E3860542 /* RCTSurfacePointerHandler.h */, - F7195CD19961E59AA3407E2C128567C3 /* RCTSurfacePointerHandler.mm */, - CFB1804FBB0625B6A7154FA2EEAA5EEE /* RCTSurfacePresenter.h */, - 220A1E4998F1869905613C77E9557228 /* RCTSurfacePresenter.mm */, - 6E328D1A8C1674968CD874DAD537B6F0 /* RCTSurfacePresenterBridgeAdapter.h */, - F202E4F65F41AF885C9172E2A0663BFA /* RCTSurfacePresenterBridgeAdapter.mm */, - 46C02F088814FC535FC08A4FA3D3D579 /* RCTSurfaceRegistry.h */, - EADDDCAADB815C8515295A99AA084BCA /* RCTSurfaceRegistry.mm */, - 104599C41CDAFF9B432FFF4FD8783C6E /* RCTSurfaceTouchHandler.h */, - 3B584114BA996EB8209E77C3B7221A07 /* RCTSurfaceTouchHandler.mm */, - F13597C04AD941259D263D08A66CCB35 /* RCTThirdPartyFabricComponentsProvider.h */, - 86E2C861998877EE3BD788F83FA28D7D /* RCTThirdPartyFabricComponentsProvider.mm */, - C339693F5E75B9D5249D40EC687BB436 /* RCTTouchableComponentViewProtocol.h */, - 5CE4265A2AE690FD4FD69B20435EEC0F /* Mounting */, - 24CF31270148FE480865DF1CAA59B63B /* Pod */, - 82DCABD26B75A8F6EF728F709B8451B4 /* Support Files */, - 226282BAA14708D95C9F36E68304DB47 /* Surface */, - 1C9B6BFC6F0A48B872DF7A1431DED503 /* Utils */, + C9FCE5218763A0186A2053CC46F95127 /* React-CoreModules */ = { + isa = PBXGroup; + children = ( + 79F8EC97641C2D3B51B87DB668615513 /* CoreModulesPlugins.mm */, + BB7DBF3AC428AEC78260C9DC4CA49106 /* RCTAccessibilityManager.mm */, + 27D5B6E7F5A0D017C0081BAF95A9E8AF /* RCTActionSheetManager.mm */, + D5F538BF3285BAC9B7F01B8E674355D6 /* RCTAlertController.mm */, + A0CFE0D44D175E1A391C2129A3C3EBEF /* RCTAlertManager.mm */, + 4DA4CDB70B04DEA86A7EA3B9F6B6C060 /* RCTAppearance.mm */, + D3897A8D57FA7C5B759902F2D3CEA752 /* RCTAppState.mm */, + D2540C4EDDFB7CCCB96D25E31E2F57B8 /* RCTClipboard.mm */, + 3B03D90250BBDC20A58910E9BAE12F13 /* RCTDeviceInfo.mm */, + F277FEF63DB910E42C66936C8592693A /* RCTDevLoadingView.mm */, + 1A57B42E48BE086DEBC492BDE3BBD3C9 /* RCTDevMenu.mm */, + 7DB6E20FB18E511B8C98C3656B364612 /* RCTDevSettings.mm */, + FBC65E4ADA0C93CAF6F0857E1767393E /* RCTEventDispatcher.mm */, + B7DAE91AFA1AEC4FD04392E412D1D4CE /* RCTExceptionsManager.mm */, + 963A0C06992A9D8797E0E1BA9A14DB04 /* RCTFPSGraph.mm */, + 735061C18CFE3076A4C204A7CCE1D301 /* RCTI18nManager.mm */, + ED075D1904D8F2A132AD09A4B59B2BE9 /* RCTKeyboardObserver.mm */, + AD4FFB5F1B30B5584201585D67221D38 /* RCTLogBox.mm */, + 498AA16C83135C6DAEFCEAE97628D0D5 /* RCTLogBoxView.mm */, + A50AFF02E96B2A9FAD9F4CDF5D05C365 /* RCTPerfMonitor.mm */, + 581AB95CD00868534D40A89FC7298A36 /* RCTPlatform.mm */, + 93802254A23BD2E21FC5B6FC137CB7EE /* RCTRedBox.mm */, + 959BD66DF33D8DD073B3E7135B2954F7 /* RCTSourceCode.mm */, + 99F1158A135CC58252D861686496E8DE /* RCTStatusBarManager.mm */, + 0C8E237AA818FABF9B7C6CDB03FA448A /* RCTTiming.mm */, + B3A27AAA848CC83E397DC39A9E46B682 /* RCTWebSocketExecutor.mm */, + 78BE41CF03440AB09080B75960AF8455 /* RCTWebSocketModule.mm */, + 6BE57199DB090FF99258CF386E542C42 /* Pod */, + 4199B976A5C419A1F04918D0722A7C49 /* Support Files */, ); - name = "React-RCTFabric"; - path = "../../../node_modules/react-native/React"; + name = "React-CoreModules"; + path = "../../../node_modules/react-native/React/CoreModules"; sourceTree = ""; }; - C2FC93C319844E8341288F596003A2FA /* Pod */ = { + CB1C27507F8EEBB9AEC765B36425CCE2 /* Switch */ = { isa = PBXGroup; children = ( - EE69B57F0C921B5DDE0C7320FB69256D /* React-utils.podspec */, + E3C150EC730101E36E8725C466227757 /* RCTSwitchComponentView.h */, + B5F4950574A43023D083A3E3731760A1 /* RCTSwitchComponentView.mm */, ); - name = Pod; + name = Switch; + path = Switch; sourceTree = ""; }; - C5548B8DC630B60224EDA731374D3779 /* Text */ = { + CDF374E5D2600436F59137E53DD04D31 /* RCTAnimationHeaders */ = { isa = PBXGroup; children = ( - 60597898E23AC1CEF0169B996FAB80BA /* RCTAccessibilityElement.h */, - 658A14BB7DCEF01E9B6453BADA6EC769 /* RCTAccessibilityElement.mm */, - 1EB95F3097E25595B8D55D8EDCD30D7B /* RCTParagraphComponentAccessibilityProvider.h */, - 3BF933E1D1F089603E530BB4AE4D2A86 /* RCTParagraphComponentAccessibilityProvider.mm */, - 55D6540B7694F2347B907FFD1A54D98A /* RCTParagraphComponentView.h */, - E98F54396D880F2D2F028809DA0EEDEC /* RCTParagraphComponentView.mm */, + 2AE808F4B51B3F24D61558A014CF22A5 /* RCTAnimationPlugins.h */, + 16ADA7CA003A807781299F67A1578DF4 /* RCTAnimationUtils.h */, + 16AFB3F99F57DB5AEF193C3CB1BC1A49 /* RCTNativeAnimatedModule.h */, + C32C30AB7EF3BB474BC4B4DFD2FC61C0 /* RCTNativeAnimatedNodesManager.h */, + D4758B7FCDEC2C0806CEE3D106040093 /* RCTNativeAnimatedTurboModule.h */, + 4A46F00ADE41243FF50380AFC2AD40BC /* Drivers */, + 10FFE0FE0711EED444C4D76DA41F2C38 /* Nodes */, ); - name = Text; - path = Text; + name = RCTAnimationHeaders; sourceTree = ""; }; - C5A58AC0437053B3AF72669736D29784 /* UnimplementedView */ = { + CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( - 028A5C8F7307344DAE152AD92092B3CE /* RCTUnimplementedViewComponentView.h */, - BC7E3AC17909354848AA57F00945B63B /* RCTUnimplementedViewComponentView.mm */, + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, + 5C6B0CD72E8A9F5C6D91CAD1C829C7D8 /* Development Pods */, + D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, + 783EF0CE31D3DCFC7A57A0C0ECD52B61 /* Pods */, + 6ED0E8A627772310985098275F934F04 /* Products */, + 922AD62EA7116A32C0061BE4E0EACDAA /* Targets Support Files */, ); - name = UnimplementedView; - path = UnimplementedView; sourceTree = ""; }; - C69E7A836525742B10E31FAAB6ADFD06 /* WatermelonDB */ = { + CF850A691E67115665F695CA710F2E18 /* React-RCTVibration */ = { isa = PBXGroup; children = ( - 5B9E3FDCE2519899F23C6A100EC855A0 /* ios */, - BA54CD81AAF4FAAC42D6D4624BFBC5D5 /* Pod */, - 4658923DBA0E31FC570CBB56B2046E40 /* shared */, - 440FE8DB96F4D477305BA1B74B10EE36 /* Support Files */, + 4F21E8185A97B7403E0532DBCEAE20ED /* RCTVibration.mm */, + 8FA3CC41DE47D337EEEC4F2523A5A366 /* RCTVibrationPlugins.mm */, + 1FDC21BFAA89EDFEA43D90A05DE15156 /* Pod */, + 9C9762AD0A803BE78CA3EF2499AE4C3A /* Support Files */, ); - name = WatermelonDB; - path = ../../..; + name = "React-RCTVibration"; + path = "../../../node_modules/react-native/Libraries/Vibration"; sourceTree = ""; }; - C70B649556CAD0052BF61A787782E5EE /* React-RCTImage */ = { - isa = PBXGroup; - children = ( - A0DBD40790B63589310D6281125782E0 /* RCTAnimatedImage.mm */, - C0222558B36E70B04A8EBB37FE7DF5D5 /* RCTBundleAssetImageLoader.mm */, - 8AEEC1F3F16911DFD9B6B0DF581BE713 /* RCTDisplayWeakRefreshable.mm */, - 67EF3A5F142D107728F3489775476C59 /* RCTGIFImageDecoder.mm */, - F063CEA6C32E8573FDCDD09BAEDEDB8B /* RCTImageBlurUtils.mm */, - 673933000E1E8BDC081D8E9E71419452 /* RCTImageCache.mm */, - 9D9D32FAC0BDC7E7C285F757AA7AA05B /* RCTImageEditingManager.mm */, - 10E7CDE0D9D3AF2E389EF4EC2CB2721D /* RCTImageLoader.mm */, - 51C8075B586D9476ED8FF876E6D4D57C /* RCTImagePlugins.mm */, - F9022392756774F904A4A16369DC1D26 /* RCTImageShadowView.mm */, - 4E7CE67337B477CE290E9AA2DDBAC9A1 /* RCTImageStoreManager.mm */, - 2E68F6B2AF07E29F492AB86F3A45FE18 /* RCTImageURLLoaderWithAttribution.mm */, - 81A478819A49005EF713C4901CE7BCA9 /* RCTImageUtils.mm */, - 1CE157C9906FD1ECBEC1B1A32CED63B8 /* RCTImageView.mm */, - D10516975E5E19A110A13D1C70E665DA /* RCTImageViewManager.mm */, - 7048AC54816D883DE71C33BD2EE76C76 /* RCTLocalAssetImageLoader.mm */, - 3B30677ED8E0196AF0DEAE12E76CA31C /* RCTResizeMode.mm */, - 5B9EEE2CAF7ED339EBF934CBB7B7B370 /* RCTUIImageViewAnimated.mm */, - 5DB4E7B12CE1B3C746046C1D1FF39F07 /* Pod */, - F2F60B89C33D948B28EA50F80BD23550 /* Support Files */, + D03F2C1C0E708D1EE41BA8FC148D50E6 /* TextInput */ = { + isa = PBXGroup; + children = ( + E1530C1A41641E337C100090EDB4CD24 /* RCTBackedTextInputDelegateAdapter.mm */, + 857ABB199F3E6193128196415203918E /* RCTBaseTextInputShadowView.mm */, + EB9567C0DEFF8F845D6478F3CFDBD1AF /* RCTBaseTextInputView.mm */, + F6BD4677A9809440AF9F9498F2E0115B /* RCTBaseTextInputViewManager.mm */, + A846AD31825FC26747481C82D51B3091 /* RCTInputAccessoryShadowView.mm */, + 1DC27EF5E8E8BA5F9132B0790BA1C022 /* RCTInputAccessoryView.mm */, + 85234EF8449BC006516D4A6A62B9F438 /* RCTInputAccessoryViewContent.mm */, + BCA23E868E68363495BB8DE9AA165F77 /* RCTInputAccessoryViewManager.mm */, + 75AFE3EB6154E61D88A4F383A81B33F0 /* RCTTextSelection.mm */, + 1C5BD8DCB4B8638E0C634F76212A69CB /* Multiline */, + 05D208CCDDA721B65483F6B6D4343BF1 /* Singleline */, ); - name = "React-RCTImage"; - path = "../../../node_modules/react-native/Libraries/Image"; + name = TextInput; + path = TextInput; sourceTree = ""; }; - CA5F8CCA763552AEBECEA9A707EEE773 /* RCTRequired */ = { + D0FE7326D90BDBB8817B58F84A343BD0 /* React-Mapbuffer */ = { isa = PBXGroup; children = ( - 79ED11963A7C56B55770A8291F2F60F8 /* RCTRequired.h */, - 41ACF7B2C4723901EE37766D688ABAA4 /* Pod */, - CEA9349E0CA3B1B017BCD0ACFB29ECA2 /* Support Files */, + 020982AF78C5E396F3E5F3B1DAB98A95 /* MapBuffer.cpp */, + BAA3CCBDA9FDF8609E0495A48B080979 /* MapBuffer.h */, + 0BD79853D3326455B2119D890DC49815 /* MapBufferBuilder.cpp */, + 3954F92E91DCCCD316FC570C39037C55 /* MapBufferBuilder.h */, + FD8D4E4ECFB0CC25130AE3BEED4A319A /* Pod */, + 7D83EBCBEB0E38F249D38F10862CE71D /* Support Files */, ); - name = RCTRequired; - path = "../../../node_modules/react-native/Libraries/RCTRequired"; + name = "React-Mapbuffer"; + path = "../../../node_modules/react-native/ReactCommon"; sourceTree = ""; }; - CBE2ED47314EDE01B6C1AA7220AE9F03 /* Support Files */ = { + D12D82697A8CE4747CC012D92562A376 /* Support Files */ = { isa = PBXGroup; children = ( - 949884CD79ED471C040886A3B99CE722 /* React-RCTAppDelegate.modulemap */, - 376B90C6AE18EFBC6F587D95C2D85ACC /* React-RCTAppDelegate-dummy.m */, - 82ADC4767B2F1470189851C382B0E59F /* React-RCTAppDelegate-prefix.pch */, - D3807C3E54151AF7E0214B470714BC6E /* React-RCTAppDelegate-umbrella.h */, - 0F07F0CE99E33F034351B113E05692C8 /* React-RCTAppDelegate.debug.xcconfig */, - 5B0131AEA8BDA67A917ECBB81A539E7C /* React-RCTAppDelegate.release.xcconfig */, + 267039C69B6ECCDE54B5EF1AD931D1C0 /* fmt-dummy.m */, + 46EDCFA392F4FA15E1D6087289E0B88B /* fmt-prefix.pch */, + A275DD42FB75440C81B2F60BD6B23196 /* fmt.debug.xcconfig */, + 77CE993F9446B711B336A9AF061A5504 /* fmt.release.xcconfig */, ); name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTAppDelegate"; + path = "../Target Support Files/fmt"; sourceTree = ""; }; - CD7980FA276CAF54E321C0CF96AA1462 /* Modal */ = { + D14FDBC87BCB72B38F032D1F010498A1 /* React-RuntimeCore */ = { isa = PBXGroup; children = ( - 2FED20D118B25D6E5EF14D80D1DF4406 /* RCTFabricModalHostViewController.h */, - 28FF80309FEC4B4E70F5BCC99FA1B60F /* RCTFabricModalHostViewController.mm */, - 3CBFAD8F088961CCCB38609D1BB451AE /* RCTModalHostViewComponentView.h */, - 26EA3F9508A734E303EBE24284A19B55 /* RCTModalHostViewComponentView.mm */, + F310EF16EE5EAA4714DFD2F1713D1B73 /* BindingsInstaller.h */, + A1EEF0D5633DA10F123E110EDC4C4947 /* BridgelessJSCallInvoker.cpp */, + E9B0012D9AC4C6EE1721D712922AF216 /* BridgelessJSCallInvoker.h */, + 145565A2AB5DD84BEAFA27EAFA2F4141 /* BridgelessNativeMethodCallInvoker.cpp */, + 77660F5EBDC0FC5CF88F31395F69A2D6 /* BridgelessNativeMethodCallInvoker.h */, + 4FE6AAB9CCD62E8CE2B1E03FA145C8B8 /* BufferedRuntimeExecutor.cpp */, + 5D8D501AFD4360EBEB5A66144AEC1729 /* BufferedRuntimeExecutor.h */, + 6536CE777152C1FAFBE3DC240DF67324 /* JSRuntimeFactory.cpp */, + D2E2734D8657ABDA8E52005D327C59A4 /* JSRuntimeFactory.h */, + 1C7F9675F0DDF7D607F4527AEEA7CE9A /* PlatformTimerRegistry.h */, + D82A92B30EAD44574D7D78331C054CBF /* ReactInstance.cpp */, + D50E86E9CDA03CB5CEA275C7EE896DD2 /* ReactInstance.h */, + C178BA891B154BE1B7A5B0CF16AFD27D /* TimerManager.cpp */, + 0F8273DFC8BCEB15B1ACE7AA5FB60DFA /* TimerManager.h */, + 4AFD33C580B9C27DFC196AD23BFED6E7 /* nativeviewconfig */, + 46AB12B78F8981DAECDCA361493F2B5C /* Pod */, + 205065C8C5001FF4D791D75300C3DDAB /* Support Files */, ); - name = Modal; - path = Modal; + name = "React-RuntimeCore"; + path = "../../../node_modules/react-native/ReactCommon/react/runtime"; sourceTree = ""; }; - CEA9349E0CA3B1B017BCD0ACFB29ECA2 /* Support Files */ = { + D4EBE8B064BC082A240389166A5EC4F8 /* renderer */ = { isa = PBXGroup; children = ( - DD00F84C703DF8E1ED2C552DF5711444 /* RCTRequired.debug.xcconfig */, - A9ADDAB14E01EC54305CA1DD257A9F41 /* RCTRequired.release.xcconfig */, + 9AE2770F61ACF53CF54F135CA8071A0E /* textlayoutmanager */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/RCTRequired"; + name = renderer; + path = renderer; sourceTree = ""; }; - CF1408CF629C7361332E53B88F7BD30C = { + D72407561996DAEEB789275205FC335D /* Pod */ = { isa = PBXGroup; children = ( - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 3DF74B92A39EBB88B8BFD12913B72581 /* Development Pods */, - D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, - 3D4599B07AC4A7D2DB4283E112C75131 /* Pods */, - E3FCFBB06D13321D647CFB1BFB521E24 /* Products */, - 922AD62EA7116A32C0061BE4E0EACDAA /* Targets Support Files */, + 128F50FE92E188CCCF4F6F5CFB09C64F /* LICENSE */, + 62BB6D3A4CA3201C55AA818B8A0753A0 /* README.md */, + 673B55D5784B9139A1BB1AEE5F4945A2 /* simdjson.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + D796999F7EB66C9E901D5459591C6456 /* Fabric */ = { + isa = PBXGroup; + children = ( + DC2247332E34E9A5EEAC651BFE23CE54 /* AsymmetricThreadFence.h */, + 357C89461C2B2C6319BF4ADE3900971C /* AtomicNotification.h */, + 96489235CABA0BF8A10434FC133718C8 /* AtomicNotification-inl.h */, + BC6B8699949BC42E05A2CD3F716AFC65 /* AtomicRef.h */, + 22BF4B17D357A3BD3840AF11EBE43257 /* AtomicStruct.h */, + C9BBAB8DD3A07A56FC902CC374E80A3B /* AtomicUtil.h */, + AFE2AC3DE4D98F6A8B6D36ADB8E51F46 /* AtomicUtil-inl.h */, + 1F4BF0D6B00930EFF4155DC9B790AFDD /* Baton.h */, + 47ECF5C97B3CE613ADC79EB219369BD2 /* CacheLocality.cpp */, + B0A1643BF71DE16FFA228713DA55E535 /* CacheLocality.h */, + F9281ACFABCEF5289629EF6589504A67 /* CallOnce.h */, + DB05D38A61483D308412FA789EE36CBC /* DelayedInit.h */, + 1C93DB36FA986D128CB97DE275C7A0B4 /* DistributedMutex.h */, + 25B4E76DD481D3490220E28604E55673 /* DistributedMutex-inl.h */, + 55EADA43B34BE3D62BAE2D869390C842 /* Futex.cpp */, + 91E5E966C9BA06A775879A6EFFEF786D /* Hazptr.h */, + 672462DC44BB30457BE236484F3C6E87 /* Hazptr-fwd.h */, + 099CB5926F7A7C10C82306F50F31CAE7 /* HazptrDomain.h */, + BB06B409B4DDC6FA88630157B314F883 /* HazptrHolder.h */, + 66C9CDB63BA2D2FD4FCD5F884193C864 /* HazptrObj.h */, + 3FFEDA5AF4FED3EB1CC515BC9BAB2760 /* HazptrObjLinked.h */, + 21CDEC81B1AACA4065BD3385AB630454 /* HazptrRec.h */, + D802137E8093DB1F0B0848206D7FCB8E /* HazptrThreadPoolExecutor.h */, + C7891A1695A92EF0EE3D79FC7792120E /* HazptrThrLocal.h */, + 256EFD340D35D7E450AACBE294E874A8 /* Latch.h */, + C57BEDEC1840FD8209B8FAD43401C99D /* LifoSem.h */, + 4E606A9762AB8D4C06B74BC1924936FF /* Lock.h */, + 0E956492B6B4F762B69C00A6496D5AD0 /* Malloc.cpp */, + 7A7404AB8D8964BFE0531C56682163D1 /* MicroSpinLock.h */, + F138DB447C457AE8D0B432C87AB6D5C2 /* NativeSemaphore.h */, + A4DBF56470408F62F5CFC5811EC41C55 /* ParkingLot.cpp */, + 0D1AF6F139CF74E2FE8BDA319FFEE74E /* ParkingLot.h */, + 1BBB556BC44275845C988BDF27E10880 /* PicoSpinLock.h */, + A945AE383969D5B4AC29974625C53F64 /* Rcu.h */, + 6551222A25B1F6FAF1575662C8BDA2AB /* RelaxedAtomic.h */, + 4F3F30A04837205FCBA040E0445525A6 /* RWSpinLock.h */, + CA69419C699C779F51EC2294FE37593C /* SanitizeThread.h */, + AD601E06293D3A3930BE7C2006B41F2B /* SaturatingSemaphore.h */, + 11C43FEC006F4FB4810E35B57EDCC84B /* SharedMutex.cpp */, + 2CCBE13D47A90960E21168709D81A256 /* SmallLocks.h */, + 1841AD95444E2505711CA1DEE133B7F8 /* ThrottledLifoSem.h */, + 1DD6F27078A03BF0ED7DCF3591290691 /* Utility.h */, + D1C29624546038DCFAE9385CBC490A7F /* WaitOptions.h */, ); + name = Fabric; sourceTree = ""; }; - D042D694BB1B1F4C2ECEEFFDC441672F /* Surface */ = { + D7F184A9DEEFB2AB2A561E78336A49B5 /* Frameworks */ = { isa = PBXGroup; children = ( - 582EC6AB84220D4EEACA0069504FF097 /* RCTSurface.h */, - F0E346CA8DDBBEEE6FF86B6698433E56 /* RCTSurface.mm */, - 4DEF4702FC9C126ABE128496AE05033B /* RCTSurfaceDelegate.h */, - 09CAD056C4AE876CD10F09549737912A /* RCTSurfaceProtocol.h */, - 8A002CE4542EF5E1EE6DE32CA03DA91D /* RCTSurfaceRootShadowView.h */, - 11783CA97B1BCE72F94408ECDDCECC4C /* RCTSurfaceRootShadowView.m */, - B72F7F251EE4CF18EC95B45A15FFB145 /* RCTSurfaceRootShadowViewDelegate.h */, - 0AA128B20A4F8D52461980620B3FF2DB /* RCTSurfaceRootView.h */, - 8D3F459E7C85C5E574C23360D9D3CA6B /* RCTSurfaceRootView.mm */, - 02F735F004BB5B8D7B6AF7402EA7CF08 /* RCTSurfaceStage.h */, - 21B3619D47DC102B9C82FCC7A859FC23 /* RCTSurfaceStage.m */, - 67ABEDE17B1025C4581336C7CD7D085C /* RCTSurfaceView.h */, - 0E2C0D794E82F1681F2CCB5AE59048FD /* RCTSurfaceView.mm */, - 50BF1DB0B0D25A307615C2DD27E10BF1 /* RCTSurfaceView+Internal.h */, - B55127E2D9A4834B7B18117D057E7A86 /* SurfaceHostingView */, + FD2AA627BA11571293760EA92516290E /* hermes.xcframework */, ); - name = Surface; - path = Surface; + name = Frameworks; sourceTree = ""; }; - D0561DFFD486CCE27DD7A275FE8BAE34 /* view */ = { - isa = PBXGroup; - children = ( - 492117E47F464C5129E5A3A5FACF1BC2 /* AccessibilityPrimitives.h */, - D547EE6D3A95BC636CF3A19067E35C4A /* AccessibilityProps.cpp */, - 7FD51EF89187B5E4F74BA74F9CF8142D /* AccessibilityProps.h */, - 401B29C8341CD8E78291F582A43A7EFD /* accessibilityPropsConversions.h */, - 6B9910C68FC2316C98BF9BB50D60E07C /* BaseTouch.cpp */, - 94B9C193253E8568C211A6FC99FB1867 /* BaseTouch.h */, - AC982209BF397D98519537207F1698E6 /* BaseViewEventEmitter.cpp */, - AF2B7A1B34F0A83B49F0047B126BB347 /* BaseViewEventEmitter.h */, - D11E3EFC102271FCA363D55427071A19 /* BaseViewProps.cpp */, - C8C90D06EFDD1CB617D6AE52244D955D /* BaseViewProps.h */, - 5934EBF82918631076DE5CEBAAB72E9D /* ConcreteViewShadowNode.h */, - 46AB4510A367BEEECC089E61C47E829E /* conversions.h */, - EA2992BB99A85E60281DA5846370ACE9 /* PointerEvent.cpp */, - 9C938EA86DF4C675F7CDC3FBBEAEAFCC /* PointerEvent.h */, - B574189EB80D372D4D8EC99C823B6360 /* primitives.h */, - 70AAC30F48FEBABFA61968D610BDA954 /* propsConversions.h */, - A700FEB05AD0A435867F16FEF9F90DEB /* Touch.h */, - 4F1E57D89916E592820D6790C8B8BC6B /* TouchEvent.cpp */, - E31B5D02719A937FC9EBE9AEE1FF15A3 /* TouchEvent.h */, - C18BCDBB9C7851B0D321FFF7109D0975 /* TouchEventEmitter.cpp */, - 61CD82D59663A9C92303E6E9B8155252 /* TouchEventEmitter.h */, - 68A783C653DAE21DD9256C1417DFC098 /* ViewComponentDescriptor.h */, - 65E2EB6286DADD9E3D25873A2DCF69EB /* ViewEventEmitter.h */, - A943D07D7511DEBB135E170FE2699783 /* viewPropConversions.h */, - 4C4155B991FCD4429238F6B8BF733E9D /* ViewProps.h */, - 474E3DEED2303974737DCB7B09C3BE19 /* ViewPropsInterpolation.h */, - 6146FF2815EDE98422E1A948848D5B80 /* ViewShadowNode.cpp */, - 27ECD70A88C9A6328ABC0A30EA2F73B1 /* ViewShadowNode.h */, - 830A992741199DBDD77D3C380D93F960 /* YogaLayoutableShadowNode.cpp */, - ADE88BC4F4B8069624CB753D34BDCB88 /* YogaLayoutableShadowNode.h */, - 3335DC72BF76446875C57B753702FF14 /* YogaStylableProps.cpp */, - 962A413938258C5A4CAB8D84FC524096 /* YogaStylableProps.h */, - F078423BF6F2C42535B5DEDA92467837 /* platform */, + D80B2E04C127C418884E728E8A977978 /* RCTBlobHeaders */ = { + isa = PBXGroup; + children = ( + 181D4079537F9E8B578405C805CEE545 /* RCTBlobManager.h */, + 91946E0E55C67A006BFC6A09B6757F34 /* RCTFileReaderModule.h */, ); - name = view; + name = RCTBlobHeaders; sourceTree = ""; }; - D10E41A92BED4C13207949645988B7F7 /* Views */ = { - isa = PBXGroup; - children = ( - 60A368631EA1CE76F13B08A60594A8FF /* RCTActivityIndicatorView.h */, - DBE4E082E8A648F30C15B392019B80C8 /* RCTActivityIndicatorView.m */, - 5544BD9114FAA706C681947EB7A32822 /* RCTActivityIndicatorViewManager.h */, - 7B43A78D70145AC3064BA90893C67A99 /* RCTActivityIndicatorViewManager.m */, - B680CFB5B3371C20F29725D8FD4559AB /* RCTAnimationType.h */, - ACB7344A1AB0291D73C9174F6A2EDEB7 /* RCTAutoInsetsProtocol.h */, - 4C98046CD2D309EC4330D35C34B64D95 /* RCTBorderCurve.h */, - 305A7B5D2DB75E13E887BC1F55D210CE /* RCTBorderDrawing.h */, - 0C3B607853156ED8C98B91401ADD1131 /* RCTBorderDrawing.m */, - DBDCAB6CD37059405BB659186159126D /* RCTBorderStyle.h */, - 5DECD9C7F3017A191FAD16CD8CC1C7FD /* RCTComponent.h */, - D53467CE9C125FC958683625F8C90B89 /* RCTComponentData.h */, - F41B8032CE8AF687875A628539980B21 /* RCTComponentData.m */, - D7375160A91E8CFFFCB4AFC31FAFDDB6 /* RCTConvert+CoreLocation.h */, - 782317389F3CBEAF2BA20EFF0C4DB1E8 /* RCTConvert+CoreLocation.m */, - 8A3A9842CA9DDFB76BD48016348F6AB4 /* RCTConvert+Transform.h */, - 83CE30C792499A9FDC958DC36A5AE288 /* RCTConvert+Transform.m */, - BD060EA0DF4FDB06EBB63F4FA485A145 /* RCTFont.h */, - 87444686D04B28F4781F873A9B761395 /* RCTFont.mm */, - 6BE243941F1DB484F85CF98074334BB6 /* RCTLayout.h */, - 84E0D0752274167F7E4CD9ABF2D7C0AA /* RCTLayout.m */, - 1486BB83352069F8FD0B64A338EB592C /* RCTModalHostView.h */, - A57D2BA77484DB13F6FC5352024E4FAF /* RCTModalHostView.m */, - 422F66BF5D88383F8FDF3EAFE298CD26 /* RCTModalHostViewController.h */, - 973A5C458C1BBDEBF9F7569B3226D306 /* RCTModalHostViewController.m */, - 0A1BDE473114250B06B2152AE2C9F59D /* RCTModalHostViewManager.h */, - 03F9BD9070CDF84CFCA24F7B6B46D849 /* RCTModalHostViewManager.m */, - 952326E173DAC650820EA26CF2FFD153 /* RCTModalManager.h */, - 2DBD576025E6AAD1FB14CD65C52CFE9E /* RCTModalManager.m */, - A95865CF52F72AC7F1A457BD56AB0B1C /* RCTPointerEvents.h */, - DB5D222C0AD21FF3FF634B101EB79B84 /* RCTRootShadowView.h */, - CCB0406447F933E6B8D890756FF2B081 /* RCTRootShadowView.m */, - CCBD1836830F65496217D04B27AF1A03 /* RCTSegmentedControl.h */, - 39091B6833326CFB5B2EF13E5D2B7A98 /* RCTSegmentedControl.m */, - 6241EF8D7F09232E8DBBE2ED58D2123C /* RCTSegmentedControlManager.h */, - 9FC85745C34AFCFFFF08896A88B4B49D /* RCTSegmentedControlManager.m */, - B5CFEBB3CDF0531091CD511802A738D0 /* RCTShadowView.h */, - D937DA8C0F794B84EF2DF5325374609E /* RCTShadowView.m */, - 1C9B7F59787A31163CE56BA84A4CB971 /* RCTShadowView+Internal.h */, - B0A18F5F1B7FEB8ED54636BCE389E989 /* RCTShadowView+Internal.m */, - C73FD398A5F9839651B8C441DF644468 /* RCTShadowView+Layout.h */, - AD2A47307E052C5E507D7B1D12B93A6B /* RCTShadowView+Layout.m */, - BBDED6EE2F8981DD88E3DB2B4B430C21 /* RCTSwitch.h */, - E87901608DF4838B3919C25D888552F8 /* RCTSwitch.m */, - 833D981BB862F3009AE0D3E7453807AA /* RCTSwitchManager.h */, - 28B219A9B1CAABAF0E977F24647ECD13 /* RCTSwitchManager.m */, - D15BA8E32D46E4841E5212ADCE3DA310 /* RCTTextDecorationLineType.h */, - 6D2C732B10A598B8B4CA916B9EF33D1D /* RCTTransformOrigin.h */, - 3E06C66F9F10B0B96BEAE2AE3C3988CC /* RCTView.h */, - AC22C6965DD3BF9EF3D82C13C1FA60DB /* RCTView.m */, - C64419353BBD7FD829EF5B4DA7485C9C /* RCTViewManager.h */, - CAC626C7F00E54E21DF2F7CC33749E94 /* RCTViewManager.m */, - 63AABEEDB70066DAB629C1B884EA3332 /* RCTViewUtils.h */, - EBFFE8EDE2368EF7C2335941D22DEBB6 /* RCTViewUtils.m */, - A3C6797595B38172404E1578D314F74A /* RCTWrapperViewController.h */, - AA9A7DF58CC70E66BC46A5CD6BEE69FE /* RCTWrapperViewController.m */, - A03B92D70FCB3C5CC073F3F88862652D /* UIView+Private.h */, - 80F49AA1D1FC611C027690393BBF4886 /* UIView+React.h */, - CDE0585C5922FF755F72DA1350EE7D2C /* UIView+React.m */, - B849FC616F99AE18663A0B64F3D71D7A /* RefreshControl */, - 70A058252C1E514BA99D62EED731896E /* SafeAreaView */, - EFF96A94ACA5480011A482DB6BD25954 /* ScrollView */, + D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { + isa = PBXGroup; + children = ( ); - name = Views; - path = React/Views; + name = Frameworks; sourceTree = ""; }; - D1C1F64EB24BB7A832C2D5958708F4D6 /* Pod */ = { + DBAFEAB2E7C7332DA31C98708F3A9637 /* Pod */ = { isa = PBXGroup; children = ( - 751DF2827C43548B162BC13207710A64 /* React-ImageManager.podspec */, + 69486EEF399C8CC4D8DAE942C37D23FD /* React-RCTLinking.podspec */, ); name = Pod; sourceTree = ""; }; - D204F91B5DA3E564A1CDF6ABFB204C52 /* FBLazyVector */ = { + DC8EACDE4AF3CC4AF53714C50C9E43B9 /* Pod */ = { isa = PBXGroup; children = ( - 6AA885E33ABB74FBEE6223B05C9BDA57 /* FBLazyIterator.h */, - B1A57FC27CC3E3E75729E321441F291B /* FBLazyVector.h */, - F461AD710DF90EB12B16B34187BA9C80 /* Pod */, - C1BE549B2098B33F36FFF7F6B04431C6 /* Support Files */, + BB8765CFA285D06EB4EA1DE8DE702634 /* React-hermes.podspec */, ); - name = FBLazyVector; - path = "../../../node_modules/react-native/Libraries/FBLazyVector"; + name = Pod; sourceTree = ""; }; - D338E4B1D1E9EDAE0EF36AF46F131309 /* Pod */ = { + DDB3043473A4FC0439CCC1690F6C6C38 /* Multiline */ = { isa = PBXGroup; children = ( - FC790FC894A7C951F22CFAD41A9A405E /* React.podspec */, + 15AD43283A6A2C9FC3B3AFE6DCF2E636 /* RCTMultilineTextInputView.h */, + 55B1D50AB670D1ED574D945561008297 /* RCTMultilineTextInputViewManager.h */, + F6312EB0499C783D68B98C5D0AFAB4A7 /* RCTUITextView.h */, ); - name = Pod; + name = Multiline; + path = Multiline; sourceTree = ""; }; - D50B153F9763B1CA5EA30F5A6F6A638D /* UnimplementedComponent */ = { + E0A5B121D952F6317F2792EC9958D5E3 /* React-RCTActionSheet */ = { isa = PBXGroup; children = ( - 128717B90791A8D9A00D96677183E4F5 /* RCTUnimplementedNativeComponentView.h */, - 85F868C691AE914C3079F22C576FB86F /* RCTUnimplementedNativeComponentView.mm */, + 8881F374EF5A07A909ED7FC6E54D4926 /* Pod */, + 405D2A29856880C542E96FFF01AB4D38 /* Support Files */, ); - name = UnimplementedComponent; - path = UnimplementedComponent; + name = "React-RCTActionSheet"; + path = "../../../node_modules/react-native/Libraries/ActionSheetIOS"; sourceTree = ""; }; - D6D6280AD5AFCF28065B7E1F2EAF2F02 /* Support Files */ = { + E154B3C37FBBBA22F41876AC4AFD874F /* I18n */ = { isa = PBXGroup; children = ( - 27EDD7380D5A2BAE0D642838F7D53F3B /* libevent-dummy.m */, - 5AE7B3013C65BCF8E33B0602F39C0FBA /* libevent-prefix.pch */, - 1F8D16A3F7DDE7EC27D2D099E2423CEE /* libevent.debug.xcconfig */, - 3B7C08344CFE377E99D0DA779EA98E19 /* libevent.release.xcconfig */, + 8E76F01C60DFCE85A1C8CB416B3636D3 /* FBXXHashUtils.h */, + 650E79C6CD8DFAF97DD3E4B49C99A6BB /* RCTLocalizedString.h */, + 4181C0A4A1994121AF233A5C57DEC990 /* RCTLocalizedString.mm */, ); - name = "Support Files"; - path = "../Target Support Files/libevent"; + name = I18n; + path = React/I18n; sourceTree = ""; }; - D74A15C0B6A4C0F2AA504491EFCD0C33 /* Support Files */ = { + E1B9AAA4CBCF3083A1AA8A1962070956 /* Support Files */ = { isa = PBXGroup; children = ( - A189E265A92B739AE6A0DE66396BDA06 /* React-Fabric.modulemap */, - 9F9CC9E304503017FE217CEC91C73B1E /* React-Fabric-dummy.m */, - 0E6A44431094AA5E664A0B15E6468674 /* React-Fabric-prefix.pch */, - 0CDAFC422CC936CB35B8DC3E9AD9AC39 /* React-Fabric-umbrella.h */, - 395AF437CF8117D4CFA4DC9039E3DD76 /* React-Fabric.debug.xcconfig */, - DE58DC4EB61964D09E2C0E5BA72869ED /* React-Fabric.release.xcconfig */, + 90E8031BF4BBAA174907FCBE801328F4 /* React-runtimescheduler-dummy.m */, + D6E3C9F461BA9508AFA8E2471F36E21F /* React-runtimescheduler-prefix.pch */, + EA980E88736BC513D1E4D3CF3B6A67E8 /* React-runtimescheduler.debug.xcconfig */, + 734BE1C2E4FE1B7AA7823A95F6F55FB4 /* React-runtimescheduler.release.xcconfig */, ); name = "Support Files"; - path = "../../../native/iosTest/Pods/Target Support Files/React-Fabric"; + path = "../../../../../../native/iosTest/Pods/Target Support Files/React-runtimescheduler"; sourceTree = ""; }; - D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { + E435C56675DDB8A410B49F7C7073460A /* inputaccessory */ = { isa = PBXGroup; children = ( + 12C530B1088E418C923CD9F26CBCAB6F /* InputAccessoryComponentDescriptor.h */, + 10CFAB7D8A0F2282F1390473E5C37F0A /* InputAccessoryShadowNode.cpp */, + 5176B30F1DFC1E15711AA1F63DEFEEE3 /* InputAccessoryShadowNode.h */, + BF131B6BFD3FDF6FD3D006300FEC04E3 /* InputAccessoryState.h */, ); - name = Frameworks; + name = inputaccessory; sourceTree = ""; }; - D95492380D8D13F6D564CB814CE7191D /* RCTImageHeaders */ = { - isa = PBXGroup; - children = ( - 1F8C5ABB59565CD0E241742CFCCF9C97 /* RCTAnimatedImage.h */, - 2EE8D6BFC3EFA00CA4A5A25B1C13C5D2 /* RCTBundleAssetImageLoader.h */, - 25D045F328641426B1D6767EE1B4456D /* RCTDisplayWeakRefreshable.h */, - 16605345AA465F05CC1C22FFF3596F32 /* RCTGIFImageDecoder.h */, - 233595AA06252339978E4CC02111B7A6 /* RCTImageBlurUtils.h */, - D0C4439AF2F183C9B8CB1A5ABF1657FF /* RCTImageCache.h */, - B67D01EAAE7FB01C9B99D8C4AF217E87 /* RCTImageDataDecoder.h */, - 4A035B7E73360BAACC2CB0E51052985B /* RCTImageEditingManager.h */, - 294405FF96E93803A30084D690D89374 /* RCTImageLoader.h */, - B1FCB18E4D818DC18E300A1084EB9A2A /* RCTImageLoaderLoggable.h */, - AC799F3D4502456B1433097E5DB290E1 /* RCTImageLoaderProtocol.h */, - FD9623717746F8739FDBB921E645DEF0 /* RCTImageLoaderWithAttributionProtocol.h */, - B9B7DF1E3DD2E9B2B5532D0D2E3A9A81 /* RCTImagePlugins.h */, - 3727C1BD514632F1B5DC55853175C5E9 /* RCTImageShadowView.h */, - 8AAEF6052C4F60F642244C74E8139E6C /* RCTImageStoreManager.h */, - D02B585573EE79FD095A3F6DDE0D5F0D /* RCTImageURLLoader.h */, - 6A654A69355F23F0E8744FAFA1C55A21 /* RCTImageURLLoaderWithAttribution.h */, - CD1CE79B57377F9C143910A1DDEBBC17 /* RCTImageUtils.h */, - DAF2C22ADCA231EEF02B329CE407D5D6 /* RCTImageView.h */, - 37BD1E6700753D349575D55F7FDEB664 /* RCTImageViewManager.h */, - EF4EAC7BB1E0E98536C7C59EE554BA00 /* RCTLocalAssetImageLoader.h */, - 5141B6E05F5B53A41FFA21C2E012B857 /* RCTResizeMode.h */, - 0DF91A7A581C427DB22F7EB12809B102 /* RCTUIImageViewAnimated.h */, + E50F59EC71FBF8F64E1CAAD54D71774C /* ScrollView */ = { + isa = PBXGroup; + children = ( + 5466515A64A57AE3158EEA66741CDABC /* RCTCustomPullToRefreshViewProtocol.h */, + 3E169D2216CF9E719B147E7377742BBD /* RCTEnhancedScrollView.h */, + A349B258597025E561C3C8C773B51674 /* RCTEnhancedScrollView.mm */, + 51B45045020F47D86FEF4BD034627881 /* RCTPullToRefreshViewComponentView.h */, + E82D575C7FB3C2A029BADE7276472510 /* RCTPullToRefreshViewComponentView.mm */, + 671925498D3BA63FE33CF36268979415 /* RCTScrollViewComponentView.h */, + 63BFBBE25C646A1C221EEA23F4224C1D /* RCTScrollViewComponentView.mm */, ); - name = RCTImageHeaders; + name = ScrollView; + path = ScrollView; sourceTree = ""; }; - DA7A0AC01754576067D7933939FABE83 /* React-rendererdebug */ = { + E695D43859938F2F0535DCEEC76C2EA9 /* Nodes */ = { isa = PBXGroup; children = ( - 1A17FE2FDEFF2F1978E06D85FEA2E11E /* DebugStringConvertible.cpp */, - 8D507826F7F86E8215D36C4BDE0ED2B5 /* DebugStringConvertible.h */, - F75131CE58F1147F3ECD0C6198689C6B /* DebugStringConvertibleItem.cpp */, - A3565A3DEA7E538CACE391F5284AFCBD /* DebugStringConvertibleItem.h */, - 2760836C5AE3EE020B9917487A74B60C /* debugStringConvertibleUtils.h */, - 916C1F07CC0CBC8B14C47730CA405714 /* flags.h */, - E49FAC6266088F64E2D4CA7FDA9E2E42 /* SystraceSection.h */, - 0EA999366D328129BF1D292E09DCFE01 /* Pod */, - 8002B54F4954CAF911C18644073F5418 /* Support Files */, + DAEBDA32E972C2DD6BC87FC03C2F7B79 /* RCTAdditionAnimatedNode.mm */, + C7CB9D39DA448A9F742A4B023B065E17 /* RCTAnimatedNode.mm */, + 5825A770C846E9DE0D37D57F8AE02E36 /* RCTColorAnimatedNode.mm */, + 0314883711F418F964E23FC8DC255846 /* RCTDiffClampAnimatedNode.mm */, + 18590B13A8701CBEA8A9383645C889B3 /* RCTDivisionAnimatedNode.mm */, + 9EED1EEAD5AA1DD78D49501ECED7AB7D /* RCTInterpolationAnimatedNode.mm */, + 375DFEFC5E87FCB287285426D6DAA812 /* RCTModuloAnimatedNode.mm */, + AF0447D9E9E638217D6EABE45C7E0632 /* RCTMultiplicationAnimatedNode.mm */, + 717D5148DA07668AC04A61F52407FF5A /* RCTObjectAnimatedNode.mm */, + F9741807E424A3C28F079A8146D8AF4D /* RCTPropsAnimatedNode.mm */, + A613E889F5C29F0DAC3CCA3F322423D6 /* RCTStyleAnimatedNode.mm */, + A07442CD10380BE0C2F7C19CA5D62FB6 /* RCTSubtractionAnimatedNode.mm */, + DE4D8C3CE090B2BA0138B08B60165BFD /* RCTTrackingAnimatedNode.mm */, + 5742CED06F824159A9F9C6FCDF8F66EB /* RCTTransformAnimatedNode.mm */, + 62B08039C2AE783CAF032BCB76890355 /* RCTValueAnimatedNode.mm */, ); - name = "React-rendererdebug"; - path = "../../../node_modules/react-native/ReactCommon/react/renderer/debug"; + name = Nodes; + path = Nodes; sourceTree = ""; }; - DC8F7EFA8290D9672CF2DD760F306E28 /* Pod */ = { + E6EB6DD72A8650E83440A9AD73A354CA /* Pod */ = { isa = PBXGroup; children = ( - 3F5B36F44134B69450C28AB25DD9C17F /* React-hermes.podspec */, + 3EA8CBF160B60CE7141E34124CD98495 /* React-runtimescheduler.podspec */, ); name = Pod; sourceTree = ""; }; - DCDC6CCF3348DB1EA3B1AE9373D1BA5F /* ScrollView */ = { + E70F21A12A20C6724851C6CD41B425A1 /* React-RCTText */ = { isa = PBXGroup; children = ( - ACC2B10FE1AF50601413B959218B655C /* RCTCustomPullToRefreshViewProtocol.h */, - 20E6765A0311070E06589963E126CB90 /* RCTEnhancedScrollView.h */, - 66CBF2F94F7EEDE5E6E78D3FA4FE7D69 /* RCTEnhancedScrollView.mm */, - 7120C76DD8330380D2FC747F619233B7 /* RCTPullToRefreshViewComponentView.h */, - 949A850D9884383A5925B57EF2F2F23F /* RCTPullToRefreshViewComponentView.mm */, - A61C323E754B3E5C5D8A17D981CA2242 /* RCTScrollViewComponentView.h */, - 744280F8D80E67C3DAE907344CDD0E65 /* RCTScrollViewComponentView.mm */, + 0096A03750976681A81FDECEB7A7D8BE /* RCTConvert+Text.mm */, + 8980AF1403E1F2A16DA44CAC4004F1E9 /* RCTTextAttributes.mm */, + 5A4DFC42D5801C6801825A9C1CAD37A6 /* BaseText */, + 28763FCA9414FF721C7399FFAEF0EB3F /* Pod */, + 340E82E2438D743D828946C5B70EFC33 /* RawText */, + B55C8F8258F2B3E9506350BCA4960CD1 /* Support Files */, + 411AD2DEE636250CEA28E7CD2D46AF64 /* Text */, + D03F2C1C0E708D1EE41BA8FC148D50E6 /* TextInput */, + 832F23A26CFB74B21AC27D84BFD847D5 /* VirtualText */, ); - name = ScrollView; - path = ScrollView; + name = "React-RCTText"; + path = "../../../node_modules/react-native/Libraries/Text"; sourceTree = ""; }; - DDEA2DF01BCD3EBD413C82BE33B4CB40 /* Support Files */ = { + E7362482BFF22AC30709A403B38CB2BE /* React-runtimescheduler */ = { isa = PBXGroup; children = ( - 70D9601F7E425DB7B58AC278532206E3 /* React-RCTText-dummy.m */, - 8503889583F64241717335D35D41B9F4 /* React-RCTText-prefix.pch */, - EB502AEC55141EA428355CFA6E5DC8B7 /* React-RCTText.debug.xcconfig */, - 286778F5077335D0C6992D6856F6E736 /* React-RCTText.release.xcconfig */, + D4586CC35438203A980E60618B09852C /* primitives.h */, + B9CF763D328B9FF7CD87693E3153F680 /* RuntimeScheduler.cpp */, + 5E78187A78E9550C8C47E82A7E0800C4 /* RuntimeScheduler.h */, + D2E26EF832C651D9123567DC1E118CA8 /* RuntimeScheduler_Legacy.cpp */, + BF9077AF110CAC64D90AC1EDA3F0B610 /* RuntimeScheduler_Legacy.h */, + 1D12F92E6DE4195516C44922291730FB /* RuntimeScheduler_Modern.cpp */, + 45D9999C07AC6FD97A5897196483760E /* RuntimeScheduler_Modern.h */, + 3F3E458396D3574B4ADE0076519B87B9 /* RuntimeSchedulerBinding.cpp */, + 949C0E997EA3B7239902690DA5D564D5 /* RuntimeSchedulerBinding.h */, + AEF49BE28E7D87B31F7411604BFADC49 /* RuntimeSchedulerCallInvoker.cpp */, + 6D66D180322220310B33E06C2A6650D3 /* RuntimeSchedulerCallInvoker.h */, + D7139195D968D34865DEE54652AEED4C /* RuntimeSchedulerClock.h */, + BB8A5342B551F92B8A2537BCC6ED51F5 /* SchedulerPriorityUtils.h */, + 750B7BB6414518C2A827B8877B15A353 /* Task.cpp */, + 96FCCADF61AA384004BF02F11E1A50B9 /* Task.h */, + E6EB6DD72A8650E83440A9AD73A354CA /* Pod */, + E1B9AAA4CBCF3083A1AA8A1962070956 /* Support Files */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTText"; + name = "React-runtimescheduler"; + path = "../../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler"; sourceTree = ""; }; - DE1E34E2B781D22EAFC26DEE8F4E9C5E /* React-ImageManager */ = { + E9848832428BBAC0DCE23FA8BD7350ED /* Support Files */ = { isa = PBXGroup; children = ( - 41C3D60643848684F4E5AFCD327188D0 /* ImageManager.mm */, - 83437A1EC11AE56AEE198DC3F97FBF28 /* ImageRequest.cpp */, - 84D05FF0C73F6707E5A135421390563C /* RCTImageManager.h */, - B0A04D87C3AC4CD494C4F6A52B9A57B6 /* RCTImageManager.mm */, - 7DAEE1165E8C41262F890DF42D6E007E /* RCTImageManagerProtocol.h */, - 029E05487F1C99AF0D33ECC78B3040B0 /* RCTImagePrimitivesConversions.h */, - 0D01094F31DA81A4D6EA8AE00B423A55 /* RCTSyncImageManager.h */, - B14F05DEBA838E5A56E0E4168AC4A353 /* RCTSyncImageManager.mm */, - D1C1F64EB24BB7A832C2D5958708F4D6 /* Pod */, - FFB74E0EE8765957062ACE2FABA5F905 /* Support Files */, + 42F83B7067F1043FA268569B56994602 /* React-jsiexecutor-dummy.m */, + C6ADA6DF7563BCB106FC1DEC13D21F53 /* React-jsiexecutor-prefix.pch */, + 1544C565704FC17B15EBCF4F926F4C60 /* React-jsiexecutor.debug.xcconfig */, + 4D27045A96C63465EC6F9A1AED2DED9D /* React-jsiexecutor.release.xcconfig */, ); - name = "React-ImageManager"; - path = "../../../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios"; + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-jsiexecutor"; sourceTree = ""; }; - DE44ABB7197E55927424B51C5BC611CE /* React-RCTVibration */ = { + E9C7F1CEBC634C863FBF22F630470A84 /* Support Files */ = { isa = PBXGroup; children = ( - 8F16E9195E67D64E19DEF3DA12D0F62C /* RCTVibration.mm */, - 6192791F1D0E530162C5215CB9C06154 /* RCTVibrationPlugins.mm */, - 7066F8FC0F01D56A2E2D684B8B845576 /* Pod */, - 714600016E94C377104EB8A9FE0A095D /* Support Files */, + 88DDF4F26D766FFE558EA52E582A0879 /* React-nativeconfig-dummy.m */, + A8CB248587D48F0A957641CB162717A4 /* React-nativeconfig-prefix.pch */, + 1AD8831E19FF419852060A20EFC9943A /* React-nativeconfig.debug.xcconfig */, + 6F03806CF8FEA9AE1097FB463956AAD4 /* React-nativeconfig.release.xcconfig */, ); - name = "React-RCTVibration"; - path = "../../../node_modules/react-native/Libraries/Vibration"; + name = "Support Files"; + path = "../../../native/iosTest/Pods/Target Support Files/React-nativeconfig"; sourceTree = ""; }; - E0B0E11FCF7CA44D49C3E9D2D57AF898 /* textinput */ = { + EA57B66692E93B0A9A9E960BC4CEA037 /* Pod */ = { isa = PBXGroup; children = ( - F99AAFE7CECBFC3A393BCBA75F8F5297 /* conversions.h */, - A40FF66AA4C8684430FD9A15E4F824A1 /* primitives.h */, - 90795D76C239BFAF3D305EA5721E2033 /* propsConversions.h */, - EEF23D3DE29598071CA13B560A42DC52 /* TextInputComponentDescriptor.h */, - 5C671AB09389E1A9114128E756CD8C8D /* TextInputEventEmitter.cpp */, - 9B3D87690C1C39DD0DE6237781EF4FFC /* TextInputEventEmitter.h */, - 89E47F2D331DC12C1BC9CF9B274B9BDC /* TextInputProps.cpp */, - F4BDFCE87AAD7BD2C62BDD42493C1F4C /* TextInputProps.h */, - 6957CEF164A68FA4B067685195C31E94 /* TextInputShadowNode.cpp */, - 93C21CEF5F12E0CE372BE03FA2D23316 /* TextInputShadowNode.h */, - 7AD11AA3D493A5D2F97FAD71BEA4E98C /* TextInputState.cpp */, - 8A7277F7174FF1F38ED184200FC99119 /* TextInputState.h */, + E5961E4180C070D8C68E4EDF389C0A2C /* React-RCTSettings.podspec */, ); - name = textinput; + name = Pod; sourceTree = ""; }; - E2463BAE3CC27328A608F202F0428270 /* native */ = { - isa = PBXGroup; - children = ( - 46446A4572C808DC5385A4EA85E03A40 /* NativeComponentRegistryBinding.cpp */, - 17E1868CF2382A691105DC89AD1A5F0F /* NativeComponentRegistryBinding.h */, - ); - name = native; - path = react/renderer/componentregistry/native; - sourceTree = ""; - }; - E2BF68210737EDCC9DB97C67912D59EE /* RCT-Folly */ = { - isa = PBXGroup; - children = ( - 2B6EB885392295A207EB5B5BD7E2520B /* Access.h */, - 606F8551474BC68C06F43277EB89BA05 /* Access.h */, - B1E04650A7D423AE04C5740687BC7FD8 /* Align.h */, - BC5ECF49D1A16A34C8764006296F72E3 /* Aligned.h */, - 172A64D227EEFA963D36B93D47A36BCC /* ApplyTuple.h */, - 92E2D0017800C203BF04AA568102B986 /* Arena.h */, - 587A43B77FAC0AEF19FF1415A7028B9A /* Arena-inl.h */, - C3C26796B5B8E89E52BAC996B5A66A22 /* Array.h */, - 81BFCCF699CB22FAD6664FAC5A28FD20 /* Asm.h */, - F99096BBDF75C8210996F067DA6B3C8A /* Assume.h */, - C5C1E05DA82BC8615614B6F47AB5D4C0 /* AsyncTrace.h */, - 75FF5A7085EEB8A386D9D7DA16CD805E /* Atomic.h */, - 54B664EADDA43F285F3039FD82BFED56 /* AtomicHashArray.h */, - A57A24BC0CB37D9ABCE46CE66C927141 /* AtomicHashArray-inl.h */, - 156066473031A5BCDB5320A3F84241DD /* AtomicHashMap.h */, - C0C65BBC6CA9DE90A05B0C7D2936E6AC /* AtomicHashMap-inl.h */, - 378D69BB342BCABA07E7B39ABDB1AC97 /* AtomicHashUtils.h */, - CA508AC32B6149A9F21A8573D6EC1310 /* AtomicIntrusiveLinkedList.h */, - DED0FF6965EF9A24B976FF7D407AA3F6 /* AtomicLinkedList.h */, - E2168A7FDE1343635E58BE30A677EA1B /* AtomicUnorderedMap.h */, - F3C72D4960633A00F74D049E94971DFC /* AtomicUnorderedMapUtils.h */, - A124171ADA069065CB354618378EC09A /* Badge.h */, - 48CF2575BEB7B3B041C4FD40E60B976D /* Benchmark.h */, - 1EEBB17BA8721C46C789E2B3DC303E9F /* BenchmarkUtil.h */, - 53CDC54A342121E5A5F7310CC5CF7134 /* BitIterator.h */, - A2E6C05DB145104822B98B6187E687DF /* BitIteratorDetail.h */, - 37213019766DCDABCA978E704ACE661D /* Bits.h */, - 9256C3D3554CDA4E93E74700AB75E52C /* Bits.h */, - ED2CBD8B468B4DEB1FFD738D19EAC782 /* Builtins.h */, - C90DD53028C13A1CD69D11F4ADDB54BF /* Byte.h */, - 5F077D2F196452C4B65BEEE0E85C7628 /* CancellationToken.h */, - 6430C2D3EAA22FF03A0D5DBD64228F17 /* CancellationToken-inl.h */, - A05830F0CB0CEFE0BA50F7270A4BB87B /* CArray.h */, - 1EB4EE3C7BA26EB0B702D1ACAE45FAF0 /* Cast.h */, - 89EC0ECD7420D0FD35D7E8E1BE33DCF5 /* CheckedMath.h */, - 83D630F88D0E25ED3622A27129C18F62 /* Checksum.h */, - 842446FCBE3688BE90930DDCE49BE805 /* Chrono.h */, - C167C401BF3606ED5627405F46E99B5E /* ClockGettimeWrappers.h */, - BE18896349F389B26B99EFEF03CBA96A /* ConcurrentBitSet.h */, - 6540282129C2BDFA24B1E70730257355 /* ConcurrentLazy.h */, - FD7605B438ACC334C01E6EEBEBCB8B77 /* ConcurrentSkipList.h */, - 875A051130C13CAA478A6D5F322CDF04 /* ConcurrentSkipList-inl.h */, - B08216CA2F36147BED7DB768264E8146 /* Config.h */, - F89CB7FE524CD19561335BD1D4A4FEEF /* Constexpr.h */, - 0A94B640914086199E9BCDE2DC320B9F /* ConstexprMath.h */, - 253E7C24B5E7A8EA9DCD04325DA2C154 /* ConstructorCallback.h */, - 5457B428388A5BA2CF0F4AADCA4D1EC4 /* Conv.cpp */, - E3912089ED45340C0AEF42DDC0BC7250 /* Conv.h */, - AC89C8FD1FE7295AEA8ED12AB7D9C5D5 /* CPortability.h */, - D39680EA293AB2A56930BAE577B10E0F /* CppAttributes.h */, - 163F9A53C637BB83B11BAC87D5BD0228 /* CpuId.h */, - F38E7FB838A6BA0AF6EA13F0215B43D6 /* CString.cpp */, - EF9E02DC984929BB5E8FC5F21BEDA08E /* CString.h */, - 7653B695DAF5DDB6794B4B4A805C1BE7 /* CustomizationPoint.h */, - 87129355D98123DB6CCEA792EBF30E6C /* DefaultKeepAliveExecutor.h */, - D238F8EBC3A2FC55F0D7E0CA05188158 /* Demangle.cpp */, - D76EFEC306333DFA47ACB35D7163FD6E /* Demangle.h */, - A3C68979DDAA497AC2DBE56BA9AC482B /* Dirent.h */, - B3E56F99DA026D163E08E3C7962DA7C1 /* DiscriminatedPtr.h */, - AEF531B6F6D4F69971D5696F7985B3E6 /* DiscriminatedPtrDetail.h */, - 96C83DA3260EC475CF2A9D115F1FAC59 /* dynamic.cpp */, - FFE66148B8B9889AA000F5920B8D4A26 /* dynamic.h */, - 2839A4C93867B005D10BD9C48D8E768C /* dynamic-inl.h */, - 440CA91DDEE9B28A7CC57CA3548D6FD1 /* DynamicConverter.h */, - BD0DAFC005C9EBEF74F29D0471A4E8F5 /* EnableSharedFromThis.h */, - B09DC4778EDC12D21516D4201AFC96F0 /* Enumerate.h */, - C0360B60AD9F74FB6BB8E00AA6E26DDF /* Event.h */, - 35956C960CD13911067FFD9BBDE28009 /* EvictingCacheMap.h */, - 57FDC42A03738FBF092FB1AE0194C0CF /* Exception.cpp */, - 7086A47679DCE91D10852CBA9E170A6A /* Exception.h */, - 902C46EDB9C37EC3E703863679EA8D9A /* Exception.h */, - 8703773BA54A93D86FDE97553B14CA4C /* ExceptionString.h */, - A5D58A34D07A154EB722D5C344C42FD4 /* ExceptionWrapper.h */, - CCEB3A6B2CB56A8A46FE3565A0F0F142 /* ExceptionWrapper-inl.h */, - E4106F7D4870CC3A4DFB3CC1B10305F0 /* Executor.h */, - F6431661C8D57E5C65C09DCDA8BF6F54 /* Expected.h */, - C846A4CD886BF04A1CE25779B182A2C9 /* Extern.h */, - 7AE43DA4DFEF01922E5C6149472A08C1 /* F14Defaults.h */, - 6C2816F249C5778DF4138F4E30A78F80 /* F14IntrinsicsAvailability.h */, - EB58510E87C76DBCDF19336CDB492BBC /* F14Map.h */, - 63769F7FFE1A037BD1F54B995571FAF9 /* F14Map-fwd.h */, - 472A46F1ECC1E5216FD07DB8905D1E68 /* F14MapFallback.h */, - 41B16C1530961076869D5B12D9AF2F77 /* F14Mask.h */, - 8F8D96597CF8DE18CD615D8D4BE4181D /* F14Policy.h */, - 4C732365FB6F17616FFB4DA266C74F8F /* F14Set.h */, - 2A8E41830A1ABF697CD7FB2678E3C13E /* F14Set-fwd.h */, - 31834DBE0CAA6D2883A660C2F0C260A5 /* F14SetFallback.h */, - 1A25B7FD5F7356FA25DE358C84330FC3 /* F14Table.cpp */, - 50AE7C28F179F57B95C2174A4E4C59A0 /* F14Table.h */, - 9897C4FDE52BD5CF66EB08825373F68E /* FarmHash.h */, - 4F0F9D21CD346445531723201B0BE083 /* FBString.h */, - 72D7413839F303E1C9A8355767A578B2 /* FBVector.h */, - C079FB8D1471CCC65FBB959F7A8DD790 /* Fcntl.h */, - A90D829AB3CB704B24E252215E383D90 /* File.h */, - 86EFDEABDE605C5E98AA03872FB0A3BA /* Filesystem.h */, - 3D6BCE0DA7D491AB0E0C6DF4B7982650 /* FileUtil.cpp */, - 32FAAA016331228D4F76A101483AE521 /* FileUtil.h */, - D32E877C0826DFC912E80DFC61569EB1 /* FileUtilDetail.h */, - 1D0DABA84AFCA0F714C395BC761C032B /* FileUtilVectorDetail.h */, - A8947EA27063BF4001E9FCE478CA7C1A /* Fingerprint.h */, - 19D7DD9B960BBC491486212827B3E909 /* FingerprintPolynomial.h */, - 7EB10977B5EA3D1B7B28DA35FAD27BBA /* FixedString.h */, - E8FD60A8BB5F6BEE897ADB03BEF3D034 /* FmtCompile.h */, - 7DAB1595AFE987D4BA4717DA68F63BE3 /* FollyMemcpy.h */, - 6A8844BF29514B0CB997C539B309AA52 /* FollyMemset.h */, - 9E243CFFC5B5C8C63D7132A9549913EC /* Foreach.h */, - 107B9ABF78A158D8937B9EAC14E46130 /* Foreach-inl.h */, - 9855F25A9E4F00CE1FAE1C40FA186582 /* Format.cpp */, - A72699B189B844FD78A9A544F13DE91C /* Format.h */, - 2356C7890DEFB6FA1866958684655AC8 /* Format-inl.h */, - 1A63C4B87807AB72F208687FD1E64669 /* FormatArg.h */, - 7C24A0FFECDAFC2B1A14A64A796D6D6C /* FormatTraits.h */, - 26B6E612DA92E93C927710DC052A514A /* Function.h */, - 011139F8763256AAFC67C9909ACF8F66 /* Futex.h */, - 940F8D349A833010CAA57158E94C7E20 /* Futex-inl.h */, - 7F3621C8F4B1E288ECE7BC25E510F651 /* GFlags.h */, - C6A79149536A3D40412E24680681CEEA /* GLog.h */, - 498167B8BA8F61C08E0004602F323487 /* GMock.h */, - 33D9929C1A3327D89C326ACEE7583B81 /* GroupVarint.h */, - 75DD1721B22DB8473E05C19B580046DB /* GroupVarintDetail.h */, - 334649FB887B2D123EACD5F2494C1C62 /* GTest.h */, - 272064EB71165A14A0BDA418E8635505 /* Hash.h */, - E69ED89A8962B500709F97AD67663FBB /* Hash.h */, - 2803DA10989697686D24AD216C479EB6 /* heap_vector_types.h */, - 3ECF85A7515BD2BFA2F89A0D82422226 /* HeterogeneousAccess.h */, - 306CCC8D01AC4518DC3F4701A6696FA5 /* HeterogeneousAccess-fwd.h */, - 0D25AC07978A1FDB47C8741AA5EE04D9 /* Hint.h */, - 606867305D0131B9C674F1294BE1AB6C /* Hint-inl.h */, - C9C8B29E94436F26489DC3605D5B1AF4 /* Indestructible.h */, - B0140977B1E7C6C220F228DBEA1A3E96 /* IndexedMemPool.h */, - D2D080EF9972C02097B80B5E185E8593 /* IntrusiveList.h */, - 7B1443A2E5285172DF9B49161370762F /* Invoke.h */, - 4B4082685E57FE384A92BAC92BB0C76A /* IOVec.h */, - EBF95494229459017C973E3CE21D0D3A /* IPAddress.h */, - D6E9AA6D30B9B875A845F2ACD3FE9FA6 /* IPAddress.h */, - ABF44C84B21016B3851416DD28973CA8 /* IPAddressException.h */, - 77A4751B2A3B03113BB633D0F657625A /* IPAddressSource.h */, - E900F800638EAAC075E1FE2923F89956 /* IPAddressV4.h */, - 9CABE6C1974DE48A65C4104B9F096034 /* IPAddressV6.h */, - 2FD778B3121BDECF1D7E6CB6925C07C1 /* Iterator.h */, - 9BF974DF1BF57488F149C81E7DDE2F91 /* Iterators.h */, - 70AB8FF860ADD2C37CB5CA1E1F200F94 /* json.cpp */, - EA8D79EFBF3F78BEBB86F2DB395DD4E6 /* json.h */, - 7F11025C5334DFA79018FE794C970956 /* json_patch.h */, - AED4A99C94B751DD3208B97E7629CCBE /* json_pointer.cpp */, - DF39CBCF699F22A20259651B21F973D6 /* json_pointer.h */, - 9CEF5363D16471C7BCD5BD7BF92317F4 /* Keep.h */, - 622E4B737864A168AB815CAB8FCD04FF /* Launder.h */, - DFBAC9041605C94EFA358AD9F11FE896 /* Lazy.h */, - C6300DC6A81C6AD55BA218BBF145E981 /* Libgen.h */, - 7137E3D1A9ED9349F73F38914CCDC733 /* Libunwind.h */, - C78A5D2264B1BBE1B70C25714F059BE3 /* Likely.h */, - 80250FE919CFD3640B18AEC15ECBE4B2 /* MacAddress.h */, - 1B30443903499CE296D1C625D9D4AEA8 /* MallctlHelper.h */, - B91C9BB263530F1373A312E22049DA36 /* Malloc.h */, - 642B1167949C1DC2CB26F915F8473334 /* Malloc.h */, - D36B5E9198CCB214C49C2BCDD834B453 /* MallocImpl.cpp */, - D9747CF4D2CEC9E0B5026613E16A8EB5 /* MallocImpl.h */, - B6431B08E7A91544CC34EF80CA74A00E /* MapUtil.h */, - BFA1A291EC710A2F193B1BED7673C18B /* Math.h */, - 173D127FA14FD20DF2D1FC7BA010BEBF /* Math.h */, - 43B749ED80DC89F1FF3B99A6C150ED1A /* Memory.h */, - 7F8365EB11EB827FFB1EBF7B5E54052B /* Memory.h */, - C326B9A0B5ECB1C4B890E3A411F617D7 /* MemoryIdler.h */, - A3A2006022D98964B9A01EA7E965E6E6 /* MemoryResource.h */, - 0F0FA33DCCAB534309021192BA7E61A6 /* Merge.h */, - 5068F66BC099AD9F50ECFFC191B1E45D /* MicroLock.h */, - FFF6C5A69CD1F70D2690C4C5C1519BC7 /* MicroSpinLock.h */, - D9BB4BAE1D2EF86DDF78CEC622429F30 /* MoveWrapper.h */, - 9F3868285458A6F0B37F957F7E867EA6 /* MPMCPipeline.h */, - 394C86030F37CE3B5860ACFCC75F2264 /* MPMCPipelineDetail.h */, - F2B3516EE23752C61874323BE55E48B4 /* MPMCQueue.h */, - 55F0B114E6F2D3E8B4413E18E866B604 /* NetOps.cpp */, - 086A1B79EDA4134117BAA265AC4E0E45 /* NetOps.h */, - F76390918912AA0D28898E733026CC80 /* NetOpsDispatcher.h */, - DCA9E90F210726BE63F0BA83A3394A1D /* NetworkSocket.h */, - 6E3541A338A64FEA323B7BB187E7018E /* New.h */, - 7A1F9DF9F06BA0601E65A78FB7CFE13D /* not_null.h */, - E88FE2784C93640F42CE1195FE9055B4 /* not_null-inl.h */, - 7317F97F29D1542F92C79F92CD4EE154 /* ObserverContainer.h */, - B5723FBDC74FDB1074CD555FD0A4C589 /* OpenSSL.h */, - 97F61EAA9F586BE4B7B0BD4F287CB88F /* Optional.h */, - 32AAFF1BC9136C993AFE21F80133C566 /* Ordering.h */, - A0ABB72A8E51CFB55142C8EBFB62E571 /* Overload.h */, - D35F52A5731D173DB3F0A8EC61FCCCA3 /* PackedSyncPtr.h */, - F2EAD1082E356BE7A2AC1E4C504B6AB5 /* Padded.h */, - EB6E9722347FA912FFB58C6E1651864C /* Partial.h */, - DB7BC8DE6FAE038D7BEAE0D124BC5FF2 /* Poly.h */, - 1C025BFAC6A022068676C34A33E8E507 /* Poly-inl.h */, - F1FEFC99F36067F2B0F49FCE5A0F8B01 /* PolyDetail.h */, - 6AEFDF67A3CC16423044C8383619F79C /* PolyException.h */, - 2D7A685744D19CA278C2DA008A722966 /* Portability.h */, - 41ED376CD2ADF644AB6DAF76D509A94B /* Preprocessor.h */, - 585A824E1C0E16EF8F597287C61046BB /* Pretty.h */, - EA27966E71B63A48C693BCE5434746BE /* ProducerConsumerQueue.h */, - 40E62033056E3298FD71B461B9905365 /* PropagateConst.h */, - 12B7C3483DD018DEC306882AE168CFA4 /* PThread.h */, - 18BDB86CB276AD3D0D0E1E020AA9B3F5 /* Random.h */, - E478328BF000FD8E1DEEC7AECDF3C8AF /* Random-inl.h */, - 3C5705E15AA878F473FF6C19113197E2 /* Range.h */, - AD2FAC0AF28E93D1402AB2FB3494B04A /* RangeCommon.h */, - 5DB4F6D5B7D1218798800BDE326A2B97 /* RangeSse42.h */, - 9010998D97321F8378FF675FE95900E1 /* ReentrantAllocator.h */, - FCDB439998E066D075DB595FC0205742 /* Replaceable.h */, - 3317541205FFFBC694500F767C93EC47 /* RValueReferenceWrapper.h */, - 71EF0692EC2530951451DF526E39F0AD /* RWSpinLock.h */, - 4DC9B527152DB5D02B9BFD3236BF31A9 /* SafeAssert.cpp */, - 29E905D12B9A48AE137C442AEFA6DF77 /* SafeAssert.h */, - 1DB3280B3B80251A5F936B7187439B4C /* SanitizeAddress.h */, - D487DF5BFE27F90CEA85F9FCD77A024D /* SanitizeLeak.h */, - D3540745D47B25264EA00A92B2D7BE3D /* Sched.h */, - 513B511D200C2E8ABD001B4CD1778698 /* ScopeGuard.cpp */, - 7285D8851DB357007C377826AB675209 /* ScopeGuard.h */, - 9169FB3F9DF347F94A95D722DDFB053C /* SharedMutex.h */, - 70C21140EFE0FAE235B6E278FF390EC9 /* Singleton.h */, - 562EAFE4FD51A0A2F53667CDEFC96C29 /* Singleton.h */, - 709480813D2A751F3089E87153FB5EB7 /* Singleton-inl.h */, - 7C9B0D95DECD97396CDBD0F71785767B /* SingletonThreadLocal.h */, - 3F771F4E94DE44170726C365BA3C1C75 /* SlowFingerprint.h */, - 718463E1F6D30E8490FE204C540F98FC /* small_vector.h */, - D6CDC98658C6BC32DEBCD06537651FD6 /* SocketAddress.h */, - AB8611B49B3964261CE10CE2A4A0BA57 /* SocketFastOpen.h */, - 9B7353B004B3AD5D3C51B1BAC527DBEB /* SocketFileDescriptorMap.h */, - 43C051CF9ECB4F1C8F650C52587676BF /* Sockets.h */, - 4C57BD896BB59FCD2B81922407F712C9 /* sorted_vector_types.h */, - 1273C25D20823980CE2E53B75ACC70EA /* SparseByteSet.h */, - F279073FD66B23189946F5969948EE4B /* SpinLock.h */, - E818B0963C0FE60E2A6AE9AC7ADCC32E /* SpookyHashV1.h */, - 6B4BBB963776DDF0D4F73329F5F54CFF /* SpookyHashV2.cpp */, - 397AC2464D1E022F36B1962F59000077 /* SpookyHashV2.h */, - 4A1DEF6F5F0A35DFCB26BF00424DEF86 /* Sse.h */, - AB173C38F7733637DC50EDB30BC11645 /* StaticConst.h */, - DC97CC353CD3CDACFB9EF1CB7EC56081 /* StaticSingletonManager.h */, - 035FA77F2CD1140A505EC0F8388BEF04 /* Stdio.h */, - 0EF6193F0BAF474ACE68FEE4B99837A9 /* Stdlib.h */, - FDF08734CFB7711C7494C10C7471402D /* stop_watch.h */, - C88E91914D396657C33644F45818EEF0 /* String.cpp */, - 196C18574F9F0B63BF1AF4092AF5520C /* String.h */, - 63356F993B6CA262B22C4C8505AC2FED /* String.h */, - 0B809C1E9179CC0F476D93A83BBF3C20 /* String-inl.h */, - 84A3B16DD1800A6F031EFAA13E8240A7 /* Subprocess.h */, - 4D1DB6B26BB6FB154F80143AC76199CF /* Synchronized.h */, - CAEA181975C47FB66F797A420F5AE1D4 /* SynchronizedPtr.h */, - 30EB760E6033ADCEC1D2CC8D2D4A867C /* SysFile.h */, - 3C7623C358AD6732F0B3A88168B4C984 /* Syslog.h */, - 724AF955C2749A01BB5B4B915F35E2B5 /* SysMembarrier.h */, - F5BDC7062DCF7920ADFDB8DF7D63D4B9 /* SysMman.h */, - 93D74C6C7FD320FDEA8BFD74B21BD27B /* SysResource.h */, - BC7C3637A571873A0EE5B60D16BFD578 /* SysStat.h */, - AD1EE7878B2A5A0235642A1F346DBA8C /* SysSyscall.h */, - 4A694C050A57B5D4B36D263F3324E3E2 /* SysTime.h */, - 24756EFFFAA904BC159631796DB3CFAC /* SysTypes.h */, - B499E7CE289D79494868AEFBA4F60464 /* SysUio.cpp */, - C4A30FC502034FAE85DCEC97B767B159 /* SysUio.h */, - 20970794A47F7778A0E3ACF116DA05A4 /* TcpInfo.h */, - 0D96BEA692DD6A0555FE2ECD41C343E3 /* TcpInfoDispatcher.h */, - 6FFCB8EA35E7C2C4468958B99145647B /* TcpInfoTypes.h */, - 0661493A485E891AB3178C4C657D0185 /* ThreadCachedArena.h */, - 1CA8ADA44891B0F8E73792AC823F65A7 /* ThreadCachedInt.h */, - 6DDC9E1387566539216A403EB3FF8740 /* ThreadId.cpp */, - 58D029BFC1592ADDC256AA2B47A97292 /* ThreadId.h */, - A569E3F97A70000FEB210ADAFAD5D753 /* ThreadLocal.h */, - 1615D332324D1CCC8ABEF283DDF6D232 /* ThreadLocalDetail.h */, - 2F2B838F0190F6A1EE735A2E520F20CE /* Thunk.h */, - 0A44AEE6AC934C41D8966D2FB27381B8 /* Time.h */, - 6E2EC9421C99EFE3B3025BA6B9BEA256 /* TimeoutQueue.h */, - DB7B53600B1658A236DE22170671EF2C /* ToAscii.cpp */, - C15B96D41560F4788937259C98D9662C /* ToAscii.h */, - A93CC985BD6DD03D02509C1C73960AC3 /* TokenBucket.h */, - EBD870B338163D107DA53F87CF7C6AA3 /* Traits.h */, - 68B1907D8687271623A363BC403FFBB0 /* Try.h */, - A584B4F1FFE3EEC031BD3A5621AD61BD /* Try-inl.h */, - 14C9F4C3EC24F2B25E6C7E03B51F8272 /* TurnSequencer.h */, - 1277D2F8E2B4A3CAB59F09E36CD82CE1 /* TypeInfo.h */, - 7413894AFF4287E3844BC3AA75F5D5C8 /* TypeList.h */, - C656130CA5D3F455C74535E18958EA9B /* UncaughtExceptions.h */, - 2EAA42E65FE68D3D9A88BAEAFF344892 /* Unicode.cpp */, - E3AE4E10C5B758B3A27295223CB3B9F4 /* Unicode.h */, - 66896A427D3AEF4D3419A5A5D56F5662 /* UninitializedMemoryHacks.h */, - D909237A264828D86AD1F2916010B310 /* UniqueInstance.cpp */, - 4497F2ABE4AD87ECC04D271357D4C30B /* UniqueInstance.h */, - A35230D3C1885E5D8C875F9C4336EB31 /* Unistd.h */, - 758AF7C709D5238306B863085C1C6CC5 /* Unit.h */, - 309889DAB2E8D69E094B9E8B21E0AC1A /* Uri.h */, - D371E246B36393C423E4BC2E49084812 /* Uri-inl.h */, - 7419C92177B58E80EE932D8B14B25270 /* UTF8String.h */, - 131001B941BE28E2EABDD8678DAA2AEE /* Util.h */, - C231423894DF1A00B00428C31F03E541 /* Utility.h */, - 2DFFC98CBF18095CDACCE6839A215CEF /* Varint.h */, - 76F848ABDC0664F39094C83C7EB3DA69 /* View.h */, - F71B3AF9B53AFA28AA68D427D68A1C82 /* VirtualExecutor.h */, - 8D7B7263FD0F40043745EAFD3B8EB4BC /* Windows.h */, - EC2DC371BC9BFE00EEF8EF5ED9C077E0 /* Fabric */, - 05FD38FD277303EB8061F3C7B5AEA6A0 /* Futures */, - 57D8F8DC83EB18BE3044EDF609AFD503 /* Support Files */, + EACCDFAE137CB6FCDBAA4DCD752C0EBD /* React-ImageManager */ = { + isa = PBXGroup; + children = ( + A44876BED8E87761881D41D005CCA0E7 /* ImageManager.mm */, + 645F364C7D0579436F0E777A3156F8C5 /* RCTImageManager.h */, + EBC95FE616AEF3E48E3F113E5BB076C4 /* RCTImageManager.mm */, + 4BC7B5A86B19E285F310EB16BDE027DE /* RCTImageManagerProtocol.h */, + 4C0E7A0629DD1A33991E0281C1D7EA6F /* RCTImagePrimitivesConversions.h */, + 52E49CCBB965394C8B3C6525BA37644D /* RCTSyncImageManager.h */, + 34310C6EE4D078D016C21151602FCF90 /* RCTSyncImageManager.mm */, + A3E926B6B99537D639A917D6E500FDC1 /* Pod */, + 6824F05EE4AE2E8974BD71AAFD1A6F32 /* Support Files */, ); - name = "RCT-Folly"; - path = "RCT-Folly"; + name = "React-ImageManager"; + path = "../../../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios"; sourceTree = ""; }; - E3491E0F81785B2A4D92E227C562B931 /* TextInput */ = { + EB2153CF68A1D5871553D3223D7F5456 /* React-jsiexecutor */ = { isa = PBXGroup; children = ( - E6B659DEE08CE8CF30AF500D24081F45 /* RCTBackedTextInputDelegateAdapter.mm */, - 753DB6F71EA81ABDECA45B6A67A13FC0 /* RCTBaseTextInputShadowView.mm */, - 9D54DFC2FA29B257AD58F237DE69C646 /* RCTBaseTextInputView.mm */, - A8BB6A8F879487DF84FDED3651FB5F23 /* RCTBaseTextInputViewManager.mm */, - 7A0EC9D7D6B0BA9B76A4F001DEC6FE70 /* RCTInputAccessoryShadowView.mm */, - DFA13A5510BD2ACADCD061930C4D0893 /* RCTInputAccessoryView.mm */, - 080C39A7871BC4D4C6F842717A3B38DC /* RCTInputAccessoryViewContent.mm */, - 83A443B67AA5FD5231E9D76B037E034B /* RCTInputAccessoryViewManager.mm */, - 374B4E819CE55607BC2F6700DAAB0413 /* RCTTextSelection.mm */, - 4583C6CCE7F601D732D1B34033711D7B /* Multiline */, - 13F9DE75EE8021B010AE2F2E3576EC42 /* Singleline */, + 80C0E79E7C53BAA868A44B3B53AEDC66 /* JSIExecutor.cpp */, + 2AFDFA1B816E14B8A48D630F83DC6574 /* JSIExecutor.h */, + F89962533E4FDDA2F999DA26DF69D135 /* JSINativeModules.cpp */, + 6DB0EF48E6F6F59EEEBA2E0AB6C7E410 /* JSINativeModules.h */, + C6E76E34C429F02CBDC707F1A8342D80 /* Pod */, + E9848832428BBAC0DCE23FA8BD7350ED /* Support Files */, ); - name = TextInput; - path = TextInput; + name = "React-jsiexecutor"; + path = "../../../node_modules/react-native/ReactCommon/jsiexecutor"; sourceTree = ""; }; - E37FEFDC1CB35142BDDFEA3F8328A444 /* Support Files */ = { + EB32039CA10C7E1FEE8133FB3FA9F43E /* componentregistrynative */ = { isa = PBXGroup; children = ( - 988CB2530903D89B064D8CFACBE74516 /* FBReactNativeSpec.debug.xcconfig */, - 5FF9483224A0967D3B8A19FD8090C0A2 /* FBReactNativeSpec.release.xcconfig */, + DD04C8CE4CFE3A8CBF7FEFC33B333653 /* NativeComponentRegistryBinding.cpp */, + D6270B25D28322D56823F16246CD7C57 /* NativeComponentRegistryBinding.h */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/FBReactNativeSpec"; + name = componentregistrynative; sourceTree = ""; }; - E3FCFBB06D13321D647CFB1BFB521E24 /* Products */ = { + EBFE74400A08332EC438126C9FF15469 /* Pod */ = { isa = PBXGroup; children = ( - 6FFB7B2992BB53405E6B771A5BA1E97D /* DoubleConversion */, - F4BDA69E3BCB0166D49FB679ABADCA00 /* fmt */, - 3CA7A9404CCDD6BA22C97F8348CE3209 /* glog */, - FB6FAD8F0183E86ACBFBD8A81BA7BF3A /* libevent */, - D6A3CF2FDC9D571D60BAB0281B6FA1BD /* Pods-WatermelonTester */, - 66E1BAC6CC436F67ACD51B9211A14858 /* Pods-WatermelonTester-WatermelonTesterTests */, - 1936453FF2A7E3A13063C4917C4D5598 /* RCT-Folly */, - F958876A082BF810B342435CE3FB5AF6 /* RCTTypeSafety */, - E7178FECB829C9576A3723658B07F087 /* React-Codegen */, - BD71E2539823621820F84384064C253A /* React-Core */, - E50E54D57E4CB3E0920119CF69AD9A2D /* React-Core-RCTI18nStrings */, - 6771D231F4C8C5976470A369C474B32E /* React-CoreModules */, - 37592FDAD45752511010F4B06AC57355 /* React-cxxreact */, - 6ED2C07E6AE77BBD9A6856E523EF6A06 /* React-debug */, - DE73D8A5ECB254D9D3F8C36C8D201F89 /* React-Fabric */, - 61A80F68AE163B384B7D7A9E76B6046C /* React-FabricImage */, - 5AA54A19E2135E09B9C8C0767385FD3A /* React-graphics */, - DAD8B71DF2DFCF15AAF98C06D37D5703 /* React-hermes */, - CEA45A2349847B8CEAC9ABF565A04BD0 /* React-ImageManager */, - C02EAF482D8B4DE45E3A58A25AE1FA91 /* React-jserrorhandler */, - D9F334F2E90E3EE462FC4192AF5C03BD /* React-jsi */, - F2E7C88DFCD460A4B46B913ADEB8A641 /* React-jsiexecutor */, - 2577F299FCB0A19824FE989BE77B8E8F /* React-jsinspector */, - A5B49761F8D1EB12585DD45CAA2E489F /* React-logger */, - C941106D9D54AE237C5110F5638389AC /* React-Mapbuffer */, - 60D5A56E763D6E7C4FBE797565062EEA /* React-nativeconfig */, - 1E649614D7644BF68C2F5D4CB3FBF8DC /* React-NativeModulesApple */, - 666E72807891C591E025A75410CD2A26 /* React-perflogger */, - FE7B9294FF05AAFD1653E2104E10844A /* React-RCTAnimation */, - 39D0105B481E5FB78C661496BD63B8A5 /* React-RCTAppDelegate */, - F71EBF73F354B475D465FF6DE9A66707 /* React-RCTBlob */, - DA7ABB6DD8AEACED51D63B2C774E3A63 /* React-RCTFabric */, - EEDBF403E8E0B3885E65C2741B536BC5 /* React-RCTImage */, - 802121F5B756ACBFDD6D08C36246DADD /* React-RCTLinking */, - A68E5A9B69A3BA0FD52CAF7A354EC93B /* React-RCTNetwork */, - 269BE773C9482484B70949A40F4EA525 /* React-RCTSettings */, - E6A16705C69FC7DE11C2469A4A0F8358 /* React-RCTText */, - C1A919103EAC9813D236486C34FC0A21 /* React-RCTVibration */, - 1E04881EDF02715BD6AC2C6ED3FBB37E /* React-rendererdebug */, - A67E85E5F06FDA406D3A1B378BDF0C5C /* React-runtimescheduler */, - B7610E9FDE749C16C0B1CDAAF3B2DDC2 /* React-utils */, - D5C775614AC76D44CECB6BE08B022F1F /* ReactCommon */, - EB2EBC367DAD012021CB28C5D9106469 /* simdjson */, - 85A01882ED06DFEA2E0CE78BCDB204A7 /* SocketRocket */, - B1BC0D650AD4A6CB2A62DB5D7C94556A /* WatermelonDB */, - 65D0A19C165FA1126B1360680FE6DB12 /* Yoga */, + 411C75B9AC2022189E60C99722CAFE94 /* React-jsitracing.podspec */, ); - name = Products; + name = Pod; sourceTree = ""; }; - E6B40CCC77D1B5CDBAC81AACE1D3661B /* react */ = { + EC087B89F1F6A6A61F86EA18064B2411 /* React-logger */ = { isa = PBXGroup; children = ( - A9EE0D4CC761EA3C378359B5ECC051F2 /* renderer */, + 0BD7AC8D29513BC50E69DFF8F4FD5522 /* react_native_log.cpp */, + 944561AB0FA2778925F3B3BD1ACD8B3C /* react_native_log.h */, + 1DDCCBF023D859DCF237EE249B0F2BAD /* Pod */, + 04EF134638BEC021D2EE29A5DCDA421C /* Support Files */, ); - name = react; - path = react; + name = "React-logger"; + path = "../../../node_modules/react-native/ReactCommon/logger"; sourceTree = ""; }; - E6D413B4BD4A824CAFDE38B5A46A07AA /* ActivityIndicator */ = { + ED9447BEE8DFF868BCF24CC0D1B5B302 /* Support Files */ = { isa = PBXGroup; children = ( - 5127215633D2EF3A1AC20A04D7AEA1EE /* RCTActivityIndicatorViewComponentView.h */, - A43628545BA49A7720B152BBA014C0D5 /* RCTActivityIndicatorViewComponentView.mm */, + 56124900DA31ECD2F222CD4A72DBF2BC /* React-jsinspector.modulemap */, + 7E0FE53778FF8DB18F69972C1000366F /* React-jsinspector-dummy.m */, + 45A5B3AB48BF8E29430504561E8566AA /* React-jsinspector-prefix.pch */, + 2F2BC9F716D9565E236295A6DE40D75C /* React-jsinspector-umbrella.h */, + 7B51B43D6B45FB260FFA0B15BFED390E /* React-jsinspector.debug.xcconfig */, + 30800F41E56952F66104FBA05648D6FB /* React-jsinspector.release.xcconfig */, ); - name = ActivityIndicator; - path = ActivityIndicator; + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-jsinspector"; sourceTree = ""; }; - E7553C511495826C42800FB76F18916E /* unimplementedview */ = { + EEDC3AEAD2C4BEF60F0534AA24B8C4A8 /* Pod */ = { isa = PBXGroup; children = ( - 93D74E5F84FE3C32C2EE5EE80A862210 /* UnimplementedViewComponentDescriptor.cpp */, - 0905F8938F7B0251708E0243C573E95D /* UnimplementedViewComponentDescriptor.h */, - 4CFA47772C779412A6F03D769DD7762E /* UnimplementedViewProps.cpp */, - AA87D2AC6168A75833E9A7F36C5ACE16 /* UnimplementedViewProps.h */, - 563822883EC1FE486B9F2E5DF552DB31 /* UnimplementedViewShadowNode.cpp */, - 163E551FA31D46F04D2B6D4F1BFD3761 /* UnimplementedViewShadowNode.h */, + 9A6F7F2DCBC2D9334AE0C6DE812A653E /* RCTDeprecation.podspec */, + 7291DE7A0A52B6E6CFC50DAF5E4DE540 /* README.md */, ); - name = unimplementedview; + name = Pod; sourceTree = ""; }; - E8AF8E62E633034285272D677E478DC9 /* Support Files */ = { + EF7F6D8BCCCAF26CB3A0B8AA094C293B /* Support Files */ = { isa = PBXGroup; children = ( - 27AB66F79075313382FB581671D1124C /* React-RCTSettings-dummy.m */, - 66C91311D5E0C60BA91A285F6E5520BA /* React-RCTSettings-prefix.pch */, - 1D05717AA91A8753FC555B3BD2E2A056 /* React-RCTSettings.debug.xcconfig */, - 70A29DFF89C3B245D2F66FC8422C6F35 /* React-RCTSettings.release.xcconfig */, + 316C9C14CDBDF9673A95F2B8F066A5FF /* React-graphics.modulemap */, + BBFA4AD81E9D3D79B1B796B93AE70766 /* React-graphics-dummy.m */, + 20A766A5111A8B644D96FABB67848743 /* React-graphics-prefix.pch */, + 34875B2D75347ECF94E81DEA4C80D47A /* React-graphics-umbrella.h */, + B17B5D76BCAC42472B55462BAE850852 /* React-graphics.debug.xcconfig */, + B8BDA25E90049F9C70AA8B349A93426F /* React-graphics.release.xcconfig */, ); name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTSettings"; + path = "../../../../../../native/iosTest/Pods/Target Support Files/React-graphics"; sourceTree = ""; }; - EA765430DD73888E92703C352B51B6EE /* React-FabricImage */ = { + F0E4C63621E9D8EECEF8366246B38675 /* React-debug */ = { isa = PBXGroup; children = ( - 190220DAC595C89A376162BB5CDE50B3 /* conversions.h */, - 2BCEF174A51622AE6246884F33D04974 /* ImageComponentDescriptor.h */, - B19A3C53E8C46A5C4D440C19172699C3 /* ImageEventEmitter.cpp */, - EC57C653AF16826F4E756F5FC7D9CB5E /* ImageEventEmitter.h */, - 8ED6E93529D7D77869FF875819081255 /* ImageProps.cpp */, - 8C6D0420C382A615506952844A5DC198 /* ImageProps.h */, - FD407F4394F82BD986034A91372AF111 /* ImageShadowNode.cpp */, - ABFD138F34D8F788A054F407B07E78E9 /* ImageShadowNode.h */, - 1C99083246146E13B9DD258830C9563A /* ImageState.cpp */, - D493CBAE44E57D1532E37913196058EC /* ImageState.h */, - EB215BB43FAE06639DE731E77A733540 /* Pod */, - 57208E6FEC3B8E1E05BC2A26DCAA86A9 /* Support Files */, + F37B91C0C1BDCB74BF74E5D62F1A84B8 /* flags.h */, + DEFDBFF0494ECD44CD200BB0D4A18A33 /* react_native_assert.cpp */, + 9D634D9C7371357029E41D29AD89E979 /* react_native_assert.h */, + 641D2E46DE82FDC74711D6550B34BB4B /* react_native_expect.h */, + 801DF56A3B3444504F8B94B2E6A7BF4C /* Pod */, + 969F416C821F0E4314954435098833B6 /* Support Files */, ); - name = "React-FabricImage"; - path = "../../../node_modules/react-native/ReactCommon"; + name = "React-debug"; + path = "../../../node_modules/react-native/ReactCommon/react/debug"; + sourceTree = ""; + }; + F15703C1AFFDB1BB579B720667358414 /* React-cxxreact */ = { + isa = PBXGroup; + children = ( + 361BB64B7C65C06474C5DFD08FD49799 /* CxxModule.h */, + B9E96DFFC840B1E714C6D186A6B41717 /* CxxNativeModule.cpp */, + 7338ABD9F7418479DEDE3C5284F4FF6D /* CxxNativeModule.h */, + 06E5E1100A0E21FAB430C3718568BD64 /* ErrorUtils.h */, + FF7AD4797D7F14A650587773DE9EDC89 /* Instance.cpp */, + D9D0F263D9FACBEBBE1FBF1918CE0445 /* Instance.h */, + A74ED5352ACAC24B76D223C19F8C62F3 /* JsArgumentHelpers.h */, + 2880387D5A0780F29656704977F6A10D /* JsArgumentHelpers-inl.h */, + D666A8452A306A927BD1BED745FC5CB5 /* JSBigString.cpp */, + AE85DC12DF3E30AE258ACC3C9861E350 /* JSBigString.h */, + FC28EEFD6B8B7AAEB56E2A041A6DDCB5 /* JSBundleType.cpp */, + 0DF430B965D7F43DCCD92803B07AD0F7 /* JSBundleType.h */, + C51C4243A2C445225C52EAD81BE81D66 /* JSExecutor.cpp */, + C3D78A44188C6EFED4F1A257A66CB85A /* JSExecutor.h */, + 25A6D3EB52D98D8E0A7564596C8CE94A /* JSIndexedRAMBundle.cpp */, + 005EE10ECBC2C2E6ED007588CF1B3163 /* JSIndexedRAMBundle.h */, + D37C2939F3CFD83C906796976DC6425E /* JSModulesUnbundle.h */, + 3615AC64FDF6640D810E405776FA9A03 /* MessageQueueThread.h */, + B01C2C65E7B02816E8148154C56575AF /* MethodCall.cpp */, + 3863C406F7D65140B03ADDF3E62B9914 /* MethodCall.h */, + 80D64042B21EA7CEEB535422CBABD3F1 /* ModuleRegistry.cpp */, + C9E855C72DB65E8045F7D611DB8E0AC7 /* ModuleRegistry.h */, + FBE36ADE7B7AF7E211B4A734D83A30BF /* MoveWrapper.h */, + E9E1F270CEDFF108574DFFDBE7F91985 /* NativeModule.h */, + 723CB5670ECFFB16F7B8F339EE9DB637 /* NativeToJsBridge.cpp */, + 865BCA647C0A650C5EADD1CCF31CFA14 /* NativeToJsBridge.h */, + 7B6F9E5C10CE8D8B1931589BD93D12D7 /* RAMBundleRegistry.cpp */, + 3A7C0933E0C4119F5E32E5A260746A2F /* RAMBundleRegistry.h */, + BE03DA74B3DF71926399B020ADB5C3CC /* ReactMarker.cpp */, + D3779D2E5E9D11A2A28A3B557D2841F9 /* ReactMarker.h */, + 1DA258A2CCF7FAA7A20EA853EAEA18AE /* ReactNativeVersion.h */, + 2552D17D22931F4E3F05CF400B52A72D /* RecoverableError.h */, + 816B94D26D0966A297B8BFCB1F24039B /* SharedProxyCxxModule.h */, + 643840DD64D54B52A2193F98673994AE /* SystraceSection.h */, + 10CB6C85BE8F5695B82D105949AE2B98 /* Pod */, + 4A43E51CD514F13C00201889AD651875 /* Support Files */, + ); + name = "React-cxxreact"; + path = "../../../node_modules/react-native/ReactCommon/cxxreact"; sourceTree = ""; }; - EA9302F6E94D8A749698796629B87618 /* CxxModule */ = { + F377A85A496896B3020FF70A98EE6A07 /* UnimplementedView */ = { isa = PBXGroup; children = ( - B64CCB0DD1381DFBB58CA919D6F78E34 /* DispatchMessageQueueThread.h */, - 09ABF09BD35CC4110EDB86E4628336A4 /* RCTCxxMethod.h */, - ADC126D09E2E83FE61D33325944F858C /* RCTCxxMethod.mm */, - AD5854556535541C8B4647C73A794D5D /* RCTCxxModule.h */, - F429FF897CFA761AD1CD197EF4B74F86 /* RCTCxxModule.mm */, - 6231221244CF68436CFB09581D851EA1 /* RCTCxxUtils.h */, - D6E1C200FBC55812E49B5D2D0E38D8A5 /* RCTCxxUtils.mm */, - 2D21471BEF3C698685A736E5F9DCCED5 /* RCTNativeModule.h */, - 50B6FE0B0DCEB9FEBEFFE0429AC844C4 /* RCTNativeModule.mm */, + 629C51A688E90B65323CE6CC51796EE5 /* RCTUnimplementedViewComponentView.h */, + 509A9FBAE4B5971C315FA3AB4924204D /* RCTUnimplementedViewComponentView.mm */, ); - name = CxxModule; - path = React/CxxModule; + name = UnimplementedView; + path = UnimplementedView; sourceTree = ""; }; - EB215BB43FAE06639DE731E77A733540 /* Pod */ = { + F54FF6B14BCA0B94B3F5524E725B995B /* React-RuntimeHermes */ = { isa = PBXGroup; children = ( - 19B9730B11913084DD01F3F430B020CB /* React-FabricImage.podspec */, + B640A9964EA3E8305895667CD6375FAB /* HermesInstance.cpp */, + 019F5B5B17C82713C4D6098E01A6E634 /* HermesInstance.h */, + 2BAC0805E5BEF3B1325B53C8584C41FE /* Pod */, + 5A762D82420F4B4EB73CBB7A080CFF38 /* Support Files */, ); - name = Pod; + name = "React-RuntimeHermes"; + path = "../../../node_modules/react-native/ReactCommon/react/runtime"; sourceTree = ""; }; - EBFC14C7E0C6BD9737A90F653F2B8A9B /* RawText */ = { + F7240E677890C70CE51D27DED2D05B60 /* Text */ = { isa = PBXGroup; children = ( - 036423EFF921E7486D15A84DED31D815 /* RCTRawTextShadowView.mm */, - 7F7E370EC2FE0DBF249ADC2749678568 /* RCTRawTextViewManager.mm */, + B0AF45BF7087251B0C904F885ED8178D /* RCTAccessibilityElement.h */, + B868435FC1BB39A3949840802519A500 /* RCTAccessibilityElement.mm */, + 68EE2EFB5FD67165CD0BE5CB10F52DDD /* RCTParagraphComponentAccessibilityProvider.h */, + 8CB48239EFF087F22AC48A83F592D64F /* RCTParagraphComponentAccessibilityProvider.mm */, + 704A79E5BDF7B5ECE6197D355854F3A9 /* RCTParagraphComponentView.h */, + 350583A27DECF7088A05CC2259BE2E98 /* RCTParagraphComponentView.mm */, ); - name = RawText; - path = RawText; + name = Text; + path = Text; sourceTree = ""; }; - EC2DC371BC9BFE00EEF8EF5ED9C077E0 /* Fabric */ = { - isa = PBXGroup; - children = ( - 8392BDBD279F7A5C3666E7C7880F0B87 /* AsymmetricThreadFence.h */, - 7EB996A9F57A1188E5CAC82B66CF439F /* AtomicNotification.h */, - F60429A7A7658C53A720BD9CF8A57781 /* AtomicNotification-inl.h */, - 64578BA91A484915216642A2B31ECBF5 /* AtomicRef.h */, - EECE12709C00105706E1F0269A857F31 /* AtomicStruct.h */, - 7D8634A9D7F6D826BD8EC41936E6AC55 /* AtomicUtil.h */, - 91E203DBEC3767585F0B942DB396F11E /* AtomicUtil-inl.h */, - EAADEA4DD8E6C31CB446851F27811AF2 /* Baton.h */, - 9A2015ED0811F7BA91774044613B1494 /* CacheLocality.cpp */, - DC435AF973E6DC0BA4C955A875675A48 /* CacheLocality.h */, - 1B7405E2E3DA62191FA13EF3F63CFAD8 /* CallOnce.h */, - 6D23A66E0AC97A5E2690B09CFDFB772B /* DelayedInit.h */, - 3F9AAA6ED16A71C5E2F00F9DF3167550 /* DistributedMutex.h */, - CE0F72700AD859A5B89F380FD340F88B /* DistributedMutex-inl.h */, - ED83104C30874C8E25ABC5903243D30F /* Futex.cpp */, - 352AC285227C783F3E91522912B0EF29 /* Hazptr.h */, - 2FCC05913D61B6413BA8444145D8BFAB /* Hazptr-fwd.h */, - 1C9F58D5CFC49BF9A671D07B90DB64B5 /* HazptrDomain.h */, - FC7EE80C36AB42C9E33829AFCD734AC5 /* HazptrHolder.h */, - EC912B3628977BB86FAE7F15B57D01FA /* HazptrObj.h */, - F5EA9711F207B0B6125E34247D0E5A13 /* HazptrObjLinked.h */, - 3A6555F10993058487D2EF85C65305F1 /* HazptrRec.h */, - A76C1B0EDCC5EACEA9023160FA0EF80D /* HazptrThreadPoolExecutor.h */, - 727275466F307810600956A19196023C /* HazptrThrLocal.h */, - 9122327E016F88793F8C472D04B127A3 /* Latch.h */, - E8D5ADFB227484B318C40D1461339C73 /* LifoSem.h */, - 9614A3691256DDAC2E725562D8EBD815 /* Lock.h */, - 4F9EAC97E8872372A486B3F9B7D9718F /* Malloc.cpp */, - 2AD9BDC06E41C47C845AC231063F75D6 /* MicroSpinLock.h */, - 5A2E1EE7FE67B7835E4EAD0B2C76DFD4 /* NativeSemaphore.h */, - C3ED77D5FD90652C26E1EBEDA6B63F65 /* ParkingLot.cpp */, - 44F69FD692B19AB66F5F999074E0947E /* ParkingLot.h */, - ACE1183C3E5DB9D0F091BDD99014FF9B /* PicoSpinLock.h */, - 2FF1B7272DCB6702CA2109915D2759DF /* Rcu.h */, - 8223C4A13AC2BD7573D7014558CE6EA4 /* RelaxedAtomic.h */, - 23D45B9F16292480F04ACB34B15EAC87 /* RWSpinLock.h */, - 2D5533FF075D2D920EAB15B1AACF8FBB /* SanitizeThread.h */, - 36CC848E1FAB5315A02B1AFFAD4E8A5C /* SaturatingSemaphore.h */, - AD9E1E3EC35FF8BA499CB4DE89001EE1 /* SharedMutex.cpp */, - 990203BA9304685C88539CC3CED0B4E1 /* SmallLocks.h */, - 2876DC1244A736B107A457F8AF631582 /* Utility.h */, - 01629F5FE66D224BAE622C75D5D3C4B6 /* WaitOptions.h */, + F8229B1A04A686B9D6A8515E959D405C /* enums */ = { + isa = PBXGroup; + children = ( + 7C322EC9FEFA80208EF7FC20F8E76803 /* Align.h */, + 3F64B0C65747B5007B92D204D69F6EFC /* Dimension.h */, + A27676D6AF709B183CC889284CE2B3D1 /* Direction.h */, + 9D7DA62E7DF50F0A454C529AA78EA7E5 /* Display.h */, + 9A5F0251C69A9CCF2DB3222CE170671E /* Edge.h */, + 0ACDA1105A253290970D63F1EB10F574 /* Errata.h */, + 2462C72B87ED90695E43B971F24B8FCF /* ExperimentalFeature.h */, + D042C4DD00523E4DF1235E10F891754B /* FlexDirection.h */, + 0EAE4B2A9C96F883E85714C869494F81 /* Gutter.h */, + CA736D745963DE632943D6EE6AE51217 /* Justify.h */, + 795A0388C8652FBA4A957C30BE9222F8 /* LogLevel.h */, + A5FD51AD36118D278A13D28B6A1C0F24 /* MeasureMode.h */, + 4C4D1C251906CB5D9F8086B2747C1522 /* NodeType.h */, + EC5F5A9DB399E74A3B0F0CDEE200B40E /* Overflow.h */, + D2F955F57435151EED343EB06358A2A7 /* PhysicalEdge.h */, + DA12408D51CF845CE9C49609B11D2C6D /* PositionType.h */, + EA4EE4C6FAFA0A824AFDB30A96D0C144 /* Unit.h */, + BCA6A0AD322E97D31E8AB398E6F754C1 /* Wrap.h */, + 229E898FFA1C9E93F86539379E9096C3 /* YogaEnums.h */, ); - name = Fabric; + name = enums; + path = yoga/enums; sourceTree = ""; }; - EFF96A94ACA5480011A482DB6BD25954 /* ScrollView */ = { - isa = PBXGroup; - children = ( - B4825A0B482458DF48D6F67A0D882F63 /* RCTScrollableProtocol.h */, - 32151BA10070E986892C4811AB320AF5 /* RCTScrollContentShadowView.h */, - 6EAE3B125AD3F09CFEF036AD6937710A /* RCTScrollContentShadowView.m */, - 07F4C465A3C02EC984CA6F65CA309602 /* RCTScrollContentView.h */, - EA57CD46A3D8E4CB86C935C923E99E9B /* RCTScrollContentView.m */, - C74B595DDE4D0CEDDA938E80944A4047 /* RCTScrollContentViewManager.h */, - 5D17EF7F9C53715BB0623024A21A149E /* RCTScrollContentViewManager.m */, - FA23D6ED6A06E951F8E9DD6E943AEE12 /* RCTScrollEvent.h */, - 76388F44891EFA1CDCB0CB4F487E605A /* RCTScrollEvent.m */, - C69CE1C94238A78432743CCD0D2B588D /* RCTScrollView.h */, - 96B5733106A036D4F39756110B36BB9C /* RCTScrollView.m */, - 542BDBC61B3061D6EBA28467FCDBEEC0 /* RCTScrollViewManager.h */, - E40E3777E3C62F9A067BF95A02B1EFDD /* RCTScrollViewManager.m */, + F85781294F189F756291D8B95825B440 /* React-RCTFabric */ = { + isa = PBXGroup; + children = ( + F5A6371CE2CB24DC0532ACC93642CC48 /* RCTConversions.h */, + 12F4585D8579A5039D742D7E3913D0B6 /* RCTImageResponseDelegate.h */, + 3A50B808D51766F1C0B42436A7163DDD /* RCTImageResponseObserverProxy.h */, + 7ACDCCE812E169B5C2EE32A4A130D907 /* RCTImageResponseObserverProxy.mm */, + 8D7883FA7052AFA06DF3F841FBBB33EF /* RCTLocalizationProvider.h */, + C488747CC15D138B30ADB8E498B04FF4 /* RCTLocalizationProvider.mm */, + C1A69366D6E38FE28ED9651968AA7CF6 /* RCTPrimitives.h */, + 4013A3D961F88A9A042C082ECAEB35E8 /* RCTScheduler.h */, + 619ABD655227A08759F91622DF2A1E18 /* RCTScheduler.mm */, + E0402A818FA8A0C89E390D0D4EC00165 /* RCTSurfacePointerHandler.h */, + 44356704310DCCAB77D9F8693D62FE0B /* RCTSurfacePointerHandler.mm */, + 4B2DFF23AC104B04562F5A613D62A6E2 /* RCTSurfacePresenter.h */, + 456E948706116C0DD64555FF6BF85B08 /* RCTSurfacePresenter.mm */, + D0D6E9C9334A02233898F7AD14D17E2C /* RCTSurfacePresenterBridgeAdapter.h */, + DD2869F37A6F486F8994AEF1E2A9E0D4 /* RCTSurfacePresenterBridgeAdapter.mm */, + 62DB4477408C47E85F683E8ED165D3AB /* RCTSurfaceRegistry.h */, + 32D1CC8F0E612A18C597E5BDCD724B17 /* RCTSurfaceRegistry.mm */, + F4A1A873A0B3D3C8636143BB6282A12D /* RCTSurfaceTouchHandler.h */, + 1D68855FFC5514B5F5A3FD7EF50735D4 /* RCTSurfaceTouchHandler.mm */, + CEC15E29682C912628AE02FBF18DB8D6 /* RCTThirdPartyFabricComponentsProvider.h */, + E9AD225EDBC81406F600822BE5CB48E9 /* RCTThirdPartyFabricComponentsProvider.mm */, + 2362BA983B00A2A04C7C991889E743A5 /* RCTTouchableComponentViewProtocol.h */, + 17004CCFD3DD9375E623A963E13D18C2 /* Mounting */, + 89706D6285C3873597DB28EED7CB7824 /* Pod */, + B47DE51F7E87E94310FE2E0772666C1F /* Support Files */, + 7C1A3D49344E732F8B3C50E94B38EBAC /* Surface */, + 2870CF1C2308D80731D8890A76D25817 /* Utils */, ); - name = ScrollView; - path = ScrollView; + name = "React-RCTFabric"; + path = "../../../node_modules/react-native/React"; sourceTree = ""; }; - F078423BF6F2C42535B5DEDA92467837 /* platform */ = { + F8992DC800D868156F55D8C1A840B2EA /* event */ = { isa = PBXGroup; children = ( - C13F7635E4B5E2D01FFDE0B410613E54 /* cxx */, + 6CEE94FB9A70376F30A45C598232AD61 /* event.cpp */, + 3C6D5DD14D9959F1BCDA9EEF40E8671E /* event.h */, ); - name = platform; - path = react/renderer/components/view/platform; + name = event; + path = yoga/event; sourceTree = ""; }; - F2C16C1F92162497FE435635A60CAA18 /* Support Files */ = { + F8E0BC164A267E96DD24FE4A280E7765 /* Support Files */ = { isa = PBXGroup; children = ( - 20D371DFF950758109386C4E78C8B6C6 /* React-graphics.modulemap */, - D4D6EE4A76B2C09921A33ABA3DCBADCB /* React-graphics-dummy.m */, - 06DFEB1801002AB14F0490AF770016B2 /* React-graphics-prefix.pch */, - AF229A219E49D048982E1C249F64F014 /* React-graphics-umbrella.h */, - 6136611B36B5D9E1A92ED4F6A0077D3E /* React-graphics.debug.xcconfig */, - 28C805EB5DF4B2547CAEFDA28B032854 /* React-graphics.release.xcconfig */, + C7C5E5529D9183D4DA7499E3C615C519 /* Yoga.modulemap */, + 73301DA76E70E83388C9A33BCF56CEE5 /* Yoga-dummy.m */, + CA2B21403EE25DB9893B6E8891C8E2DD /* Yoga-prefix.pch */, + 4EE65A27409B6614EB4E7E08374FDCA8 /* Yoga-umbrella.h */, + 49C7723A5D97C7404CB0972A1F44276F /* Yoga.debug.xcconfig */, + DB803AD9555BB8D6B00BBA6644681627 /* Yoga.release.xcconfig */, ); name = "Support Files"; - path = "../../../../../../native/iosTest/Pods/Target Support Files/React-graphics"; + path = "../../../../native/iosTest/Pods/Target Support Files/Yoga"; sourceTree = ""; }; - F2F60B89C33D948B28EA50F80BD23550 /* Support Files */ = { + F917AFEA46CC0EA11BC6D81EB226EEDE /* modal */ = { isa = PBXGroup; children = ( - 9D8567743F8E6705F99F241ACAEE46DB /* React-RCTImage-dummy.m */, - 0FB1A2630C738F68DA40EBCCAAC08954 /* React-RCTImage-prefix.pch */, - 2EBD68F30954D6A08B0DFE6F79D3D8FD /* React-RCTImage.debug.xcconfig */, - 05515C8989CD631B4D677EAF05D1C8A0 /* React-RCTImage.release.xcconfig */, + 337FF88F1B3B7E14D22211EF9A8C01DC /* ModalHostViewComponentDescriptor.h */, + ED8BCB98B8CAFA45445802548B32ED28 /* ModalHostViewShadowNode.cpp */, + A5FAB647D0F4DBFEAA683CD3AFF2F587 /* ModalHostViewShadowNode.h */, + DABCCB9297D8973E3EB46EEFEDDEDCB4 /* ModalHostViewState.cpp */, + 26799F85A2F48699DF73E4A5B1EE067A /* ModalHostViewState.h */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTImage"; + name = modal; sourceTree = ""; }; - F36B5107CF6B76C3D7D2F8A49C1EA164 /* RawText */ = { + F999F8978D07FB924296B37D54A540C5 /* boost */ = { isa = PBXGroup; children = ( - 6DAA14F95892B0E87EC00676C84F4521 /* RCTRawTextShadowView.h */, - B79E6780BA27AA0C9BC4AAFEC3EC44F5 /* RCTRawTextViewManager.h */, + B94E9D8C2704D4246938A5CC85A14EBE /* Support Files */, ); - name = RawText; - path = Libraries/Text/RawText; + name = boost; + path = boost; sourceTree = ""; }; - F461AD710DF90EB12B16B34187BA9C80 /* Pod */ = { + F9CB7550FD5E52C38F904E2F2BA99527 /* Support Files */ = { isa = PBXGroup; children = ( - D51F48A79700B497AD54A676657E4F5E /* FBLazyVector.podspec */, + B041282BB6E0CD0755E03B990F035982 /* React-RCTBlob-dummy.m */, + C089C57BC7269AC9D829D12FB382C87C /* React-RCTBlob-prefix.pch */, + 8FC5170482B4001507331897446093A4 /* React-RCTBlob.debug.xcconfig */, + 2E2A892270F483593BF828FD99446809 /* React-RCTBlob.release.xcconfig */, ); - name = Pod; + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTBlob"; sourceTree = ""; }; - F5E1A589C2930126682D5B5B630A8A4F /* Pod */ = { + FA5D227825AB5923FACC474B9DB3F384 /* CxxModule */ = { isa = PBXGroup; children = ( - 28A2AE6E2C9A1D580C45B165C9E8DEF0 /* React-jsi.podspec */, + 824AF1EEC669FDA2DBC78CB48CBC86B4 /* DispatchMessageQueueThread.h */, + 080F0694AFBEBB45493A735532A9B8F8 /* RCTCxxMethod.h */, + 37689F6A0CBD1039206E7D3A8E8E6C68 /* RCTCxxMethod.mm */, + C6D26752B3DE0424E4FA28589D9108BA /* RCTCxxModule.h */, + 3E8E0103E022F0A7BE670C99DDEC11FE /* RCTCxxModule.mm */, + D3F40B6C62C59C16116BE5B43DD2B6E4 /* RCTCxxUtils.h */, + B96DBA623627412849117547371D9FEC /* RCTCxxUtils.mm */, + 4489977C9B5B35F7F5A112139189B7E0 /* RCTNativeModule.h */, + AAD779B1757E51874AD3E315AE0911BF /* RCTNativeModule.mm */, ); - name = Pod; + name = CxxModule; + path = React/CxxModule; sourceTree = ""; }; - F6279EF847702D7FDDC52D096E95F185 /* Support Files */ = { + FA71C039003B0E9153109D272FAAA931 /* Support Files */ = { isa = PBXGroup; children = ( - D5587593244FFF62B39474B4B0C41E62 /* DoubleConversion-dummy.m */, - 5A68EF2D063605EF1FDA1E5B66FD8D59 /* DoubleConversion-prefix.pch */, - 23AB68E9717A63F757B87FE4D4A7DF83 /* DoubleConversion.debug.xcconfig */, - 65899D9F43EF9A04A1627DB9C9118BA9 /* DoubleConversion.release.xcconfig */, + 51396501E3E25FB7DCB5E276B819C556 /* WatermelonDB-dummy.m */, + A807F600D199623AAC1E47F99AD43C8F /* WatermelonDB-prefix.pch */, + 0FE5FBB2B14D4BC374CECD01A71C50C3 /* WatermelonDB.debug.xcconfig */, + 6387BDDE6369AEDABBA8E222A92D7DDE /* WatermelonDB.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/DoubleConversion"; + path = "native/iosTest/Pods/Target Support Files/WatermelonDB"; sourceTree = ""; }; - F716F9B47B1EBCAC9B11985FBC3AD0A1 /* Pod */ = { + FB232A0FE04B688B88B0BD685A108283 /* Support Files */ = { isa = PBXGroup; children = ( - D6CFFA9A419AF144A1ED01DA642BEFC1 /* React-runtimeexecutor.podspec */, + 7F7D564B2A15203C1BFCF6B38C70A0CF /* RCTTypeSafety.modulemap */, + 606BAB14D960C896D177B10A3540386B /* RCTTypeSafety-dummy.m */, + EA282133F1BB10E022D47B6CACE22054 /* RCTTypeSafety-prefix.pch */, + 7780098F7787B2514F2C008CC3E13B73 /* RCTTypeSafety-umbrella.h */, + EDE4EBF1DFE11D301F8A60F2D5B99F29 /* RCTTypeSafety.debug.xcconfig */, + E5CB5398F86031A46AD389FAA73E2323 /* RCTTypeSafety.release.xcconfig */, ); - name = Pod; + name = "Support Files"; + path = "../../../../native/iosTest/Pods/Target Support Files/RCTTypeSafety"; sourceTree = ""; }; - F97414FBF50AE4FE5F481983C170270E /* Support Files */ = { + FB52750D97B167EC630A39D38431B791 /* unimplementedview */ = { isa = PBXGroup; children = ( - 3BD43F04F6F8EB7DBE10B926B46FC569 /* React-RCTLinking-dummy.m */, - 256FCA0EBCDB0C505EF486EF45D25B9E /* React-RCTLinking-prefix.pch */, - E6A203E49CA673A7C93F8C083E33E22A /* React-RCTLinking.debug.xcconfig */, - 232B6F64473BB18B873DCDB2ACF149A9 /* React-RCTLinking.release.xcconfig */, + DA13FC9D0FEA58079E338182B1BAE1B2 /* UnimplementedViewComponentDescriptor.cpp */, + E80581A669DE626F703216374FF4C3A1 /* UnimplementedViewComponentDescriptor.h */, + E9C75E943A657F3153FF32A050DA7592 /* UnimplementedViewProps.cpp */, + 459B7A62CD1A78C3B1D3BA7499CB76CD /* UnimplementedViewProps.h */, + AF7E566A1E46C435965177310C115248 /* UnimplementedViewShadowNode.cpp */, + 22A6AF9D5AAC8F547507F26CAC3BE8EA /* UnimplementedViewShadowNode.h */, ); - name = "Support Files"; - path = "../../../../native/iosTest/Pods/Target Support Files/React-RCTLinking"; + name = unimplementedview; sourceTree = ""; }; - FA777433C003A476BFC30DF5734CC5A2 /* react */ = { + FC37D3F31B7D90CFC347522DC090973D /* UIUtils */ = { isa = PBXGroup; children = ( - B2681814F7FC4BA611317784CE202408 /* renderer */, + 568619787B3509509A5FFEA27285F968 /* RCTUIUtils.h */, + B597F21D264FDF22B451D67257AA9EF7 /* RCTUIUtils.m */, ); - name = react; - path = react; + name = UIUtils; + path = React/UIUtils; sourceTree = ""; }; - FDCC8F660577B85D72DCAD9E158CFDA0 /* uimanager */ = { + FC72F8ACA9AA53954F9EF3B8A5C6F5FE /* Pod */ = { isa = PBXGroup; children = ( - 2708298752F8F3BEEC1AFF5DA6457735 /* bindingUtils.cpp */, - 1BE71EECD01EFBDA50FD49226D59FD60 /* bindingUtils.h */, - F7926BE3C0203FA9CFA83DC16AB8D88A /* LayoutAnimationStatusDelegate.h */, - A9C1AF618F45880F354E8239E77FD31E /* PointerEventsProcessor.cpp */, - C0969994E4700C9354CCBB46DF0B621C /* PointerEventsProcessor.h */, - 88182553BF57E587A4616EC13E2BEB8B /* primitives.h */, - 96084E73437C7CDA940387B3493683EF /* SurfaceRegistryBinding.cpp */, - 4033D3A9F58F481347E390C489A79F94 /* SurfaceRegistryBinding.h */, - B76A2F9F1012A151A4C6B28F07AAC8C2 /* UIManager.cpp */, - 648B04CC6FCBE2B51463B0776191B6D7 /* UIManager.h */, - 3F5C54D18EBFD56B88F06F2F22F4BD81 /* UIManagerAnimationDelegate.h */, - 0621E5D354E51363461B243970A3F2C0 /* UIManagerBinding.cpp */, - 5EC924BD166D70F2205BF1062C1E02E9 /* UIManagerBinding.h */, - 4E498D8BA59EC53BF44D681543A53C2A /* UIManagerCommitHook.h */, - A76BB873D36701F73E8AF44F6C7B71E8 /* UIManagerDelegate.h */, - E6D77776866263E28597195A9898A23F /* UIManagerMountHook.h */, + 482077692C71BA225ECEBBE9626B7C22 /* ReactCommon.podspec */, ); - name = uimanager; + name = Pod; sourceTree = ""; }; - FE42CFE07DD8365C25C15D1E0C37761D /* Support Files */ = { + FD407F481179C9D21976E957BE8A96A5 /* SafeAreaView */ = { isa = PBXGroup; children = ( - 79B1DB508231DF0D947CE72A2CD652B3 /* React-rncore.debug.xcconfig */, - 7F8A86A71AB96407D39594BE1C5D8F96 /* React-rncore.release.xcconfig */, + 8B75886BB83AA90D3B2DEFB75224490C /* RCTSafeAreaShadowView.h */, + 6C8572256406ADB7551DFDDCDC585255 /* RCTSafeAreaShadowView.m */, + AEE7D821FE2F99E06D93025BCCDE581E /* RCTSafeAreaView.h */, + D63DB3EEA2658569FE4F58A50743B58C /* RCTSafeAreaView.m */, + E38561935D0A79B947D909F1708ADA95 /* RCTSafeAreaViewLocalData.h */, + 7B65B6162E9749D1E3F3D1232D886392 /* RCTSafeAreaViewLocalData.m */, + 285863D5864C49AC3FDF1567E1986DDB /* RCTSafeAreaViewManager.h */, + BB971ED75CA1674F0FAAC4500BBC50A4 /* RCTSafeAreaViewManager.m */, ); - name = "Support Files"; - path = "../../../native/iosTest/Pods/Target Support Files/React-rncore"; + name = SafeAreaView; + path = SafeAreaView; sourceTree = ""; }; - FEB7AD82E78C96B124377657E78F85F9 /* simdjson */ = { + FD8D4E4ECFB0CC25130AE3BEED4A319A /* Pod */ = { isa = PBXGroup; children = ( - 908A81BE3868A23CCCCB07D6A5CE5B53 /* simdjson.cpp */, - FFC414CC034BD2C86FD9B15FC9C7D5D5 /* simdjson.h */, - A64E672D728CA02EBB26219017770FB6 /* Pod */, - 59E9E1002EDB696B60F3BB6BD4C1415B /* Support Files */, + 5CD701537B4A3BB9EB36F3D0373E62EC /* React-Mapbuffer.podspec */, ); - name = simdjson; - path = "../../../node_modules/@nozbe/simdjson"; + name = Pod; sourceTree = ""; }; - FFB74E0EE8765957062ACE2FABA5F905 /* Support Files */ = { - isa = PBXGroup; - children = ( - 35BB64C08734DE7F6329404F438520A2 /* React-ImageManager.modulemap */, - 8300457F85CA827DA4C97D4C05E3B5FB /* React-ImageManager-dummy.m */, - 4C84D9F299363B0164A62692D62A0266 /* React-ImageManager-prefix.pch */, - E9F4D5DD2137167C45FA16E45BF0A724 /* React-ImageManager-umbrella.h */, - 8411BAF6ACE7E20827DB0BE9C17E16FD /* React-ImageManager.debug.xcconfig */, - 6F2D5E534B526D57AE2427E42AA8342F /* React-ImageManager.release.xcconfig */, + FE5C1FDF3515727A0670E951FDDE706D /* RCT-Folly */ = { + isa = PBXGroup; + children = ( + 908D006CABFC90D4BADBF7B0C2544818 /* Access.h */, + 6629455746E57DAB397BA5E289A81B37 /* Access.h */, + 997B7B2A3CC26B9D704D7CB940D7E4C6 /* Align.h */, + 5AE62E3EA1E11A2011DFB36206854AB4 /* Aligned.h */, + C91E89106F76162BEA0A7DF8511D586A /* ApplyTuple.h */, + 10F169E67E9F6AF9D77C49B765487E70 /* Arena.h */, + 466A8EAE41785C3EA08D830470EABB6B /* Arena-inl.h */, + 792014C5B5CC53C6A4E7C3EAFA69D6ED /* Array.h */, + C5691B7E1407E2A5D9208B3CCFBC6BDF /* Asm.h */, + 0C81656E6394B680E495643EDC27FC6E /* Assume.h */, + 5D024556120FC57697C2ECE69C53D36B /* AsyncTrace.h */, + AFAEF578C155F412D05E26AF9E63C602 /* AtFork.cpp */, + 84861068E0BD421B437C1FB5C00F434D /* AtFork.h */, + 6D2C764374D96A2A95EB7DEDB1AD4B23 /* Atomic.h */, + 0C73DEF93EB855958CC048BCB076258B /* AtomicHashArray.h */, + 3C581B89704C6C579DD637F11045901A /* AtomicHashArray-inl.h */, + 8B7D86572DB2B5C7CF324979D3984A2B /* AtomicHashMap.h */, + 861717776176D0307718AB2E8E102C67 /* AtomicHashMap-inl.h */, + BBE2B529666092F7DEC3C687F33200F0 /* AtomicHashUtils.h */, + A7CDF9E97D044762C37CF380DC086899 /* AtomicIntrusiveLinkedList.h */, + 0E4412A2483337D140CD540D4751F2FB /* AtomicLinkedList.h */, + 473969280531057CD249A18AC62DD076 /* AtomicUnorderedMap.h */, + 13DDAD72F9C7DC4D814F4D340784ECEB /* AtomicUnorderedMapUtils.h */, + 5BD78C8466D2DAC22B989C5EFC592BAD /* Badge.h */, + 7AB42AC0EB19257BDB4CB23DD77110E6 /* base64.h */, + ECF657DA48FE202E91262C142A30C2EA /* Benchmark.h */, + 79935ABC77CDB209D63CDB2A5C8B0F40 /* BenchmarkUtil.h */, + 7A3BCF7F218979C84533F1F242327D9F /* BitIterator.h */, + 20FF0CE1BB1AB7D514D968DD961923FA /* BitIteratorDetail.h */, + E743BFAD7A14315554014A32748265E1 /* Bits.h */, + 7B0A8E8F61759E910B9953C7FF640925 /* Bits.h */, + F59815A7A4241A59BAFADEAB6160D7C8 /* Builtin.h */, + 54C3134B4FA97F946996018EB76D6F2B /* Builtins.h */, + 63F5F0571EA83996B53E596BF37008E4 /* Byte.h */, + FC43226FF6ADEAB1549A1CDD67BEC74A /* CancellationToken.h */, + 91B53126F00778E3792F8BDC9EF291DA /* CancellationToken-inl.h */, + B159432A0D462B5E94046B7320846BC4 /* CArray.h */, + 6DB23B7557FA39253FE65A599E922ED6 /* Cast.h */, + B83DFBC0279E4DF8CFA602D622946926 /* CheckedMath.h */, + AB1459102548D6C97BDF32F7673BD1DC /* Checksum.h */, + 5DC5AD5C90390C13DD621B5A02EEE993 /* Chrono.h */, + E416B0C3A1EC58515DEC41DF3D02E01B /* ClockGettimeWrappers.h */, + EFCF80831E029EAC9ECFEDFA8C0B0BE9 /* ConcurrentBitSet.h */, + 7FFF51245D8A86EAC0CA600E287ED6AD /* ConcurrentLazy.h */, + CB027A92361F7CF889CAB836E490C149 /* ConcurrentSkipList.h */, + 6DCF6A50893A882EA7E8F44D10AD971D /* ConcurrentSkipList-inl.h */, + 5C02361943CFC4D43BDE38DB0C69F197 /* Config.h */, + 4CAB10F1ADF33F5BF62A774463140259 /* Constexpr.h */, + 6F2BCB43F2D90CA90AFD57677AF6013E /* ConstexprMath.h */, + DD754522EEA5CC221FED5671228D41ED /* ConstructorCallbackList.h */, + BC611E2FF7C83C727ED3ABB22AE435FC /* Conv.cpp */, + 2837BF8ABDA1EC92282A5DF6381E0A27 /* Conv.h */, + 1DC4F893B0788A2E9A80A4BD69265922 /* CPortability.h */, + 2A6A08279C8FADD3D8FF81B1C2112A8F /* CppAttributes.h */, + 58B548A2C55831264828B2298FF825B1 /* CpuId.h */, + 8AFE8F048924F7A8798499375AA68271 /* CString.cpp */, + DF05023F7AE354185DE71C9D43F11B9D /* CString.h */, + CA86A71648C8045BF8A96B225E26E40D /* CustomizationPoint.h */, + 23C5959A240F9A33D470E539FE162B9D /* DefaultKeepAliveExecutor.h */, + 9E6068776F49102288177FE25869B4F8 /* Demangle.cpp */, + 95F4490C7C830CE7EDFD1E7F79557E18 /* Demangle.h */, + A3B4504723D37DDB3A1BBB28AE41070F /* Dirent.h */, + 584180DC3B2C183B2687C5F1857403FF /* DiscriminatedPtr.h */, + AE8C9FA47D47B64CE6F506ABE68FCF06 /* DiscriminatedPtrDetail.h */, + 788308AAA58E926CC60655199F7DA6BC /* dynamic.cpp */, + 732688D92C1058B4D3B68B3EF5CB178C /* dynamic.h */, + 687B26F2B573590EF9ACE0B564A2A4D8 /* dynamic-inl.h */, + 582D8ADF4BEE51D724800E05D34ACDCA /* DynamicConverter.h */, + 6A2008DB4CB2932C0392674068ED82A6 /* EnableSharedFromThis.h */, + 9052E26FF92020AFAA064B27532BDD02 /* Enumerate.h */, + 6CA38E07EBA75420D2E3C5C4B52A3B22 /* Event.h */, + 119AE002F412B1467B684F7738048356 /* EvictingCacheMap.h */, + CE4F352241E750994254CACB3900290C /* Exception.cpp */, + C981FCFDF37E877B75038B1246411D6A /* Exception.h */, + 3BFC3D5FFBC3735586FEBA16EF9D8157 /* Exception.h */, + 890A2DE43F7CEC807F5D45DD7FD1CE74 /* ExceptionString.h */, + 977FB42CD545522302B7AEA55376D2F7 /* ExceptionWrapper.h */, + D2E639F57C80F20E749E4AAA4336E32B /* ExceptionWrapper-inl.h */, + 5433FC0C0EE55FB7FA9D9BCA99A39650 /* Executor.h */, + D869113E22557F357D518366520103CC /* Expected.h */, + 686FA922FDC06D95A33307B2DFE9C50E /* Extern.h */, + FE9C8096CC17775F6B3D7F51F755BF88 /* F14Defaults.h */, + 173353D36092C2DD008D22FDEA5C21AC /* F14IntrinsicsAvailability.h */, + D96F738CE283D062C54E36FE7D38A7AF /* F14Map.h */, + 4873FC718C30FB33CE887064BF8E5DE8 /* F14Map-fwd.h */, + C230DA31F009BBBB74798CD3CE527F8E /* F14MapFallback.h */, + 5671AD120864F71635B5C5BD07138E67 /* F14Mask.h */, + 130677CC93E00689A413DE1C5D45754D /* F14Policy.h */, + 27DB05F6CB39113BE10AD3A747787E40 /* F14Set.h */, + 0EE92B6EF155BE970721A6B2647F4AF4 /* F14Set-fwd.h */, + D673246C2C1796D3D74599E1964A310D /* F14SetFallback.h */, + 7B5B3F15E7911D3E6C9DE70A968B0F80 /* F14Table.cpp */, + 59164B030AA6BE9DC3304EDD7E90FEEE /* F14Table.h */, + 531B578A8FF205619BD8E526C7C60930 /* FarmHash.h */, + 313F1FACBDF2947C76A286C8AFC6551D /* FBString.h */, + 3D66CDE2F1E5ADE815D245C01F720E05 /* FBVector.h */, + A09332652A2DA7B2F95FDC212274928B /* Fcntl.h */, + CBC8B43C8992F34DF7CD32D7923EDE53 /* File.h */, + 5FD76DB8A83861EF7CD0449CFC4DE097 /* Filesystem.h */, + EEC8AE4B19CE176574DF457505E2B9CF /* FileUtil.cpp */, + FF88C9A8B1E0A79468C40F286C239533 /* FileUtil.h */, + DD4757A98E1495E6C3DBC232D9872AE2 /* FileUtilDetail.cpp */, + FC3E576BEEE24C22BAB754F8BDA7D822 /* FileUtilDetail.h */, + F1446E5B5E1E6532A8129EC19A5BC514 /* FileUtilVectorDetail.h */, + 163CDA479246FA5F4CF5C7949B3FC9F7 /* Fingerprint.h */, + 55BB048CB3ED0500BC5E984EC4283580 /* FingerprintPolynomial.h */, + 5FAC834F5ADBD6F3EEF6BE67C8BE5F06 /* FixedString.h */, + 0D107AF1088C433FC9328FB083C1609A /* FmtCompile.h */, + 7350D90D235F0E829948F766094A036B /* FollyMemcpy.h */, + 29A9D298DB1C62EA7C25E8F85CFF52F8 /* FollyMemset.h */, + 1AB864487EEC16CB2CBD3A5CA275FCA1 /* Foreach.h */, + A6072D5AD4221696B9DE9D90F1EB0439 /* Foreach-inl.h */, + 869D440DACC02CD2540C4CE6A499116F /* Format.cpp */, + AD16D5AA10E8416443D8D1FF1460C44B /* Format.h */, + 48D1454DD898A877C683DE012FCE946E /* Format-inl.h */, + 5F8E380C0D44C30A7EB64835C56687EA /* FormatArg.h */, + 375B4BBE3235F1250E48C6F479A52A01 /* FormatTraits.h */, + 56AAE7ABD3415795FAEEE07A449DD7AE /* Function.h */, + A2E8652189AEFEC58162855B790CFA15 /* Futex.h */, + 0101C2B932AED7971A900220D55C0B86 /* Futex-inl.h */, + 58591CA75671A3724AEF97FE040632D7 /* GFlags.h */, + 1CEDA3FBCCC6D4495CE2BD141F7EA3B2 /* GLog.h */, + D83B4FAAFD8B9F4100D6F3F2AAF2598F /* GMock.h */, + B46136D54F40F23675446372805B6B0D /* GroupVarint.h */, + 962AA8023E519A1F58D71BC1F73C95D0 /* GroupVarintDetail.h */, + 9848E5EDA897DF122EF07B42AF3EEB86 /* GTest.h */, + 8980B7C2D6023D0EC77EF277C17227D1 /* HardwareConcurrency.h */, + F6649A5E0CB0CD5E9B98CB49FE510D25 /* Hash.h */, + EFDD8B247497E208D149C9C12E8045C7 /* Hash.h */, + DB76EBADE7E968B611B89EC60AA71910 /* heap_vector_types.h */, + D8C79C91A7FCAF5C973C5E74CCAC73C5 /* HeterogeneousAccess.h */, + B32CE247FEEC1814744A3421CB654796 /* HeterogeneousAccess-fwd.h */, + 9DBAD76DF0AA6D7A788B0D3674035677 /* Hint.h */, + BF031C91FD312DC63FF16FE7D183B230 /* Hint-inl.h */, + 8325F6D78EEBC85AE983E28DE38AD770 /* Indestructible.h */, + 48A56339A525A7972D16108E1C573FA7 /* IndexedMemPool.h */, + B9FF361F61B7A378542F02A30393DF63 /* IntrusiveHeap.h */, + 866D0225560051A219BEE4D4664348F9 /* IntrusiveList.h */, + 7433BC11862172106E2F5C35B6657339 /* Invoke.h */, + 5F85C8CC15CDC85E857260E4CDDF9817 /* IOVec.h */, + CFBAA91154D63D788000A507C872D157 /* IPAddress.h */, + 832DCF641540319B774328DFB00B9620 /* IPAddress.h */, + 789B5746A1B28065E10E29579DC6FE8F /* IPAddressException.h */, + 37DFC8EAF78BE0F070D18753D61D9C59 /* IPAddressSource.h */, + 938DC03F8EB05E7BDD33175BF907D170 /* IPAddressV4.h */, + 662EDB351806ACAF98C186A204C9A85E /* IPAddressV6.h */, + E29A2CBF054A73452FE72177DE2FDF83 /* Iterator.h */, + 9CA3417ED0B8CDE1906D3202E80B148D /* Iterators.h */, + F91CC1CB5BBFE630F1A219C0EDA145B9 /* json.cpp */, + C047105E3027DC4381475187A7547D3D /* json.h */, + 917B25EF0D073A826D0E80F0B81BFB26 /* json_patch.h */, + E02117FB47D5E097A2FE278E42ED7D2A /* json_pointer.cpp */, + 5435E25ABF1C803D1D8B6ADE22E2664D /* json_pointer.h */, + F524D0F42CA29ACE3E6C3098C858C502 /* Keep.h */, + CF9E8353281D1C3DE0C65A3F7643C68B /* Launder.h */, + F07A956888DB0839EE8710AF70182297 /* Lazy.h */, + EF23890C4D36D03EA1DD037AFEFF15C6 /* Libgen.h */, + 4C46B7B386338A3CF2226940A341403E /* Libunwind.h */, + CBED11019ED3BE2CD4C26A2FD21B24C1 /* Likely.h */, + 6A732660A46D8B89E811D42131A47E43 /* MacAddress.h */, + 701DA5EF2C35D3F8011D186617366218 /* MallctlHelper.h */, + B9CC2B87AA979A0CE226E57B8BE306A7 /* Malloc.h */, + BD52A822E13E3FBE427F01FAFF774941 /* Malloc.h */, + 7E424FA9074DD171A4AE55BE52EFAFAB /* MallocImpl.cpp */, + F7DCF7DBDA1DB363572544D437D1EB4A /* MallocImpl.h */, + 0D6609F1FFDAA711D16BE1CBBFCEF19C /* MapUtil.h */, + 72188071CCFD3B99269572936DAC43DD /* Math.h */, + E5745DFD5BE516C91A82DD1988970E10 /* Math.h */, + 1260781BA130D5E430412D17AA9CF321 /* MaybeManagedPtr.h */, + 77A1CFA157156B29C57AF9F7AACA682D /* Memory.h */, + 39A5BABF355F1FCE0AB1D652C33D7B9C /* Memory.h */, + 2F8E6E55AFFCF9BD68B2B5B508CCEC75 /* MemoryIdler.h */, + 03C08820B4F8B692940FAF14B621C83F /* MemoryMapping.h */, + F89AC6E92A39CCDDE8DAD6BE98D3C4D1 /* MemoryResource.h */, + 3859A11BD5B175A2E7059AE9B7A747F3 /* Merge.h */, + B02E6E730A273BCBAAB434BD6D2576E3 /* MicroLock.h */, + 2EA911281D978CB40351D59D5598FC9B /* MicroSpinLock.h */, + E9C1D370414FE653DCC9FAE636F19160 /* MoveWrapper.h */, + C87FD57CD4AD96B0BBB45FC4FEFA1AE7 /* MPMCPipeline.h */, + 40B6CCC5214ADD7CDAC59A0304AB0B44 /* MPMCPipelineDetail.h */, + 28134A7E3E4CF5A0D60FE5E683407AAC /* MPMCQueue.h */, + 8F671A2A4E4BD8E767A5A396E4793F09 /* NetOps.cpp */, + 1D0F55A1CBF2A5D8A9F6B0B49A152959 /* NetOps.h */, + 07BDDD0C6666F54BB37E72A8F733FB50 /* NetOpsDispatcher.h */, + BE5A44A54B39A676EB8ECEF3D4CF8E3D /* NetworkSocket.h */, + A6E21B3D9A76F241B93CEF7D2AA19709 /* New.h */, + 7FFA741A8EC26DD612783B14F5682ED2 /* not_null.h */, + A854CDECEC563F33590796054B7822E0 /* not_null-inl.h */, + E0529EAB67BFDD4AEA0A80301D04CE2C /* ObserverContainer.h */, + 8E748C5FBED7C0C756FC4C4A6B5C2E8C /* OpenSSL.h */, + C02156579770C940D02208439EF989EE /* Optional.h */, + C4EC4C02AFACADF949E7010ACACF4B85 /* Ordering.h */, + 6F9A7D467E30F1383A11DE8EA731A421 /* Overload.h */, + 7E8209264577462872BC1AE7772C476E /* PackedSyncPtr.h */, + D89495ADCC3AEE3B5696CC8A442CC151 /* Padded.h */, + 99E851596D4A5EE743DC493671DB9DA3 /* Partial.h */, + 0E8EF1F55FE2016CDA7B786F01C8882E /* PerfScoped.h */, + FADAE66E358428988B767C2AAC5E2119 /* Pid.h */, + 2779D7D33AA6E41DCE7991AF63682C57 /* Poly.h */, + B6F37D13CE5A1DE0E74413865B70883A /* Poly-inl.h */, + 982AAB27F58C71E3FA007537ED46BB9D /* PolyDetail.h */, + 207D72871056994F29476846F29AF947 /* PolyException.h */, + DF4F0BE954C36F42882AC304D011030F /* Portability.h */, + 4DD488FCCA9EEDD9B68B8F99D105C44A /* Preprocessor.h */, + CCCCA85307C7F5CAA6F8F137DC8860BE /* Pretty.h */, + EF3D0DF483D191D626F907294861A317 /* ProducerConsumerQueue.h */, + C844508F5FF5CB3FE66B8F8DF7302612 /* PropagateConst.h */, + 068DB205A59C74E3480D49B43B734439 /* protocol.h */, + 586BE0D668A4FAAEE338C3991530ACC0 /* PThread.h */, + 94D87B59FEAC0DBA4F9A7E928431AAAE /* Random.h */, + 3762263B39103B7107F61608F0B0E2D8 /* Random-inl.h */, + 036EB421B5324C4C8F2FEE1BF08B8194 /* Range.h */, + 3B4291E3436CE7DD23B4E403E8E8B12D /* RangeCommon.h */, + 937EF872F9B051F189B72F49D8D54CAD /* RangeSse42.h */, + 31842C0B4263119B5232CF1827757893 /* ReentrantAllocator.h */, + B41CA2872B3100D34E5916BD9747FFA2 /* Replaceable.h */, + BEFECA4F48E22E7225529497330DEB8B /* RValueReferenceWrapper.h */, + 02E1E7FDCE905C0071E5B85EDEE735B7 /* RWSpinLock.h */, + B2DA18CEB3A1B39D6DEFDA830C70B7AE /* SafeAssert.cpp */, + 718D4D78E0BAE0CC2A7AE58A6FBEA36A /* SafeAssert.h */, + 4E97DA6EC4EC14E2148BD7844BD1F3A3 /* SanitizeAddress.h */, + C128E32800DBBBE7BD73B0DB2EA50A53 /* SanitizeLeak.h */, + 9862B8B78362BC8D98438DB2C5675196 /* SanitizeThread.cpp */, + 326E52CD3C6A37497F8D253F7BACCFB5 /* Sched.h */, + A6BB42C32564D7C067A75160B7457050 /* ScopeGuard.cpp */, + 1C6F2A8DD916FFABBB7924E8D417B7EC /* ScopeGuard.h */, + AC04A5C67B4CC06104E1FAC9CDF58712 /* SharedMutex.h */, + 5C54A77AACDC4EFCA476CD638F5287E1 /* Shell.h */, + 769BAEE9C92AEEA6A5C4C98AE6FFBD88 /* SimdAnyOf.h */, + 63B3B00A3AAC44C23D4F7E237FE0D5C5 /* SimdCharPlatform.h */, + 12BF91C85904FD8BA917DDBF03ECCC1D /* SimdForEach.h */, + AB6B32F88010B897C8CBEDA90F51EF81 /* SimpleSimdStringUtils.h */, + 696D9C59C6F80DB952F1142DBCBBF620 /* SimpleSimdStringUtilsImpl.h */, + 86CD21C661338CF76FD714E4819D0BEF /* Singleton.h */, + 7B799169876F75C6B694791908FAA1EB /* Singleton.h */, + 2C17F91E7D084760672DD64B292DF5B5 /* Singleton-inl.h */, + 581A1FBA46FBC346F25CDD31C00AE6B9 /* SingletonThreadLocal.h */, + 985183EC5FB028AC6A6FCC26CC91696A /* SlowFingerprint.h */, + DF63E196F2D472D716CD1CFF8D29C2EF /* small_vector.h */, + 8AAE8CC35982681A17144AA7022C354D /* SocketAddress.h */, + C042000B32A98F9B8FE68F105D95B8D4 /* SocketFastOpen.h */, + E6362057149C3EE30EE5985649A70E12 /* SocketFileDescriptorMap.h */, + E96C6053E99BB795AC55280C6C0B918F /* Sockets.h */, + F804F0627373E6C63D34AAD65291FD24 /* sorted_vector_types.h */, + 0834C175FB5FEC893A25F29A77A057B6 /* SourceLocation.h */, + 97C17BDCBCF48F7FE1E2CE59E0B17252 /* SparseByteSet.h */, + 3605A12CF33B3DFBE0B5DD2DE36994C3 /* SpinLock.h */, + C106E727DA66F2360E99B166ED1F9FBC /* SplitStringSimd.cpp */, + 9A7E0B4304900884F1F7552E271BAE80 /* SplitStringSimd.h */, + ADC21E6203A42D717BE49E8E588CB0D5 /* SplitStringSimdImpl.h */, + 182071DF4FF23AD36C90547CC9C960E3 /* SpookyHashV1.h */, + 856575C5A576BBE72D1C55601F788145 /* SpookyHashV2.cpp */, + 8FDD74A51002058B82FB55AE5D657564 /* SpookyHashV2.h */, + D33BF9E42E6E5CEF3647C99A049FDCA1 /* Sse.h */, + F8ECC27DA5BDBC6D1C55FD6C21B19E9B /* StaticConst.h */, + BC8A1AA2067618E92E2DC37877060EA1 /* StaticSingletonManager.h */, + 16BD9C5268EF8F747D73A1B1E9C395CD /* Stdio.h */, + B4731BEAE5B9F1A65FB492F06B455F7F /* Stdlib.h */, + 035C4CAE603317412DE18DE1D8300A94 /* stop_watch.h */, + 41CF2183FB0C77CBF6E075298A85E705 /* String.cpp */, + B6577792B784C0F015CBBC9C2A12DDEC /* String.h */, + DDED685F4B3E6B9AD98CDA1F1594C02B /* String.h */, + 31FAF051F6D95F34219F912CE1C6F2F4 /* String-inl.h */, + D1802F9C2D3A26DFED67D9A4805852E1 /* Subprocess.h */, + 7D4B16C5729900BD0CF675EE898C8327 /* Synchronized.h */, + 67610BE7173AD3B20491234782354847 /* SynchronizedPtr.h */, + 60B6FDAEA7F1F74C6155EF59EFCCA58E /* SysFile.h */, + C3A48141C5DA78A08DB8A2E1D30AB6D9 /* Syslog.h */, + DF804855D1456E2DC29B632585EFE659 /* SysMembarrier.h */, + 506A5EB970B15ADBF0D61002534BC9B1 /* SysMman.h */, + 50A063D0B84A8706BF9D36E052AFDCA4 /* SysResource.h */, + 8627871C188DC96A2A53FD17E0445367 /* SysStat.h */, + BB2D4F3D9EA6B428CD822160742EC53F /* SysSyscall.h */, + D7F312C3D9605D22499AC7486B1AB866 /* SysTime.h */, + 6B9509822D0A4EC87A2AA3BC68342DF3 /* SysTypes.h */, + 32AC266D9F2BEB6CAC0650EC2695A1C7 /* SysUio.cpp */, + 79CC003D3F5205C371DC8BCBE46FD022 /* SysUio.h */, + 3A32F2995E9FBCA38F66600B356DD02C /* TcpInfo.h */, + 7EAB5C076EC5BA3D8E0D48CBF9F38DC1 /* TcpInfoDispatcher.h */, + 5776F9A564A106E1D34D8C2B6FB41C78 /* TcpInfoTypes.h */, + 1AFB9A68F41FAA405A3AAE37295C10B3 /* ThreadCachedArena.h */, + 1A2E8DDEAB65BA26685A7F1CE66A6C2B /* ThreadCachedInt.h */, + 82BDE129A63F08D401D705753189D8B0 /* ThreadId.cpp */, + F69D2C7C3E6181971A1F8D04108BC7D4 /* ThreadId.h */, + 4478194C75B2D184014614829944D5CC /* ThreadLocal.h */, + 232D444DA9A20C7509F589FFF2D7E4CF /* ThreadLocalDetail.h */, + 36EDA6F605E6CEF5F9A72D38C0AA3DED /* ThreadName.h */, + ED92914EB3DF6C80AB5B7CF1AF9F3EE4 /* Thunk.h */, + 0BB0E5875A31D5E8CDCEA86F5A67276E /* Time.h */, + 0C0FFE3B52F5FC5B9E85936F71606010 /* TimeoutQueue.h */, + 354A705EB660FEBF388788D956A9E58A /* ToAscii.cpp */, + D7914657C80BFE4F7E8E537249F07FD6 /* ToAscii.h */, + 47AD1D90749E8B75D93FDBB70F9F6ABA /* TokenBucket.h */, + 2CE3815AC95E2E19EFA825C26B6DD16A /* traits.h */, + BE2252C1E227B6B138921BA745C6ABC7 /* Traits.h */, + 05CAC01452155CC5956412107FDEDDAD /* Try.h */, + 77B99168E6021298797F07B5B41C5A77 /* Try-inl.h */, + 890E8592B2798AA968BD07CDFB3EDD9A /* TurnSequencer.h */, + 51BFECF146A1165D167989F92AE6C0CC /* TypeInfo.h */, + D5266C5C2A1441F787E4EAA90B9166DA /* TypeList.h */, + 1FC9D5FE940DF4FC829E173DF00483AB /* UncaughtExceptions.h */, + 54977C60EFA8732D452D9D03923B5270 /* Unicode.cpp */, + 83B1804846FC5FA7ACBFC82E7F5B9746 /* Unicode.h */, + 9DD30C23A0277639DFBEA7BDEC6DFEE3 /* UninitializedMemoryHacks.h */, + EB71E81BC5E30853849F01DE038FCE31 /* UniqueInstance.cpp */, + F51332CA416FB0997A5A9763AC54075F /* UniqueInstance.h */, + 3D2546E47F2D90167BFD3A489746A6E9 /* Unistd.h */, + 4815C38AF6C2FD23A9E98263CAFC071E /* Unit.h */, + 0C8868803CE5E240AD3BBEBB15555C0F /* UnrollUtils.h */, + 32B62C1AD7CDAE58FE4EF82AB2C29AAA /* Uri.h */, + FB0002CFA1F991284A466F64F3CDD670 /* Uri-inl.h */, + 74C2C2A0E994E59EC1C51CEF553541EF /* UTF8String.h */, + DFD95BCA231BF7294B54BBBE1F7A43A2 /* Util.h */, + 2002DD4A0F6B3EB4DD29785216A66D9B /* Utility.h */, + 493BF367283D552EA0719F4472FB1C1E /* Varint.h */, + 0CBCEC21A3A50591C487CAFD8DCF2CED /* View.h */, + 066367DE103F744E9A009FA7A06E7F87 /* VirtualExecutor.h */, + 1CB19BE6FA86208CB5F4A61FAACE298E /* WeightedEvictingCacheMap.h */, + B8EE883969234B8D43CEA19B78B08828 /* Windows.h */, + D796999F7EB66C9E901D5459591C6456 /* Fabric */, + 42D7DF2047B869A8F3D547A8C6816953 /* Support Files */, ); - name = "Support Files"; - path = "../../../../../../../../native/iosTest/Pods/Target Support Files/React-ImageManager"; + name = "RCT-Folly"; + path = "RCT-Folly"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 0500FEB927D02EDF2FFF44560ACF0E57 /* Headers */ = { + 03D0AD5F592D8F72B9347278AC7528B2 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0E23530ACDC77621C49C1C0B334F772C /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 131B4DFB7582473308782B58746A7B52 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - ADD02D52AA57A5C6E53CBB43E1137CC2 /* FBReactNativeSpec.h in Headers */, - 1F052F5D563CB4405BCC904A08F83A23 /* React-Codegen-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 10138913D0167E584C0661CC326B13F8 /* Headers */ = { + 1924379562E82C45C24131B0617BFAA9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 07C3CF03ACF424CE10BAF7D1352B9A38 /* PlatformRunLoopObserver.h in Headers */, - C2E87AFBC84EE5CAF2BF228C8B5ADD8C /* RCTAccessibilityElement.h in Headers */, - 7CADEC0894F3A91901AC8529C336E4AA /* RCTActivityIndicatorViewComponentView.h in Headers */, - 7BF6CCE235494789879FF14CF723D0FE /* RCTComponentViewClassDescriptor.h in Headers */, - 0646507DB878247A5F7DE91655ECCC03 /* RCTComponentViewDescriptor.h in Headers */, - 8E2DC06A35568AC3C7EAD65406B00408 /* RCTComponentViewFactory.h in Headers */, - BE915A8005FAE960299F6686F715BDB3 /* RCTComponentViewProtocol.h in Headers */, - 161EA1C0D2E247C7B05689312EA749D6 /* RCTComponentViewRegistry.h in Headers */, - 53C5A158350CFD7B9A95AF18B97D41A5 /* RCTConversions.h in Headers */, - B5E098491E884EF8E749BFF736BA29F8 /* RCTCustomPullToRefreshViewProtocol.h in Headers */, - F6F0424F20003166F79300DEE9CD6B66 /* RCTEnhancedScrollView.h in Headers */, - CC51706B2F6AC58B51B8845F1B971DE4 /* RCTFabricComponentsPlugins.h in Headers */, - DC07265E41DFAFF28EF16F04751C33E2 /* RCTFabricModalHostViewController.h in Headers */, - 1C6D841AD4E774BB7810FB3EAB26A90F /* RCTFabricSurface.h in Headers */, - A57F9481C730C99657F1AC32EEDF1099 /* RCTGenericDelegateSplitter.h in Headers */, - 293F23EDFB9BFC9142CE53BD8ED2CCD0 /* RCTIdentifierPool.h in Headers */, - 0189EA28EAD378031C573C870A6E8B13 /* RCTImageComponentView.h in Headers */, - EFA062C24D11F861CF91786E3B5E9751 /* RCTImageResponseDelegate.h in Headers */, - E33A40B90ACBE2CF96FA79E80A317A08 /* RCTImageResponseObserverProxy.h in Headers */, - C49B39D86F20C10195A2965051773113 /* RCTInputAccessoryComponentView.h in Headers */, - FF1814D11F8677DA3266FE96493F55C8 /* RCTInputAccessoryContentView.h in Headers */, - ECFB7F92CA5F12DDF1AEE6ECBE375EA6 /* RCTLegacyViewManagerInteropComponentView.h in Headers */, - 7247D2C2992912A3C35A1E98CD158F0A /* RCTLegacyViewManagerInteropCoordinatorAdapter.h in Headers */, - 849091821A1C695FF088B1C5387D1CEE /* RCTLocalizationProvider.h in Headers */, - A83EA5C10A0809B79BB10E56F2317277 /* RCTModalHostViewComponentView.h in Headers */, - 7BABFDA0C001E458CFFE3B81DBB09F5E /* RCTMountingManager.h in Headers */, - 985AAACFE360F77351BC6D98CEDC583E /* RCTMountingManagerDelegate.h in Headers */, - 2558A6C23E8E34F18E8219BEB409C60D /* RCTMountingTransactionObserverCoordinator.h in Headers */, - BEE451D0FCAFF1ADA898FA4E1850A70C /* RCTMountingTransactionObserving.h in Headers */, - FF84209E4A49DF57B12353A452024650 /* RCTParagraphComponentAccessibilityProvider.h in Headers */, - E0CD70DE8214AFDD1D9440DA131C5292 /* RCTParagraphComponentView.h in Headers */, - F6D17C908B0C89245771915805EE9EA3 /* RCTPrimitives.h in Headers */, - 438D342D786517B663A37AE94782BC37 /* RCTPullToRefreshViewComponentView.h in Headers */, - 3E6B47A3E21A1D107D4C2A0463976122 /* RCTReactTaggedView.h in Headers */, - EBBBC3888FBA187C2157A30A9FECE111 /* RCTRootComponentView.h in Headers */, - 028CFB18B4C0FC7B5D5CBC284AB58DE8 /* RCTSafeAreaViewComponentView.h in Headers */, - B52BE7219B59E4B5EE57A92C36E9D7D3 /* RCTScheduler.h in Headers */, - 42073618A88B423951560E85E29BDF66 /* RCTScrollViewComponentView.h in Headers */, - 6ADF1E3618F07321F1C260ED8DF27FC4 /* RCTSurfacePointerHandler.h in Headers */, - CD5553B199BCC0AAF7B04A73EA3D1705 /* RCTSurfacePresenter.h in Headers */, - 9B8311B96DEA87D5C9CC8CFE65623FD6 /* RCTSurfacePresenterBridgeAdapter.h in Headers */, - 6D178B4159A57BB04B5910944A667325 /* RCTSurfaceRegistry.h in Headers */, - 477BA449BA22E2D7117026391EE077B2 /* RCTSurfaceTouchHandler.h in Headers */, - 9EB85F70A73396236C56C9A463F68D21 /* RCTSwitchComponentView.h in Headers */, - 384666D17B38BAAC9A32EF8BEA4115DE /* RCTTextInputComponentView.h in Headers */, - BE519D5391602E728E339512CE34C47D /* RCTTextInputNativeCommands.h in Headers */, - 5C3674589753C66D5644E44D0DC0BD5F /* RCTTextInputUtils.h in Headers */, - 84D9162F58C584FA14DC7532A7C66CD2 /* RCTThirdPartyFabricComponentsProvider.h in Headers */, - 75ED58AE7CB5BABF08A78D2E2AA70A7F /* RCTTouchableComponentViewProtocol.h in Headers */, - C1AA412F8A5E5193FD8C1B2D421E41D6 /* RCTUnimplementedNativeComponentView.h in Headers */, - EBB2B7C18391538B8AD8116CD01C98EB /* RCTUnimplementedViewComponentView.h in Headers */, - 73D237A2C31403B6A8DCCB6100F1545B /* RCTViewComponentView.h in Headers */, - DF15F870B57D666A462A8AA1124DF924 /* React-RCTFabric-umbrella.h in Headers */, - EE819FC3922EBC5C93B41BA65785335E /* UIView+ComponentViewProtocol.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 12A124FED60408AE4EC2A9D2A28C12C1 /* Headers */ = { + 1F2D4CFFFC42880B1F612DCF5363A6DA /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - FC21F39120D700AE38474708C6C93B60 /* Color.h in Headers */, - F1E5296A2EB82127B9DF46B9304A5732 /* ColorComponents.h in Headers */, - 150494AD8DF1843272B1C13C7FD7502C /* conversions.h in Headers */, - 06C2DA5EF3F64C20F199207B166A603F /* Float.h in Headers */, - CB5B2ABB5244DB2C95E9B753F95C3329 /* Geometry.h in Headers */, - 3C128A98B7304D8CE406A9AD853235CD /* HostPlatformColor.h in Headers */, - 84D2A7BE93AC6F8BF46ADE31D236A630 /* PlatformColorParser.h in Headers */, - 466E9012D420803B411943B0903F02CA /* Point.h in Headers */, - 783B316040B1B0B390D68342EFFD4324 /* RCTPlatformColorUtils.h in Headers */, - 2887D6F4A9CF8C72565A74D02725191A /* React-graphics-umbrella.h in Headers */, - 75D9B59B90900A7A08DB4A45EE114560 /* Rect.h in Headers */, - 1DBFC4684E08A2F7A6A1294D3510253B /* RectangleCorners.h in Headers */, - 24A8B2675B4694977B0120B69A50891D /* RectangleEdges.h in Headers */, - C193A40EA3708AE16961D249DB39249F /* rounding.h in Headers */, - 74C2C70EA140FEE238AFED020EF409E3 /* Size.h in Headers */, - 8B284323F39DB181B8A8D791F7DEA40B /* Transform.h in Headers */, - 5BCE390295E645DE0293599B18018A09 /* ValueUnit.h in Headers */, - 97BE0169F05FF380F2D7B0D167AE13BC /* Vector.h in Headers */, + A3EE983F94C4B475C21E8F62825FB9A0 /* BindingsInstaller.h in Headers */, + 96CC92BF70F2531207DA2C1317DE05BD /* BridgelessJSCallInvoker.h in Headers */, + CB360F4117FB09CBC5BE701D8FC23832 /* BridgelessNativeMethodCallInvoker.h in Headers */, + 35547761AFCB44BCA094A33F2AA23946 /* BufferedRuntimeExecutor.h in Headers */, + 083594D0ABE1486128C1FACE9EBBB8E1 /* JSRuntimeFactory.h in Headers */, + 1432E3A16B74C9650C19792CD18E8B4E /* LegacyUIManagerConstantsProviderBinding.h in Headers */, + 18F1DA5B651DC6FF50C4B7D1A14C844C /* PlatformTimerRegistry.h in Headers */, + 412F8240ACB84265E0864A13B5C9F222 /* ReactInstance.h in Headers */, + C53B4E78EE7B685B08EADB598B3D73C0 /* TimerManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1684B1E2B90B8F217C2C1C1118F873A6 /* Headers */ = { + 1FC7C83C323D5915F4692711E389563D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 1B1BE2F6A5821972D118CF18CE6CE9F7 /* bufferevent-internal.h in Headers */, - CD329DCDEC668B56F63A4AAFE68E22E2 /* changelist-internal.h in Headers */, - 04C1F7DC66A3F02D65091CD46CCCDC9E /* defer-internal.h in Headers */, - 9F739E1251593CA0EC8FE9AAC57B88CF /* epolltable-internal.h in Headers */, - 8EC76CBE7EA5B91F771B34F508554278 /* evbuffer-internal.h in Headers */, - C7F6C000ED03EC81504B842417FC0A93 /* evconfig-private.h in Headers */, - 6D836D65043763DA95221932C1CBE8CC /* evdns.h in Headers */, - 0B2EF20A16128410B6FD7717A3178871 /* event.h in Headers */, - 6AAFE6AA3D673C143718C79622B60A46 /* event-internal.h in Headers */, - 52730439E4152D2172B4583F95879553 /* evhttp.h in Headers */, - 07CBE568E95D02AADEB84DF55BC86207 /* evmap-internal.h in Headers */, - D663890A687EE5C25A7BA59E24CF33CC /* evrpc.h in Headers */, - 9C7334C66DAAC9950153D567D5A7D480 /* evrpc-internal.h in Headers */, - C3855416BB6602A06030300575006A60 /* evsignal-internal.h in Headers */, - 9F2C15139D7A9D01D29F48000496C6DA /* evthread-internal.h in Headers */, - 5270EC23C1985996C683268D463E158C /* evutil.h in Headers */, - C6BAD4A917CE6B5AFB8D45E258148C7D /* ht-internal.h in Headers */, - 01590DFA1C14CFB9B28D339A67F098F0 /* http-internal.h in Headers */, - 47E7473FE52D8CCF5604C7E14BE35DDD /* iocp-internal.h in Headers */, - 210C29EED54265DCA104B57F560E0662 /* ipv6-internal.h in Headers */, - BF20D2A7862673434F3EF7186A097E3F /* kqueue-internal.h in Headers */, - 84ED56E83B17512EE93589D80CF7686F /* log-internal.h in Headers */, - 97A2845C4C70EF55D0DF9C4533155432 /* minheap-internal.h in Headers */, - D10200B4F61D21E1565FCF600122901E /* mm-internal.h in Headers */, - 04F63CCDFDAF328319B07B01A9D1B866 /* ratelim-internal.h in Headers */, - 29CAEAD3F1FD78F7AC622B57C65D6463 /* strlcpy-internal.h in Headers */, - F4768FEAFCCADD509AA62306BD2BE2C7 /* time-internal.h in Headers */, - 0B34AA3B132826089EB116A8E46D98FE /* util-internal.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 186E938E6E393D240A0903AD262DAA78 /* Headers */ = { + 2C77EFD57E0B1FEFDD34BA38A21E75B1 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 244E92C5AC2F270708212D76276B1CC6 /* FBReactNativeSpec.h in Headers */, + D277B419655B9919F8FF7DA23CDAA69A /* FBReactNativeSpecJSI.h in Headers */, + F9E214AD4CE39C95F7CB3A7DF2521A86 /* RCTModulesConformingToProtocolsProvider.h in Headers */, + DC5A073E59515BBFB3FBAA977043E3AF /* React-Codegen-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 188AE7D116C71CD38BB07789632A29C8 /* Headers */ = { + 2ED4D754BD2CEF3183E1F52B93D27909 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 824D687BC5A1C5F3D0820D93A41CC968 /* a.h in Headers */, - 5510E12413D5878DD698B83856B6D493 /* Access.h in Headers */, - C2D30F3A45295D93F7C3086CE5966CD7 /* Access.h in Headers */, - 76B282F05C0D5BA6B55A4FD8687BC666 /* Accumulate.h in Headers */, - 21D1863C6E407B52581170FF4095C517 /* Accumulate-inl.h in Headers */, - F619B7401244CAA5F221BEBE1097C859 /* AddTasks.h in Headers */, - EF0924F4D3E602BB318A6403B5CD58C8 /* AddTasks-inl.h in Headers */, - 2D259FAF67F167A38214B92A466E62E7 /* Align.h in Headers */, - 37E5DD43EAC2B76A612CF0EB91B018D5 /* Aligned.h in Headers */, - 65560466D4250403D342EAAF4E74BA47 /* ApplyTuple.h in Headers */, - FEDFCDAF33E08064D0A5499374A5B0EC /* Arena.h in Headers */, - 8AD2C966FB4BA2AE2EC427FF25E756C8 /* Arena-inl.h in Headers */, - 3BCC138E92470D0C3BC82E5F5018A382 /* Array.h in Headers */, - 1B9D6930A7672642ABCBD774AE6856C7 /* Asm.h in Headers */, - C42C4951701CF390B81DD9D011293EEB /* Assume.h in Headers */, - 62AC0790ED342B11F0328EFEDCA14041 /* AsymmetricThreadFence.h in Headers */, - 447123F42BC8AE7EA55C35A42CCA695F /* Async.h in Headers */, - 43E2B6519CAAFD06D2784FEBBA9168D1 /* AsyncBase.h in Headers */, - CB5D238A996D51997B4A3B69E7D31585 /* AsyncBaseTestLib.h in Headers */, - 851FF4F06D725AB3D206759B90A48ADF /* AsyncGenerator.h in Headers */, - 54AA61B9866A6B8CFCB54D2AEF05B76D /* AsyncIO.h in Headers */, - B3392014AB0FB94A243BBEFE0B70E825 /* AsyncPipe.h in Headers */, - 96DB9AF2D1BFB39E3CFAC0E5EC0D00BF /* AsyncScope.h in Headers */, - FA39C5F9E1AB20F186D3881441A9BB00 /* AsyncStack.h in Headers */, - 7C3C63BFBB87A52D54EC5D7668CC9708 /* AsyncStack.h in Headers */, - 0D3502314FF33B617641EC0B97C3E81C /* AsyncStack-inl.h in Headers */, - 0FABD3B1818C1E279EB57DACD0BC0D74 /* AsyncTimeout.h in Headers */, - FC42CC34ABDF27479E2310590D919120 /* AsyncTrace.h in Headers */, - BED29DB3DB08E2CEB0A3A6CCF092F9D1 /* AtFork.h in Headers */, - 659B3EAE87D3618A504F1C636C2DB7E8 /* Atomic.h in Headers */, - 83CEB9925216B24AC85163CDE4278955 /* AtomicBatchDispatcher.h in Headers */, - BFBC14969715E7D51A974E8439B5EFB4 /* AtomicBatchDispatcher-inl.h in Headers */, - 7E77A87CC26190CF61E57597B5CA5763 /* AtomicHashArray.h in Headers */, - 73B848266BD3186C14DD104145AEDBE7 /* AtomicHashArray-inl.h in Headers */, - 0C2FD2885D7A59F6EE1DE37D345E3EB6 /* AtomicHashMap.h in Headers */, - DCD86E1C665EE70396CB81E6454796FD /* AtomicHashMap-inl.h in Headers */, - 412436AC99264095C3429F385421170B /* AtomicHashUtils.h in Headers */, - 3819C4EBF39E18C6D524CEF919B0EAF5 /* AtomicIntrusiveLinkedList.h in Headers */, - 6F4DCAC2A9EEDB7AC579AF21E3304B05 /* AtomicLinkedList.h in Headers */, - 1FEB128B4CE533DDD207CC177BD4B606 /* AtomicNotification.h in Headers */, - 16D4727D0F01316081DA80F5A6C421B2 /* AtomicNotification-inl.h in Headers */, - F00AE9C2425C368BF674C0690BA80DC7 /* AtomicNotificationQueue.h in Headers */, - 12342F0614DA4E5E6B16B8E7AD86D409 /* AtomicNotificationQueue-inl.h in Headers */, - EBA757304D6D24DCAAEC315E0352554D /* AtomicQueue.h in Headers */, - A31FE371A9F03388BB28DAAF033C26B2 /* AtomicReadMostlyMainPtr.h in Headers */, - 60EFEB8DE61E340923E6F80C477D11E1 /* AtomicRef.h in Headers */, - 08BAA4DA799CAE07F6B1F80312F228B1 /* AtomicSharedPtr.h in Headers */, - E2C9950818782287A6CC51053A85E12A /* AtomicStruct.h in Headers */, - D2D37C53D6D46F5244B0C3F1595326E8 /* AtomicUnorderedMap.h in Headers */, - CE0EE0BF9B134EBAB9CEDF56125F87CC /* AtomicUnorderedMapUtils.h in Headers */, - 0A9363645A1A929B79EA1B33115D48F4 /* AtomicUtil.h in Headers */, - 937F9184417AD83DA318B71181478FA4 /* AtomicUtil-inl.h in Headers */, - 4D253E36B19868B272FC7DCB5EF3A39B /* AtomicUtils.h in Headers */, - CEBE71DD468496C87D8E1632657E0F79 /* AutoTimer.h in Headers */, - 267BC3EAB2CC14C2D5540EFEB1F57EFD /* b.h in Headers */, - C007DE5CAF8EEBE07DD8F59921880C7D /* Badge.h in Headers */, - C4873B0A7BF9612DC8A34F413BF5E39D /* Barrier.h in Headers */, - BD24391DB204B0F0150DD722EA4DA643 /* Barrier.h in Headers */, - D661793DD1B003568C858EF3DBF0F819 /* BarrierTask.h in Headers */, - 8222D2D707E68A0367BAC1A45A20CC3B /* BatchDispatcher.h in Headers */, - 3D8B5944E3F367FFE9188B30076E2975 /* BatchSemaphore.h in Headers */, - FE38F864E40FDDF91D2F4D47AE981D7C /* Baton.h in Headers */, - 102AF9C09DDC19D4203AD633225805D1 /* Baton.h in Headers */, - DCAFE3C678B97858E48F110A99ECCE70 /* Baton.h in Headers */, - 619D1849CA41579BFA90D0B5C84B58FB /* Baton-inl.h in Headers */, - 0E535451E025509FFF33E3EEB51405DD /* Benchmark.h in Headers */, - 290AEA8BE4ACE8F3310C1EBE4D66789E /* BenchmarkUtil.h in Headers */, - 6097F0E04788AC23DDD6E7F84FDD3ECA /* BitIterator.h in Headers */, - 482BD9A725BCFDEFC522CA1DF850FFAF /* BitIteratorDetail.h in Headers */, - E001A16D600DFA14F92B489DAC240E8D /* Bits.h in Headers */, - 8FD1C11066FA5CD6379ABB15E64C9083 /* Bits.h in Headers */, - A25CBB6C1EE5ACB894214326C76C0453 /* Bits.h in Headers */, - 126AE0DC2859652C29A019F7AF7FF7E5 /* BitVectorCoding.h in Headers */, - 61E212C7F4C23EAA395CAE7528A0D847 /* Blake2xb.h in Headers */, - 1BA35A1C9456BD63007B89C0336EBE47 /* BlockingQueue.h in Headers */, - 662256EE34C79551E572216BC4515FC7 /* BlockingWait.h in Headers */, - FB1CA114DDB25918EFB00D8CACC5106E /* BoostContextCompatibility.h in Headers */, - 45309904A04184B37ABF826A3ADDADB9 /* BoundedQueue.h in Headers */, - 9BCD47AE50FA5CC3F34DF00ADBDB9AC2 /* Bser.h in Headers */, - 153E4B5ED77CF95859E5D7301AB7A9C4 /* Builtins.h in Headers */, - B45FF0B70421A7DD71072D56D00E333E /* Byte.h in Headers */, - 7824E3220B2BA087079F4B3CB020BCA7 /* CacheLocality.h in Headers */, - 2F8AEF9804B4C71D9027544DF41D69CA /* CallOnce.h in Headers */, - 51EB4669C25E0D7CDA86FF73B45ED159 /* CallOnce.h in Headers */, - BA2A60C609E7DCFCF6345448DA8336AA /* CancellationToken.h in Headers */, - 9EB11C468C525C8E333C512EB7D9F502 /* CancellationToken-inl.h in Headers */, - B468D9DD9843EE3EAD710030F3C3738D /* CArray.h in Headers */, - 59F6CE40C49CBB673850CBA88CDD16B5 /* Cast.h in Headers */, - C26BC76C02FADDF83830628F9A56A88B /* Channel.h in Headers */, - DC50CFC3B107B86B2E4B637F80467362 /* Channel-fwd.h in Headers */, - 0F3BB857FBBA81747BF74BAB56C9E7C8 /* Channel-inl.h in Headers */, - 785B6E349DB4221B4347CFA0A7DC4D0C /* ChannelBridge.h in Headers */, - 57F472267F366D264381355157A0B818 /* ChannelCallbackHandle.h in Headers */, - AF7009E1B975279D6D8F0CB9FBC0994E /* ChannelProcessor.h in Headers */, - 1A0D4F348D9E7CED988D84B63D2BD4C4 /* ChannelProcessor-inl.h in Headers */, - C4242679CB4327A7ABAB761271654E3B /* ChannelTestUtil.h in Headers */, - 235E522AD760203F151105D654123880 /* CheckedMath.h in Headers */, - 901D59545762D7A2DB161835943DBD7F /* Checksum.h in Headers */, - 3DF8723252348A26FE02F86FD3EAF154 /* Chrono.h in Headers */, - 508F1098412A474C4285A5860FA1FD95 /* Cleanup.h in Headers */, - BD0E32602A3A38B47FAA54F993E85EFB /* ClockGettimeWrappers.h in Headers */, - B1933145F309F882571D3980BFC9D5E0 /* Codel.h in Headers */, - CB3D0AC631BD61A519FB4345B9DD3657 /* CodingDetail.h in Headers */, - 79A65B8DDD6C4CA076A18F05949AD3A1 /* CodingTestUtils.h in Headers */, - 3E3C3E388C858C936548EE1EAA1C1332 /* Coinflip.h in Headers */, - 5765E8EC1B6B298086A6FB8F5A8B8D27 /* Collect.h in Headers */, - 9B925A4C71CF1017A889EA84E77AFC85 /* Collect-inl.h in Headers */, - 43E6131AC81110E596940AA5373310C4 /* Concat.h in Headers */, - 3B14BEE2FB424AF68D47FEE97F54CE6C /* Concat-inl.h in Headers */, - 1D4514C0EFD88114B887F55055C9104A /* ConcurrentBitSet.h in Headers */, - 657B72390F4FB1D9CE2420410FA1AA10 /* ConcurrentHashMap.h in Headers */, - A91345068F91E885C2B7439F76A152C5 /* ConcurrentLazy.h in Headers */, - 3467A0AEC089532F51C32AB4B8D088B6 /* ConcurrentSkipList.h in Headers */, - 265FD9522643238129B803D5E591C632 /* ConcurrentSkipList-inl.h in Headers */, - 6A800E9F2D2D9BAA623C2007B6C34717 /* Config.h in Headers */, - ED886148FCD86F4B2A0CE5430CCA3C2F /* Constexpr.h in Headers */, - 0320080D20DB8C3B380E9A55752036D1 /* ConstexprMath.h in Headers */, - 2932B883C1DF78899B749D47EBDC9999 /* ConstructorCallback.h in Headers */, - B4E2227723CA2783E857ED3745C08EBA /* ConsumeChannel.h in Headers */, - 363548C30B327A3D1490DF79E2076ACB /* ConsumeChannel-inl.h in Headers */, - 50D4E37B3E5AF56A10F4D1424BBF8974 /* Conv.h in Headers */, - 9D7E2D3A6256D09E8F84B96DA75AE7C7 /* Core.h in Headers */, - E3446EB2AA27526F3771AD4D1E6CFA85 /* Core.h in Headers */, - 8800EB95620E45E6287FDA1D5AE61CD2 /* CoreCachedSharedPtr.h in Headers */, - A2F4C16AE6F17F48DAFBFE059BFC7AF3 /* Coroutine.h in Headers */, - BD52233D4731398E69A05EA9BED212A6 /* CPortability.h in Headers */, - 3F45E4016B525EB9A859BF90368C297E /* CppAttributes.h in Headers */, - F9E56BE5A35A4F4B6EBC44BF61DEC9AC /* CpuId.h in Headers */, - 4CB6AE4B3209DEE50A67A6CBE9762B91 /* CPUThreadPoolExecutor.h in Headers */, - 0ED32F086EEDDDDBBE9C58F1DF144281 /* CString.h in Headers */, - 7F494C59D810AAD336612DC0138A2D36 /* CurrentAsyncFrame.h in Headers */, - A784C88C404C2FCF16F1FECB23204518 /* CurrentExecutor.h in Headers */, - FECF4953AB861101F7D1713C9EE81A1F /* Cursor.h in Headers */, - 70360C51F2A1A3BF76F70C9373A4C695 /* Cursor-inl.h in Headers */, - 9A2282584A4675DF8ABE03C48A01D066 /* CustomizationPoint.h in Headers */, - 8670B7C3E28180533ADD1A117231247E /* DeadlockDetector.h in Headers */, - D250536571E9BFB8F9EC81A5EA2517EF /* Debug.h in Headers */, - 91C7BFB091C4A04EF0EEF55531C5277A /* DefaultKeepAliveExecutor.h in Headers */, - 5E73BA83906675E76EC6020773E0C766 /* DelayedDestruction.h in Headers */, - 0F99535194FC33CF98EA671A272DBD11 /* DelayedDestructionBase.h in Headers */, - 0F71093FB8BA31599F02429AF46AC2C1 /* DelayedInit.h in Headers */, - 823E76058C31F34ECDEDA12613C8C679 /* Demangle.h in Headers */, - ED3DE06B93C8BE606B4DDF52F263E367 /* DetachOnCancel.h in Headers */, - 79E739BD9DA382E778AFB009F12751FE /* Dirent.h in Headers */, - 25B2820DC36C2828718B16E6F12E9B6A /* DiscriminatedPtr.h in Headers */, - A82A5DCF0CE4C622DC715301D6553C80 /* DiscriminatedPtrDetail.h in Headers */, - F3EBA9D6F65504333A2492A26D2B2FF6 /* DistributedMutex.h in Headers */, - 42C107CB667B5DE17CC10074B81B2739 /* DistributedMutex-inl.h in Headers */, - FE7C458A7D6468C6575848D0BE929F48 /* DrivableExecutor.h in Headers */, - 322DA80125DA5A4E55C832F490FAF0E7 /* Dwarf.h in Headers */, - 5B7BDF5827ACD94375A4FE4BED420192 /* DwarfImpl.h in Headers */, - 1A4BA564C48CC5CBB7420AB1DD1681D3 /* DwarfLineNumberVM.h in Headers */, - 3D23105A9F643D75853510E8FF0F12FD /* DwarfSection.h in Headers */, - 0601435EF651B88D24E93309109FCD8A /* DwarfUtil.h in Headers */, - A28C0E278FE5FAF9DA5E7E197CDB4431 /* dynamic.h in Headers */, - 8FB1C86E3E995060AB74AB4775662B2D /* dynamic-inl.h in Headers */, - 84BB6733EEB854EF3458C4020102D7B3 /* DynamicBoundedQueue.h in Headers */, - F47861C9A7F76B071FE9CC3A362698AF /* DynamicConverter.h in Headers */, - 026FD6F4DD64DF12B16FA857DDB7F935 /* DynamicParser.h in Headers */, - 26E639E0A9D742B324335D00A3DC6209 /* DynamicParser-inl.h in Headers */, - F4C4A19EACE777C546AC8056ACEDA321 /* EDFThreadPoolExecutor.h in Headers */, - 3F5839D991DA152775381745F47E7F51 /* Elf.h in Headers */, - 7BFC7484FB454E86076DA91908D8B1BF /* Elf-inl.h in Headers */, - 82FC9CCF753AE8816DE2801B8102B03B /* ElfCache.h in Headers */, - 342036DBF5A8604F157F6FFA9E6D25A8 /* EliasFanoCoding.h in Headers */, - 9CE95E3C74895B20779366BB816D63F8 /* EnableSharedFromThis.h in Headers */, - 99F2C694AA55DC4917191AC917C33569 /* Enumerate.h in Headers */, - 4AC854A33DA59C4D139B50F3D282762B /* EnvUtil.h in Headers */, - 68C437DAC8CB96F6B67DD1196A194094 /* Event.h in Headers */, - 6069CC0AAE268D67589DCE0E10805FBD /* EventBase.h in Headers */, - E2059D60374BFB03C76D0C64395D23C7 /* EventBaseAtomicNotificationQueue.h in Headers */, - AF071DA8110E494C624F3F96795E9F7F /* EventBaseAtomicNotificationQueue-inl.h in Headers */, - BA86305C4031CE3F302BB677A9652BA1 /* EventBaseBackendBase.h in Headers */, - C0A10C6BFB23F6F0CDE8B27D5B1627DC /* EventBaseLocal.h in Headers */, - 81BE73426A379ADA39854BB34916C3F2 /* EventBaseLoopController.h in Headers */, - F38C422BCC3E2F294103999B327D6D56 /* EventBaseLoopController-inl.h in Headers */, - 795D633A325AA09F5D14D87E72EFA6D8 /* EventBaseManager.h in Headers */, - AC74444E1C016D09F9610BC7B47CB734 /* EventCount.h in Headers */, - 85B5871D54672296D448177ABC9C26F2 /* EventHandler.h in Headers */, - 9F8A70B17AA44B0B381CB66A043A55DF /* EventUtil.h in Headers */, - AAD7FD414118482D3F0818A1725D8990 /* EvictingCacheMap.h in Headers */, - FCB166BD522526F15F64482A599C464D /* Exception.h in Headers */, - 4A00093392E6E1432AECF339CA314949 /* Exception.h in Headers */, - C6BD6EDE56DD4DD43087F9AD1ACAD1C7 /* ExceptionAbi.h in Headers */, - 6B6C51CD545627E1EB49C5098B62E8FA /* ExceptionCounterLib.h in Headers */, - 328127417A05409DF2233542FA8B8708 /* ExceptionString.h in Headers */, - FC8165389D995062DB71BE41E0FB3C6A /* ExceptionTracer.h in Headers */, - 952EB226DAB12A61CEAECE7EDA0A4A67 /* ExceptionTracerLib.h in Headers */, - C3BFB2E57F80BDEBBA4D11667DD2CCEF /* ExceptionWrapper.h in Headers */, - E50C5F26CFFBF7C4CF47CB3989B717F1 /* ExceptionWrapper-inl.h in Headers */, - 948B4B01A5CC1D5E70B0B5032A2EAC0A /* ExecutionObserver.h in Headers */, - C8B28FF8DE90A546471A1C7E1FCF1517 /* Executor.h in Headers */, - CF10BC65A3B08F74906255AC0F208AE1 /* ExecutorBasedLoopController.h in Headers */, - F51140CCB819484BE2F2388CEDAFB700 /* ExecutorLoopController.h in Headers */, - 570DBF4C374C3BA73F0F24CBF6A89EE3 /* ExecutorLoopController-inl.h in Headers */, - FF071DB71B8D4D879885F83261B84C3E /* ExecutorWithPriority.h in Headers */, - 99C9B6446FE807454E431863DFA35B73 /* ExecutorWithPriority-inl.h in Headers */, - B5C0986266F0B87721B17AEC7A3D2BA7 /* Expected.h in Headers */, - DA93782132870E896D9C90DE918EE2D8 /* Extern.h in Headers */, - 1EED5278666C6D78869E0F8B6B9812AA /* F14Defaults.h in Headers */, - 763D526C91223FC379FFBEC37A7762D0 /* F14IntrinsicsAvailability.h in Headers */, - CA0DB744A4FA2AC46C004D51B93FB4E4 /* F14Map.h in Headers */, - 88A720092A0B786273B59A4CDE24F4D0 /* F14Map-fwd.h in Headers */, - 94D60A40682A49DBB41EA6602657B4A3 /* F14MapFallback.h in Headers */, - B4538F1D28B9CF5D76C9F083493F1576 /* F14Mask.h in Headers */, - 12A87513A086FB25B0ACB764A4CFF672 /* F14Policy.h in Headers */, - 1AE02EB314BCBC95CD62C4D390BB23D4 /* F14Set.h in Headers */, - 2FCC8C8E3DABEFB1CE49CB3416696829 /* F14Set-fwd.h in Headers */, - EBF1B4A23E89895FCF9126DC27C7B689 /* F14SetFallback.h in Headers */, - 4182AE05DD2C9BF53859D93F2A1BAE8B /* F14Table.h in Headers */, - 1ED4C59D499F60EC7C15D430725F194F /* FanoutChannel.h in Headers */, - 223049818A297A73627FA9D4A24BD03B /* FanoutChannel-inl.h in Headers */, - 36E3185B97EF8ABA6EFD92FBF890CDC4 /* FanoutSender.h in Headers */, - EEC93F44F8B2A184D09AF558766F5312 /* FanoutSender-inl.h in Headers */, - 9D17BC51D7F78CBEC7E09E8934D71BF7 /* FarmHash.h in Headers */, - 6103B15A720E77828C8F5833C373C521 /* FBString.h in Headers */, - 219DA6C2E1ACBB6EEE0EEF73F3B2F0EA /* FBVector.h in Headers */, - 322B263CD3E4FB1522D963FAED178227 /* Fcntl.h in Headers */, - 0632FFE80A344831ACAFEC1516A6C058 /* Fiber.h in Headers */, - E8D15FF5A53A4D56D6C474E35AA012F3 /* Fiber-inl.h in Headers */, - 7C482A96C685FBBA93B0A7BC6BAC84BD /* FiberIOExecutor.h in Headers */, - 5A1B839E42B45FBDE9D846CFB31D6F4C /* FiberManager.h in Headers */, - C1F7D22024306C3F957E52F208E94D6F /* FiberManager-inl.h in Headers */, - CBC6E5B8962D0E923395178721A06CB0 /* FiberManagerInternal.h in Headers */, - F77A282B511154D9C3DAC1AB1EBF17BF /* FiberManagerInternal-inl.h in Headers */, - 5090397D8D1873D46ACBFDAF12A2A752 /* FiberManagerMap.h in Headers */, - A8CD0131D8D13278DF13F25AAE70D8F9 /* FiberManagerMap-inl.h in Headers */, - A9D370DFD4519E411CC8C6D819A80572 /* File.h in Headers */, - E2E32CB632C068F11EFE716E231C4182 /* Filesystem.h in Headers */, - 7EA4D29A82D56C24169D0EC922F0FCB7 /* FileUtil.h in Headers */, - 56BD6DF3E7F5ACEF02CDD0334CF8800E /* FileUtilDetail.h in Headers */, - E56213FC34F4E155A354144DE188F510 /* FileUtilVectorDetail.h in Headers */, - 405E7935F1FC72D625E4C05C02CC345F /* Filter.h in Headers */, - D9D5175C902BB8DA2580E5C17BF268E4 /* Filter-inl.h in Headers */, - 92EAF59D73BE6A3DB60FAC4761955D7B /* Fingerprint.h in Headers */, - B527B01B0F418DBF43079D8C7D43D343 /* FingerprintPolynomial.h in Headers */, - 9EB7E8FAB894275DA16349E90B22573B /* FixedString.h in Headers */, - D4FB31079472F5D91EE14CAE9F03D623 /* FlatCombining.h in Headers */, - E5418123B43BAD52079CCE02580D8232 /* FlatCombiningExamples.h in Headers */, - A961533328860EC2CF7E3115279C784F /* FlatCombiningPriorityQueue.h in Headers */, - D6C0E418896E6D3B3A2D1F74E43CEA78 /* FlatCombiningTestHelpers.h in Headers */, - 094BA2012129FF6410A2313A435E3FD0 /* FmtCompile.h in Headers */, - D40E836BA8EBAB42AE03C6A63036549E /* FollyMemcpy.h in Headers */, - 87BDDE9217BA57AEEBC2AFB17FE93046 /* FollyMemset.h in Headers */, - F21DAF12D24541423A97B439FBB125C3 /* Foreach.h in Headers */, - 564A7D75076EE66E2D36853943E7F5DF /* ForEach.h in Headers */, - FE56EFFC642410B2895028E70A033AE3 /* Foreach-inl.h in Headers */, - 6D11358B0E779D4ED4FE58E2DB22A525 /* ForEach-inl.h in Headers */, - 803F8596F57635228F73E56889C75092 /* Format.h in Headers */, - 63DA4543A9A705FDF0AC70EE2601928A /* Format-inl.h in Headers */, - B40A43A2EA6CD61878D6678510D08E11 /* FormatArg.h in Headers */, - 194DD5F063D3136AF98A70968456D9CD /* FormatTraits.h in Headers */, - 054FE8969CB4855255B1C2B2D0805FAB /* FsUtil.h in Headers */, - F6AFE611C3E067010FFB7B00DD02FD63 /* Function.h in Headers */, - E3B6C6C15A9609AE70C7F310523BF71F /* FunctionScheduler.h in Headers */, - 6D1B84AB20669FE3411ED17531286D68 /* FunctionTraits.h in Headers */, - 7CD98E6E2DC75CDFDF2EAD2B3B3DE950 /* Futex.h in Headers */, - 4847929DEFA168B305A30F45E6EC5709 /* Futex-inl.h in Headers */, - 4BABC3BE96C391093E010E9B71C5111C /* Future.h in Headers */, - 90149B619CBB9A37A2734FE354826813 /* Future-inl.h in Headers */, - 56156E29B00E1E5DE2E95A923FD69234 /* Future-pre.h in Headers */, - E8F6D7370F0FFC64982CA31EF8A0C473 /* FutureDAG.h in Headers */, - 4CDE40D144A0DF892986D0C74C3B29DA /* FutureExecutor.h in Headers */, - 02975AFE852392F432F9C9B694BCA1AE /* FutureSplitter.h in Headers */, - 38F398AA978825318A29C4B4DA844AB7 /* FutureUtil.h in Headers */, - 884FE1506AC16E961DE616E0F5C3FD28 /* Generator.h in Headers */, - 163AD6475106BB14A0B2D753D603DEE7 /* GenericBaton.h in Headers */, - 5E2B3A71ED9EE9A7C5B8C56583642E4F /* GFlags.h in Headers */, - A8522F094FA83E20C7376E78CFE3DAEA /* GlobalExecutor.h in Headers */, - 29CB2E03A861E65393DD25A13467193D /* GlobalThreadPoolList.h in Headers */, - 2E367D087D775038A2E593A32A5D7C6B /* GLog.h in Headers */, - 4D09DF8657B9F1AE5573EE3B30891F7F /* GMock.h in Headers */, - AB53D8E20A4C07FEB75B6CC315D4C3B7 /* GmockHelpers.h in Headers */, - D964245DB4266F91527EE12F56FFF83B /* GraphCycleDetector.h in Headers */, - 4F287A4EB4334E1473A95F5437F124A9 /* GroupVarint.h in Headers */, - 82E0D4B983A0B4759E5A3529458D94B5 /* GroupVarintDetail.h in Headers */, - 202A71CB1C68E60090C906646DA9E473 /* GTest.h in Headers */, - 9C97BC3AD8C3F3AE83A17574472DE2CE /* GtestHelpers.h in Headers */, - 361B4B7989A185B2D81266D512379BC6 /* GuardPageAllocator.h in Headers */, - B90217845F796740A38B94CE180D7A97 /* Hardware.h in Headers */, - F9478777034FE1487817F18E8E4BB912 /* Hardware.h in Headers */, - A3285E9313D0A61759FA70C5E7073890 /* HardwareConcurrency.h in Headers */, - 83FD283834EF12C0E3D6DF3C36044032 /* Hash.h in Headers */, - D4D83A2EA66CF8B6CE85617167782D2C /* Hash.h in Headers */, - 5902CDAF20ED82E9A75E9C9979C27406 /* Hazptr.h in Headers */, - 08B49126DFE2B42618DFB342DFAC4F80 /* Hazptr-fwd.h in Headers */, - 424D1295AA3D46D0D39BCE2EA572487D /* HazptrDomain.h in Headers */, - F71F062F6B0C08E6FE258C248BA4E74A /* HazptrHolder.h in Headers */, - C9E24D8242EA58895CB71FF5915EFE30 /* HazptrObj.h in Headers */, - D8D7BBE0F34D3543E3A497BEF5FA4A83 /* HazptrObjLinked.h in Headers */, - 7B1A78FFE29773033045ECAF83035723 /* HazptrRec.h in Headers */, - 1D6D4DB0C3052FE41228268F80CF5B5E /* HazptrThreadPoolExecutor.h in Headers */, - 3054D71F6B13B29CD608ECCE16F678A4 /* HazptrThrLocal.h in Headers */, - 997BBE2923B2F663B8EA9CD706261475 /* HazptrUtils.h in Headers */, - 45FB8087D62A62D4D8B1E0CA9BFCCECF /* heap_vector_types.h in Headers */, - 277CFA3FB3020387FADB3714B0C09AFE /* Helpers.h in Headers */, - 0A71990FB1192BAD10B25708189F1741 /* HeterogeneousAccess.h in Headers */, - 91FB26C90017ECDD244AE2B51CF671FD /* HeterogeneousAccess-fwd.h in Headers */, - 7B6D994EA17AA0D0836E214B2F27E045 /* HHWheelTimer.h in Headers */, - 6F51BB4EE1152907669E2571F22C4390 /* HHWheelTimer-fwd.h in Headers */, - 6EDEBEA1AB7B4F57DBAE798B96751ECC /* Hint.h in Headers */, - 4656513B9E9A6167557B0E7B3944F0BC /* Hint-inl.h in Headers */, - C331FD5FA19879F7DF20AECB41E19E33 /* HugePages.h in Headers */, - FE184056E5E2F173DB3EF4BD0E27E586 /* Indestructible.h in Headers */, - 3E89AF35BABFA0121DAECB2599165129 /* IndexedMemPool.h in Headers */, - 1F05B79298391CDF8A3BF63D40CE5DD2 /* InlineExecutor.h in Headers */, - 3F8D216C5072F8C8C53A5FAE0451417C /* InlineFunctionRef.h in Headers */, - FF87977101C32D178E8EDED505DCDC87 /* InlineTask.h in Headers */, - 1B25ADE91047A23CF9D88DDA0461BC06 /* Instructions.h in Headers */, - 1116C5E8F8F4E6DB09BC6C50F5400263 /* IntrusiveList.h in Headers */, - 8332E79F6943724BF45B55ECCB4A4C0E /* IntrusivePtr.h in Headers */, - 3D3454E1B28F37DB02FDF4BB91EEBAC2 /* Invoke.h in Headers */, - F611AEF9BCD77E6EB95A93AB97C095D1 /* Invoke.h in Headers */, - 64CE60EA12D5F86E3BD9D58CD7157E09 /* IOBuf.h in Headers */, - CE91726292DC2E08A61D963F5368759A /* IOBufQueue.h in Headers */, - 3D47828E75CB8A77E997F2560BBD9AC0 /* IOExecutor.h in Headers */, - 13033E77C152219AE6EEA0217ED156DC /* IOObjectCache.h in Headers */, - C45782C8F57EC69778E9CE8B87B832AC /* IoTestTempFileUtil.h in Headers */, - 0E8B1E2B2A5D42D8A17978141B53F916 /* IOThreadPoolDeadlockDetectorObserver.h in Headers */, - 75F189005FB548D768F7B0BA80183519 /* IOThreadPoolExecutor.h in Headers */, - 68A37DCACDA1338550EB72BB0EEFA108 /* IoUring.h in Headers */, - 315D6DF63E2EAA4AD586C9545075C034 /* IoUringBackend.h in Headers */, - 35369EDE202A006A657EE25AF5CCB55E /* IOVec.h in Headers */, - 34DAB607A0813E763A1469560FFFEAEC /* IPAddress.h in Headers */, - 7D2C53A3AFC619DD34AD0F6FA4C80FDC /* IPAddress.h in Headers */, - F41F911788EAEE2115A5C258E6D8091E /* IPAddressException.h in Headers */, - D05925CA66EEF52513EAB4FB077F1C0D /* IPAddressSource.h in Headers */, - A13C16BE629C1C7EC61F7214B8D6D727 /* IPAddressV4.h in Headers */, - 3318CAE77B7503B217942833DDFD7A0A /* IPAddressV6.h in Headers */, - 951C72EFE1C6246CB47565F420AF5F1E /* Iterator.h in Headers */, - DEA8FCB46E098D2566CC8066432F3B41 /* Iterators.h in Headers */, - 1BE2391F0C4AC2F35FF5C4F50B98CC05 /* JemallocHugePageAllocator.h in Headers */, - C5C5421D052C2615C8059AD6B92BE8D3 /* JemallocNodumpAllocator.h in Headers */, - 81F8D4D9488B6B3FEF61CBF7F8F7CAA0 /* json.h in Headers */, - 8EF5222CCAA4CA095D6CD9928A090172 /* json_patch.h in Headers */, - 20ADF862B6D96934E474F3106D47AEA7 /* json_pointer.h in Headers */, - CCCCA0AEDB636A2D86BC373E40B17731 /* JSONSchema.h in Headers */, - 95F86176E326FD1569ED9865A9550985 /* Keep.h in Headers */, - 05E7AAB278970A23F57EC38713FCAD4B /* Latch.h in Headers */, - ECD38924DDF68853DBF5640026AC2EDA /* Launder.h in Headers */, - 444ABBAC49395939E1A0707FE714E546 /* Lazy.h in Headers */, - 5F87CA80B717B29C7B7A5EFC440BF0AE /* Libgen.h in Headers */, - 69492A8D19387DE41E8D196D11F78495 /* Libunwind.h in Headers */, - 552EEF5E1FE30E2E9BADD7D54AD413AF /* LifoSem.h in Headers */, - CB9682997F325CEF5CFAC2AF11672429 /* LifoSemMPMCQueue.h in Headers */, - 6490B5C35BB9B9FFF016025ADFF0F035 /* Likely.h in Headers */, - 77A5AD57452CF1F37366F5875CCB7063 /* LineReader.h in Headers */, - F29E36ABF9BA76B1FF6155D9953AA34D /* Lock.h in Headers */, - 6EAA05253171618D1E2FF7290533B452 /* LockFreeRingBuffer.h in Headers */, - 9E26041FA2631E937C18208B29CB3797 /* LoopController.h in Headers */, - C05A28AFFBC5A571D6D3CD4A177620C4 /* LtHash.h in Headers */, - DFE439F837E1BC7B16F24371B4990F95 /* LtHash-inl.h in Headers */, - B1246B2CE209C7FAF6F1493AEAD0CF30 /* LtHashInternal.h in Headers */, - 7BAD46C125F8077B44525A9B7F5B298B /* MacAddress.h in Headers */, - 8B8B720B8C0642F04696EC690DD372A9 /* MallctlHelper.h in Headers */, - 8CA2B7362E08FE906358B0A7D6637651 /* Malloc.h in Headers */, - 403E815720C6B735877B6A632520AF1D /* Malloc.h in Headers */, - F35F895C921D6039C3C265441122FBCA /* Malloc.h in Headers */, - C5DEC62F15E8061D3CA8ABB661C8A012 /* MallocImpl.h in Headers */, - 3CA0EAB105D0AD2CC37372AC8244649B /* ManualExecutor.h in Headers */, - A4C696DC64406B16A26E60C955FA92EB /* ManualLifetime.h in Headers */, - 8144A24FD536E9F83F3FC8D60B8AF160 /* ManualTimekeeper.h in Headers */, - 2BBB19A3C9949E54614A0E1A7B5E3318 /* MapUtil.h in Headers */, - 6E65F6E026576A5482A6E5BC3B1AF655 /* Math.h in Headers */, - 3F78B926793E0BDA487AB8139050D27C /* Math.h in Headers */, - A1669F11982376C8A53BD1397C7B97EC /* Memory.h in Headers */, - AC73E49DABF7B60DD3136F205A045C14 /* Memory.h in Headers */, - 1E5C2F5DE1A455AAF74F458AB23207BB /* MemoryIdler.h in Headers */, - 7A2B12AF08A9C5881568E6CD6E33BBFD /* MemoryResource.h in Headers */, - 64C7112F850E7408166FA0B6300331E3 /* Merge.h in Headers */, - C72BA7A2BA27A7D7022F013E1FBC0A6F /* Merge.h in Headers */, - 34858DDDED8CED75BD2812D455CC2A84 /* Merge.h in Headers */, - 15D3A0D73AA67C23F90D7341CD467152 /* Merge-inl.h in Headers */, - CAF060E5188D6BFA69D6A5F0AEEFAC0A /* Merge-inl.h in Headers */, - D1620F64DAD2AA2AADA9C5E91DE95E92 /* MergeChannel.h in Headers */, - CF407DEE5232961FF2D99D544142AB59 /* MergeChannel-inl.h in Headers */, - 929ACC594F7E41C0D54EFF98D28C7451 /* MeteredExecutor.h in Headers */, - A33347386F593B842885A7F86645785D /* MicroLock.h in Headers */, - 91E7DE188D777F148BEF2FD1C351B1E1 /* MicroSpinLock.h in Headers */, - C5396E5DC38A9C116EF6E61BD42B8262 /* MicroSpinLock.h in Headers */, - C46DF5AB4BCD0EB6D9387096E4352F5A /* MoveWrapper.h in Headers */, - 7F5844E31807120AE328B05BB9969700 /* MPMCPipeline.h in Headers */, - 5EFD25240D17A461C4FE43850E7168D9 /* MPMCPipelineDetail.h in Headers */, - AD3CAA9BB64C59ACFED1BF8D3961EE61 /* MPMCQueue.h in Headers */, - BB2863F82A327456BAD765238909CDB4 /* MultiplexChannel.h in Headers */, - 4E62DA77362A26BA7B79094834A194F2 /* MultiplexChannel-inl.h in Headers */, - EB8296BD24B878279DC8AAE4B785D474 /* MultiplexerTraits.h in Headers */, - 1DFDD2A8E6FB8ABEEE67255D0FD4747A /* Mutex.h in Headers */, - 75BAE15098805D48593AB94B703C8953 /* NamedThreadFactory.h in Headers */, - 512FFF763BB9B8F1C298E25D9FE3BCBF /* NativeSemaphore.h in Headers */, - ACA917F8AAA69C3C37812F3C5E541BF9 /* NestedCommandLineApp.h in Headers */, - BA7E6253F115DFA04E6429F485F17BA6 /* NetOps.h in Headers */, - 531D30368C391DB757CEAF5B4E115624 /* NetOpsDispatcher.h in Headers */, - 78E222E0C58E8043531E23A0CA194B21 /* NetworkSocket.h in Headers */, - F58DB47CD57B71304A8E4D9DBBA352CB /* New.h in Headers */, - F160D68C30C18199B674102A6FD2160F /* not_null.h in Headers */, - D926360DE996F9F6930846D12C6EBB32 /* not_null-inl.h in Headers */, - D3E6166884C84489B08F288402B14D16 /* NotificationQueue.h in Headers */, - 6E6DEB7B99E837EDA566AE9FFB38E59A /* Observable.h in Headers */, - 3F95F46FC4F305FC69474A0AB7BA8471 /* Observable-inl.h in Headers */, - C4F5A03BA3918CC8420F4036EA393988 /* Observer.h in Headers */, - 3A602709F0C3CA1333686794A65639F9 /* Observer-inl.h in Headers */, - ADEE5FF5EFA0492FC77B9481209A05E8 /* Observer-pre.h in Headers */, - 6400644946C11A493B542E9F7DEBF61B /* ObserverContainer.h in Headers */, - E8F213859FEF3AFA657F232CE7D39BF8 /* ObserverManager.h in Headers */, - E32DD9FA7EFDC7EF3759C99F6F25D6DD /* OnClosedException.h in Headers */, - CB73888638024A114D1E1775E49C84FA /* OpenSSL.h in Headers */, - 3AB8B9A84F644C055DBE425716C93ACF /* Optional.h in Headers */, - 965C2556223627C891E4AF73F6FBB060 /* Ordering.h in Headers */, - 32C66DD85D29CE0B6824A7F78D4093A4 /* Overload.h in Headers */, - D46D9D3A6A06B0BC5B87E4D75ED66A08 /* PackedSyncPtr.h in Headers */, - BF467F5169EB384C8FC08613D3656119 /* Padded.h in Headers */, - 14F67987E34F4A90E3004672F688931D /* ParkingLot.h in Headers */, - 9C943CD1F7592F43D2C541BA88ED0142 /* Partial.h in Headers */, - A1D846DD30CD342BBCD230750AE67181 /* PicoSpinLock.h in Headers */, - 93DED6248A9B221A4F5C09BE5C76903B /* Pid.h in Headers */, - D9B72C083D1464D0CEFA77EF567EDD8A /* PointerVariant.h in Headers */, - DE4F8AA4D3591EBF33B05AE88EF9A2E6 /* Poly.h in Headers */, - F666289DA8D980277C2433520C00E847 /* Poly-inl.h in Headers */, - 4DBC599170434A5934FBD0251C5BD566 /* PolyDetail.h in Headers */, - 47A8A16778BDDBD5D02648653B1F450B /* PolyException.h in Headers */, - EDF31C079CF9622B54F421217A0CCE91 /* Portability.h in Headers */, - F3D989DCD1DF24851E4B1370D0E500E3 /* Portability.h in Headers */, - 5F81DE1D120ACF31DEB994D613529722 /* Preprocessor.h in Headers */, - C45700106F41C35BEC726913F43B8FED /* Pretty.h in Headers */, - A46824927D7F179C00D9DE2D1A65D72B /* PrimaryPtr.h in Headers */, - 2E69214F3A4E73310AFAE5FB3DB97807 /* PriorityLifoSemMPMCQueue.h in Headers */, - 1910AFF5B37F6582B3683BC1A9479D92 /* PriorityUnboundedBlockingQueue.h in Headers */, - 3AD5602D1CF3E844D4C0F1B9DB41E33C /* PriorityUnboundedQueueSet.h in Headers */, - EF60A167EFA182DBAD363516582DD786 /* Producer.h in Headers */, - 8BA551AFDEC8D2BCE94D69D30E9BF90D /* Producer-inl.h in Headers */, - 998BDD7D5438C0BC6684E2F80CF0EB7D /* ProducerConsumerQueue.h in Headers */, - DE654753379090EFF39751472ACFD0EE /* ProgramOptions.h in Headers */, - 8B4396CC01C59AD2F4169F73FCB2886B /* Promise.h in Headers */, - E58DE3ADF299CF5D5F03420B9CC5D1AD /* Promise.h in Headers */, - 7A267C6B5CF8AEEE9883D966C857C7C8 /* Promise.h in Headers */, - EF145F28777FB77DBE09C012269BA107 /* Promise-inl.h in Headers */, - B4CFC4ADAE49F3628DB898F60D6E8D64 /* Promise-inl.h in Headers */, - B0E403E08CD3C60D4103114061485A9D /* PropagateConst.h in Headers */, - BB44D110E18A51BCAAC73D940FB58288 /* PThread.h in Headers */, - 64F0B9BAEC0BC405813FE5AF23E7F199 /* QueuedImmediateExecutor.h in Headers */, - FF68B9F9BEDA7712252BFC48F17F7389 /* QueueObserver.h in Headers */, - 79D40617337F629E4F22E9B94FF0D3DE /* QuotientMultiSet.h in Headers */, - B880571B8D133EB38DE8666F9CACAA16 /* QuotientMultiSet-inl.h in Headers */, - A3F0C0963C8AE01E4E487CC56EB5D2A3 /* Random.h in Headers */, - B918FBEC1093DE2E1D8B7A69936B6760 /* Random-inl.h in Headers */, - C79FC625D515B220D8BA3958DA4DDE29 /* Range.h in Headers */, - A68FC1EAAF827BDA813402A2DB935031 /* RangeCommon.h in Headers */, - 57834BC6E7F7C93A7B03334352142480 /* RangeSse42.h in Headers */, - 506C43641C9630930B98B333922FF785 /* RateLimiter.h in Headers */, - ACDB5213EB2E37FA4C08DC8651DB96DE /* RCT-Folly-umbrella.h in Headers */, - 8070DF0AB3FD1D1025DAB40CCDEDAD55 /* Rcu.h in Headers */, - 2AF3F73D2D7D69465B76A1DA901DB1D0 /* ReadMostlySharedPtr.h in Headers */, - B4441AC100F2D496C7F3C85F47E40FD5 /* ReentrantAllocator.h in Headers */, - 1D6FF7519E2F0644399A95EB2DC60CA6 /* RelaxedAtomic.h in Headers */, - 0034F8B9130C43AB929ECA45799D3E97 /* RelaxedConcurrentPriorityQueue.h in Headers */, - B858A18294356357F3781602A154D396 /* Replaceable.h in Headers */, - C061C4A242BEF7A0361D50ADCC5912A2 /* Request.h in Headers */, - 5231A8C7E287E5D0335D3BB64F104136 /* Result.h in Headers */, - 36054A3DF6A0B742E3C554A785A5586F /* Retry.h in Headers */, - 366029DFCA14C5EA263B73E93FA702BD /* Retrying.h in Headers */, - 9C2866E77D1AE319E5D09E17B5B1EA8D /* RustAdaptors.h in Headers */, - 7BD945BD59F6925EADA6FDDC72177C4E /* RValueReferenceWrapper.h in Headers */, - 7B63DA24A6A2DE09A80D6F6C2C0F68F2 /* RWSpinLock.h in Headers */, - FD97ADF403D8F0AFDA55F161FF048DAE /* RWSpinLock.h in Headers */, - C78DE1BAF25E1BB66430FB7160B939A9 /* SafeAssert.h in Headers */, - 5D7B4CD8D848F0322316F71E58856C0E /* SanitizeAddress.h in Headers */, - BB63103BEE76B06B455C93BCA2EF84A4 /* SanitizeLeak.h in Headers */, - 7C1393EF4B6AF4ECE750A5FDB5273EC5 /* SanitizeThread.h in Headers */, - 3BA99E1E8F76E87E504AD2788A7C1B28 /* SaturatingSemaphore.h in Headers */, - 1CEB93EF3E552C1BD994CB7A768A610D /* Sched.h in Headers */, - 48CB7E30930F6FC6231178B19ACACFE2 /* ScheduledExecutor.h in Headers */, - 812E7ECDAE48E3F8899B29A5220AC853 /* ScopeExit.h in Headers */, - ABF5893D19B4C976D585F7029AF34CA0 /* ScopeGuard.h in Headers */, - 30E0BF601707F902D8F5E92BA734CA4D /* Select64.h in Headers */, - F1A0F2D763000F24EAAB4B5AC92D1C75 /* Semaphore.h in Headers */, - D0D6539BD9A0A65FC2B337EDC36A87B2 /* SemaphoreBase.h in Headers */, - 23704960D38D112E507C41C2FBA731E0 /* SequencedExecutor.h in Headers */, - 92D54D363E4795DDB0FEB7822ECEDEC9 /* SerialExecutor.h in Headers */, - 6EF5442997485E2A0C8261851152F03B /* Settings.h in Headers */, - 338412112B4C2624F64344B2EE8AA5BB /* SettingsImpl.h in Headers */, - 596DAF99CBC4FF6AF2C9B002CF6ADA7A /* SettingsMetadata.h in Headers */, - D0089F1D0F0F8111650577FB90FD8577 /* SharedLock.h in Headers */, - DF4C56C2A65D72F4D19A28A0108D86B3 /* SharedMutex.h in Headers */, - F5CDD8671BAD77A565F6CF5280F1F3F8 /* SharedMutex.h in Headers */, - A0760963ACE979BD700E1EF97DDC4E75 /* SharedPromise.h in Headers */, - 36469C1064DD382980E7E0DFB019F099 /* SharedPromise-inl.h in Headers */, - 7B28A878FD3C1C82C9322A5FECE20748 /* SignalHandler.h in Headers */, - 3C1A7C3D605395901EF8C6B0DFE93819 /* SignalHandlerTest.h in Headers */, - A88928250F70C962EC746585999DB969 /* SimpleAsyncIO.h in Headers */, - 1EA52568495458D8E9F5EE7A8952A591 /* SimpleLoopController.h in Headers */, - EE639E2996FC25916187F34720FC0E2E /* SimpleObservable.h in Headers */, - C9F40172B1439FA8D286DF910A54B7F3 /* SimpleObservable-inl.h in Headers */, - 81F4415E464341C938BFB88F80EE8F86 /* Singleton.h in Headers */, - 788492C56DE7547D4F311F3C84D4C135 /* Singleton.h in Headers */, - 5FDA6CF52681515360F017FAEA17E429 /* Singleton-inl.h in Headers */, - 2D6895A73A717F9EF7B2207D6609E18B /* SingletonRelaxedCounter.h in Headers */, - 9B05C3BE071D4D7BA9696C621941496F /* SingletonThreadLocal.h in Headers */, - 5E344FDB9BB9E7A9031E265104ACCB7C /* SingleWriterFixedHashMap.h in Headers */, - B7943CF694151D1019546DF8044D2875 /* Sleep.h in Headers */, - 4A27DCD19601562BA9CBCA10B3965B98 /* Sleep-inl.h in Headers */, - 7A7F9D54D112D15A11EE7DC9A045738A /* Sleeper.h in Headers */, - 12A1F5FE7378FC4E2079844A4681E7CB /* SlowFingerprint.h in Headers */, - 099E11B5F8B2595AF09F647A0F925BB0 /* small_vector.h in Headers */, - 9058EF7DF53237B1FBD2A52FD23FC0B6 /* SmallLocks.h in Headers */, - 46AFDC6738122F76A368B5840789C078 /* SmallUnboundedQueue.h in Headers */, - 0D741BE8CCC8AD623556EB24540135F9 /* SmartExceptionTracer.h in Headers */, - 8CDA0D5B6F9E305C5BD5E817C4EEE64F /* SmartExceptionTracerSingleton.h in Headers */, - EC9E83E6EBB58C85EB4C54EE05130A7F /* SocketAddress.h in Headers */, - 0DFEA60957C53131382F56C69A692E30 /* SocketFastOpen.h in Headers */, - 8A1889CE63C3AE49DC6D2F9139B4CCF2 /* SocketFileDescriptorMap.h in Headers */, - 55D10BEEF2A3E1E29300246DCD1CF0CD /* Sockets.h in Headers */, - 0F3E8800CFAA27F9B884CF8190239AB6 /* SoftRealTimeExecutor.h in Headers */, - 38620E626B5B504F941B9802A6EFDA59 /* sorted_vector_types.h in Headers */, - 79C1DEC92307BA2CD361BD533BF7E0E3 /* SparseByteSet.h in Headers */, - 06F4A449417117AE8F1DA25766C06A4E /* Spin.h in Headers */, - 4CE662C33C69F97139097823E709243D /* SpinLock.h in Headers */, - 0FE35AF616D41FDC2AAFBA435499C7A7 /* SpookyHashV1.h in Headers */, - A5F44A66EE252391D9D0830756A657F0 /* SpookyHashV2.h in Headers */, - E130A4FE7DF5B8B146A363A90D658A0C /* Sse.h in Headers */, - D7DC191E7751A10494EF4D0D7B2B7705 /* StackTrace.h in Headers */, - 8C030C5F235DB0ECB604D7A2EC275126 /* StackTrace.h in Headers */, - 4DA2167328EACE457F069EC4162AA499 /* StampedPtr.h in Headers */, - 3DC10D2F34EB7E86961FB4BFF0D44A55 /* StaticConst.h in Headers */, - 8DEB5A64C0F3F4524158369041ABF6D2 /* StaticSingletonManager.h in Headers */, - 734A2C0C00344495D814CD83DBE3BB21 /* StaticTracepoint.h in Headers */, - B770C3803D8B666E31E989BACA554C42 /* Stdio.h in Headers */, - 063B25B573449D1F5A99D305557E1E26 /* Stdlib.h in Headers */, - 7624E71D1DF07B8A5D2DBE503414A3E1 /* stop_watch.h in Headers */, - E6BF92055E8E7AAEF8F4EC573DF6BCA6 /* StrandExecutor.h in Headers */, - F3D4AC97375D6E3629B53F14DD1B0869 /* String.h in Headers */, - B20061F22217796A7CAA701C619871E5 /* String.h in Headers */, - DB052308D7536F1898BBA0723D55A4BF /* String-inl.h in Headers */, - 750E8161BC981B070B353F20357D76B6 /* StringKeyedCommon.h in Headers */, - E22C3FF19DB9C157077ECFC84FE74492 /* StringKeyedMap.h in Headers */, - A06FDB8B9AEEA5E0975D303C9597361B /* StringKeyedSet.h in Headers */, - 1A4B948FD1B7269A8DFBD496FBA2A9B6 /* StringKeyedUnorderedMap.h in Headers */, - CB9BF684F87182B4EAA202681ECC86C5 /* StringKeyedUnorderedSet.h in Headers */, - 132D303A221F5A7B5BE52FCDDD5199D5 /* STTimerFDTimeoutManager.h in Headers */, - 1DA8B076C7438ADF54C2AAADE7CF392B /* Subprocess.h in Headers */, - 3C05ECEF9E9A645F92894C7AC093239E /* SymbolizedFrame.h in Headers */, - ECBC1FB413910C41669EFFFA2FDE90D0 /* SymbolizePrinter.h in Headers */, - 7D883429C36981F908140EFE112D7B7B /* Symbolizer.h in Headers */, - A9BE9C723952D956968B2CCF03D460C9 /* SymbolizerTestUtils.h in Headers */, - 030B0C6439551E177E7F70F8A5FE2302 /* SymbolizerTestUtils-inl.h in Headers */, - C611B52F178DE5A410AF887557A7C460 /* Synchronized.h in Headers */, - AFFB41547AEAAC5E01B5F4F32ABB6A04 /* SynchronizedPtr.h in Headers */, - F5D15BF4D33B3CC5D1200721C0F6150E /* SysFile.h in Headers */, - 9D12EB87CEF8DA005D0674FA6AECEA6B /* Syslog.h in Headers */, - 6BB5023528E7B9EDCC2FA899B5F3956B /* SysMembarrier.h in Headers */, - 51EC059124A2AA0BCFEDDB9A664D5417 /* SysMman.h in Headers */, - DFD8AD24671D2DBEE1C89783186FAC9F /* SysResource.h in Headers */, - 9B1D12268E00F957190AB8A00E3F1201 /* SysStat.h in Headers */, - 6F5835FB77655F1897E86E72CA4DFCB1 /* SysSyscall.h in Headers */, - 05BCCB00132CBB777D2C814E4E7452B3 /* SysTime.h in Headers */, - 1CAFFC1D66ECD5A0C3CDB157F545ED56 /* SysTypes.h in Headers */, - 929B190390FA2472857DE603874E9BE2 /* SysUio.h in Headers */, - 3361C744513D3423749562008A889D06 /* Task.h in Headers */, - 2A154018FF949304BA5D0033F9DD64B5 /* TcpInfo.h in Headers */, - 19A747BC2318ACA9A12414C907EE64FE /* TcpInfoDispatcher.h in Headers */, - 740052FD56123115CB322AF6D2C8E134 /* TcpInfoTypes.h in Headers */, - 0EFF1C14D917298F34785BF6215C062F /* TestUtil.h in Headers */, - 4E62DA1D3636DCB46C7A56102019366E /* ThreadCachedArena.h in Headers */, - 5CBD27467CA763099C93A639DDA140CB /* ThreadCachedInt.h in Headers */, - D5FCF902FF2938E4D7DC9B80F3AB431C /* ThreadCachedLists.h in Headers */, - 87B60E0F21EE0D9FA81474E341BB06A4 /* ThreadCachedReaders.h in Headers */, - 9F856E7033889211D2E4CBE1354A7761 /* ThreadCachedSynchronized.h in Headers */, - FBA4296F205DC43FFF32961B576A6617 /* ThreadCachedTag.h in Headers */, - 5345188A133BE02D92B1AE57FC687F86 /* ThreadedExecutor.h in Headers */, - 5C8421D01416E0D35B43515E2E2EA615 /* ThreadedRepeatingFunctionRunner.h in Headers */, - 2BEA2FF02336BD1C8D3D6FE10A0CC87D /* ThreadFactory.h in Headers */, - 8479D6AF3CA7541B384B7483B825E7CE /* ThreadId.h in Headers */, - E16684883842F30B4C8E5598BDDBEEB9 /* ThreadLocal.h in Headers */, - 7F9BCB3E4D9EDEE8CA724216A9A1B0DA /* ThreadLocalDetail.h in Headers */, - CA6372FE8C255D8A3C855DE009D85EC5 /* ThreadName.h in Headers */, - 4894302CB900D4E1322877A4391B4D30 /* ThreadPoolExecutor.h in Headers */, - CE46880BFC7AF62E532CD663C3769F6A /* ThreadWheelTimekeeper.h in Headers */, - 7DCB69BFB32BFE07009E24EF185F3E67 /* ThreadWheelTimekeeperHighRes.h in Headers */, - 6330FD878F356F96316BA798FF15F4DD /* Thunk.h in Headers */, - EE35AD1B7692A6434D6DEA00ED84241A /* Time.h in Headers */, - 41435A87D9B1CAE62EE311810D459065 /* TimedDrivableExecutor.h in Headers */, - A84E460F32D489DB8066749FB6BD50F6 /* TimedMutex.h in Headers */, - 2EE326873F2CB3137FE38EE9FE8BF35D /* TimedMutex-inl.h in Headers */, - C1E189463F93C1BAB3111671F30B658A /* TimedWait.h in Headers */, - C70D47FAE84A1A763AD4E2F68BA48BEC /* TimekeeperScheduledExecutor.h in Headers */, - 2C7991167544393639FE54C71212C1F4 /* Timeout.h in Headers */, - DA3B4F9DE3C001EF7140FDE1768FE5FC /* Timeout-inl.h in Headers */, - 9F47A46B9C738217FFA3EFB26FE7746C /* TimeoutManager.h in Headers */, - 2F34DC94558A3ACF79A79A4C6E7C32FB /* TimeoutQueue.h in Headers */, - 0131B6E866D721C290ABB725290B5A09 /* TimerFD.h in Headers */, - FB4F883481EF071B9920DFBFB51DD6B0 /* TimerFDTimeoutManager.h in Headers */, - 30532AE46C3B146664EA209AC625D5E7 /* TLRefCount.h in Headers */, - F5A7E6FF08DDEF2BEBDFCA1DB93C0DD5 /* ToAscii.h in Headers */, - 0FCD2B38C06F588587B972E48C25DF07 /* TokenBucket.h in Headers */, - C4D996F0813CB7C125D8AE648CEEF495 /* Traits.h in Headers */, - 9EF29FFC8A83AAB1768D14FB3B5AE3F1 /* Traits.h in Headers */, - CABA722B6CF389B186F0C913BE665AC1 /* traits.h in Headers */, - 6A18AD88EC9E3907F06A6D77215B504F /* Traits.h in Headers */, - 832F3170190118B058C1A6C98D1D07B2 /* Transform.h in Headers */, - A5D23555891A62597D57CDDC22772256 /* Transform.h in Headers */, - 1C86A2DF5897152BBBA5C9017B18EF7D /* Transform-inl.h in Headers */, - 7967110F82619E0E7C67BCEA42CE99F1 /* Transform-inl.h in Headers */, - 4152C5EC0D2C56572AAC2DA424BA070B /* Try.h in Headers */, - ED6FEA3539E71489BD46B60514C8052C /* Try-inl.h in Headers */, - 9061A3565B4E202E00697A62DD4767D9 /* TupleOps.h in Headers */, - C36FE3A46CA9433E6E5E7F6E3128AFE0 /* TurnSequencer.h in Headers */, - 605D6BA3815F069A8104742808B5B1E4 /* TypeInfo.h in Headers */, - 8474FEA67958E5E0DB2A1168944F1987 /* TypeList.h in Headers */, - AC70A8EA8AEF96DD31F94DE197F0200D /* Types.h in Headers */, - C5675D603F980E96221B566AB833E98B /* UnboundedBlockingQueue.h in Headers */, - 5B8723DEC2A15CA888BD5621A9664C84 /* UnboundedQueue.h in Headers */, - 9151900F8701F8ED64B6336DFF9DA9F2 /* UnboundedQueue.h in Headers */, - DAB1802CA67B2EBDE75FCB2360710E24 /* UncaughtExceptions.h in Headers */, - 5965B525DFC14AC1AFC03D37F5A6ECE5 /* Unicode.h in Headers */, - 637FA941507C14A6C193480E4031FE19 /* UninitializedMemoryHacks.h in Headers */, - 5908DF281AEAC296E7185FE2CC923D4E /* UniqueInstance.h in Headers */, - 3EAE19B2CA64A417D6C488D1EAEC5609 /* Unistd.h in Headers */, - 851633D59AC2FBBEA8AE4164ED5CAC36 /* Unit.h in Headers */, - FE3ED1A6AB1286EB0B14A46937320BA7 /* Uri.h in Headers */, - 1CF6C7F8E6A04E14E40AC2DACF6D3434 /* Uri-inl.h in Headers */, - DF21664272672C8F98023C621A51419B /* UTF8String.h in Headers */, - 295B455CEDC3AD7937324B3CC6335D46 /* Util.h in Headers */, - 164242B21799378129A52DCAC68C7B4B /* Utility.h in Headers */, - 8806048C8EE0862A83589C0BCC089FC1 /* Utility.h in Headers */, - 5C7D6FCA3998E8F0B84DD3C27E5A6B12 /* Utility.h in Headers */, - 967749B61E402B335FA544F23921DDA7 /* Varint.h in Headers */, - 878BEC8DD642BE0AA83E0BDFCB8B8B45 /* ViaIfAsync.h in Headers */, - 61809F2396D1BBD4B7F0FC2BE12983B6 /* View.h in Headers */, - FF2FFB54E95EB6CC18B581666A6D114E /* VirtualEventBase.h in Headers */, - E11BFC102E5B7A7F4EAEAAEF2795D2F9 /* VirtualExecutor.h in Headers */, - 45B75FBEB6C20C20EF62A994204BE84F /* WaitOptions.h in Headers */, - C7F711F72A216F62E5B85345536E5D7D /* WhenN.h in Headers */, - 10E3655323DE431E0B4ABB3E26D03EDE /* WhenN-inl.h in Headers */, - BFD9A7E9D903E59C6571D97EB3D0B961 /* Windows.h in Headers */, - 73FD45B23E1E9EDB0596FF9A3CCABEB5 /* WithAsyncStack.h in Headers */, - 813DAAF655396BC282095287AFD448E9 /* WithCancellation.h in Headers */, - 81647AFF8BE1DA111B7470944F2E5317 /* WithJitter.h in Headers */, - D8FF4A16A8A229CEA75CF07AF7EBBDB7 /* WithJitter-inl.h in Headers */, - 6B812CDD80B4B0B643F08BD0FCEA6304 /* WTCallback.h in Headers */, + 6CA3161E6FA8BEBED33FD2FE8E1B3DAF /* ReactNativeConfig.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 28B63F60E7AA908D793367E00FD4DCF4 /* Headers */ = { + 2F3933079C76AD41609F9AFC5782B638 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 1C8321048A051AD3268BF157C05694D0 /* Align.h in Headers */, - 1C8321048A051AD3268BF157C05694D0 /* Align.h in Headers */, - 87EFE41EBF5E825AE0B1080C94F4BAA7 /* AssertFatal.h in Headers */, - 4EF61B47DBF72E0159A991E4BA099B83 /* Baseline.h in Headers */, - 94221EA23C72C97C3E985FA0D36B9A53 /* BitCast.h in Headers */, - 6B1DAAB968080C2A99A0E4ED787EF3DC /* BoundAxis.h in Headers */, - 96965BE52517D23ADEA27C5DE57C7682 /* Cache.h in Headers */, - 5736629EB83358AAB4EEC104C012323C /* CachedMeasurement.h in Headers */, - 0A61EAE58C745CD7F58AA9830CA59989 /* CalculateLayout.h in Headers */, - 0015FBE8501952AC2BBCF54ABF84D280 /* CompactValue.h in Headers */, - A66A59E05520F666BCD8FC57CB16C031 /* Comparison.h in Headers */, - 70D919E4762D8367935B5EFC61CE18EB /* Config.h in Headers */, - 6AEB922AE2234BA6219C2A17DC1E475F /* Dimension.h in Headers */, - 0CC17F5B86FCC5B6A7DE0C07997571CA /* Direction.h in Headers */, - 0365114D37B66B1D4F3FC404F7505B8B /* Display.h in Headers */, - 8ADF28757EFFD02EBC855ECAAC8404E4 /* Edge.h in Headers */, - 215FA7AC3148DA902A6EE570ACF0D5C9 /* Errata.h in Headers */, - 9D7C946C6F1F8AA615221499F77F2026 /* event.h in Headers */, - 2106A91680008217B4AD3949595B57B9 /* ExperimentalFeature.h in Headers */, - DA1E94D73B0211161025A2241D9A45C2 /* FlexDirection.h in Headers */, - DA1E94D73B0211161025A2241D9A45C2 /* FlexDirection.h in Headers */, - D0FD78C333F440821100350A75D8E2CF /* FlexLine.h in Headers */, - 35E9A3080DF5AD80148AB38B300A6EA7 /* FloatOptional.h in Headers */, - DDF23A950889F5FC5FF88F0E13AECDDA /* Gutter.h in Headers */, - D44101718FC1791A23776B1ECC93F475 /* Justify.h in Headers */, - EEA9CC8BB853311B1AA5C258FEBFC80C /* LayoutResults.h in Headers */, - 71DB3183A3045F2379B5C7A135041F17 /* Log.h in Headers */, - DD9FEC5406135E6BBAA7CC4495301A52 /* LogLevel.h in Headers */, - FFFB573575629C7629422AB075304EA9 /* MeasureMode.h in Headers */, - A8489BEC288EF1A199391BF4547E1849 /* Node.h in Headers */, - A2AB5C411A87E7C3C57571A2D85675F0 /* NodeToString.h in Headers */, - 19BF19716921399D78856CCB03F58168 /* NodeType.h in Headers */, - F457945BE4C511B1F2890D7068F6BDDA /* NumericBitfield.h in Headers */, - 09EFB68A3DE4BED1146B0158673CDF71 /* Overflow.h in Headers */, - BF59F036642AF99C2599F37F5DAE625E /* PixelGrid.h in Headers */, - 7F6916E20968E1F617D414F34E1CD8D4 /* PositionType.h in Headers */, - E1663166974F5419BBAE09B73D4C51A1 /* PrintOptions.h in Headers */, - 7D100179EAFCB1D0B18B6A3FC4C8DC38 /* ResolveValue.h in Headers */, - EE6006326E5BE0AA3762D7E6E84642CF /* Style.h in Headers */, - 482D6721FC93E9CC761DCA30C7F4F631 /* Unit.h in Headers */, - EAD567DBAD55722B65D1E83A1E5286E1 /* Wrap.h in Headers */, - 629C5607C3DF915044127A585162642F /* YGEnums.h in Headers */, - 3E58AC18B10BD25784C7B6C8E79CBF27 /* YGMacros.h in Headers */, - 4E807517EE5A9BD18DD8F4C96DB60117 /* YGValue.h in Headers */, - 554DD25E300EC0D94E436B80C8A5DDEB /* Yoga.h in Headers */, - 606CC3513DF20663A281DDC0A0273D64 /* Yoga-internal.h in Headers */, - BC98AF08BACCDACA83CD91B1B4D42900 /* Yoga-umbrella.h in Headers */, - E2D00F7010F1B3A408E1F7BF44E63032 /* YogaEnums.h in Headers */, + ABA6E5E90611005CDA352D8179B5C97F /* RCTBlobCollector.h in Headers */, + 1CC5C347C1A6FBFC24DD8F7BB59F94FE /* RCTBlobManager.h in Headers */, + 2F97D1B13BB188BE85AE78B1463C1511 /* RCTBlobPlugins.h in Headers */, + 22F5D84C2EC3F910630272B7FC049205 /* RCTFileReaderModule.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 28EFC53F2595BE3DE07742CC7CA6B295 /* Headers */ = { + 2F74E959B7B6CD3497F4E33BD9C61FE3 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 6AA4ADD96FE72D43D3AA6B856A2B35A6 /* glog-umbrella.h in Headers */, - 10D8197E0B145A5425D09BB78DA6BA18 /* log_severity.h in Headers */, - EF06F204564CF32BDBDA2899446A92A3 /* logging.h in Headers */, - 301016FC132F38F9D122A06171CBF8A0 /* raw_logging.h in Headers */, - 8C25F9FB96F8B678E4D5D465A339510E /* stl_logging.h in Headers */, - 41D1DCEEF4FC1EAA62DDB1E6B32F17F8 /* vlog_is_on.h in Headers */, + 062CCABB12806D7CB657BEB43436A947 /* DebugStringConvertible.h in Headers */, + 570946E17F460217CD71C4222A0380E9 /* DebugStringConvertibleItem.h in Headers */, + FE246A8CBD588F3885A9F3746184B7A7 /* debugStringConvertibleUtils.h in Headers */, + D68E9C9482F92F4500306D7CA38AFE5A /* flags.h in Headers */, + 7EE0F6B05C54DAF73A25F1901169A318 /* React-rendererdebug-umbrella.h in Headers */, + 6DDB890790361CB27DE50CD880831B9A /* SystraceSection.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2A93E6F2436D4D787F37FC16522ED414 /* Headers */ = { + 3923F79A6C43DC54B393E6A014C97F3D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - AA785D943AEB91C27755CA8EDEC9263F /* InspectorInterfaces.h in Headers */, + A93939302F504E8A673D78DE89013DAA /* NSTextStorage+FontScaling.h in Headers */, + AD4645BBE5F1978FE1062D8DF27003AF /* RCTBackedTextInputDelegate.h in Headers */, + E9E9BC877650CF84F4905AEA78C32B8A /* RCTBackedTextInputDelegateAdapter.h in Headers */, + A21AB41F6F340F2D09106811A1702842 /* RCTBackedTextInputViewProtocol.h in Headers */, + E200A4AE1E40E3119E83786F9B9EE687 /* RCTBaseTextInputShadowView.h in Headers */, + 97215F497B2ED4601FCA816AC3DA2375 /* RCTBaseTextInputView.h in Headers */, + 0786745B0F7A7521328CC9923B8BF5E9 /* RCTBaseTextInputViewManager.h in Headers */, + 8B8AC90BDB270B8F075B58F2BC966E3E /* RCTBaseTextShadowView.h in Headers */, + F248056FE6F3501E0F531C786FD64037 /* RCTBaseTextViewManager.h in Headers */, + 177DC996D972A1F1AA6BC586B8A468A7 /* RCTConvert+Text.h in Headers */, + FC73229D9DC21849A4BF5E101EF69154 /* RCTDynamicTypeRamp.h in Headers */, + 5B9EC322BD0660BBB5BB7EEA03DF27B5 /* RCTInputAccessoryShadowView.h in Headers */, + E9BD0DCBBEC08FEA24C2D8CEBC731832 /* RCTInputAccessoryView.h in Headers */, + 506691E4775474A330411B90500F4307 /* RCTInputAccessoryViewContent.h in Headers */, + E10A1CA856FB54018BD7A8F30AE09540 /* RCTInputAccessoryViewManager.h in Headers */, + D2D6709D8BE4016F130D13598CECF0D4 /* RCTMultilineTextInputView.h in Headers */, + 9766FC44D73330BFAAB4E4350CCCC6A5 /* RCTMultilineTextInputViewManager.h in Headers */, + CCE0086EBD30F01C080E3B021727B3FA /* RCTRawTextShadowView.h in Headers */, + FD1412F7EA27E8EC3820F7587AE22248 /* RCTRawTextViewManager.h in Headers */, + 644F1B7EDB5ECC21CCBAE8800E7E31B5 /* RCTSinglelineTextInputView.h in Headers */, + 1742C4E8AB7ED1A6739FA6689AA3DE2A /* RCTSinglelineTextInputViewManager.h in Headers */, + 05CEAA68D97F9486B6361528835C7FFC /* RCTTextAttributes.h in Headers */, + 5A96B83B90FDF9B1DFF02B7907CDC6AD /* RCTTextSelection.h in Headers */, + E4DBCAA513C14C66C493FA72587F87BC /* RCTTextShadowView.h in Headers */, + FD2289F6888F0B2154D3A3018727535B /* RCTTextTransform.h in Headers */, + C28578E54BCAC6BAD431CC47C0D837DB /* RCTTextView.h in Headers */, + 2A348AB502AECDE1C672786CC3B55C27 /* RCTTextViewManager.h in Headers */, + 370E2940965694FD29FF3ADFCDE7A953 /* RCTUITextField.h in Headers */, + 47B3B0B341756FE46A9E04CFE10D470A /* RCTUITextView.h in Headers */, + 30CA335AA5FDC7D5427E29AE12CB3DA4 /* RCTVirtualTextShadowView.h in Headers */, + 454C26722FF0D6D11DA74C5228AA2085 /* RCTVirtualTextView.h in Headers */, + A82FB98C2DC7B85649063C88C00725A8 /* RCTVirtualTextViewManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2C9B186564C61E51AA64171E96BB6E0B /* Headers */ = { + 3C7BE99ED45BF15CCA844CFAE09EF656 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - A9B7D57E07B04D42B1959B8D3B23B32E /* RCTAppDelegate.h in Headers */, - 747BB41761A1C3C2595D8330DFBE72C9 /* RCTAppSetupUtils.h in Headers */, - 66FBC9B327DAD348A6CBCC3C18F56895 /* RCTLegacyInteropComponents.h in Headers */, - 8F9B22189ACDC685A5198760EBA64A77 /* React-RCTAppDelegate-umbrella.h in Headers */, + 86B3C2F4E98DEF836BAA645068EC7341 /* simdjson.h in Headers */, + 72FD3B8D4EAC12F432DE6B6350A8A52F /* simdjson-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2EC02D9955B43EAF3CFD6E5E06F6E4F4 /* Headers */ = { + 3DA53BE61AD2344C583DC7DE56DDE779 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - F1AFC20CA9ED9E4A0DBCEE6BF85AC74E /* RCTImageManager.h in Headers */, - FE8F3CAF7E5AC55D9AAFB865D50806E9 /* RCTImageManagerProtocol.h in Headers */, - 2650CDC9C8A82E4A16875EA6EDD735C9 /* RCTImagePrimitivesConversions.h in Headers */, - 0F3898B3A7FC03039BCAEB823AF0460F /* RCTSyncImageManager.h in Headers */, - 9334624DF8F74F0F056876846EEFD4BC /* React-ImageManager-umbrella.h in Headers */, + EC997A618F6AB5D3076F860176E66314 /* Array.h in Headers */, + 39B7CCC00536E89229DD45DE7FD25D7D /* AString.h in Headers */, + F8F6918DEA2269A706DB0786EA73D733 /* Base.h in Headers */, + 477ED6A28D3CD8F41F2E96F5D3C98904 /* Bool.h in Headers */, + 7D2198ADD1AD7461713B493938D36639 /* Bridging.h in Headers */, + D118BCB36B5A104E9E977BADC0B7C9A0 /* CallbackWrapper.h in Headers */, + 914C439C1D26D04E388C679710CB249B /* CallbackWrapper.h in Headers */, + 5D59046CAC4D66AFB8FF14E482B6F799 /* Class.h in Headers */, + DE92F90C06BC1B8BF2FC386891260157 /* Convert.h in Headers */, + F130698EEF950DE0175BC6B9190FF988 /* CxxTurboModuleUtils.h in Headers */, + 4D3D91877333B2A899B1D1318D8CAB28 /* Dynamic.h in Headers */, + 1F147DA94B4631A7C3DFA6A200385A7F /* Error.h in Headers */, + C6EDCB116DA4E5DF0B2208B9D1F6AEF3 /* Function.h in Headers */, + C722DB4057046A629115CE023B7A47D6 /* LongLivedObject.h in Headers */, + 562A3C7202DCE0DB151CF213B983CEFE /* LongLivedObject.h in Headers */, + 4F4D04EE2C06684AA7268737AAE9B6C3 /* Number.h in Headers */, + FCFBAB68412C83F9EC2FB13D4130D695 /* Object.h in Headers */, + 8ED21B7AC493FE347E9E83369F9352CC /* Promise.h in Headers */, + B482C575F5108FE43A5093BD905ED34C /* ReactCommon-umbrella.h in Headers */, + 3B61E4B1CE2CA8087C242D41191C5DD7 /* TurboCxxModule.h in Headers */, + B6ACD468C9A12D4E2D4177AE940172B9 /* TurboModule.h in Headers */, + 152D661D4E78EFAF951BEEEC25294B04 /* TurboModuleBinding.h in Headers */, + D9243AC9718468197B02FE4EAA191680 /* TurboModulePerfLogger.h in Headers */, + 2C6B6C20776A6BA94A3FE6306DBB60C0 /* TurboModuleUtils.h in Headers */, + 34D9E5CBB49C6023825590C930261A0B /* Value.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 34BC5D5F0A97225A59FD6DA0459C7813 /* Headers */ = { + 3F5D17CD9252A653C5971202E0D8D3D2 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - AD3F912629295047E8D2AE6C5B046F65 /* ErrorUtils.h in Headers */, - 162B27BEDFB8054EA07F0FBCDD931331 /* primitives.h in Headers */, - 304D8ABFB19A69CA18C1522C423921C3 /* RuntimeScheduler.h in Headers */, - 49F789398B1398FA7A28992A847CDEB1 /* RuntimeSchedulerBinding.h in Headers */, - 1DC3315E88CC7F4A6CD50DD571653D14 /* RuntimeSchedulerCallInvoker.h in Headers */, - 070A82B490E3B874AD7BD988276C54FA /* RuntimeSchedulerClock.h in Headers */, - EE24D51ABC0BA80F862A75F584764A58 /* SchedulerPriorityUtils.h in Headers */, - 4976E6847F7403D72C60205B26199D32 /* Task.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 359FE44012B31AE28A63144328085C8C /* Headers */ = { + 43CB88E0FAB282141C8E630E7B32B9BB /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 8D268FFBC31FB66C5954C2456BC7D57F /* AsyncPauseState.h in Headers */, - 5D2E9E5A972FC7E2D85A0330EF3AA47D /* CallbackOStream.h in Headers */, - 721F9AC37B06C08D14D5430063C2DC22 /* Connection.h in Headers */, - 6E54C8D04F53F97AA95E0DA643F20C1E /* ConnectionDemux.h in Headers */, - 8583B07053FBB4F69FFCEF1E599ACA75 /* Exceptions.h in Headers */, - A7F803B85BE599F246B1D8A53D831ED1 /* HermesExecutorFactory.h in Headers */, - 9895293A29744A119702CDCC5052634B /* Inspector.h in Headers */, - 7DD561B32F62FA1ECE154B8FAD3E6DAE /* InspectorState.h in Headers */, - 61F79141AC8EAFCA0E775C61EA2EC94A /* JSITracing.h in Headers */, - D182CAADFDDE3F5991B9C40A69547938 /* MessageConverters.h in Headers */, - FA0812BCDB86AA6573AB0D46392C63DC /* MessageInterfaces.h in Headers */, - 78CADD55454E33B9253D95123998F3D6 /* MessageTypes.h in Headers */, - 969B57810CED1BB8AD61D1A4B661D8EC /* MessageTypesInlines.h in Headers */, - AFFB39A0D3C9BBAD5ED8DA85E85D6DEF /* Registration.h in Headers */, - 2D1026994C8B50DF15B99165417ABACC /* RemoteObjectsTable.h in Headers */, - 8FB469BFA339B22B5276946ED93CE239 /* RuntimeAdapter.h in Headers */, - D871C527D27BB513AC5311EE997B89BD /* SerialExecutor.h in Headers */, - 8294DE962A83C0708741DDD4A66F8E7D /* Thread.h in Headers */, + 301CA9266A52873F320B63EF2A8DFB4B /* bignum.h in Headers */, + 6A0F9437521FAB0502857D5DAB6314F4 /* bignum-dtoa.h in Headers */, + 327DA72CDC89A3215CE65582DE8EC3CE /* cached-powers.h in Headers */, + 56279FD90DFD7BF436B971346A2A0B06 /* diy-fp.h in Headers */, + 43514E4A7CF3EE6B921317D17245C4E6 /* double-conversion.h in Headers */, + 14188338839347D37D80C598C0E5748C /* DoubleConversion-umbrella.h in Headers */, + C39630188B797485BDB7AE5D8FC4B7CC /* fast-dtoa.h in Headers */, + 858CE2E693CE69AF1CDE8933197E0572 /* fixed-dtoa.h in Headers */, + 7C3A014118CD31C6C26566E08F64BC3F /* ieee.h in Headers */, + D92EE1301D88213094E73A53FB12CC7A /* strtod.h in Headers */, + 998B42D1DD666A96EF1B6DE78167C70B /* utils.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3D998BFB6B00D9BCAAD22DE4ACFD0DD4 /* Headers */ = { + 480E3EC17192D033B3243595772EED8D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 09992D5D40FD034EEE4AD76ABF74A178 /* CoreModulesPlugins.h in Headers */, - 515C7C40E0B002D63A4D2D6D1453BD46 /* DispatchMessageQueueThread.h in Headers */, - 539AA382BA7BE611A72B9BEA71FE8927 /* FBXXHashUtils.h in Headers */, - BC69303A48377DDDA1FB931D17892D12 /* NSDataBigString.h in Headers */, - A4DB9E9924F3F9B99DB619115BD766C9 /* NSTextStorage+FontScaling.h in Headers */, - 8C92CD2AB665355B1423B239A18B8DEF /* RCTAccessibilityManager.h in Headers */, - E7AF345F2375B9DB0E67D9257CFECF2A /* RCTAccessibilityManager+Internal.h in Headers */, - 245ADB20AD0BDD79A9524ADB400D669D /* RCTActionSheetManager.h in Headers */, - 62B58CCA2558A178C087548E3D1EDD2C /* RCTActivityIndicatorView.h in Headers */, - CD280784466F4928F62D8A9306BA8C9F /* RCTActivityIndicatorViewManager.h in Headers */, - D45DEA02B919A93320447C0D6BBCCA19 /* RCTAdditionAnimatedNode.h in Headers */, - C85944F3F389659341F1B62C6DC97DD8 /* RCTAlertController.h in Headers */, - B8BF18B8E3F67585A8497187ECD9A332 /* RCTAlertManager.h in Headers */, - 2E1116039FE7743B590B624EF7A14C68 /* RCTAnimatedImage.h in Headers */, - F3CF7C81E6B752CEC01DE39D45CF5A2B /* RCTAnimatedNode.h in Headers */, - 74092205ED3C39B17DED794029AF42AF /* RCTAnimationDriver.h in Headers */, - 1288C184AB92E6D7DD8BF4D03DFF5F60 /* RCTAnimationPlugins.h in Headers */, - 68952FEA19E56F63FCF92F8F3F699EEE /* RCTAnimationType.h in Headers */, - 2AC9B6289AC0182823E2354C898CA5B1 /* RCTAnimationUtils.h in Headers */, - 3A67FB80DF46D9B63F79796225338699 /* RCTAppearance.h in Headers */, - 8C65E1DA293F3FD5B333203C6E03F1E2 /* RCTAppState.h in Headers */, - 8BD45847821DE01CD7EDF79C18DCD362 /* RCTAssert.h in Headers */, - 027351C8EEE9BCE7DE25AD65F8DBE76A /* RCTAutoInsetsProtocol.h in Headers */, - C8186221ECB1474A5256D50B1F4D48E9 /* RCTBackedTextInputDelegate.h in Headers */, - 6BD11EA886AB7C761CD4C5E61991D8FA /* RCTBackedTextInputDelegateAdapter.h in Headers */, - FE26D9359526F97060A8D299FE4C2D13 /* RCTBackedTextInputViewProtocol.h in Headers */, - 1A6171D1582837B889914CFCF37817BA /* RCTBaseTextInputShadowView.h in Headers */, - 2312631C599F766859171F742CEFFE6D /* RCTBaseTextInputView.h in Headers */, - CE464B2626B9D011C3B1CF97A9D4FA22 /* RCTBaseTextInputViewManager.h in Headers */, - D4ADDAC7810265CFDEB97B0907FBC38A /* RCTBaseTextShadowView.h in Headers */, - 40738E42627938B44007545DC7664A6B /* RCTBaseTextViewManager.h in Headers */, - 9FD78297A09134464123C820ADA37222 /* RCTBlobManager.h in Headers */, - C1839881C531EBDA97CAE02C0B93303B /* RCTBorderCurve.h in Headers */, - A1454503D0654E5FF1C2C93D6BF0BD97 /* RCTBorderDrawing.h in Headers */, - F6905F53D087A837D2F0E864469489AD /* RCTBorderStyle.h in Headers */, - 210C4BB5C3989ACB1575D17FD5C4CA13 /* RCTBridge.h in Headers */, - 694E9B3EF371D3D309CFBD7F33F39504 /* RCTBridge+Private.h in Headers */, - 2B66A4808D7306FC915FA68708925734 /* RCTBridgeConstants.h in Headers */, - 1198C16EE6DAA6D4F31410EE524E950E /* RCTBridgeDelegate.h in Headers */, - 1804362B57997C0220FCF732024E735C /* RCTBridgeMethod.h in Headers */, - 48C4061F2114F7D8564AD179F4AC3FA6 /* RCTBridgeModule.h in Headers */, - 7638ED9C1993A3EE612ED04891068B32 /* RCTBridgeModuleDecorator.h in Headers */, - 2F53C9F2E0950F5FD9A151328E95ACBD /* RCTBridgeProxy.h in Headers */, - 34826822004DDA6692BB9C6D002CFA03 /* RCTBundleAssetImageLoader.h in Headers */, - 6A8399E7468FC6D8211CEE354B3899A1 /* RCTBundleManager.h in Headers */, - A82C9F68E2F4C3F1DA8348042B341590 /* RCTBundleURLProvider.h in Headers */, - E7CD30B471403A9C4D4C1EF908D7DBD6 /* RCTClipboard.h in Headers */, - 22CE3B32CDB7EFC42858D865886158E3 /* RCTColorAnimatedNode.h in Headers */, - ACB31EE05008230F6D6243F0E7780C26 /* RCTComponent.h in Headers */, - 8176BFBE59329C62CB9E42ACB151290E /* RCTComponentData.h in Headers */, - 6D8C95D4932F78BA0352123D3795DFC0 /* RCTComponentEvent.h in Headers */, - 12B9DFAF87687CDC212F196C47084770 /* RCTConstants.h in Headers */, - D3DEE99A1D37190A904A3FE59FE207F0 /* RCTConvert.h in Headers */, - B355B0CC9F05CF1872066A6121A5CCC5 /* RCTConvert+CoreLocation.h in Headers */, - 235EDF2339134B13978DC7D4F89B0ED9 /* RCTConvert+Text.h in Headers */, - A4376AD7C3B742B32668AA31EBA6D011 /* RCTConvert+Transform.h in Headers */, - 664056BDDBDDFF3766F440DFE53B80CF /* RCTCxxBridgeDelegate.h in Headers */, - 939D8D8F76F4653ED60AEB216458797E /* RCTCxxConvert.h in Headers */, - 85C399C7849300EF94F3584591AC22A8 /* RCTCxxMethod.h in Headers */, - ED79215E9C5B43741F70F17F55F7E7A9 /* RCTCxxModule.h in Headers */, - 1B0D07181174D89305157C8708C2BB6F /* RCTCxxUtils.h in Headers */, - AF12903C7A88842E1B1DC7C477CE9D9A /* RCTDataRequestHandler.h in Headers */, - C208AC6A6F7011100A385ADE5DC0A859 /* RCTDecayAnimation.h in Headers */, - 4DF9F543BDE65328DFDFFB6B64B241DA /* RCTDefaultCxxLogFunction.h in Headers */, - 7AD9EAD4D8A49A5B316AF8B481770BFB /* RCTDefines.h in Headers */, - A1E3C16B2768B56C5BA537B8AD3CF122 /* RCTDeviceInfo.h in Headers */, - BB61393A92533D24FAA2F9AB1C944927 /* RCTDevLoadingView.h in Headers */, - 44A40EB9B472F67AAC83C9D5F1C33F62 /* RCTDevLoadingViewProtocol.h in Headers */, - 6F2E04D3325F8361766A4F2A12D90293 /* RCTDevLoadingViewSetEnabled.h in Headers */, - 8A2BED05384614A802661A277EEB86E1 /* RCTDevMenu.h in Headers */, - DFDC5444BB8572F433D11070BBDCDA9C /* RCTDevSettings.h in Headers */, - F2D99A0665DDDCF74615C7A97763F4FE /* RCTDiffClampAnimatedNode.h in Headers */, - BB36EFB2E3D9FE7E9E4DF82FC3151B73 /* RCTDisplayLink.h in Headers */, - 468C9A394C28C219477D60A5B1056524 /* RCTDisplayWeakRefreshable.h in Headers */, - E49947C0CB18C857639457622AD7AEC9 /* RCTDivisionAnimatedNode.h in Headers */, - 7BC494CBC56ADF89F81CB0CA8FE3F447 /* RCTDynamicTypeRamp.h in Headers */, - 5BFF4889D8841FB5748FA8F9AB96273A /* RCTErrorCustomizer.h in Headers */, - 745CF84545E4A5CA4F0FE20F449D294A /* RCTErrorInfo.h in Headers */, - 7042B6F335069780561AC57A31994F90 /* RCTEventAnimation.h in Headers */, - F4F73BD0DF342E9169A5109E164DC79E /* RCTEventDispatcher.h in Headers */, - 0423998F4D8A28C04149526F6E6B9CD5 /* RCTEventDispatcherProtocol.h in Headers */, - 71D65EEE374D2B81EB4A73EE5F8FD869 /* RCTEventEmitter.h in Headers */, - 40DB20AD93DA12B2D8AF25FE19F574E6 /* RCTExceptionsManager.h in Headers */, - 7F2C5F0E14D1548C508CF2750FB47253 /* RCTFileReaderModule.h in Headers */, - F4D781E4A2DA43CB4624ED01AF6F44FD /* RCTFileRequestHandler.h in Headers */, - A6216918B806CA68624417CA1F092710 /* RCTFollyConvert.h in Headers */, - 0A287DB1B325EF5387594B7A07A123F4 /* RCTFont.h in Headers */, - 413668165E21775704B4DBB76AFB42AD /* RCTFPSGraph.h in Headers */, - 62616451FCEEE49703812B85B09CB4BA /* RCTFrameAnimation.h in Headers */, - 026EEF43C1BF2B5E6C4898F14457F561 /* RCTFrameUpdate.h in Headers */, - ABC0AA41A4A208C0E005F3A8BD328151 /* RCTGIFImageDecoder.h in Headers */, - A1677D4BD15C0F3729BEEEB67928767A /* RCTHTTPRequestHandler.h in Headers */, - B307F78C562DF515F71F378931978FFA /* RCTI18nManager.h in Headers */, - 3DD2BEE54F4891AFE3C6D8E6E228BB39 /* RCTI18nUtil.h in Headers */, - 46F3E6769EB6A8D458582C8E78E99A65 /* RCTImageBlurUtils.h in Headers */, - 9BF55CD8C6FCB5800B6BA2517BAE4A31 /* RCTImageCache.h in Headers */, - 073BFB89FFFA08EA5F4DBD2732D42415 /* RCTImageDataDecoder.h in Headers */, - 3218DA9C5C46A20459F8A820BF7CE1B8 /* RCTImageEditingManager.h in Headers */, - 099BBE0247E8A78FAAB3CE7B13B09C8D /* RCTImageLoader.h in Headers */, - 72A2BD981C879F2376F95CF93FB1EDEC /* RCTImageLoaderLoggable.h in Headers */, - 6A085712B3CA2EFE7D092A7A4E45A399 /* RCTImageLoaderProtocol.h in Headers */, - 0C8385D56B336871DF2E6CD1BAFE03DC /* RCTImageLoaderWithAttributionProtocol.h in Headers */, - 80930F71155A591DE2FB1CCA2E442328 /* RCTImagePlugins.h in Headers */, - 439439EDC5F57B192EBFEB6CD599E894 /* RCTImageShadowView.h in Headers */, - 544F82E9E584D83E23E8079FBDBD476B /* RCTImageSource.h in Headers */, - 28375570C3E82AE3E8ADC5F1D01E6347 /* RCTImageStoreManager.h in Headers */, - B66A93D453E4DC56A1EED60B57E58ABE /* RCTImageURLLoader.h in Headers */, - A007DBA8DB375540D4488673E16C5D2D /* RCTImageURLLoaderWithAttribution.h in Headers */, - 81192BFDEE7425F128161C82F796E9C1 /* RCTImageUtils.h in Headers */, - EC12579C543984558AB8CE802075F5ED /* RCTImageView.h in Headers */, - 166686C16AF7616F5FB6D21D71831641 /* RCTImageViewManager.h in Headers */, - CF9E48C352AF354405D9A2C6E253CB95 /* RCTInitializing.h in Headers */, - C765C4BD1697FE05A0D0CE03011D4985 /* RCTInputAccessoryShadowView.h in Headers */, - CB04252B848795F3216EE1AB09395D69 /* RCTInputAccessoryView.h in Headers */, - B1B32A574979C1A943E1442AC3851D7F /* RCTInputAccessoryViewContent.h in Headers */, - C15F3049DE9B18942447C82E47310152 /* RCTInputAccessoryViewManager.h in Headers */, - 13416FD0ED0D2C0705335AE3E181F518 /* RCTInspector.h in Headers */, - A78F9A413BC9899A7C6181A50A83760F /* RCTInspectorDevServerHelper.h in Headers */, - BF59B1DB764A48A53DFB8A6043B3BF48 /* RCTInspectorPackagerConnection.h in Headers */, - 2ADEDC51688CD2185E616D77F9C1EC28 /* RCTInterpolationAnimatedNode.h in Headers */, - 7D085EB151AB2D97534B1075C6073DE7 /* RCTInvalidating.h in Headers */, - CDDDD9B3050D0D59E9085C0AA2B8CA98 /* RCTJavaScriptExecutor.h in Headers */, - B428AFC54A3209611797437D0B5B163D /* RCTJavaScriptLoader.h in Headers */, - 3D1EB84BCF0439F093E98D6AB5368E9D /* RCTJSIExecutorRuntimeInstaller.h in Headers */, - A10F3BCD7DCF8354341710189C50022D /* RCTJSStackFrame.h in Headers */, - 795D0A8F4C74DBF0CD22CCC1FDF5B184 /* RCTJSThread.h in Headers */, - 7AA7A10EE1965CE6AD4D151439CDEDDB /* RCTKeyboardObserver.h in Headers */, - F63A9296E20ACD50B8DBF79A72B3416A /* RCTKeyCommands.h in Headers */, - DBE5C9811D9A4B3C25F67BC0EF11293A /* RCTLayout.h in Headers */, - 0C16050BB70300126284BFE3D1B2B2F5 /* RCTLayoutAnimation.h in Headers */, - 474FD4D8FED7D80BBD96F4B4CD64ACCA /* RCTLayoutAnimationGroup.h in Headers */, - 5C2C74661C825EC1413CA7D0E96B7974 /* RCTLinkingManager.h in Headers */, - 73D6AE7FFB9C5999000C24D61FA682FC /* RCTLinkingPlugins.h in Headers */, - DB3A98DB2C28D75A642D4CD87633F6C5 /* RCTLocalAssetImageLoader.h in Headers */, - ED802A9049ECB4696DB692AA44C37379 /* RCTLocalizedString.h in Headers */, - 90F0F35BC597CEABCC18B5CB6DC38DDF /* RCTLog.h in Headers */, - A67578AD1255FDA6C8858128B5B97989 /* RCTLogBox.h in Headers */, - 074C715680EA666277C5CF58E5029227 /* RCTLogBoxView.h in Headers */, - 2816EA41FC7E0B10EEC8CF043ED8493D /* RCTMacros.h in Headers */, - 99E25C04CD35C76316DC112C7D13B5D7 /* RCTManagedPointer.h in Headers */, - 3227BBA2688178DF5ED524AEBB4A01CC /* RCTMessageThread.h in Headers */, - 668F12CEA0EDF967F750C3E79A7E9A3D /* RCTMockDef.h in Headers */, - 53F2A6F8F0B4837E10C4D627E7B694E6 /* RCTModalHostView.h in Headers */, - 27373DDE543D0CF80022AF174782DC77 /* RCTModalHostViewController.h in Headers */, - AD87AA0CD06ED6E759B6890C14AFFFA3 /* RCTModalHostViewManager.h in Headers */, - 30F6CCF44F3BD0F26D84BD92CCEC752A /* RCTModalManager.h in Headers */, - CFD58C5DC1B51C09C427623A53E32171 /* RCTModuleData.h in Headers */, - 9A6D669AF0B68036336D88191B52E3CC /* RCTModuleMethod.h in Headers */, - 67D52D873C0CA5BD7A7B0C85AE4A5EDD /* RCTModuloAnimatedNode.h in Headers */, - 9FEBA42F2DE5277AF37B86F4ED96A190 /* RCTMultilineTextInputView.h in Headers */, - CE539FA37EBB7302FAEECDDEE01FC265 /* RCTMultilineTextInputViewManager.h in Headers */, - 257DEAA537E044632AEE76DE0E0A3826 /* RCTMultipartDataTask.h in Headers */, - 19A6B90350F98E0933C784C25F4A25F7 /* RCTMultipartStreamReader.h in Headers */, - DF9A949E8D3353D37F332DDD5D74B0E8 /* RCTMultiplicationAnimatedNode.h in Headers */, - C23F7CFCC534F43CF3C242C9C35B67AF /* RCTNativeAnimatedModule.h in Headers */, - 5303CA02F4F565E010A731C26A263901 /* RCTNativeAnimatedNodesManager.h in Headers */, - B50533BA34BFAD843B338A097333E3BE /* RCTNativeAnimatedTurboModule.h in Headers */, - B18E716E6BA7DDE8346B79BEEC30A773 /* RCTNativeModule.h in Headers */, - E5838C04D60AA260F2B611D09AC5C730 /* RCTNetworking.h in Headers */, - F5ECED43C477882271B0FE45CBF1E847 /* RCTNetworkPlugins.h in Headers */, - 8C9F3878183FBA6CB4B5F501535C5ADA /* RCTNetworkTask.h in Headers */, - 8152D5E243C7EBF8D69F18DC280418C6 /* RCTNullability.h in Headers */, - 0E17C91EDD92D6D15FA481B2FD1B2687 /* RCTObjcExecutor.h in Headers */, - 25FDFFDA4A5A889B905616B1A8F3617D /* RCTObjectAnimatedNode.h in Headers */, - 375992B7F3695478443D0E77873A7F58 /* RCTPackagerClient.h in Headers */, - 1FCADD289E9F5D366809D1147775F03A /* RCTPackagerConnection.h in Headers */, - A45DE4F6B845B0C3A19F23D26203097C /* RCTParserUtils.h in Headers */, - C05415DBE0123C32D5EB751D425B0862 /* RCTPerformanceLogger.h in Headers */, - 954F146E44EEDAC6E7B7FD6E4A545514 /* RCTPerformanceLoggerLabels.h in Headers */, - 61327E79DB30894E564511AF6771DFD4 /* RCTPlatform.h in Headers */, - 95B8A7F38DBA666E089FEF1D31B0C773 /* RCTPLTag.h in Headers */, - 91CAC0D5716BCA21F54C7EEB52294369 /* RCTPointerEvents.h in Headers */, - BF0C210E6928A1E58A028E15E7CA716F /* RCTProfile.h in Headers */, - A27EA890A2BE7B94AD93D4CF0CEDD994 /* RCTPropsAnimatedNode.h in Headers */, - BF79EDE7AA3136E0B9AC9EA6A9CA93AE /* RCTRawTextShadowView.h in Headers */, - EE8F3166AEF973FC42FD453BD09F30F1 /* RCTRawTextViewManager.h in Headers */, - 2FAF47A07CBD927F7509E89CBBE2D54A /* RCTReconnectingWebSocket.h in Headers */, - 05EC8DD7A1757F7DAF140E5CA156AF95 /* RCTRedBox.h in Headers */, - B21D9D4C7CC8BC8859BD49A908446CE3 /* RCTRedBoxExtraDataViewController.h in Headers */, - C8A8A9F79962445674FAF5CF1016907E /* RCTRedBoxSetEnabled.h in Headers */, - 754A3C57A76EC84C9243520C6D2F010E /* RCTRefreshableProtocol.h in Headers */, - F3D76227CA975CC4B23C692E7B03AA18 /* RCTRefreshControl.h in Headers */, - 1D81BD28F95AEED82FDD077C11DB8C6E /* RCTRefreshControlManager.h in Headers */, - 0939106F0BCA3B5B6CA773D0A87684C9 /* RCTReloadCommand.h in Headers */, - B9C243EACE274C08D03F8F85D59ECB56 /* RCTResizeMode.h in Headers */, - 61615537BEFBAAD02CF0E637182AA616 /* RCTRootContentView.h in Headers */, - 0661651E74742EEE611B40FC0987D7F3 /* RCTRootShadowView.h in Headers */, - 7FA488A2AFC56D3AC463BF48A19E070C /* RCTRootView.h in Headers */, - C7F104405E899BF552F338C5095B5EC4 /* RCTRootViewDelegate.h in Headers */, - 98AF951A58C76BC16A8D9381EBBFB504 /* RCTRootViewInternal.h in Headers */, - B98D4BF24DE034641436D70731F4CB3C /* RCTSafeAreaShadowView.h in Headers */, - B0D28F49E0607EB2387A43602142EDF5 /* RCTSafeAreaView.h in Headers */, - 64956D43FC4C99B25E5C5C4BDD9FD03F /* RCTSafeAreaViewLocalData.h in Headers */, - 293526F14003F0AE01223BBBCDA64284 /* RCTSafeAreaViewManager.h in Headers */, - 6343F17FCC549304D4C158DBCDD12F90 /* RCTScrollableProtocol.h in Headers */, - 614E98070D194252B0511FFD7F47613F /* RCTScrollContentShadowView.h in Headers */, - 7268C3EEBC96F64B4EA6BA18A5CCE65F /* RCTScrollContentView.h in Headers */, - 6469F4886BCBF22505202493ADA3AC95 /* RCTScrollContentViewManager.h in Headers */, - C64FA5D54F1882466558A933BCBCBFAC /* RCTScrollEvent.h in Headers */, - 182E7FF68C958CF18F73EFC64EA5E023 /* RCTScrollView.h in Headers */, - C6AD977C6633C4690122F5AE55A4F5A2 /* RCTScrollViewManager.h in Headers */, - 8645AD71D8D32FD58CEC243A1FDC7AFB /* RCTSegmentedControl.h in Headers */, - CDB1EA108E7BEA82BFBB66C94A5B160B /* RCTSegmentedControlManager.h in Headers */, - 776E7DF95DAE9B0517AE6FE67FBB5EB4 /* RCTSettingsManager.h in Headers */, - 604D5606D34892A1A2B68640892E7C04 /* RCTSettingsPlugins.h in Headers */, - 0E3FD57E8B21BCECDEBCD7F3206A8323 /* RCTShadowView.h in Headers */, - 921B7E38A17997C1AC535B931EA1BB63 /* RCTShadowView+Internal.h in Headers */, - A1BBD73EFAFAC374F1DC521025E2973E /* RCTShadowView+Layout.h in Headers */, - 2158B64C15D269044416D28AD5E4D0CB /* RCTSinglelineTextInputView.h in Headers */, - 47AE33834CC5298BC0DF933A160CA4A7 /* RCTSinglelineTextInputViewManager.h in Headers */, - 6B9EE97A7DC872C8012CB4D06D53E470 /* RCTSourceCode.h in Headers */, - 028DAFE02B7B17D075F26617AFB52797 /* RCTSpringAnimation.h in Headers */, - 22DC83C65CCF8C0F8F44FB556B660985 /* RCTStatusBarManager.h in Headers */, - B190CE8517F2502F86AFA01AA40AA8DE /* RCTStyleAnimatedNode.h in Headers */, - 095BECDECAEC9D844F651AD43CFE2B87 /* RCTSubtractionAnimatedNode.h in Headers */, - A280DC684EFB9B5AEBD0464B20401A1D /* RCTSurface.h in Headers */, - C45170D2C024850519AF55C55941C511 /* RCTSurfaceDelegate.h in Headers */, - 56D7DBFE48159C49A838A42EE1530AF6 /* RCTSurfaceHostingProxyRootView.h in Headers */, - CBB7DEF8283D623ABE6FA3A54732533D /* RCTSurfaceHostingView.h in Headers */, - 0B7BEC0F3180050642EC994AFB28F026 /* RCTSurfacePresenterStub.h in Headers */, - 0C648788989C224A428F7D9A44A5F548 /* RCTSurfaceProtocol.h in Headers */, - D65D3289F9E409F5A6AC2D3BA926C030 /* RCTSurfaceRootShadowView.h in Headers */, - 729A8CEB0864B911FEDA0F9B7D6C6045 /* RCTSurfaceRootShadowViewDelegate.h in Headers */, - DB1AD23D488C080A0BA95EE53F1B5599 /* RCTSurfaceRootView.h in Headers */, - A0F337798A87E51AC27C59F4435E74A7 /* RCTSurfaceSizeMeasureMode.h in Headers */, - C01CE68BF768BDE7C10622C61ACA8BB5 /* RCTSurfaceStage.h in Headers */, - 51DC82627AF826A80C266C80C15B4E70 /* RCTSurfaceView.h in Headers */, - DEDC842B54CE9BDDF844C2637772BFE3 /* RCTSurfaceView+Internal.h in Headers */, - 159C733AE8769E97EF2FCA7ABE099FEE /* RCTSwitch.h in Headers */, - AFEBE920E9884973928DD456C1BCB050 /* RCTSwitchManager.h in Headers */, - CD188A90E4AA24F40D2808718D060C44 /* RCTTextAttributes.h in Headers */, - 38827F20505BCA0E1C770681A709F638 /* RCTTextDecorationLineType.h in Headers */, - 2BFC895992308C0D9555AD7449DFE0F4 /* RCTTextSelection.h in Headers */, - 76D11CB7B239EA2DBD2AB02FDBA66BED /* RCTTextShadowView.h in Headers */, - 5F35A8791C9A3608216A7BAFC8307B92 /* RCTTextTransform.h in Headers */, - 0552DC283304CF6D3C5AEDD86DC4070E /* RCTTextView.h in Headers */, - 09A001554A7AD12962F3097F2909A516 /* RCTTextViewManager.h in Headers */, - B75E7D1D9175F240CFEEEA31CDF57008 /* RCTTiming.h in Headers */, - 4E294A652483154CB8B731AE3745C6A4 /* RCTTouchEvent.h in Headers */, - 3A9DAE45FE6A8A43A00E32A2FFC1C5F0 /* RCTTouchHandler.h in Headers */, - 206182A22449356D9EA0A64C51046E4F /* RCTTrackingAnimatedNode.h in Headers */, - 056D480140A05B08D455F41BD81C44A4 /* RCTTransformAnimatedNode.h in Headers */, - 0251001E44559E900666008E16AD2516 /* RCTTransformOrigin.h in Headers */, - 51E7AEA2657F632A7275EB86682A68FA /* RCTTurboModuleRegistry.h in Headers */, - 3DBA5355A11D761A0ADD4E2468315ACC /* RCTUIImageViewAnimated.h in Headers */, - 3495992116E28DC0CCC092A95473D3ED /* RCTUIManager.h in Headers */, - 8349A7D15EC5E24D36D361D400745F90 /* RCTUIManagerObserverCoordinator.h in Headers */, - 9E71611CF9FC8BCBC981A706ED91208B /* RCTUIManagerUtils.h in Headers */, - D19342AA6A7F578FC9F03999A3EBD0DC /* RCTUITextField.h in Headers */, - 36418DB684DE036F9135A79FDE6CEFC6 /* RCTUITextView.h in Headers */, - 8ABBD77F83D6CB4810876E1E7B74AA0A /* RCTUIUtils.h in Headers */, - 5A317EEC4549730C5D6BBCB7AF34803F /* RCTURLRequestDelegate.h in Headers */, - F35B7187DE3ED9A901EFA4D0DDB44147 /* RCTURLRequestHandler.h in Headers */, - B766D64FFBF05B70C8216683CC799A21 /* RCTUtils.h in Headers */, - BA10A8CFA4748C8738C981DAB4DE6A88 /* RCTUtilsUIOverride.h in Headers */, - 1799A8A68C82C17A1F0590D8924D7A70 /* RCTValueAnimatedNode.h in Headers */, - 1A687C62518E40B11A45C241C2D21A33 /* RCTVersion.h in Headers */, - 136EAD6D78A65EF3057CB3FF4C85F6AD /* RCTVibration.h in Headers */, - 1CACFDA14E1DEEB2B11F0757DD70CD6D /* RCTVibrationPlugins.h in Headers */, - B7216B51BA43295DB969A8D12FA2F9FE /* RCTView.h in Headers */, - 228768DEF70E5932ED2B72128CA2D122 /* RCTViewManager.h in Headers */, - CB7BB540D774FCEEF8D44A4F6997FEE8 /* RCTViewUtils.h in Headers */, - 5FE0B73593F4CC50BB0C359A57C8E2DD /* RCTVirtualTextShadowView.h in Headers */, - 6C80540FE992B0F5F0819C3FB1B1CDCE /* RCTVirtualTextView.h in Headers */, - 863DB99C59C8F401BF23C04A64D46252 /* RCTVirtualTextViewManager.h in Headers */, - 77F9A61F06FB0B57B0C2F44E55C0AC44 /* RCTWebSocketExecutor.h in Headers */, - 956FEAACE7B4872C9BF7FFA528440F78 /* RCTWebSocketModule.h in Headers */, - 42557E1D5BF6353AA88D69856CCCD706 /* RCTWrapperViewController.h in Headers */, - E082ED1A6B1DA69C744A24A91CACED12 /* React-Core-umbrella.h in Headers */, - 76840DB9D31AF74EABCF57BA9D4D5A48 /* UIView+Private.h in Headers */, - DBB09899FEC3E98F5F4B5B6C6C74BEC5 /* UIView+React.h in Headers */, + D3A424FD85699ECAA4514C62046BCD9C /* ConnectionDemux.h in Headers */, + 0A525F353D76ACCAEB8A08546550D6AE /* HermesExecutorFactory.h in Headers */, + B08FDA2BE608A087E4B93A5394734E2C /* HermesRuntimeAgentDelegate.h in Headers */, + E18F8DA28CD01BA27291E774755C9EC6 /* Registration.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 423B9EE0A8AB9B06E01549DB9E546201 /* Headers */ = { + 4CE40E530312BF393D28CBE0E51411F9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + C6747C938C8A8C6E92C0590D74661B76 /* React-featureflags-umbrella.h in Headers */, + B7E1E22D704AE6B45D5CE7493F1DD3F6 /* ReactNativeFeatureFlags.h in Headers */, + 375048B5D0D59A4D57806E18C491B74A /* ReactNativeFeatureFlagsAccessor.h in Headers */, + 013853D86CB10EC25449DC7BF10568E1 /* ReactNativeFeatureFlagsDefaults.h in Headers */, + DDB67DC583A9C49F0D3A01592065F391 /* ReactNativeFeatureFlagsProvider.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 487120CB8DEA12FCD1B5BCDBC886488D /* Headers */ = { + 50700FF38864A8F11B138C9B1C3F7EC7 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 24F061F1B23FF29D7E1DAE0A5FE12074 /* JSIExecutor.h in Headers */, - F644BB510E2F7725C321C784E341C6F0 /* JSINativeModules.h in Headers */, + 88847364C16DA3DF2BC6288012F34BB2 /* CoreModulesPlugins.h in Headers */, + B9FD8BF287FCE73CDD7100E5A2CA7E24 /* DispatchMessageQueueThread.h in Headers */, + 7EE93CAC8D76887681E9984AC37A9FBF /* FBXXHashUtils.h in Headers */, + 93ECDFFA540B3E946DAF9907951CCEFB /* NSDataBigString.h in Headers */, + 7DDC9C325BEBF570103734FD7DBC2EFC /* NSTextStorage+FontScaling.h in Headers */, + 62ECA5DA07D5580733EDE413CFCAA475 /* RCTAccessibilityManager.h in Headers */, + 132E187EFE1E47ADD957A700284D6D9F /* RCTAccessibilityManager+Internal.h in Headers */, + C5683D8CE70A467CD760436F464EBF07 /* RCTActionSheetManager.h in Headers */, + DF036DC6537C4E015C97F52AFCFD32FC /* RCTActivityIndicatorView.h in Headers */, + 1B8A83B4760FD4C5BA61A514D66A63CD /* RCTActivityIndicatorViewManager.h in Headers */, + A51151FF17D9D07646B188DFD75A0AE1 /* RCTAdditionAnimatedNode.h in Headers */, + EFF65D240F771DB091184AAF4242F8ED /* RCTAlertController.h in Headers */, + 2E0021D5DBD9D49FE9F15EF491CCC73E /* RCTAlertManager.h in Headers */, + 6AA211002A317FB9EB7047EC3E0B6CAE /* RCTAnimatedImage.h in Headers */, + 457301E7532DE95F70DB8794A5EE9BCE /* RCTAnimatedNode.h in Headers */, + 14A2A5FBA6070AC7E7320E8DA534901D /* RCTAnimationDriver.h in Headers */, + 418D8178CC19322DA87BCD5B98D11D5F /* RCTAnimationPlugins.h in Headers */, + 7E9D2C1821BA925A94462F2556B7C282 /* RCTAnimationType.h in Headers */, + 461CBD4EA7E870FBB406BE1A44D15A6E /* RCTAnimationUtils.h in Headers */, + 996659F42631C1F1EF1EB37666EBEC84 /* RCTAppearance.h in Headers */, + 134F41DF984A58A9AF39A8C4B87BA130 /* RCTAppState.h in Headers */, + 97B2A42B5817C59F462248A075991C5E /* RCTAssert.h in Headers */, + 4A81228C0507B6999A9DD504323C1BA1 /* RCTAutoInsetsProtocol.h in Headers */, + F1E2974DDB47A364980F1BE4690F2775 /* RCTBackedTextInputDelegate.h in Headers */, + 176B697FC865093156BE99FD2E26E832 /* RCTBackedTextInputDelegateAdapter.h in Headers */, + 3538563AD434CBFA6C3567D5B59E20C3 /* RCTBackedTextInputViewProtocol.h in Headers */, + 646368EC7C6F2C08EDD65268D7B7A79B /* RCTBaseTextInputShadowView.h in Headers */, + AB88C2DEBE20FD6CE62478DBA925FE6E /* RCTBaseTextInputView.h in Headers */, + 1CFA73658F87C10453EE47487DCC0B4E /* RCTBaseTextInputViewManager.h in Headers */, + 6AAA9F629DBACA51982194772C98C826 /* RCTBaseTextShadowView.h in Headers */, + 0A9DCA309A20F282A70CE9A354445E8A /* RCTBaseTextViewManager.h in Headers */, + 3F0DA3FE9305A3181F7BA27FADB4F9C3 /* RCTBlobManager.h in Headers */, + 9111482AEA47A273F54C6A45660C17F8 /* RCTBorderCurve.h in Headers */, + 70ACDD1F376B8B5A7FB1A8F2A0B908A6 /* RCTBorderDrawing.h in Headers */, + 4FD8523C00E419DA64417797EDC77A42 /* RCTBorderStyle.h in Headers */, + D9C64AA891BD63910BE6D918867618E2 /* RCTBridge.h in Headers */, + 6FD855099FE9DD6831F7AA14A8D6F777 /* RCTBridge+Inspector.h in Headers */, + 5D2030AC19338EA569B5CA75254256FC /* RCTBridge+Private.h in Headers */, + 05A580DBF295D2371F431C910CC5919C /* RCTBridgeConstants.h in Headers */, + 2FA26988350A7C7DDD412B7D17AFAA4F /* RCTBridgeDelegate.h in Headers */, + 04F8707A7E7C72B27B4A1BBE81C9030C /* RCTBridgeMethod.h in Headers */, + 1DAE56A42C6E37928F1FFEB77BF3DC83 /* RCTBridgeModule.h in Headers */, + 3D9F615303E80F664EF87C36F4258098 /* RCTBridgeModuleDecorator.h in Headers */, + A0CFCD0F7E1ACC5734A328D7956729AA /* RCTBridgeProxy.h in Headers */, + CC4CE15B64E3D6123467FE8E3BB099BF /* RCTBridgeProxy+Cxx.h in Headers */, + A58560BE133410AEDF2DB9DB58DC3CEC /* RCTBundleAssetImageLoader.h in Headers */, + 6D0967A5AFE1B86D8D5B8C084797FA58 /* RCTBundleManager.h in Headers */, + FE12A07411DA6DBDF3D79CB4FB59C8AD /* RCTBundleURLProvider.h in Headers */, + 74A3831F302B0755566D22D3C30C2B74 /* RCTClipboard.h in Headers */, + DDEB4462BF2B783F42E8EB99035624D7 /* RCTColorAnimatedNode.h in Headers */, + B95B3FEA85BF956F4A5CA3D0C820BC43 /* RCTComponent.h in Headers */, + 1F42FAE5D5775D8F7630EE666E17DB4B /* RCTComponentData.h in Headers */, + 88C9FAD022478A7E8EF82D42816571C6 /* RCTComponentEvent.h in Headers */, + 5F8B639C0CAC522C3057CF9E649534CB /* RCTConstants.h in Headers */, + 38D845C721547D5C42965B3EAF1E6E66 /* RCTConvert.h in Headers */, + E54B039781E19ECACF0DD70219DBD68A /* RCTConvert+CoreLocation.h in Headers */, + 72294B58C56420DC0B78EABE73A60EC7 /* RCTConvert+Text.h in Headers */, + 334D66567F979838AB9768E9FAD7DAB5 /* RCTConvert+Transform.h in Headers */, + A3CE4C1EAD893E3451AB41D1E13069C2 /* RCTCursor.h in Headers */, + 9BCE5725306ABEC6584FCB1239B9CA22 /* RCTCxxBridgeDelegate.h in Headers */, + 041CF2CB65A7E9545B3EC1BB2BCFD469 /* RCTCxxConvert.h in Headers */, + CC03051DBCACE8B77F865DD060DAFA03 /* RCTCxxInspectorPackagerConnection.h in Headers */, + F071C60F210B522606D5581D12975A4B /* RCTCxxInspectorPackagerConnectionDelegate.h in Headers */, + 4241ADF61CF1F176813006CE278344D8 /* RCTCxxInspectorWebSocketAdapter.h in Headers */, + A6A14B5D2532DF9B9CC2BA83095FC9A9 /* RCTCxxMethod.h in Headers */, + 8569FF4D1B56E1A399877F11FC5E97B7 /* RCTCxxModule.h in Headers */, + 05AC9AEA1013D02AF586E82722432DB4 /* RCTCxxUtils.h in Headers */, + 6EC429788275A10A19015F2048C9AE9F /* RCTDataRequestHandler.h in Headers */, + 5FCF219B74C2FD233CA9AD48E6970912 /* RCTDebuggingOverlay.h in Headers */, + 47AD3056CBE40003DCC7F044CE31549B /* RCTDebuggingOverlayManager.h in Headers */, + 38D31452260553290B4B6BA24A990899 /* RCTDecayAnimation.h in Headers */, + D8C3D24EF338C7C89FD89FB0366AD660 /* RCTDefaultCxxLogFunction.h in Headers */, + 908DF962421BEACE0D0EEAC2BEB84A30 /* RCTDefines.h in Headers */, + A764E2968F6CD32CEE6C509E2845BDC7 /* RCTDeviceInfo.h in Headers */, + 221CEE4476D0FB923A3FE36D579351FA /* RCTDevLoadingView.h in Headers */, + C59BF33E43C2399EA30FEAB9463C27AC /* RCTDevLoadingViewProtocol.h in Headers */, + 2521660EE10E01F259AC87F51E7A65C1 /* RCTDevLoadingViewSetEnabled.h in Headers */, + 8494CFAC6607B7239C90ED77D2427B29 /* RCTDevMenu.h in Headers */, + C93A122778F03045ED2729B67D3D3E9F /* RCTDevSettings.h in Headers */, + D39ABFBBDFD1585768162153F9F8DA53 /* RCTDiffClampAnimatedNode.h in Headers */, + 903DB9FA0A5B63EEC2030D326152B6FA /* RCTDisplayLink.h in Headers */, + 3214D80F9DED151E3F561609B66C7646 /* RCTDisplayWeakRefreshable.h in Headers */, + 829CE543BE934D8599926B5A0E2FE109 /* RCTDivisionAnimatedNode.h in Headers */, + 0F50D5BEC1F259C0536E804EDFA6AC86 /* RCTDynamicTypeRamp.h in Headers */, + C0AE938053DA32A5D3A7BBFE90F6B81A /* RCTErrorCustomizer.h in Headers */, + 9B29E7A144668C69B88E17DF3445B0C8 /* RCTErrorInfo.h in Headers */, + AF2E44664A31AFFE67DE6C1AB58A1709 /* RCTEventAnimation.h in Headers */, + 71EC53ECE20B5A8A07D43AB6854CDBFA /* RCTEventDispatcher.h in Headers */, + 9C2375A58F12149DA1970C56AC0D8633 /* RCTEventDispatcherProtocol.h in Headers */, + DCFBA2EB42ADCB16CD0529E175BC6AA4 /* RCTEventEmitter.h in Headers */, + 82A759B463C6E280D1C961F6F71BAB15 /* RCTExceptionsManager.h in Headers */, + 558B2A6974A6F8200C9802FF6F845F60 /* RCTFileReaderModule.h in Headers */, + C684EF50FF0928A3EB0D633FAD9CFF31 /* RCTFileRequestHandler.h in Headers */, + 9411CDA895F502CF9BAFEC71B6EB2D75 /* RCTFollyConvert.h in Headers */, + B55B0004A9EC9C4A80588C16C8570BE3 /* RCTFont.h in Headers */, + 5B05BCA19F4B7C0CAEE8D7E914493F1C /* RCTFPSGraph.h in Headers */, + 2EC9DAE8AF8C81A439BBA1420CAA95F3 /* RCTFrameAnimation.h in Headers */, + 424148B9D17806EB7F48FBB0D2FAD14A /* RCTFrameUpdate.h in Headers */, + 20E7F16F71DC306F4B434967352405D8 /* RCTGIFImageDecoder.h in Headers */, + EACBE1A3AD0FFB544227FAA98CB212AA /* RCTHTTPRequestHandler.h in Headers */, + 783036467F0C5912B8D4A00B02899B3E /* RCTI18nManager.h in Headers */, + 363C5BFDFA69F60D5FB8F4739D6D5315 /* RCTI18nUtil.h in Headers */, + 9DF893D515B79F5D02C027EF78786C88 /* RCTImageBlurUtils.h in Headers */, + 2B2385A1AF00F0FDC4EA1268BA76A6AA /* RCTImageCache.h in Headers */, + 458B7CF17D4089008BC4D91F61BF11AD /* RCTImageDataDecoder.h in Headers */, + FF9D0574D3726083613F591EB3EB608E /* RCTImageEditingManager.h in Headers */, + 802DC9139C32DC3C41FBEF4AA8CF4952 /* RCTImageLoader.h in Headers */, + E9A31945402EA221C68AC46BD4839F8F /* RCTImageLoaderLoggable.h in Headers */, + 748AE618B291F6E05DC17EDB4E4728A6 /* RCTImageLoaderProtocol.h in Headers */, + F239D21943CA530CFE4BFA2B5453635C /* RCTImageLoaderWithAttributionProtocol.h in Headers */, + 10C999C6FFE831B0F4E754627171AC0F /* RCTImagePlugins.h in Headers */, + 5D2222F04E5E303696BB63978D35DA5A /* RCTImageShadowView.h in Headers */, + 07718CEC8AD51EEE4CC2299F0637398E /* RCTImageSource.h in Headers */, + 8D594C2325978C5D20EE6C5C2824342E /* RCTImageStoreManager.h in Headers */, + 7FFD7CC9EC841E4667F9683D6DB2A099 /* RCTImageURLLoader.h in Headers */, + 998341B6CC0A0AD55671B6F0F1535978 /* RCTImageURLLoaderWithAttribution.h in Headers */, + CC1068FC78F21AC9E9DC34700188D70A /* RCTImageUtils.h in Headers */, + A526E4E88DA34AF0F88D9F32C1A60C19 /* RCTImageView.h in Headers */, + 96234A6DD5EC92E93D8ECEDD53210730 /* RCTImageViewManager.h in Headers */, + F863DC654B26CC6295C8F8D909B5C229 /* RCTInitializing.h in Headers */, + 648CF10E3E4B6BC8F2867E714C8D3315 /* RCTInputAccessoryShadowView.h in Headers */, + 1BAC799EDE2AC6356058F9873FD0E453 /* RCTInputAccessoryView.h in Headers */, + FC4BA81798FA9C1FB1C0064280A6D8FA /* RCTInputAccessoryViewContent.h in Headers */, + E9D2FF0ECEDFA4C76E42992CE55EAFDF /* RCTInputAccessoryViewManager.h in Headers */, + FB51B40685C9A6010A007BE6CA582655 /* RCTInspector.h in Headers */, + 67E1C84F832F8DE7A9AACD8F3E679C16 /* RCTInspectorDevServerHelper.h in Headers */, + 3B57A8B697DB83FCA053D4A7A4D17317 /* RCTInspectorPackagerConnection.h in Headers */, + D93DE7406180B3F14BFB6494C9C55978 /* RCTInterpolationAnimatedNode.h in Headers */, + EEDE418A860EF1BD9051813C5FAF85F5 /* RCTInvalidating.h in Headers */, + 7FC71456BF079C9BFC3E541399E9AD09 /* RCTJavaScriptExecutor.h in Headers */, + AC0456506411E770DAE78BB6A370A69D /* RCTJavaScriptLoader.h in Headers */, + 05425C40C186C4D905D650FDE09FBB6F /* RCTJSIExecutorRuntimeInstaller.h in Headers */, + BFCCDE2C5A4302237A973BB40482C84A /* RCTJSStackFrame.h in Headers */, + CEA7FB8A9AF33E5A6299B7AC9F1F3018 /* RCTJSThread.h in Headers */, + 7F269E29524C0061896B3C3770C62B83 /* RCTKeyboardObserver.h in Headers */, + AEA87805AEDC2CFC5CA3BC87F67DE795 /* RCTKeyCommands.h in Headers */, + 27B66BEF2C02E1BF8A8DEFFF921C11B7 /* RCTLayout.h in Headers */, + 81DAEA474DC6FF87563B93C13FEB6658 /* RCTLayoutAnimation.h in Headers */, + 4092C517F13E60D6D9C673E3530CDC84 /* RCTLayoutAnimationGroup.h in Headers */, + ADABCA286A349FD925529339BD32B6D0 /* RCTLinkingManager.h in Headers */, + 5B413C5370B3C8A5A6CE70D0FDC10BDD /* RCTLinkingPlugins.h in Headers */, + 3034E6F4E05DA159043F7E5065071557 /* RCTLocalAssetImageLoader.h in Headers */, + 75903DCA8665A09EAEEED35654CA466D /* RCTLocalizedString.h in Headers */, + BCF538F2334EA778995D5BC9776E8110 /* RCTLog.h in Headers */, + 84D3648467DDC6B2AD609FFDC7234AD2 /* RCTLogBox.h in Headers */, + 03584C8062B53F05A7A5BA8A4C002AE0 /* RCTLogBoxView.h in Headers */, + 4C476F90D14D11D54E3B5C1CDCECB6EC /* RCTMacros.h in Headers */, + 880558ACD71010548F8BC00CB06E3F67 /* RCTManagedPointer.h in Headers */, + 079D341C7E45BB820BB7CD75514E3282 /* RCTMessageThread.h in Headers */, + 57E323C310C3D972940C78AA088CA477 /* RCTMockDef.h in Headers */, + 7438BEC925296FD9297DD9E7EDA478F0 /* RCTModalHostView.h in Headers */, + CC9050FCD05014AE5E216B89B1760808 /* RCTModalHostViewController.h in Headers */, + D003AF5F1E96BB49180B4461CFD27434 /* RCTModalHostViewManager.h in Headers */, + A0BA02788E52121E2D2839A9778AF779 /* RCTModalManager.h in Headers */, + 34773F2E8217FAD06A591CA37AA00855 /* RCTModuleData.h in Headers */, + BB31575F6CB94C521F193DD6091B43C1 /* RCTModuleMethod.h in Headers */, + 9E7BF4EF40C60244E247C1623968BDDF /* RCTModuloAnimatedNode.h in Headers */, + 26C1DCC87DD011BAEDB37B82B115865B /* RCTMultilineTextInputView.h in Headers */, + 2CD12789B7555CCDC42A8F96829434FD /* RCTMultilineTextInputViewManager.h in Headers */, + F9E8743FF34708E334614F893FBF83B1 /* RCTMultipartDataTask.h in Headers */, + 64BE95CF8E1CB240B9219A5ED28B0588 /* RCTMultipartStreamReader.h in Headers */, + 28BAA972822F670D348FDBFC73AC77A5 /* RCTMultiplicationAnimatedNode.h in Headers */, + 5986E5044FACB904AD3636FF14E01EA8 /* RCTNativeAnimatedModule.h in Headers */, + 7D741114888D6A8F92CA30DA7938FF9F /* RCTNativeAnimatedNodesManager.h in Headers */, + 8455F11FC6E87759E2FCDDB9086B9527 /* RCTNativeAnimatedTurboModule.h in Headers */, + FC40472096744F71321EB900227DBDCF /* RCTNativeModule.h in Headers */, + 0BE9D5B31B8178E25D7701679E024C08 /* RCTNetworking.h in Headers */, + 3C7BB8C75F929D8FA314EB26ECE53CDA /* RCTNetworkPlugins.h in Headers */, + 1AF45C2BB51683947FDF5F457C5EB8C4 /* RCTNetworkTask.h in Headers */, + 324C443EB256ACB55C212834659DA668 /* RCTNullability.h in Headers */, + A72514BC4A3B50129690364CE05BB754 /* RCTObjcExecutor.h in Headers */, + 7EF0E9E009F1F4EC5CFC8B6A2D6B1217 /* RCTObjectAnimatedNode.h in Headers */, + 012BB6EAAEB87A76C792B66D04A36B78 /* RCTPackagerClient.h in Headers */, + 8DDC6079A4374C5B0D4B59CAABF373C0 /* RCTPackagerConnection.h in Headers */, + B1B19038EAA3237411A3B68C9A696A59 /* RCTParserUtils.h in Headers */, + 34D59BC36C90C49E573199421B622923 /* RCTPerformanceLogger.h in Headers */, + 51D4FB82F519866F1B77D4DF5EB83ED6 /* RCTPerformanceLoggerLabels.h in Headers */, + 28420DE9D152356E2FAB7532421804A5 /* RCTPlatform.h in Headers */, + 2A63D2E0528E66779F46F18FC17AA6E5 /* RCTPLTag.h in Headers */, + 617C1D1B08BAA6078A2F22FCE63F7826 /* RCTPointerEvents.h in Headers */, + 8AADCF981A3C5BFC9A728A4807F1FD57 /* RCTProfile.h in Headers */, + 18D0C52BFC98BED39B1BA61AEEEE42BA /* RCTPropsAnimatedNode.h in Headers */, + 414311FDDDBD44A12AB564123ABFDE7B /* RCTRawTextShadowView.h in Headers */, + F0D80CAC8195D04EC5ACCB34AFA9E62C /* RCTRawTextViewManager.h in Headers */, + 886A63B1ED1A16230902FA3A13D84CB7 /* RCTReconnectingWebSocket.h in Headers */, + 4FD4897BB7E463BD4B8545A8DDEB8278 /* RCTRedBox.h in Headers */, + 17A413B902A05FF7C8FFA29FF67C8484 /* RCTRedBoxExtraDataViewController.h in Headers */, + 47BCF82C2C44E89BAC2425744C56BD8A /* RCTRedBoxSetEnabled.h in Headers */, + 07D42E889C8BBFAEBA0D6209B9929086 /* RCTRefreshableProtocol.h in Headers */, + FBC28207A3782629D8ECB7F7D22E1FA6 /* RCTRefreshControl.h in Headers */, + 0B842AC5587E3794C6EA8047E54FDB41 /* RCTRefreshControlManager.h in Headers */, + 01A541E5BC9CBB99C2EE623A47D5DC67 /* RCTReloadCommand.h in Headers */, + 24B93B8D464A1B7783F9BCFDD33A31D4 /* RCTResizeMode.h in Headers */, + FB9F5AADA3A6FAA282D800FC90BD863C /* RCTRootContentView.h in Headers */, + E306E120D9274E1261E24B71BDEC3F9D /* RCTRootShadowView.h in Headers */, + ED0E6B99D524187706AC30E2B53F55D4 /* RCTRootView.h in Headers */, + 7F192056513AC45D918FE1AD9A537992 /* RCTRootViewDelegate.h in Headers */, + B594B10156EF39FBB4350BFA868A2CC3 /* RCTRootViewInternal.h in Headers */, + 6511219B93A0F6722B55F007369CA247 /* RCTRuntimeExecutorModule.h in Headers */, + 8B3A0DE1411F63948C1B7328AC4DC664 /* RCTSafeAreaShadowView.h in Headers */, + 54CA7A9EEECD01C4F6D22243BB6A0AD9 /* RCTSafeAreaView.h in Headers */, + AF405027DF88096366B45A503349F101 /* RCTSafeAreaViewLocalData.h in Headers */, + ECAEA2A0100A0AE72A3E437FD005881E /* RCTSafeAreaViewManager.h in Headers */, + D9ED192F400D44DC02D98A20B123F16C /* RCTScrollableProtocol.h in Headers */, + 86E83BA3D9D13B74E9375EF5DABEBBFE /* RCTScrollContentShadowView.h in Headers */, + C5C73190B9AE8ECC8D69A6B28FEE407F /* RCTScrollContentView.h in Headers */, + 3BD1B9E6E3E5634C671FCEB14161A751 /* RCTScrollContentViewManager.h in Headers */, + 0740889CD8076D764DE2ECBE838DE059 /* RCTScrollEvent.h in Headers */, + B853DD690352D47747E1C0F628B2F965 /* RCTScrollView.h in Headers */, + C94ACD989BE1642BD08003091B0B9A6A /* RCTScrollViewManager.h in Headers */, + 5B52BA28DECEF4797254071E699E01A3 /* RCTSegmentedControl.h in Headers */, + B33ADB9AA3945A5FBE3DA6B5CBD94CCF /* RCTSegmentedControlManager.h in Headers */, + 94B9DAD9D6E6079306AAA42C6D3B711B /* RCTSettingsManager.h in Headers */, + A2E51C7BD2FFC062C48C10167934CCAC /* RCTSettingsPlugins.h in Headers */, + EE907C353DD8D1953A2994C57CBFE26C /* RCTShadowView.h in Headers */, + 1BC18889A0F8309C58DCAE6525184FC0 /* RCTShadowView+Internal.h in Headers */, + 03E022AAD071ABD52393EA63BED66760 /* RCTShadowView+Layout.h in Headers */, + 99CC5B420D64ACDD783109436516FD04 /* RCTSinglelineTextInputView.h in Headers */, + BF99D3180B889F62B09F91350E7C662B /* RCTSinglelineTextInputViewManager.h in Headers */, + 46F7ED9516919044D6FD2A226838DF0A /* RCTSourceCode.h in Headers */, + 750459F7A6D7BC32515039B696B032DD /* RCTSpringAnimation.h in Headers */, + C3FC726B41D7E5C3AE7913D10FCA7710 /* RCTStatusBarManager.h in Headers */, + 756FE581ACE3EDF9F30A05EE811C000A /* RCTStyleAnimatedNode.h in Headers */, + C6CDF82E4F1DB6694DC892F9E734C059 /* RCTSubtractionAnimatedNode.h in Headers */, + BC62BEBADDC0DF99B2626677E09F4224 /* RCTSurface.h in Headers */, + D7A16D49963032254D9E148DAE6AEFC7 /* RCTSurfaceDelegate.h in Headers */, + 50506943625219009602B94281736940 /* RCTSurfaceHostingProxyRootView.h in Headers */, + 5361BA153A940D1856498F41B988E292 /* RCTSurfaceHostingView.h in Headers */, + 8F323E2F2DA6F55192388F26F0C24927 /* RCTSurfacePresenterStub.h in Headers */, + ABDAE92094104A99B62D530A783B8446 /* RCTSurfaceProtocol.h in Headers */, + 826104B9BF8174D5B23A6D51AC4A16AF /* RCTSurfaceRootShadowView.h in Headers */, + B95535EB465D0577E50655E252780F7C /* RCTSurfaceRootShadowViewDelegate.h in Headers */, + 42F55F8D487C777A6A8C180E4DAB0BEE /* RCTSurfaceRootView.h in Headers */, + B9059E18CB874DB0187746AD8FC588DD /* RCTSurfaceSizeMeasureMode.h in Headers */, + A1972E1E435534713DA2AFD946DD0856 /* RCTSurfaceStage.h in Headers */, + E03DA0EF491E76A7B522F8AA29B6F505 /* RCTSurfaceView.h in Headers */, + 6B92459CC6D8AE87C82FD9DA5D8B34B1 /* RCTSurfaceView+Internal.h in Headers */, + BE89C52B16C25B11A806A9C95D163AC9 /* RCTSwitch.h in Headers */, + 66F7D45C7DE22886B4121EADD127426E /* RCTSwitchManager.h in Headers */, + EA64CBFA402C1BC6683F8FD457F438B4 /* RCTTextAttributes.h in Headers */, + B9CD8F8C81F90DDB41B08F0B005D2FD2 /* RCTTextDecorationLineType.h in Headers */, + 28FA21EE52C9E18188C59298BB5C9B23 /* RCTTextSelection.h in Headers */, + 6598CFB917768FDAB38F05A0AC546F14 /* RCTTextShadowView.h in Headers */, + ED92DB0641F90C061852E17704C6A69B /* RCTTextTransform.h in Headers */, + AC022ED4B280CBF9CC05FD81E941DF74 /* RCTTextView.h in Headers */, + 726C35D99D2C6DAD679EDA901EEB9989 /* RCTTextViewManager.h in Headers */, + 6B52CF6C070C5E98C528FB32F1D34624 /* RCTTiming.h in Headers */, + 3915F70AA612897DAA0B10B81683CAC5 /* RCTTouchEvent.h in Headers */, + 25E65F9C1D8F402D822044446C5F4D76 /* RCTTouchHandler.h in Headers */, + 8933D7B181697994023E7AAEB3DD9909 /* RCTTrackingAnimatedNode.h in Headers */, + 12731EBF39779BB1E177B701949AD2C2 /* RCTTransformAnimatedNode.h in Headers */, + 5F4C99E3B76689373D2ED7C28927F12D /* RCTTurboModuleRegistry.h in Headers */, + 1DD61B98236970129C72DC5F12F60FFC /* RCTUIImageViewAnimated.h in Headers */, + 10C16DE5DAD1B3D65FCED627DA9BA6F2 /* RCTUIManager.h in Headers */, + 6CB1E8F84A18475FBACB6C3B62D0AFE5 /* RCTUIManagerObserverCoordinator.h in Headers */, + 324FCC0FF10B590AF07F730C94CD911D /* RCTUIManagerUtils.h in Headers */, + B1822AAA5CD811D59978BE7D8B57A8B1 /* RCTUITextField.h in Headers */, + F7CCD35E242791EAD335DBA830CAF627 /* RCTUITextView.h in Headers */, + 1366F04C5590C425BB77826538FFC333 /* RCTUIUtils.h in Headers */, + 755282CFA23DBA4E963AE5F9CC11C0FA /* RCTURLRequestDelegate.h in Headers */, + 86FE8980695E53A76E1F1E83E07F2AC3 /* RCTURLRequestHandler.h in Headers */, + F133C4AD67CB54836E98512AEA7655A8 /* RCTUtils.h in Headers */, + BF50613A6236144CFC64B76482D8604A /* RCTUtilsUIOverride.h in Headers */, + CE6B34445994B4A63A62A2E845DC3979 /* RCTValueAnimatedNode.h in Headers */, + CBAE1BAD49EE72A5219F0810B2E2285A /* RCTVersion.h in Headers */, + 5141D72D38376A7357634EA7BED7B529 /* RCTVibration.h in Headers */, + CC6A3584C37F8AAF1DB1E24E2879A29F /* RCTVibrationPlugins.h in Headers */, + EEC7964460506D85D5B80B2CDEF357FD /* RCTView.h in Headers */, + 244DF977A158213CCB43D4FB6CB90E3C /* RCTViewManager.h in Headers */, + 78606A7D8FE0761B720DD4F0531BB36A /* RCTViewUtils.h in Headers */, + FD6C993EEC7B56C5CD8F3E8DDDE62EA4 /* RCTVirtualTextShadowView.h in Headers */, + D48E92175A87C0C0244115F10ACB1E08 /* RCTVirtualTextView.h in Headers */, + AE4FCD234B012BE65C7CA496861FDEAE /* RCTVirtualTextViewManager.h in Headers */, + E80A175FF7F506B78BD9376B8D68EB2F /* RCTWebSocketExecutor.h in Headers */, + 682AD90FD13AF03CF8AC476D4EC22BA3 /* RCTWebSocketModule.h in Headers */, + 81D57A8CE92E84FEA69A148D1BA897A5 /* RCTWrapperViewController.h in Headers */, + 8E729B5904B3B5667E973370219CDEF4 /* React-Core-umbrella.h in Headers */, + 33E2BFCBA5338082F01D9EB37BAA4D29 /* UIView+Private.h in Headers */, + 8E6752CB584D97C2A86519B83B482227 /* UIView+React.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4C1F90597107FBE4591F3F2CAA93FA4A /* Headers */ = { + 51368F0B4BB078EBDF20C37CE3191BDE /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 29B941469BE8B8C8429765005574D97E /* DebugStringConvertible.h in Headers */, - A5F42D4FB124B2BFDD975772ABE98F65 /* DebugStringConvertibleItem.h in Headers */, - B837F6EDCD498E9F5A0625B854B57BDF /* debugStringConvertibleUtils.h in Headers */, - 24E42325B9FC9247A74F353C15E2FE4E /* flags.h in Headers */, - 27328FC3BBB0B8C2515D83FCD6972022 /* React-rendererdebug-umbrella.h in Headers */, - 9524AFC207B5ED0497250A2E04B27D21 /* SystraceSection.h in Headers */, + 0911E5CE6C9678C2C47A2A1749FF64D4 /* primitives.h in Headers */, + C9673DD1A700BA1297C0EEF20E6F1F51 /* RuntimeScheduler.h in Headers */, + EDFC9B54A30EA3B68823A2511866FD00 /* RuntimeScheduler_Legacy.h in Headers */, + 7B283574381E52437094359C04A8B040 /* RuntimeScheduler_Modern.h in Headers */, + AA9C529959EA98EB49C28EE11BD7137B /* RuntimeSchedulerBinding.h in Headers */, + 8EE950B8A3384D574B426B5A85C62D4D /* RuntimeSchedulerCallInvoker.h in Headers */, + FD39522D224A22B7B91E3BFB6D598CB4 /* RuntimeSchedulerClock.h in Headers */, + 6629AA88CD8BD22CF2067C68C96E0BEE /* SchedulerPriorityUtils.h in Headers */, + 5B09CFB50E640F8977C0E91123BBF38E /* Task.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4CB57A147B3FF6F8F7FEFCBE221D8194 /* Headers */ = { + 539C88BE469CDEE166CB70B00092D982 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - DB893487E8136F281F36E9DE3EAC66F0 /* NSTextStorage+FontScaling.h in Headers */, - DC2DE8AAA2E25296FE2A2A90525129B8 /* RCTBackedTextInputDelegate.h in Headers */, - EC1A4C4B39370145CA7C618677894A63 /* RCTBackedTextInputDelegateAdapter.h in Headers */, - 79A48558D83E7F76EDB979B797488E53 /* RCTBackedTextInputViewProtocol.h in Headers */, - 66D0862AC662493A13972A543FF59128 /* RCTBaseTextInputShadowView.h in Headers */, - F0A9AE99FD343D232A1F5E01D7036D41 /* RCTBaseTextInputView.h in Headers */, - 043B1C66D743EB76F6F1A96CF8A329A5 /* RCTBaseTextInputViewManager.h in Headers */, - 9E6E03E429FAE52BB1126715B6F15C07 /* RCTBaseTextShadowView.h in Headers */, - 4CD4EF2FD0DFDE6988BFF509CF2F99E6 /* RCTBaseTextViewManager.h in Headers */, - 7455CA6A7AF66155A09962426D1E8CD7 /* RCTConvert+Text.h in Headers */, - 0AD5D33FEB9B056B558D5E6E4958F64E /* RCTDynamicTypeRamp.h in Headers */, - 06A3E7BEDF5324A6B6A1EA8DCA7DF0BC /* RCTInputAccessoryShadowView.h in Headers */, - 0055B7D83750BC1546036F1DB88DDCDC /* RCTInputAccessoryView.h in Headers */, - C4C7CFE9F18A74F0B7C9D07B377F8343 /* RCTInputAccessoryViewContent.h in Headers */, - 50B1D45EBCE0E75B9A59E3B0F846BD9D /* RCTInputAccessoryViewManager.h in Headers */, - 5D060A89F6B575D6D0A385181AB566D1 /* RCTMultilineTextInputView.h in Headers */, - FA0927732A38242B67258087B405C49B /* RCTMultilineTextInputViewManager.h in Headers */, - 78761DD99C236A8DDEEEADDE13230CA9 /* RCTRawTextShadowView.h in Headers */, - A44C738DDDCA894C45F63859E9F6311E /* RCTRawTextViewManager.h in Headers */, - C5C20448FB61230D0B64EF482D732148 /* RCTSinglelineTextInputView.h in Headers */, - 091074356A7882F4308685E44E8E17C4 /* RCTSinglelineTextInputViewManager.h in Headers */, - 71C595D53D04069931C0D56305F4E587 /* RCTTextAttributes.h in Headers */, - A27E0E8C1618B113D7232C1A50E61F5F /* RCTTextSelection.h in Headers */, - 7F8107BD4103384C96FE2CA5AA3628E0 /* RCTTextShadowView.h in Headers */, - 9A4A24E29DEF4B84418272DD3F097943 /* RCTTextTransform.h in Headers */, - 8B40340E7C8F1C9A126E2A2A9844B4F9 /* RCTTextView.h in Headers */, - 320F3BF5AF844A956B8FAB7A50B42DC0 /* RCTTextViewManager.h in Headers */, - DF704915B38FD914B2FD75AD5D58987C /* RCTUITextField.h in Headers */, - 259B924D187E0B2B60BFDB9F106F87C3 /* RCTUITextView.h in Headers */, - 1768A516B508CB6DB2CA6DF11CA5A1AD /* RCTVirtualTextShadowView.h in Headers */, - 7A39DC48955E916642919CBD9D335F11 /* RCTVirtualTextView.h in Headers */, - 1E0C9D107C929B61D4B23E9BCDCFCB9F /* RCTVirtualTextViewManager.h in Headers */, + 890821868B6146972E028C6CDCFAFB46 /* RCTAdditionAnimatedNode.h in Headers */, + DF58E8CF0A1D74B0B1D6582660B33A6B /* RCTAnimatedNode.h in Headers */, + 3AB2BCC50FC4E939FC03FA2CA6D93E7C /* RCTAnimationDriver.h in Headers */, + FFFD58B8888202E20B594C6DEDBCBA07 /* RCTAnimationPlugins.h in Headers */, + 3BD8694DF761B2FDC7BECD2BF44B222E /* RCTAnimationUtils.h in Headers */, + 2000672F833DFA37DD8CB7BEAFCCF66F /* RCTColorAnimatedNode.h in Headers */, + 0FD8067209C57B8F29919B037BC1ADCE /* RCTDecayAnimation.h in Headers */, + 993B010DAB0C47A19FF3C8CB5F18F3BB /* RCTDiffClampAnimatedNode.h in Headers */, + BFBCF7EE822DE23E5F13DB60A08EE12A /* RCTDivisionAnimatedNode.h in Headers */, + 93917AFA25B6646D3B4C8B89C923372C /* RCTEventAnimation.h in Headers */, + ABBD121FC3379E6C4E0DB69D6C223F28 /* RCTFrameAnimation.h in Headers */, + FEC88C9D9E42428AEBEA8C790889E70D /* RCTInterpolationAnimatedNode.h in Headers */, + 71128E53B471C85A99F88750408B7752 /* RCTModuloAnimatedNode.h in Headers */, + 2E561E90748578416A9EE5CB139792AF /* RCTMultiplicationAnimatedNode.h in Headers */, + B42F97FAE85B0CA99A1BB0B32E53A135 /* RCTNativeAnimatedModule.h in Headers */, + C38C0624ADE70CC7A4721C78981D8051 /* RCTNativeAnimatedNodesManager.h in Headers */, + E3A121600E7E1AF0BAD4F458FB4F3BA8 /* RCTNativeAnimatedTurboModule.h in Headers */, + 0A66803576446C88DE73AFC6C2B9B253 /* RCTObjectAnimatedNode.h in Headers */, + 0D396D428896CA61E2301A747EE5708F /* RCTPropsAnimatedNode.h in Headers */, + CCD0BF1B78D5A69D873D2841DBA1869C /* RCTSpringAnimation.h in Headers */, + 3BFD717911ACBB0C75C28B7BA77DAF93 /* RCTStyleAnimatedNode.h in Headers */, + 4BDBFE1061C5C8DB2356FEC255512FC5 /* RCTSubtractionAnimatedNode.h in Headers */, + 91261AA9EF204EAA4F865018549E8476 /* RCTTrackingAnimatedNode.h in Headers */, + E51D79B40AF3291F91E6759876CA3EFB /* RCTTransformAnimatedNode.h in Headers */, + 90FE9EE300AD62DD80F8ACBEB966A72A /* RCTValueAnimatedNode.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 53D5F1DAAA538B0CFF4B073712C4DE92 /* Headers */ = { + 5C14370402AA4BB4AD7B1F6D8652BE55 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 5754516AC226F7079CABC2EBA136D0CF /* RCTBlobCollector.h in Headers */, - AB146B5A3797AFB29230243896A49D34 /* RCTBlobManager.h in Headers */, - 48348656D5053A19BC440D0895AF8200 /* RCTBlobPlugins.h in Headers */, - 5039D72FCC0274CE87D4CA097F8BA56A /* RCTFileReaderModule.h in Headers */, + 5E4BA94A4BD1964E50FE99AF6BF0B983 /* CxxModule.h in Headers */, + 57E8B60FD6E5FA9BF534BDE834453809 /* CxxNativeModule.h in Headers */, + 5B6BF9900C79C4F7623A28977857CB1B /* ErrorUtils.h in Headers */, + B1ED7A7AD7852A7431686CD7CA9D7587 /* Instance.h in Headers */, + FC894BAE1C98F8C86943904E2C83A368 /* JsArgumentHelpers.h in Headers */, + 563F1EC6EC87919CEDA50FCB4D3C5B98 /* JsArgumentHelpers-inl.h in Headers */, + 0C341730FFBD4215E38D143F056AAD97 /* JSBigString.h in Headers */, + 9979B172D36F3FD1E5835B9D990C0603 /* JSBundleType.h in Headers */, + 2F92EFDA8334261165D9729751EBCBD2 /* JSExecutor.h in Headers */, + 2107303D3315D0F3426CECDA31262A67 /* JSIndexedRAMBundle.h in Headers */, + 0DE685BA8A37536FD089DCCA1AEADA20 /* JSModulesUnbundle.h in Headers */, + 49DE6AADE6DD8D3EF3EB0555A271672D /* MessageQueueThread.h in Headers */, + 6B8F4AA8DFDA7E810544992C621FB2AC /* MethodCall.h in Headers */, + BD6827747579EA86DBDAAA32D9084BE3 /* ModuleRegistry.h in Headers */, + 682BA7F2BE81C4075B446A8A758EC098 /* MoveWrapper.h in Headers */, + 7A0ED52CE1695B89D2AC55E1350CE883 /* NativeModule.h in Headers */, + A55C66E5656D2B2D10BA7A72BF99EC50 /* NativeToJsBridge.h in Headers */, + E19474B280DFA77E434C1C2048E81937 /* RAMBundleRegistry.h in Headers */, + 90ED9323F40C70F953900BEDF86C83CF /* ReactMarker.h in Headers */, + AEB70F3808CB6E0D00B663DA7FC98512 /* ReactNativeVersion.h in Headers */, + F250802327640CC520B809636DE1F35E /* RecoverableError.h in Headers */, + 02316C6ABD89D9DCFC7B8AF62D777CD8 /* SharedProxyCxxModule.h in Headers */, + 88FF806A114A17DF66BCADF876DACC04 /* SystraceSection.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5E22CC6360E57D48470CEE893C98764F /* Headers */ = { + 5C4140C66CDBC309D6DCFA1BCE146F4A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 3B553323908F46C01882B3EC75FD2192 /* Color.h in Headers */, + B7D7841ABF9F0411A5E5307D1DA2C3F6 /* ColorComponents.h in Headers */, + 52450E118C5E9BED82AD4E105DE8E4FD /* conversions.h in Headers */, + BE72B86093B43341E6E66A17E39FC367 /* Float.h in Headers */, + D18A57DE0C2C135355388DF5C2EB6C7E /* fromRawValueShared.h in Headers */, + 3B35DD8BC49B13A3D0EAE82DFF5457B4 /* Geometry.h in Headers */, + EC6ACE9F6F6F8AF98C952D03A7071FAA /* HostPlatformColor.h in Headers */, + 7006296EED73C5539402EABE1BC4F702 /* PlatformColorParser.h in Headers */, + 6B4C8962F186CAEBD9C1D8E294C4CBF1 /* Point.h in Headers */, + 124EE25B6A65DBC1926C13C9CC91C6E1 /* RCTPlatformColorUtils.h in Headers */, + 76D4A3EF85DBD86A0692A18E5A499246 /* React-graphics-umbrella.h in Headers */, + BE9378E4048139E2434CD8416D014949 /* Rect.h in Headers */, + 4EF5C191311E7EF4E4D90D6254B58369 /* RectangleCorners.h in Headers */, + A59FCD183BF94129D76323D85738AA5F /* RectangleEdges.h in Headers */, + F599678CBCE5FA3A056E96545DB7916D /* rounding.h in Headers */, + BC6F9DEE2138A6B67A96F83FBFEFD5A5 /* Size.h in Headers */, + 6E29FD7F204937BC53BC1010354EC995 /* Transform.h in Headers */, + 09DEA251437E9A7F259A7FADBDC16619 /* ValueUnit.h in Headers */, + B9D6695B46C1A7889F7039E360A604F6 /* Vector.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 649EF393D9DB93CBD1848D6B5051CE4E /* Headers */ = { + 5EB5B5D0D6BFF8615D4D1DF5D0982F1F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 4D9FBAD2ECBCF7B3632FC3C383B36F1F /* conversions.h in Headers */, - 6ECECE2748364AFAFEE9F8405C549425 /* ImageComponentDescriptor.h in Headers */, - DCDA0C47CAD3772D852611B930F56013 /* ImageEventEmitter.h in Headers */, - 8DCB0FE65323FB30B8A70CAB6FADD66B /* ImageProps.h in Headers */, - 2CD03AFE5528CA2CB8E1E9D2619BC19F /* ImageShadowNode.h in Headers */, - D3C9E23F1BABB28E8FFA2E605F58652D /* ImageState.h in Headers */, + C54B8565B5FFD71C349912AF08E0CE61 /* ExecutionContext.h in Headers */, + 0C829322BFE8672132D133A9ADDC02E6 /* ExecutionContextManager.h in Headers */, + 3FC78F29079C2C32E0662B9734092AA1 /* FallbackRuntimeAgentDelegate.h in Headers */, + 9C380E9FAFBB1F19957EED6469446B92 /* InspectorFlags.h in Headers */, + 3EBE1E69C78277F3AAED44F5C90F5922 /* InspectorInterfaces.h in Headers */, + 9178CD20BCFCB0BC939BC7561FCB33FB /* InspectorPackagerConnection.h in Headers */, + ACDD1A69BD4842832E7BA0BB94F2DD32 /* InspectorPackagerConnectionImpl.h in Headers */, + E3BF65D170B30D844332C8C4223E8E85 /* InspectorUtilities.h in Headers */, + FACA8109B0EC6154E355B2B3F3CE7F17 /* InstanceAgent.h in Headers */, + EE9C939880E3A056DAC25A4A496399E4 /* InstanceTarget.h in Headers */, + CA84E75F9218D17F7CDAED715D619E5D /* PageAgent.h in Headers */, + 486006AF8D114F257E87351B3C8A5E03 /* PageTarget.h in Headers */, + 653AD0E981ED5210BF09AFE61A844339 /* Parsing.h in Headers */, + A276C17FE51EEC55219F3A15FC9278A1 /* React-jsinspector-umbrella.h in Headers */, + 744CFE8EFE8318B6887C7D057FB590D2 /* ReactCdp.h in Headers */, + 4E995A62CBE562B414C48A4D96830F4E /* RuntimeAgent.h in Headers */, + 028D9502D34CF9EFCF733F318ECCD483 /* RuntimeAgentDelegate.h in Headers */, + B7CE41DF964F198D03359FD16C29AD66 /* RuntimeTarget.h in Headers */, + 5D29D817CD0566EC101B3FB3C26BF9C7 /* ScopedExecutor.h in Headers */, + E8FD4F2B225C52C7C56487D34692AEB8 /* SessionState.h in Headers */, + C183B242623BA337D3C0F828AD6BA9AD /* UniqueMonostate.h in Headers */, + BDB5B6E32C9C64AAC0AF0F3D37F137F9 /* WeakList.h in Headers */, + 53B4AE3B6F2DD428F69FCE1829438257 /* WebSocketInterfaces.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 654F55BDBEE6ADF66E5B456CE50D98E9 /* Headers */ = { + 6819AB1E5F52E6E756C996BB746F2016 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 882B1D1E6C18CF840E6C376CBCC1F2A0 /* RCTAdditionAnimatedNode.h in Headers */, - 5105E4725CBAE637E7B1D308062C7F33 /* RCTAnimatedNode.h in Headers */, - 87A15D2487989537CF0F6199FCE6536B /* RCTAnimationDriver.h in Headers */, - F270DC46A166580366A3171662C90F7A /* RCTAnimationPlugins.h in Headers */, - 8F09D7C8FD3B269D91EB0B679042F435 /* RCTAnimationUtils.h in Headers */, - DA3FD68175F0FCED8A400F43E9334144 /* RCTColorAnimatedNode.h in Headers */, - AA5E5A0A256DC1197B951C26810E0D77 /* RCTDecayAnimation.h in Headers */, - 3AE3800556F6302845CCB21253624D50 /* RCTDiffClampAnimatedNode.h in Headers */, - 021BCED120E721B4183A8AD8CFC5C529 /* RCTDivisionAnimatedNode.h in Headers */, - FBE3F4F614F85B10D351AA570E4BE0BF /* RCTEventAnimation.h in Headers */, - 76E515202CAD5C69DDB9530A453B7FA6 /* RCTFrameAnimation.h in Headers */, - F9FE77F81EE723797679464D98F55E6D /* RCTInterpolationAnimatedNode.h in Headers */, - CD6C30054700051E75FFD13886A45A9F /* RCTModuloAnimatedNode.h in Headers */, - 4CEA7D52E1131D8E42E7C00E90654D0C /* RCTMultiplicationAnimatedNode.h in Headers */, - 4341ADB99015FE117533410257E1F24B /* RCTNativeAnimatedModule.h in Headers */, - 960D4FB66520345BDBD3244F38599A68 /* RCTNativeAnimatedNodesManager.h in Headers */, - 72288B56E3D57C7627AD58B605BB8646 /* RCTNativeAnimatedTurboModule.h in Headers */, - 3C4759AE926BE96895C3DAED70B9B2BB /* RCTObjectAnimatedNode.h in Headers */, - 8DB9A5188CE26C73763A7AF2B950B867 /* RCTPropsAnimatedNode.h in Headers */, - 084471E4706BCF41FFE1929387AFA5D2 /* RCTSpringAnimation.h in Headers */, - E4505CB21EED39D2A22165DD5515DCAB /* RCTStyleAnimatedNode.h in Headers */, - C756E55986F09A477609830FEAF6954F /* RCTSubtractionAnimatedNode.h in Headers */, - 7822C2D745F9AB72302D7BCAE99D4A0A /* RCTTrackingAnimatedNode.h in Headers */, - 7C6D344268C06146C4CC3507C53EA896 /* RCTTransformAnimatedNode.h in Headers */, - 2EF2D0C1A817D048B25EAF98A4662C5C /* RCTValueAnimatedNode.h in Headers */, + B7B95F233F6AFFC68E4B9CD4F18E0EAF /* RCTAppDelegate.h in Headers */, + A7D30D7B1B80839FB303F4681082D409 /* RCTAppDelegate+Protected.h in Headers */, + C27DC9FF99360274DA538C421B4F71C1 /* RCTAppSetupUtils.h in Headers */, + 9EAD4F18278E7EB2645F6DEA5C454695 /* RCTRootViewFactory.h in Headers */, + 4C94BF7B2D691369F2AC39B151E3E3DE /* React-RCTAppDelegate-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6ADA4743C34E68C1EBF955D262445DDE /* Headers */ = { + 74E7814F4B2665A4B71520D1FD570E65 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 3D77407A19494090FF57F73616D734D8 /* decorator.h in Headers */, + 10FD9B5E858AB7024274775682AFD14B /* instrumentation.h in Headers */, + BF8E3A91D5B558AB51CEE906B5AD877E /* jsi.h in Headers */, + C96B7502400A4B3C2BF51868F40533CA /* jsi-inl.h in Headers */, + 6AEB18995E0DCEE6CCE54BD53AF7B465 /* JSIDynamic.h in Headers */, + 711E2F00A29C1C7E12B55ED37DB50C58 /* jsilib.h in Headers */, + A7C3F262E0817389B32853B800C6AB71 /* React-jsi-umbrella.h in Headers */, + 927C8D7BB3740323066FE2E8CD53F02D /* threadsafe.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6E26FB8D3C041E5B829B75A15A58344A /* Headers */ = { + 7556844A2603E807BA60BBFA9278F78D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 9DEB97C928294467BDC94346061684AB /* NSRunLoop+SRWebSocket.h in Headers */, - 7B819F20B3B4CA762990ACD4AD0D8183 /* NSRunLoop+SRWebSocketPrivate.h in Headers */, - D5D9A6A07BA34A1567B80F0C17F6DD4E /* NSURLRequest+SRWebSocket.h in Headers */, - 958D29B61D0759F363BDD3EC0E094D30 /* NSURLRequest+SRWebSocketPrivate.h in Headers */, - 8B4B30D3C3288E7B094116B1D6F4F23B /* SocketRocket.h in Headers */, - FCF53CC7F6F56F1B95D2F0F9670D2C35 /* SRConstants.h in Headers */, - EC67A48CC740C0028AC2060EA9A03D3C /* SRDelegateController.h in Headers */, - 43560B0ACCF8B0F4FD9DC0A311B2CDBF /* SRError.h in Headers */, - BF465C7A4A577BA245E1B817567CFD90 /* SRHash.h in Headers */, - 462EF1F5BEE059FBD0F7DC14978B02F6 /* SRHTTPConnectMessage.h in Headers */, - 346722DF7056904E293C90AD05D0C608 /* SRIOConsumer.h in Headers */, - B447B5A43D7DF1F8B86B647ACDAF22E1 /* SRIOConsumerPool.h in Headers */, - B3D28C361CE2DAEC3D3CC5DA93CACF10 /* SRLog.h in Headers */, - 90AD493F5B9A337232DC971BB2F4DC0D /* SRMutex.h in Headers */, - 5F48ADA0631920BE2BBD90CC7F05E465 /* SRPinningSecurityPolicy.h in Headers */, - DD5983FF4C697D8E81D79FFD84ADF043 /* SRProxyConnect.h in Headers */, - 34D33649FDE654BAA80CDE8451DA1421 /* SRRandom.h in Headers */, - 2A6EE4E5716FED95918EE535FA31FF7B /* SRRunLoopThread.h in Headers */, - 82378A64AFCCCF98B8AF80499F7286BB /* SRSecurityPolicy.h in Headers */, - 841574E282BD9521F327E0410B56745C /* SRSIMDHelpers.h in Headers */, - FA799CDD7E8ACC647EF65D33B70B7447 /* SRURLUtilities.h in Headers */, - 3922ABC7CF3F9614ECFEE6AA8C3BB73E /* SRWebSocket.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 744FDACF0DD4629E50693169F1AF5214 /* Headers */ = { + 79B39A2A7F90A076B7453661C54FDD9D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - D731E00D9523A33253FF59C74BCAAEF7 /* bignum.h in Headers */, - FE2371127A455186CA2EBF8E1AC86708 /* bignum-dtoa.h in Headers */, - AB18A04407A78C1A84D1525BF3F3A542 /* cached-powers.h in Headers */, - 79F92A6A7A61F5DC2B6644E4FC256217 /* diy-fp.h in Headers */, - F726D01BCE7280404F7B4F7784C17D09 /* double-conversion.h in Headers */, - DD32FB5C2ACD85E2256E14914CA92597 /* fast-dtoa.h in Headers */, - BEB24FEDD7BD59002FB857F62FD130F8 /* fixed-dtoa.h in Headers */, - 12A29EC97A7C0EB53616978A39BCBDA1 /* ieee.h in Headers */, - CBCF0CD33FE7A4755EC766DD3B72A519 /* strtod.h in Headers */, - 67034209F2A1E8129C0058FFCC8134B0 /* utils.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 76C68C03EE82C45A690E25867B8EC6E7 /* Headers */ = { + 8656D5B4FA65E6F049F59F1441FCCF44 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 5E52BE112F93EF6A3B0DD141E072220C /* BridgeNativeModulePerfLogger.h in Headers */, - 7E81D8CBF0F9A2918E72A394D86041AD /* NativeModulePerfLogger.h in Headers */, + 5290B35633031393762B3BE3DD7B6BB2 /* BridgeNativeModulePerfLogger.h in Headers */, + C55E12D16DFC55B05F20AC48CC367A4D /* NativeModulePerfLogger.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7B2A2ED5C89F6B49C8FDFD570D2C8F7B /* Headers */ = { + 88C438498ECA995F20C03105412663D0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 01E2D072D65078511C7BDEEFFE711C15 /* RCTBlockGuard.h in Headers */, - 0D27122D30F81F59EF3DDC424667745D /* RCTInteropTurboModule.h in Headers */, - 293926CF93F34CAFBC729D86A97E7939 /* RCTTurboModule.h in Headers */, - 17AFEC21D112A435843B59F12C542C75 /* RCTTurboModuleManager.h in Headers */, - 2EE50EC8A121E13F9A8734673F64996E /* React-NativeModulesApple-umbrella.h in Headers */, + 89423B1A952759E81DC0C4287F475231 /* RCTDeprecation.h in Headers */, + BC7F8E1CBD8D713846A0BBFB5CACCFEF /* RCTDeprecation-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8ADCCDF9E6FB0651DC4A652DBA49895E /* Headers */ = { + 91B596376A967609FA5D360BDD3E4367 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 649E38BA70D9B8DB2F9788BFB3FA0E93 /* CalledOnceMovableOnlyFunction.h in Headers */, - 83342569AB350697753B03BFE726304D /* ContextContainer.h in Headers */, - 2C78495BCA56059F305A99663EA0B403 /* CoreFeatures.h in Headers */, - CF4DBD00D4A757ACD13AFCD2695A0AA1 /* FloatComparison.h in Headers */, - 8D845DBA8E5C4F3F9B73BFE7FD9AEB8A /* hash_combine.h in Headers */, - 1A035743CCC0F9E007CE4E6517A02B19 /* ManagedObjectWrapper.h in Headers */, - B6EC4D32C08B515B2601360F0BDDE69E /* React-utils-umbrella.h in Headers */, - AC0535B219A0F5E08F1FB12B94F656C2 /* RunLoopObserver.h in Headers */, - 874360FD35C0FAE20AD2E7B54AA4F3B8 /* SharedFunction.h in Headers */, - 8FFAE46FDDE8F32563FE9F7AD8257CCD /* SimpleThreadSafeCache.h in Headers */, - 71A95CD0B4E0D27911A0414A9F0DA12F /* Telemetry.h in Headers */, + 017DF990D65F9C2E66641A01B59D6B5A /* Access.h in Headers */, + CF679B941190DB17482EAAB2423482B4 /* Access.h in Headers */, + 1F72F587B6C3002E9497082BD1AA562D /* Align.h in Headers */, + BDEFFBF8EF6DDBC1114CD89E77DDD2B4 /* Aligned.h in Headers */, + B38B9B77CEE53F8B3F021D142B3B4E89 /* ApplyTuple.h in Headers */, + 08C4E352A9F9F366FA356A9978482B37 /* Arena.h in Headers */, + BB4F1FA68DADFBABA5CDF3C1D7045F38 /* Arena-inl.h in Headers */, + B69C081CE535E0CE9BFBC9566B1259E8 /* Array.h in Headers */, + E60661F419313219CAB90AAA4BC569CF /* Asm.h in Headers */, + 7F0FFA25BF039E3FEC89257156006BB2 /* Assume.h in Headers */, + 3F344B5BCE4AC351E0E383F5688F37B9 /* AsymmetricThreadFence.h in Headers */, + D612BC5C887E6996DDC550FE55D73EEE /* AsyncTrace.h in Headers */, + E22FDC89AEB18B28B58FE9516DCDEA07 /* AtFork.h in Headers */, + 7F25A20E6035D2002292AB1D88D1D35A /* Atomic.h in Headers */, + 3EC98ADE8058D966A66677C7720BEF1C /* AtomicHashArray.h in Headers */, + 9939A9054B27EC267D364A8B16FB9959 /* AtomicHashArray-inl.h in Headers */, + 3863DCA85A7094A440D5551001AA0CC6 /* AtomicHashMap.h in Headers */, + 5E6D160C875DB3935553DD37CF62507F /* AtomicHashMap-inl.h in Headers */, + C8116CD6D7885B9BF76539C205568E78 /* AtomicHashUtils.h in Headers */, + 875A937197A2E17F4FFDCBEF110CD993 /* AtomicIntrusiveLinkedList.h in Headers */, + 707CA342CE6A6666CA1D5E537C243D40 /* AtomicLinkedList.h in Headers */, + 117CFBAF2F3D6DA74F906DB824DBA6A0 /* AtomicNotification.h in Headers */, + A254132978ABCE50DAD9D233D0F89E0B /* AtomicNotification-inl.h in Headers */, + 31519DE72E79DF61D9D2A39A29C69147 /* AtomicRef.h in Headers */, + 374104F0C17176257605FDFEC67C537C /* AtomicStruct.h in Headers */, + 5AACF18D85E08DADE6C9208ED3F6A7D0 /* AtomicUnorderedMap.h in Headers */, + DF410589C0140F902BB7B8E4C1C38CA0 /* AtomicUnorderedMapUtils.h in Headers */, + 0C1656F42CCF33F050C0CE2F7FC009E2 /* AtomicUtil.h in Headers */, + 7446CA132F347A062A8953D8892D48C0 /* AtomicUtil-inl.h in Headers */, + 201B4E5253766941A6453DBDAEBB5A7B /* Badge.h in Headers */, + A95DE42763202885855D7D06BC84D1C7 /* base64.h in Headers */, + FBAC357014D2034EA5D2C9B1B17E5E32 /* Baton.h in Headers */, + 6C0DB8EAEB1FCD9CDAA61E9B467F4CF9 /* Benchmark.h in Headers */, + A2D2289CC073BE7056299A54E1245ED8 /* BenchmarkUtil.h in Headers */, + 7F39D856A35CF04F8D6416A5DF528342 /* BitIterator.h in Headers */, + 988804049A0E839CEE4F97680EA6F030 /* BitIteratorDetail.h in Headers */, + AE53F4F8AE46955F8D5F913F84AE9ACE /* Bits.h in Headers */, + C2619EDFD44B3B235FB459A25B4A72B7 /* Bits.h in Headers */, + 4DD93443D6B7F7732D024E85E90D06E9 /* Builtin.h in Headers */, + 9D92D08729B4FAAF303182FEBC7434D2 /* Builtins.h in Headers */, + 23EA4F6D2E5FC91C6D53D8806CEAB325 /* Byte.h in Headers */, + AF31D319038A2C77960FC990CE634F65 /* CacheLocality.h in Headers */, + 759763993CBCA407771469574C2A48A5 /* CallOnce.h in Headers */, + D06694D3AD50DB51D293984A9018A124 /* CancellationToken.h in Headers */, + B0EB53E50359F579A7E205E8370A5906 /* CancellationToken-inl.h in Headers */, + 702965A08043A7A64AAB09E780D08663 /* CArray.h in Headers */, + EC459A986FF283D828DC0709F40EA216 /* Cast.h in Headers */, + 11E23CE507B474D1E3C4F5B07071F93B /* CheckedMath.h in Headers */, + BDE6C06ADC0B7FE944334E2321297371 /* Checksum.h in Headers */, + 07E90BA58803F737B48DA6554802CA36 /* Chrono.h in Headers */, + 6D26C8780D61C6AB8EBB3BD7540D9A0B /* ClockGettimeWrappers.h in Headers */, + 2AF8AFC12AED081CCB827E74F6E3CEC2 /* ConcurrentBitSet.h in Headers */, + 94596CFFB0AF1EAE8EABCCF8ABA45AB8 /* ConcurrentLazy.h in Headers */, + 1671FF1B0ECF02D1CEEA5C6BC8BD0545 /* ConcurrentSkipList.h in Headers */, + 30E5FD6C28B6DDE9382A00324EB0123E /* ConcurrentSkipList-inl.h in Headers */, + 21762E8D44EA510506E4F327D3288746 /* Config.h in Headers */, + EE5FC9431E2D8B9E8E29AE277727E9FA /* Constexpr.h in Headers */, + 4ED180A39A38A5F8D12F8A4DD4E0B5F2 /* ConstexprMath.h in Headers */, + 3497C572885DBA4E24B62AC77F10BD16 /* ConstructorCallbackList.h in Headers */, + E94921804AC15DB216F286A5109E560A /* Conv.h in Headers */, + C032E5BB08569C501D19399A5F42C999 /* CPortability.h in Headers */, + 3CCDDC20E73F5316F844BD418D7FB570 /* CppAttributes.h in Headers */, + 309E25F08B621B5EBE7BF0494CC68190 /* CpuId.h in Headers */, + 9FDC7DCF86B38C6B6DC5A4653928D9DE /* CString.h in Headers */, + 4EF0F1BF78B522ABDB1A343A8EAC534D /* CustomizationPoint.h in Headers */, + 2795ACF267C2F8A23C4534D06B00D110 /* DefaultKeepAliveExecutor.h in Headers */, + 0C1DD5D979DF1A9CFCB7ED8034F0C6F0 /* DelayedInit.h in Headers */, + DD34249033E690DE83215ADFB07FC012 /* Demangle.h in Headers */, + 58F393E4C17D34757898EC95342CE376 /* Dirent.h in Headers */, + E8C5BA1F6806B8ADC9B77E0D87BE6426 /* DiscriminatedPtr.h in Headers */, + 744611E545D70C9024F524DCDE333162 /* DiscriminatedPtrDetail.h in Headers */, + BCAF65D4FF616E0657166D728E13A11C /* DistributedMutex.h in Headers */, + 6803F6AF68CE85F55D315BE81FC01F8D /* DistributedMutex-inl.h in Headers */, + 0B0269B6A3EE1DBDAAE36B6D4D159963 /* dynamic.h in Headers */, + 5AAC1149A7EFCE52B0C9734F26DE5DFF /* dynamic-inl.h in Headers */, + CF09FB6845E2AC4E839B337CAB546E51 /* DynamicConverter.h in Headers */, + BB7454F5C1251EBA25AB7F058CB59A20 /* EnableSharedFromThis.h in Headers */, + BC9D1F143856CC6872D6C3559711EDAF /* Enumerate.h in Headers */, + 5D15D3759AEB01EFD4AE2A00A7EE7E6C /* Event.h in Headers */, + DE170A419A4F9680E64D24A8098D12E8 /* EvictingCacheMap.h in Headers */, + 67721682C2C9B376827FE29F914C2AF6 /* Exception.h in Headers */, + AFB5AD9523C803DB448766320C6E2C73 /* Exception.h in Headers */, + 3A1DC7244ABEED96A40CF933FC2E60D6 /* ExceptionString.h in Headers */, + B3032B5AE72FAEF31190CBBC5B0CE62D /* ExceptionWrapper.h in Headers */, + 0E62F29B3D5442BFEE2027D69162BDF7 /* ExceptionWrapper-inl.h in Headers */, + E187EF2A89D79C4FB2ADBF3CC9206292 /* Executor.h in Headers */, + 1DAE7679F73905E15A400EAA0352004A /* Expected.h in Headers */, + 061B1D7E9A7E2A984C737EABBEADD5F6 /* Extern.h in Headers */, + 5947D88D6B066FB8DEC986C769F42F89 /* F14Defaults.h in Headers */, + C2AF2A840E1928C9F60C0AA90B705BFA /* F14IntrinsicsAvailability.h in Headers */, + CE297BDDD210CFFECB76D3DDE5F79D3F /* F14Map.h in Headers */, + D09944151640950A50227FED4D33D066 /* F14Map-fwd.h in Headers */, + 7BF8D2646D1CAF6729DF00B7A59FE017 /* F14MapFallback.h in Headers */, + A0FE61561DE7D4E63D766ED6280A7766 /* F14Mask.h in Headers */, + 6D208E676E5ED9C469B15EA9ECE737DD /* F14Policy.h in Headers */, + 198422DED4D172D61EEF24D51F0C90FC /* F14Set.h in Headers */, + 2127F903E8B55484942293A05FD9C18B /* F14Set-fwd.h in Headers */, + 03366D45E928B9EBD08D6BFDB5566C4D /* F14SetFallback.h in Headers */, + DC004696A79087E85BD8B4ACCD0AEBCC /* F14Table.h in Headers */, + A55A7FDB0ED4E2B992421280DE3DF1D2 /* FarmHash.h in Headers */, + 85CE887F8160FAC60A5613E583CD369A /* FBString.h in Headers */, + E28AB3E3CA812DEDE441BBD946498138 /* FBVector.h in Headers */, + B94D8534EACBCA2D52D42FE0F7EC7B6A /* Fcntl.h in Headers */, + 91A571775E906D836350ADADEC849A4A /* File.h in Headers */, + 3A0154B9D205F094345A2BA8B30AA58E /* Filesystem.h in Headers */, + C0897BC0137C74A33DD2883F8E433ECE /* FileUtil.h in Headers */, + D9D6B9A1B8A9324BA41626AE691533BA /* FileUtilDetail.h in Headers */, + 5B54AF84CA742AC586CD4B9A08153940 /* FileUtilVectorDetail.h in Headers */, + D47AF34FA46EDE8475273445306B7937 /* Fingerprint.h in Headers */, + D49827B0FAC4BD22AB3B08E10FC71051 /* FingerprintPolynomial.h in Headers */, + 0B2B305A2CAE42A22ABF7A71994E8C63 /* FixedString.h in Headers */, + 9CA0EAF6DDBF255B903EB6F6FC52E0D4 /* FmtCompile.h in Headers */, + CE24A9E32AA34B04A30BB385163BE369 /* FollyMemcpy.h in Headers */, + BACA247E7575A79D1D48E553058B2976 /* FollyMemset.h in Headers */, + 0ECBB2631A8B65825964451B921BF5DB /* Foreach.h in Headers */, + FD2E98D9CB060B5341099B9ADB7B098D /* Foreach-inl.h in Headers */, + 63B539B0CE7DE154473F78239B0D3E75 /* Format.h in Headers */, + C8809AF5166285F86569DF60E9E4588B /* Format-inl.h in Headers */, + F92D7374EFCC337E0153EF9BF6E660A5 /* FormatArg.h in Headers */, + E4DED56A63CBA885B68CE8ACB532234C /* FormatTraits.h in Headers */, + D0515E6C90A79FC61FA6AA4547A22242 /* Function.h in Headers */, + 6C963BD5A4AF0CBEE113E34A5AD7D0A6 /* Futex.h in Headers */, + C0C35A59710DB7C0E344E402A71E326A /* Futex-inl.h in Headers */, + 91FE7C0592A4570B5BDEF0B5BD337FEA /* GFlags.h in Headers */, + 31D4FC1E4131A0B940E87016B5558AE4 /* GLog.h in Headers */, + DBD56004083F156CFDCC1D9EDCB75C1A /* GMock.h in Headers */, + 46FEBA35C6BCC1DA359FA4818280E7C1 /* GroupVarint.h in Headers */, + 4D50B5E65DC561AF8C8A0C625A261512 /* GroupVarintDetail.h in Headers */, + 5093844A96D536399D02C2EC5DE8B829 /* GTest.h in Headers */, + C786F85A5EF2AC362596E13AA803CEBA /* HardwareConcurrency.h in Headers */, + 827D7956B2E401FEEAE0266A95CAD3F0 /* Hash.h in Headers */, + A95970C4A74B1F4378A0406E2484D32C /* Hash.h in Headers */, + 4FEAE94C64B4E7C4982BD2CB545711B1 /* Hazptr.h in Headers */, + 5772DF2C067E6A85596FA510298BA4F8 /* Hazptr-fwd.h in Headers */, + 07600B8FEF009F0EF5D1EE0510FDEE45 /* HazptrDomain.h in Headers */, + 5F37D7E6B6EEB1FCA64D72A039B04E9F /* HazptrHolder.h in Headers */, + 58974F1CDB4BC9CAFBBEA3777F0DFEBD /* HazptrObj.h in Headers */, + 71A038ED712C2249A49737A7DF499932 /* HazptrObjLinked.h in Headers */, + D5A493A2DC6BB01DCF68C20D070211F1 /* HazptrRec.h in Headers */, + 536BA5E6F1BDEBF1509C5E230951E959 /* HazptrThreadPoolExecutor.h in Headers */, + D19E93538E81D1EA6110AB9D09F8CBB5 /* HazptrThrLocal.h in Headers */, + 645D3E41350D979EE998CAC5B0B50030 /* heap_vector_types.h in Headers */, + F81C865E5B5533C436995EC5E52A4B02 /* HeterogeneousAccess.h in Headers */, + BE78B704D8C638CDE420A05430C23402 /* HeterogeneousAccess-fwd.h in Headers */, + B89B95DC19D784FF1D918EF174F7304C /* Hint.h in Headers */, + BD19A05C58B1EC18B47AAF026E4DC966 /* Hint-inl.h in Headers */, + 882323307508D2F24D0977D0A77F86B5 /* Indestructible.h in Headers */, + 463357058D1F85D874C7B62913D0FB51 /* IndexedMemPool.h in Headers */, + FF2681C5F344F1C15BB22CAB3D37600B /* IntrusiveHeap.h in Headers */, + 888D80843EE8FCA8A3111C91CA24A999 /* IntrusiveList.h in Headers */, + A64C2E2436921D1072D8A53C3DF89C6F /* Invoke.h in Headers */, + D8447913DFCF5B46D25A9E40632A51A0 /* IOVec.h in Headers */, + 2302E49723D8DDAEDAE358344C4523DB /* IPAddress.h in Headers */, + 07BFA4FB5FAF3E14B7D0E4C8711EF0B1 /* IPAddress.h in Headers */, + B8DC5312262AA5FA9C450ABC35A99FC3 /* IPAddressException.h in Headers */, + 426DB0CBF495DD7166EBDC0A188B3F68 /* IPAddressSource.h in Headers */, + 3AAA14243A77113026B848ECEA53CF6B /* IPAddressV4.h in Headers */, + BC8F3B887DB5312669D79FBBED471C90 /* IPAddressV6.h in Headers */, + 9C1A1AD1616249A784D388BDF0097A98 /* Iterator.h in Headers */, + CD639A6F3B9AC7F773C16CF14E65FFE0 /* Iterators.h in Headers */, + E66AD268C60422D082BEE54709653AA9 /* json.h in Headers */, + CEECA36CB4ECD4DB8650B1C0AFD35463 /* json_patch.h in Headers */, + E2EEB36768E7218D47E9C3CCDC290138 /* json_pointer.h in Headers */, + 7A929745AF8FF896CBFC97801A077941 /* Keep.h in Headers */, + E31E02EC62FF9E9E089267079E217636 /* Latch.h in Headers */, + 648546E37669DA35243A1A9CB0DD7C59 /* Launder.h in Headers */, + FA441FA915776C369C08804D23D7DA51 /* Lazy.h in Headers */, + FE2957561C5BA3A18683A03C5EDC995C /* Libgen.h in Headers */, + FECF2B95FB337E11258FC827F97C5516 /* Libunwind.h in Headers */, + 9593D619EFB09CA84DE565FF4D96EB48 /* LifoSem.h in Headers */, + E4D2C49797D59B2052F4B053076FE96E /* Likely.h in Headers */, + D874563FB7B3E2324F5D62A96A1D66FB /* Lock.h in Headers */, + 86FFDED80645961F5B0E1C77813A3E3C /* MacAddress.h in Headers */, + 4AD9029E8839583D77C01D0769BFE50D /* MallctlHelper.h in Headers */, + 151E1345EEB4F94B1CDF454826A8A392 /* Malloc.h in Headers */, + BB715F4BA27FE3E850E271F2F75C37A6 /* Malloc.h in Headers */, + 821D1FFAF81B7DEA7FF2DCB766C1E069 /* MallocImpl.h in Headers */, + FFED29E1CC4B6F3236B8A5D380AC3447 /* MapUtil.h in Headers */, + E1549E411581F07CCF13356092963823 /* Math.h in Headers */, + 30B45DCAC90068BB83348CA5902B8A53 /* Math.h in Headers */, + 8A092C05BF760852783B87DB4FDB2AFD /* MaybeManagedPtr.h in Headers */, + D21E8439B7C2A9FA86AB82CBAD4FECD9 /* Memory.h in Headers */, + 94E79DD64E0788BB7AD3BD1210CB6EB0 /* Memory.h in Headers */, + CBAFAA32CD193D8766E0AA81E5043296 /* MemoryIdler.h in Headers */, + 46661E9599B2C3FFCC3382FB3A5FFE2D /* MemoryMapping.h in Headers */, + EC366E71583207A1FF0C46AE4BB7C276 /* MemoryResource.h in Headers */, + DF670DA3ED5334665E6359FE60D70590 /* Merge.h in Headers */, + E3A1C4B353CA38F45A94333BF57BC185 /* MicroLock.h in Headers */, + 055DA973F87A7B3ECAE8DC3E4579BE45 /* MicroSpinLock.h in Headers */, + FA517A5F883F194823AC6289673A6563 /* MicroSpinLock.h in Headers */, + B337848370ED5CE208F7515930D400E1 /* MoveWrapper.h in Headers */, + 61EDAC784E6BE6CC11E90819789A6DAE /* MPMCPipeline.h in Headers */, + DB423C91AD697AC50ED1D8717786DB82 /* MPMCPipelineDetail.h in Headers */, + 50AA780906EDCC9F6292E6EC33FE9AF0 /* MPMCQueue.h in Headers */, + 223B827459F291942AAB05E2A456B6AE /* NativeSemaphore.h in Headers */, + 4B28898B17974A51B867C8CCFC44489A /* NetOps.h in Headers */, + 32F2AB6A8644D4D1214F84733E66E464 /* NetOpsDispatcher.h in Headers */, + F62F7C9B6B3D4C75CA27889AF8F5D099 /* NetworkSocket.h in Headers */, + 3D3FF2249FEED66F576893A1E61C19FC /* New.h in Headers */, + 2C1991F1D309596566A8060D4AA46B58 /* not_null.h in Headers */, + 0231AD4A2A7FBFE5C9D2F17185F85FFC /* not_null-inl.h in Headers */, + 0B59F1574F8DE2DC67F22706B855B56B /* ObserverContainer.h in Headers */, + 1FAE05CEA6EEBE5C78C774D3210A258B /* OpenSSL.h in Headers */, + 9C187D694BC2F39668C0730FF0BECF50 /* Optional.h in Headers */, + FA97A04B1279EB33668144798ED22447 /* Ordering.h in Headers */, + A6F760D3AECEDF09C3CCA0D126B07C7E /* Overload.h in Headers */, + 7E005F703B871E6F1DCBE37739EB9BA9 /* PackedSyncPtr.h in Headers */, + 54CC533A473A58B04C39D4F6E221B40F /* Padded.h in Headers */, + E8246C3EF8CEB14A7575546B4C5CECD7 /* ParkingLot.h in Headers */, + 31E564ED4FF70E455D56A3FE8E642B7E /* Partial.h in Headers */, + 6626D2DBEF601EBA88A883827E0295B7 /* PerfScoped.h in Headers */, + E1398CF744BD639B09992EA62651FA74 /* PicoSpinLock.h in Headers */, + 1C834508104A30A18F88CF2096F4D027 /* Pid.h in Headers */, + 6B4D310DF575EB380CFD8E9008409324 /* Poly.h in Headers */, + DC0175AB5F97BE5219331D7156CE1659 /* Poly-inl.h in Headers */, + 7D0D84A0154B18374120BC47B1D87B83 /* PolyDetail.h in Headers */, + 4EBF8CAAE3B17B65F2D10529F0D236FF /* PolyException.h in Headers */, + B88A2040ECB1F70E8F25F03E8F33187E /* Portability.h in Headers */, + 2FF0092F74C6CF1ABAD0EEE5E9B7DCE2 /* Preprocessor.h in Headers */, + A1394038D409340FD789C018BBC1889B /* Pretty.h in Headers */, + 7F61C911147722C681DB4FAA34CA76A1 /* ProducerConsumerQueue.h in Headers */, + 8E8EBCCDD1F8861EE6CA56DDED1D958F /* PropagateConst.h in Headers */, + 22C211E6B7DAF646E04306522824BBE2 /* protocol.h in Headers */, + 02A0A139AA95C6D1D6EF74AC71B17B90 /* PThread.h in Headers */, + 9068BB732F9B931880C0F8BFE1133112 /* Random.h in Headers */, + 9D4EC18EDF8D39C00319EDCBF1F79BFE /* Random-inl.h in Headers */, + B2DC64D7C3CD066F1671B9F4D25DAB6D /* Range.h in Headers */, + 2F88D219CCD7E3E739539945E990B622 /* RangeCommon.h in Headers */, + 1F8AEF1CE8B533F95A189E4023D12779 /* RangeSse42.h in Headers */, + 6238DD8BEB29E55D03B1E651157E7B2A /* RCT-Folly-umbrella.h in Headers */, + 64CFD3AB2AD6AFAF98EBAA5EDA7912CD /* Rcu.h in Headers */, + CAA34B58E886CD7FFEA08D44224E647C /* ReentrantAllocator.h in Headers */, + E11ADB7262AFE9B01BE2A4D975123EAA /* RelaxedAtomic.h in Headers */, + 4EE2A2F1C282DD56E3EACAD3D5B911F6 /* Replaceable.h in Headers */, + 066F723FEEAC257D987EC4692F9132EB /* RValueReferenceWrapper.h in Headers */, + E9BE847CB39266616A343D766185AE45 /* RWSpinLock.h in Headers */, + 8FADB205FCA25F99038ED124EC0587A4 /* RWSpinLock.h in Headers */, + 2325A82054865E3115D014BB158CE549 /* SafeAssert.h in Headers */, + 34057EED3E16A361B64AECEADE8125C1 /* SanitizeAddress.h in Headers */, + A6A384ACF91A0F0532A09484483AE49C /* SanitizeLeak.h in Headers */, + D011BB8962CE2E4274EB53AA1B967D44 /* SanitizeThread.h in Headers */, + 3DE0145BCB2860FB847CCB3BC9C25300 /* SaturatingSemaphore.h in Headers */, + 60190426D00C02887698BE0BE510103C /* Sched.h in Headers */, + 71ED29F2A5198E2ECDC85E8A33913487 /* ScopeGuard.h in Headers */, + B8C5AC5B7DA9B2A06BA64F5A4293A1EE /* SharedMutex.h in Headers */, + EF146B59AE948C6C6364E8EA84B78330 /* Shell.h in Headers */, + 30423632D5CB339BCC2AD8432337F83C /* SimdAnyOf.h in Headers */, + CED9A3245D7A70EDF4C68CBD7962505D /* SimdCharPlatform.h in Headers */, + D3EBECC8D67FF3FC5EAA9C674B0E118A /* SimdForEach.h in Headers */, + FBF16827FFCE880C6C9310D61C773760 /* SimpleSimdStringUtils.h in Headers */, + C324ED09ACD63780DE0215EED2E91E81 /* SimpleSimdStringUtilsImpl.h in Headers */, + 2A3DF91AE6FF101059F589E7310AC371 /* Singleton.h in Headers */, + 8C7240FF4EDFF6B9A2A5E7802D6A8976 /* Singleton.h in Headers */, + 3C1F4BAA6EB4E34AB9A21DBCF42B54C9 /* Singleton-inl.h in Headers */, + 5798BDA11D8CD9E1ABFE915438104A52 /* SingletonThreadLocal.h in Headers */, + F7C692B78A07D122735D336A834ED83B /* SlowFingerprint.h in Headers */, + 930BA86D8E612AC22708E752E4A61383 /* small_vector.h in Headers */, + 1720823FC59E390B74A878DE97477C35 /* SmallLocks.h in Headers */, + C38870EFB4A053C9D2A3C9C2988AD348 /* SocketAddress.h in Headers */, + 0D98617995EAA61C68C93966586EC450 /* SocketFastOpen.h in Headers */, + FF76D3A832ADFED4BFA28BED56073394 /* SocketFileDescriptorMap.h in Headers */, + B247DC209221D5988107ED3546ED7B5D /* Sockets.h in Headers */, + 83DEC1E75A0961D67CFAD87A5B6139D7 /* sorted_vector_types.h in Headers */, + D4176277B387E1C890B5D11845DEB224 /* SourceLocation.h in Headers */, + B3B5414D5E629029A44A3318840D674B /* SparseByteSet.h in Headers */, + E7AB4FF7D66E7FFC299A8E48497DE691 /* SpinLock.h in Headers */, + 4C9DAD28404CD20D00F4F363C2B46ADC /* SplitStringSimd.h in Headers */, + 3EBDC6385095946F937BD8273B5F255D /* SplitStringSimdImpl.h in Headers */, + A27584A1C4F237F91F194CC4258F5294 /* SpookyHashV1.h in Headers */, + B466FFB8D8540FE239690E867F3DE68A /* SpookyHashV2.h in Headers */, + F08150A3F6B8849BBBF47FFFE171DD70 /* Sse.h in Headers */, + 2D6D394C37329EFADEA4DD715151AE40 /* StaticConst.h in Headers */, + 1590F8C4A09BF6B5279331EA10DCD463 /* StaticSingletonManager.h in Headers */, + 39830AA65645472F2A472D2F9A8E506C /* Stdio.h in Headers */, + 6F9E2B385846EC9BB5EFF49C7BCF8AD5 /* Stdlib.h in Headers */, + C872CAE403B0D04BB730CC1DE6247C69 /* stop_watch.h in Headers */, + ABD6B1BFDA57AF34F462F5D6BFA170C5 /* String.h in Headers */, + 04D5FD40FF43BF9CD112D2B1E115FA0A /* String.h in Headers */, + DA23FF23D0B832AD6C6CC5A1C07D5A6A /* String-inl.h in Headers */, + 936A9AB6C986409BCEFF9F365015DD61 /* Subprocess.h in Headers */, + 896B5C9C328433F866F22E2C7414673D /* Synchronized.h in Headers */, + 3B19E916E5FEAD382441C2ABD10B7D9B /* SynchronizedPtr.h in Headers */, + DAC9300F3F4F2080C390F9E5913E3586 /* SysFile.h in Headers */, + 1C27E39EC5320E65D9EEF37CF24927BC /* Syslog.h in Headers */, + F45F8C649B66BE9FEBADCE67FEF12833 /* SysMembarrier.h in Headers */, + BF7F76D1757734E5AA71B29C9225ED2C /* SysMman.h in Headers */, + 253A354FA00DA7358AB288F68EC5437C /* SysResource.h in Headers */, + AFA07FBAE0CAEE001E4CD63FE6F716FA /* SysStat.h in Headers */, + 90429B015B1A484B8D95A975975DC51A /* SysSyscall.h in Headers */, + AF3E68485FEF1859CC6B9FF8DA2B65B7 /* SysTime.h in Headers */, + BD2AFB55C0FB4463B222D2413DD85C73 /* SysTypes.h in Headers */, + 90F713B356228BE688BACF56AF55ACF2 /* SysUio.h in Headers */, + 6931B8611963D0778CA2593797258243 /* TcpInfo.h in Headers */, + 8A8DA15355CE0296C45E81D47DE94307 /* TcpInfoDispatcher.h in Headers */, + 6B5291757C966F9ADE1BCEA1803F2FC9 /* TcpInfoTypes.h in Headers */, + 586EC27EA2327C50B996F9ECE3F189EE /* ThreadCachedArena.h in Headers */, + 237C8EB38A4DCFA780AD9A086456731B /* ThreadCachedInt.h in Headers */, + FAA0D40E6EB5DA76CA69A3F12F7705E2 /* ThreadId.h in Headers */, + D0940A21900A9EE7EAEA223B36E1FB73 /* ThreadLocal.h in Headers */, + 5CEB688BB02A5D825F1C26B4E8A7DD04 /* ThreadLocalDetail.h in Headers */, + 28DB4C2B675C293F97E5441914BE3302 /* ThreadName.h in Headers */, + A0C26C8A77986A3E4CF105BC5A8DB603 /* ThrottledLifoSem.h in Headers */, + 2CF8933910674BAB9196E42A6AF7938B /* Thunk.h in Headers */, + 9A24531C4E6DA4D2A91036A2F8C0BF4A /* Time.h in Headers */, + 80CF2710C53AA456D9BACA32C9F94242 /* TimeoutQueue.h in Headers */, + 61ED3B991EE724C64D6FB1334A0314D3 /* ToAscii.h in Headers */, + 412A5B7AE081C52FB806EE8584903C7A /* TokenBucket.h in Headers */, + BF998BBFB68ECD47CD96ED1B92D5A9A4 /* traits.h in Headers */, + 638A4F595CD09694A8BFA8C0F00F745C /* Traits.h in Headers */, + DDB0B0190141D436ABDA58404D1499A8 /* Try.h in Headers */, + 0D9B0AA50FE453B74124CA01912B4B7C /* Try-inl.h in Headers */, + 5F232EC5AAC8B35EBB5427FB1C7EB303 /* TurnSequencer.h in Headers */, + 4D5FEE7A0F5B1E878C3F4042BB635FD1 /* TypeInfo.h in Headers */, + 1A11A9EE8F446EA3A8B0E39CA71A4BDB /* TypeList.h in Headers */, + EFC8646A57CDAB8216B48B40855D4C6F /* UncaughtExceptions.h in Headers */, + CC1A997B5C11BC4868D250FBBF8B0C1E /* Unicode.h in Headers */, + 16B0FFD3A9EB7A8C3CA7E201D4471911 /* UninitializedMemoryHacks.h in Headers */, + B6A677D259948AA6850E60654D2CA6CB /* UniqueInstance.h in Headers */, + B37C611FC0371BA16C13DF36D8DCB479 /* Unistd.h in Headers */, + 0D380672BD934ED65A236B8874DCD341 /* Unit.h in Headers */, + 13372D98CE8D776E176F54A38E8E6C22 /* UnrollUtils.h in Headers */, + 75A3370597938CD39071A1E5AE25CAE3 /* Uri.h in Headers */, + 132ABB496BA53BC8084D9FE272A010D3 /* Uri-inl.h in Headers */, + 341E869680CA9F16E5C3EBA6C65F3509 /* UTF8String.h in Headers */, + 32927DAF25802D1608CD1D24D72A329C /* Util.h in Headers */, + B484D7DD1C2D947F0F986688389D0E3C /* Utility.h in Headers */, + 038A3F0242D33B98EB3291B978423B1F /* Utility.h in Headers */, + A2373B0F99A1174A8D32C95900769A04 /* Varint.h in Headers */, + 43CE6254997AD06649D76B1421C8250C /* View.h in Headers */, + B440D0AFCA4156431037F2FB84B63972 /* VirtualExecutor.h in Headers */, + 0B3B9EC6140BA1847988F15E0947B26E /* WaitOptions.h in Headers */, + 302E01399CB39F9CFCA096F494FD609D /* WeightedEvictingCacheMap.h in Headers */, + C1EB13FC1F8A6376FE9200436FEF08B6 /* Windows.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8FAD80198729317BD9C82F37D8629C97 /* Headers */ = { + 96C8B3406F27BA8F9D23D265A963E433 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 73E837CB1201A0C539460752CEE1BB65 /* decorator.h in Headers */, - 38FFEE5229A809E63C10BC9D98FA1E15 /* instrumentation.h in Headers */, - 8937DD7C3CC536471045D72E749C1738 /* jsi.h in Headers */, - 642A016235FE438BF241F9A011F4F737 /* jsi-inl.h in Headers */, - 88630F952CE8FEBC35413D6DD7154BEF /* JSIDynamic.h in Headers */, - C6E72C1F67BAC2EAB66A17792F8EC45A /* jsilib.h in Headers */, - E5F8D3732E09E97000F5C46F090E450B /* React-jsi-umbrella.h in Headers */, - D5403B5C5C9553545D92BE223E1EB6A8 /* threadsafe.h in Headers */, + DE6D3EF512445AED97626F2FD2C6E144 /* RCTInteropTurboModule.h in Headers */, + 231F95C755E8E42DA517D4818ACCAFB8 /* RCTRuntimeExecutor.h in Headers */, + E5CA44114FBA3754AF18B7499FF88E10 /* RCTTurboModule.h in Headers */, + 98FAF118BA6AC3B0B0BF4D1DA3521E51 /* RCTTurboModuleManager.h in Headers */, + 9BCC683CA550E64EE67D93F93BFFBD60 /* React-NativeModulesApple-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 941645483DAD13218556578BF0C3E68A /* Headers */ = { + A93B38F3B38D3C58EF7B4AB482E7F0E0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 2E08D93D066DB210591048646CC6DC73 /* chrono.h in Headers */, - 014C12A3E2C74EA3BD78C4EFE3B6EF90 /* color.h in Headers */, - 371E2544581ECEB035A6011B84AFBAFB /* compile.h in Headers */, - D54C698DA80A17EADF0632CBF7123731 /* core.h in Headers */, - 7E50BDB85F4914E1AC82196CE5507589 /* format.h in Headers */, - CE8283BA3514C7CDCE712C58EED4A5E8 /* format-inl.h in Headers */, - F1825BC71409956C9DF6C39FDAEAA649 /* locale.h in Headers */, - 44EA8F80BCCCDEE658674CC2A76150D1 /* os.h in Headers */, - EB8E736C1F500E429E12C2751762E50F /* ostream.h in Headers */, - 468C3A234DE8A9E3A33BFFBF94EBAD83 /* posix.h in Headers */, - 2480E21DA5D05AE8634A10E427F381E8 /* printf.h in Headers */, - 7B117B347790F4CBC61A36D969CBE332 /* ranges.h in Headers */, + 3F41C3029A1001872EA78923FEC6B96B /* AbsoluteLayout.h in Headers */, + CB354C58134A502F6190E3C3C1BE2672 /* Align.h in Headers */, + CB354C58134A502F6190E3C3C1BE2672 /* Align.h in Headers */, + B950ACC5E104B59E5EED2084C222FE73 /* AssertFatal.h in Headers */, + CFCE4649CD6C9EDC4A1E1798B4D609E3 /* Baseline.h in Headers */, + BE3E5B126114B81C72E7C74D3ECFBE63 /* BoundAxis.h in Headers */, + F674F6349A05690574BC66CFB35B60D6 /* Cache.h in Headers */, + D9C6BE55D798E8A52E85D425CD9294FB /* CachedMeasurement.h in Headers */, + 0E80F9F0507C7BEE0E643E3ACA26DF38 /* CalculateLayout.h in Headers */, + 0E616E8FB2D3D470F8965D0D1A975DDC /* Comparison.h in Headers */, + B6F880D22BC0E73B97487B747513ABEA /* Config.h in Headers */, + EC9F0699E5A4CF55F21FAFE6057B6640 /* Dimension.h in Headers */, + 16C786D254AC4BB415F78C7E14E32E91 /* Direction.h in Headers */, + 0325D441EB7088C55285D0ED7E97A25F /* Display.h in Headers */, + 8DD704A7DFB3E7DB7CA5CF748EC11878 /* Edge.h in Headers */, + 6C014D417DB501CB7E7EC168EEAAD449 /* Errata.h in Headers */, + A938E595D257EC2A792136FF03B1B030 /* event.h in Headers */, + 4FE0D611C9C858B39AEEA98E2FEC1677 /* ExperimentalFeature.h in Headers */, + 8D6641689CE7A4839A8B823EA727C1AA /* FlexDirection.h in Headers */, + 8D6641689CE7A4839A8B823EA727C1AA /* FlexDirection.h in Headers */, + 2A222BEC97B97591ACBD51C9F00E4921 /* FlexLine.h in Headers */, + 251D3DAD4CE4ACA70D08EBB9CBF9BB39 /* FloatOptional.h in Headers */, + A691FFBD5381A9F24D87CE66F8F5F81A /* Gutter.h in Headers */, + 5338EF2CBC1AB903457F1E2A9430FEAA /* Justify.h in Headers */, + 857BDC3DE3F7896BD773F402341D9C8B /* LayoutResults.h in Headers */, + 40A9D1F054503F770F54FB569C86A77F /* Log.h in Headers */, + C85DCBF8B4568557FFDC434149051C1D /* LogLevel.h in Headers */, + 9E6C43BA1F53691CB152B48B736A70B2 /* MeasureMode.h in Headers */, + 56FF2146A276A58EBC98A2C187E55DF6 /* Node.h in Headers */, + C9218E0506DC81BD1B8759BFFC4C0D17 /* NodeType.h in Headers */, + 0F16C97260095D02DE5415B6AC67D505 /* Overflow.h in Headers */, + 10D706F48F81D0DA3FBD346730A27F9C /* PhysicalEdge.h in Headers */, + D4A9A5DE800574D5EA3FBAF7A3FCE239 /* PixelGrid.h in Headers */, + 15D2AA86AE351CD34C4884281F78EAC1 /* PositionType.h in Headers */, + 3FE61AC2BB3C11616328F6F3C70CC9F7 /* SizingMode.h in Headers */, + 63C8445391E600554A6C3520D8511A50 /* SmallValueBuffer.h in Headers */, + 90C0ED4C25BBE5201770D4FF695A81A6 /* Style.h in Headers */, + 1D8DF82EA7134E0A0C27D629500846B9 /* StyleLength.h in Headers */, + C53735A70163AB0A8E31BD1F52A5225B /* StyleValueHandle.h in Headers */, + 980093FFA08606F31FCD65609A47C09E /* StyleValuePool.h in Headers */, + C82241B63061787791128A1EC9E9F5B7 /* TrailingPosition.h in Headers */, + 12DFBB4643EF49D0656128B8F983CD6F /* Unit.h in Headers */, + 261839D1DF68DC4E17AFD60D0E7BEE61 /* Wrap.h in Headers */, + 34DAAFB7B06B65259B6FECDA06AA3387 /* YGConfig.h in Headers */, + CEEF5F179C75EB5D8C84E49E94F90BBF /* YGEnums.h in Headers */, + 3593206D0F19D00262870E27E9D13872 /* YGMacros.h in Headers */, + C9778BE281C609F2FD4ED0209BB020AD /* YGNode.h in Headers */, + 616FF362B4F982F5D81312544F221FA7 /* YGNodeLayout.h in Headers */, + C08677D33FB9E6187D04980860872F5B /* YGNodeStyle.h in Headers */, + 588CEDBD51EA57B98878F8E614A4E4C9 /* YGPixelGrid.h in Headers */, + 2522833611E2F1484E7EDF975387F2B2 /* YGValue.h in Headers */, + 247DEF303BC51C27870693F921CE4A24 /* Yoga.h in Headers */, + B56044159ED68D13ED80B3251BF4C71D /* Yoga-umbrella.h in Headers */, + 9129BAF1A295E5BA2BFA9D27E0DD8B30 /* YogaEnums.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9541EA7A58CE54325DDC7B61E400CBF4 /* Headers */ = { + AE897E21E39386108563A4EB4E02B6D3 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - EB998790C54B94A279C0D998D3C6A3F2 /* CxxModule.h in Headers */, - 54ED242EAC1327A5672D96EBE712EF65 /* CxxNativeModule.h in Headers */, - DD99A73A314E0D0105807BDE9528024A /* ErrorUtils.h in Headers */, - 8910808FA9829B802F1E98459C814BE7 /* Instance.h in Headers */, - AD6CDF6DD27771435204CEC193A06105 /* JsArgumentHelpers.h in Headers */, - 2B175FABD8C0F1DDFD9775EE5DBFAA7D /* JsArgumentHelpers-inl.h in Headers */, - 3C51F52AEA2E6AE9F5C9257ABD127D2F /* JSBigString.h in Headers */, - 8C79CD9DE8D09FD79DB4582522400D36 /* JSBundleType.h in Headers */, - 7A823DB8E4272B824732ABE3AF96AF82 /* JSExecutor.h in Headers */, - E6741A3B05DC7E5D28F0C66B3B59CA1E /* JSIndexedRAMBundle.h in Headers */, - 05688E3056FEF44A50C74D6C2AC9BE4A /* JSModulesUnbundle.h in Headers */, - 6CAFD9B60B56FB388BC9BC41BCECD443 /* MessageQueueThread.h in Headers */, - FC7DF234B8A297BE0DAA37849DAD7241 /* MethodCall.h in Headers */, - 0D325991E405854833437B14B50A40BD /* ModuleRegistry.h in Headers */, - A3EC5B6735388322A49E8C2D13AF4F3B /* NativeModule.h in Headers */, - CFC29D309D6E0BB5257FC1EC7BA9F3DC /* NativeToJsBridge.h in Headers */, - ABFFC8942C1AC22041EF4CB0062E98D5 /* RAMBundleRegistry.h in Headers */, - 56A25D66FDAB0B206DA6CEBCFFC18D74 /* ReactMarker.h in Headers */, - F9B40B7E0DBD67913CC7C41123BC4BDF /* ReactNativeVersion.h in Headers */, - 936B671D981D6EB01F8F20281374E781 /* RecoverableError.h in Headers */, - 5BC89614A004994E5AF731BC6280B8E6 /* SharedProxyCxxModule.h in Headers */, - E2AE785F353E27B794815007E0B6F0F9 /* SystraceSection.h in Headers */, + 8F8C308FB213101092DF89E03DF5D3F2 /* ObjCTimerRegistry.h in Headers */, + 804AB8115EEB65519BFF4EC3478F17E3 /* RCTContextContainerHandling.h in Headers */, + 4E26F7421AFC7CCBA8B969FA05F45C3F /* RCTHermesInstance.h in Headers */, + 1F5DD61D863EF9D3FB7CF714C39251F7 /* RCTHost.h in Headers */, + 027B3B0E43853967D8B623D4E5A9A287 /* RCTHost+Internal.h in Headers */, + 14D3C20765AA5165E7881E50B9491268 /* RCTInstance.h in Headers */, + 6DE90170CECE293E1A4F1224606A79BF /* RCTJSThreadManager.h in Headers */, + 3903DC2E45FF49565FBA6612830040C9 /* RCTLegacyUIManagerConstantsProvider.h in Headers */, + 1DF1BB081174334B20F0576E3917DDFD /* RCTPerformanceLoggerUtils.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9613312F5BAF2AD55736E8C722828752 /* Headers */ = { + AFF97CE34F12C061B4326B69AF5F636D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 5E6CCC37AC97984FC66028A6CC100CE0 /* react_native_log.h in Headers */, + 099A28E24D0D1D10AE86EA1B272EB1FF /* RCTImageManager.h in Headers */, + 9597882525C617A0252792A1542DEB7E /* RCTImageManagerProtocol.h in Headers */, + E9D7B312A5C84965CD84BD92FB62B13C /* RCTImagePrimitivesConversions.h in Headers */, + AB5EF33E0FF9C59C98CC579067194B5F /* RCTSyncImageManager.h in Headers */, + 75893F82D0DC6BC54B04FDA1C9DDBA40 /* React-ImageManager-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9F3BE33F473DF9563BB6C15749AB8B5E /* Headers */ = { + B848B2694FF142FE99FE00869735ED10 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + E651055717D4190079F013D6D6062009 /* JSIExecutor.h in Headers */, + 75EE1CD4734EEA84AB3CEBBFBA8B5141 /* JSINativeModules.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9FE95A399B395510014601518E274BC4 /* Headers */ = { + BBFB6E9C09170030BCB76EF550C29B38 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - D4DC43C4F667AA4FCB50CCB407AA39AB /* simdjson.h in Headers */, - 902E9526AE02F83F2ACB37B480CF61C7 /* simdjson-umbrella.h in Headers */, + 11116B560FB8DB7A5F736E5E8C11301B /* conversions.h in Headers */, + 7A94A234E15864DA153E2486D544D8F9 /* ImageComponentDescriptor.h in Headers */, + A64F035654CB2B7DCBC8F8724356C82E /* ImageEventEmitter.h in Headers */, + C8036C771D671E36BEDD71CB224AE037 /* ImageProps.h in Headers */, + 01FF22D8A0746B87FA43295D52EDFF01 /* ImageShadowNode.h in Headers */, + F0EA77CE762E75EE68A7E59C4BC05275 /* ImageState.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - A0E412F80331364CB3CE6800230DDCB7 /* Headers */ = { + C20B0C535E0FD7D4FF32A7DA7B1CA845 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - AC46902749710BEC0DB86B9814FC5012 /* ReactNativeConfig.h in Headers */, + 409697D416E1EC0B0559AA517ECADA7E /* JsErrorHandler.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - A358D8ADA7D5D422F0637C20EC03CCCB /* Headers */ = { + C7F762FCDD3EC1F3B985B12D843C839D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 7C5228ABBCA0A2F0F9E64A4B97CB5E0F /* RCTConvertHelpers.h in Headers */, - 0CD090B2790280449371336969E3A772 /* RCTTypedModuleConstants.h in Headers */, - C0C7B2A0905175FBB08E46FD10E3F3A0 /* RCTTypeSafety-umbrella.h in Headers */, + 431B8E3910D7948C5ABD4D2EE021E854 /* args.h in Headers */, + E6C45A4D06FD310A02A987816341A5F8 /* chrono.h in Headers */, + 1E3B09D27ABE649167CCDD7BDED72012 /* color.h in Headers */, + 8DBD42E153C1E210DD2D91CBE300795A /* compile.h in Headers */, + BA4ECD7D27EEB764E12B599F80C19150 /* core.h in Headers */, + 83A0F6143A5339BAEBBCA6EA7A4F5BAF /* format.h in Headers */, + E01BFDB73F70CBCB2CFC52444346AF77 /* format-inl.h in Headers */, + 2333ED79527F4E5206C50DCF55A95D34 /* os.h in Headers */, + BDA63FE5A587CF5C5ED9DD8BCE0B4244 /* ostream.h in Headers */, + 33B73F67E086D3670224498285D702A2 /* printf.h in Headers */, + FD3EB3EB8AB44B1B40F04D32CCAD4388 /* ranges.h in Headers */, + 0C5A0742C3AE61AB9C451CA241A06AA3 /* std.h in Headers */, + CC0CADD2F0F0E0729FE5F9C9605CBCC1 /* xchar.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - A5A55A2687E427715D5BEBE293982F33 /* Headers */ = { + C9783B15FC64642EE4CF745EC87A7654 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + DA7BD6553D0FB0F62E5C8DCFF0AACDE2 /* AccessibilityPrimitives.h in Headers */, + AB68948AE78A34C68EFB0AB1BC2C387B /* AccessibilityProps.h in Headers */, + 58150B290E77D2844EC1945D79898DBB /* accessibilityPropsConversions.h in Headers */, + F2CF697CCA0405E54F78738FCE93A2F9 /* AsynchronousEventBeat.h in Headers */, + D244559AE36BD566F5DFFDBAFCFFE2BF /* AttributedString.h in Headers */, + D5CCF9F221CFF9B657B72954E2ECD096 /* AttributedStringBox.h in Headers */, + 64FF46086B966FC625E4C4032EA159D8 /* BaseTextProps.h in Headers */, + 11CDCB576F0B65DE17497B576F58EAE2 /* BaseTextShadowNode.h in Headers */, + B6DD615DFD63F8AA04F5EA15845F24B5 /* BaseTouch.h in Headers */, + 069EC9D1FB2F67664CF6B2CEC35D10FF /* BaseViewEventEmitter.h in Headers */, + 4B22A24065B251775C2B4FF3C3B511CC /* BaseViewProps.h in Headers */, + F4D5FD12FAB7BDC8710108C11EE0B292 /* BatchedEventQueue.h in Headers */, + 88C7EA300B0E07376EA1EB2A781FE1C2 /* bindingUtils.h in Headers */, + 6401C5A434CA5B6B493B00EA5DB65EE4 /* ComponentDescriptor.h in Headers */, + 863865180BA34A40972C40C6A7C8E021 /* ComponentDescriptorFactory.h in Headers */, + 40B51C9BE008F034A16C81420F0DA4A0 /* ComponentDescriptorProvider.h in Headers */, + 60C96C95ADCBADD5869F99A9F1AF8374 /* ComponentDescriptorProviderRegistry.h in Headers */, + 62F897E5BAC772F7CDDB7952F87C28F3 /* ComponentDescriptorRegistry.h in Headers */, + 0797F9543456306CA94A496239F85C3E /* ComponentDescriptors.h in Headers */, + 19B38D8BECB8D7FA1BC251ACA2144990 /* componentNameByReactViewName.h in Headers */, + 22444A20481B3591CDC93BC0F4036A1D /* ConcreteComponentDescriptor.h in Headers */, + A23B1493A362B7B10AC587B3F3D79B5F /* ConcreteShadowNode.h in Headers */, + CDA9AA0D1528A162879E3E394100DE76 /* ConcreteState.h in Headers */, + 83113F39C5BD9864CAF8F3E91D01BD34 /* ConcreteViewShadowNode.h in Headers */, + B648D871BBC7EBA6B48D239A116FF6B6 /* conversions.h in Headers */, + 5734D611E435214C1564D3BDCD7C5758 /* conversions.h in Headers */, + BAE41AC37444F16DC1364FC327A7C38B /* conversions.h in Headers */, + D298D5529CA5B29208077A481AE2BF38 /* conversions.h in Headers */, + 3E66BF7B000ECEC9F677306A1EC11448 /* conversions.h in Headers */, + BBF174BA4A0B11366F598742295D97FC /* conversions.h in Headers */, + 8B8982906FFDDCD41E210EA5727548EF /* conversions.h in Headers */, + ED9BAECED6D57D15B8680D8A9F1FC645 /* Differentiator.h in Headers */, + 2383735C57B2D47D561308E59910C80E /* DynamicPropsUtilities.h in Headers */, + 008E750C6767F6A81D7DF312DEEB5EA3 /* EventBeat.h in Headers */, + AA6CA9CE331D388BD5FE8AA5DA240A90 /* EventDispatcher.h in Headers */, + D8AAC2DE2E3EA0008B8B5555BF2E3524 /* EventEmitter.h in Headers */, + E1AD7A00786590B1156FD21A44BB9D94 /* EventEmitters.h in Headers */, + 3A38547BEC61A65216B7FC203DE719DC /* EventListener.h in Headers */, + 2BEBCE047AD0091EBD66305D11F06EFA /* EventLogger.h in Headers */, + F25917F0AB2EE892D61580D25F0F5090 /* EventPayload.h in Headers */, + 3E5A9EC165D1D6979F3BD6F253B408B6 /* EventPayloadType.h in Headers */, + 74C3F6DB467F1523FEA9543EA61B4B46 /* EventPipe.h in Headers */, + 0BC972460491F39270DE005A9D40A372 /* EventPriority.h in Headers */, + 1DB4BA71D203BAEC328D16B17FBD954D /* EventQueue.h in Headers */, + 5D153DBD866010FF03F00D7EB90D9361 /* EventQueueProcessor.h in Headers */, + 661031CD49CDEF2BCD5BE6EC9530D7C3 /* EventTarget.h in Headers */, + 95218D9E435AD62306483383FCAD7BC6 /* graphicsConversions.h in Headers */, + CF92DE7237153EF5E90B30A3682BF1C8 /* HostPlatformTouch.h in Headers */, + 3FC9FEE72E60365C856B578EF2B5F616 /* HostPlatformViewEventEmitter.h in Headers */, + 31B704DBFBD9861E5B16E4F568E5463C /* HostPlatformViewProps.h in Headers */, + BE55E4FD3612515277281F56F4DCBBE3 /* HostPlatformViewTraitsInitializer.h in Headers */, + 2A190325244F59D848E634FE42885204 /* ImageManager.h in Headers */, + DE66748432F9109389013EC8F90A07FE /* ImageRequest.h in Headers */, + 38B2E0C490CBF63CB0C7398BF2B7A9A6 /* ImageResponse.h in Headers */, + 9435ABFC3D2347D3C2FA4178AD8363B1 /* ImageResponseObserver.h in Headers */, + 51B6F7E94F3EE06D36CB1D658A88AC5C /* ImageResponseObserverCoordinator.h in Headers */, + CF16D91D0F7C3653BAFCDC818A70F695 /* ImageTelemetry.h in Headers */, + E62F21693DF34EBFBE00D49D4DF19B1C /* InputAccessoryComponentDescriptor.h in Headers */, + 8A61C81F74DF0B4608AAD105548E9921 /* InputAccessoryShadowNode.h in Headers */, + 39B02D53EEBFD6F7CEF41BBA45C497AA /* InputAccessoryState.h in Headers */, + B329882D9D9CC156F9C8F664B466BA4A /* InspectorData.h in Headers */, + F24F01675337F85C3D9AF5949695F0AC /* InstanceHandle.h in Headers */, + CF5119F6D4E8A0C521F7D0158B43D1E1 /* LayoutableShadowNode.h in Headers */, + 93728BE1C4A407884F562ADACEAC71F2 /* LayoutAnimationCallbackWrapper.h in Headers */, + A04D9EB219FF8B977B41D229BE877CE8 /* LayoutAnimationDriver.h in Headers */, + 51922B9088FE0CD8C342E96B18E38630 /* LayoutAnimationKeyFrameManager.h in Headers */, + 2C7A4437740961E1B2EE201D045F8382 /* LayoutAnimationStatusDelegate.h in Headers */, + 6CFD8AA29F2E9C848CA60CC969FCAB67 /* LayoutConstraints.h in Headers */, + 40D2A11491175D755AC117B88BEA9CE2 /* LayoutContext.h in Headers */, + CF64AFCC6883E96BF7808D1467D18514 /* LayoutMetrics.h in Headers */, + 12B3909CB415E47E8826B5999B035007 /* LayoutPrimitives.h in Headers */, + DFF18CB9F6E9C5DBC1794BC83CEE2B40 /* LeakChecker.h in Headers */, + 81A2F9C881DD636F42CEC4CD4A9A60C1 /* LegacyViewManagerInteropComponentDescriptor.h in Headers */, + CFCF9B04CFF0ED4C5A05E5BB8CB7949D /* LegacyViewManagerInteropShadowNode.h in Headers */, + 8527C5EC667D2988E0FF5B260187ED15 /* LegacyViewManagerInteropState.h in Headers */, + E8143FF13D3DFB1BFDFD7F666A80CBBB /* LegacyViewManagerInteropViewEventEmitter.h in Headers */, + FEF9BDB3467FE72D2EE093812C803692 /* LegacyViewManagerInteropViewProps.h in Headers */, + A77D12B428F49DBEC035E05EEAF4289C /* ModalHostViewComponentDescriptor.h in Headers */, + A3CD7C4D744038936727F5BBE64375AC /* ModalHostViewShadowNode.h in Headers */, + F5005D6D96BF20979717A1CF0017BC64 /* ModalHostViewState.h in Headers */, + 7FC52BE19A4972D6E0EFE5E8C062E78D /* MountingCoordinator.h in Headers */, + 526A2D421E98B760D469D7DFF25AC8E4 /* MountingOverrideDelegate.h in Headers */, + FA7F0D692EE1B5D551494F3059D5F30E /* MountingTransaction.h in Headers */, + BD99C2863EFA1867E4CC53CF50951B2F /* NativeComponentRegistryBinding.h in Headers */, + 4D3C636E570049880C8AAC77CFDD2948 /* ParagraphAttributes.h in Headers */, + 0E7C77866A73091BD1A36B2228ABD0FB /* ParagraphComponentDescriptor.h in Headers */, + 4B5056B4B0F54339419F82CB235D9B50 /* ParagraphEventEmitter.h in Headers */, + C7871DFEB70AFC8C34E686E281A6A237 /* ParagraphLayoutManager.h in Headers */, + C11C62BF75D485758FE41A15F556D6A6 /* ParagraphProps.h in Headers */, + 10CFBCB29BE411B25B987B73CFF4B18D /* ParagraphShadowNode.h in Headers */, + 2C292D5C62AC937B09A50BC0EC271A81 /* ParagraphState.h in Headers */, + 3FB693C6A8F96970DB7439677E46487F /* PointerEvent.h in Headers */, + 611EACB7C5FFA63323E0F5D4D49E0106 /* PointerEventsProcessor.h in Headers */, + 229229DAE6C3E28130FBD708A67CBC5F /* PointerHoverTracker.h in Headers */, + C28EBE70902BCE47AB96EDB66AE8C397 /* primitives.h in Headers */, + EC2759F6A364F02C68F0BD622AFA6DC5 /* primitives.h in Headers */, + E2B0F3FEA364E0821B7A190C31E16462 /* primitives.h in Headers */, + CDB8B07A16C926213D3894D3C27A65E4 /* primitives.h in Headers */, + DC63013E20DCE2ADE76BE9407831C26C /* primitives.h in Headers */, + 348A9EF3D088309F5869ABAC68FAF798 /* primitives.h in Headers */, + 5B99C5727641114A90831747A6FEBD1F /* primitives.h in Headers */, + 596F0520CF8E60E8AD98030F6E71F346 /* Props.h in Headers */, + 970B747DD08085BB38AA2CBE4015C91B /* Props.h in Headers */, + 1F2F410A3DBB6D4DDF4AB78B2D20E7E1 /* propsConversions.h in Headers */, + 92048C77172BB4D1D55779CEE7BA8F5C /* propsConversions.h in Headers */, + F2743CD8B2B3A444BB0D76A7C0FC860C /* propsConversions.h in Headers */, + A5A30B2AF3B84C88541ABF6329E44CF7 /* PropsMacros.h in Headers */, + 403D51CE5F2689BA36F4629C3C5059B1 /* PropsParserContext.h in Headers */, + EA50617F174E74906FE903B0D0FA3DFD /* RawEvent.h in Headers */, + BEB43DD0A82C63C5DA77BDEBF27EAB11 /* RawProps.h in Headers */, + F2708B41187A44B25530C27BCB5DAE44 /* RawPropsKey.h in Headers */, + 9A9022C47549BD26B9F45A7BFFB8A6BF /* RawPropsKeyMap.h in Headers */, + 452DCBF029A6FB3A779606D57EFD699F /* RawPropsParser.h in Headers */, + 1AF039E7B9A51980BFD84F7F156D0F30 /* RawPropsPrimitives.h in Headers */, + AD579D452B17FA300A0513A780D080DC /* RawTextComponentDescriptor.h in Headers */, + 98EA24E215B825D7E404CD8B1B3A6C3C /* RawTextProps.h in Headers */, + 43DC243F1208440A4C70A92FAAFBAFB5 /* RawTextShadowNode.h in Headers */, + 846A2D046969DDCC9B62226BB8E71C78 /* RawValue.h in Headers */, + 3FD08618BB317EDD1F8E5F2C2CFB3AB4 /* RCTAttributedTextUtils.h in Headers */, + 2C4DEC5C31C3B5E06A279A46A34A39F5 /* RCTComponentViewHelpers.h in Headers */, + 132EA906D184846F30461FF9D8FFC75D /* RCTComponentViewHelpers.h in Headers */, + 314196735F72AAC0DE94ED28828A924B /* RCTFontProperties.h in Headers */, + 46FA87EE5D65CF288E704019C05581E6 /* RCTFontUtils.h in Headers */, + E895EC817D4A74A7BB7F47CBAEEF4D70 /* RCTLegacyViewManagerInteropCoordinator.h in Headers */, + B15D6D1F87DDE02BFCC6766FFCD7218F /* RCTTextLayoutManager.h in Headers */, + 01E2ED6001D6C49CE159000B657445E8 /* RCTTextPrimitivesConversions.h in Headers */, + 65F3033C93DD7B1EF83673E19BB9EBD8 /* React-Fabric-umbrella.h in Headers */, + A5376CA99127C041CA004A648022C1C5 /* ReactEventPriority.h in Headers */, + 2BC999AB42C3CA0A9E306051F16E41CD /* ReactPrimitives.h in Headers */, + F4CA5518B31E3A44A9E41DC637347B7D /* RootComponentDescriptor.h in Headers */, + 77812A80E72FC40B7CFA752C8D75D2CE /* RootProps.h in Headers */, + EBFA2EC449CC7806AD2DFD54A9840763 /* RootShadowNode.h in Headers */, + 22F46521658395591D46E6679AAA6E65 /* SafeAreaViewComponentDescriptor.h in Headers */, + 43BBB6BB48AD003AAB4B6F1A58B97B52 /* SafeAreaViewShadowNode.h in Headers */, + E19D4347CEDC9DE18C2B12A42F2ED1EA /* SafeAreaViewState.h in Headers */, + E5073F2F6330149725DFF68FF2754A20 /* Scheduler.h in Headers */, + 5589627C9AD1572C6B6C6F5993F440F3 /* SchedulerDelegate.h in Headers */, + 342D7CD1B93BDB714F8E4B9DFF918CA2 /* SchedulerToolbox.h in Headers */, + 5C8E17910713620E360E4C279B7CCE2F /* ScrollViewComponentDescriptor.h in Headers */, + 9E62546DD0C89254100F01FB1C6313E9 /* ScrollViewEventEmitter.h in Headers */, + 9AD21A8C1FB12C6F69D2E07588A0B966 /* ScrollViewProps.h in Headers */, + 5192D6CBCA9DEBBB6D2D1CB8BB8042BC /* ScrollViewShadowNode.h in Headers */, + 36B786CEB46A9C3E458EE781044361D2 /* ScrollViewState.h in Headers */, + 8558A61F1FC9DCE311F651F6839AD63A /* Sealable.h in Headers */, + 0AB017AA30AADCABC979757F7F94A860 /* ShadowNode.h in Headers */, + 8D71047A3D5C9E1F408B1BD91EE59484 /* ShadowNodeFamily.h in Headers */, + DEE25205878E37681E37F7C8F3B2929F /* ShadowNodeFragment.h in Headers */, + 9D2D3C5051C69BC67410C4758F73B91B /* ShadowNodes.h in Headers */, + 71CC2CB38EF9DAAD4F64835EB538E676 /* ShadowNodeTraits.h in Headers */, + 5AEB23424B59FE64465815AA360C3FA7 /* ShadowTree.h in Headers */, + 7477B4ABF6296B23A00F0D50C65B6E7A /* ShadowTreeDelegate.h in Headers */, + 1CE20D629F4DE5EA945C098144CC56E5 /* ShadowTreeRegistry.h in Headers */, + D2EED5D51C2C3C5AA6414C428BB9C234 /* ShadowTreeRevision.h in Headers */, + 54DE8886E75B8747E97732B29877D05A /* ShadowView.h in Headers */, + 1304FE75578CCF44D9049CCEFCDB04D9 /* ShadowViewMutation.h in Headers */, + 9697A6B4D46C8A478177B8A7BBC5087A /* State.h in Headers */, + CEBDF609628A96683A1298905EB10E39 /* StateData.h in Headers */, + AEC4C05B01303751276918D1FA20961D /* StatePipe.h in Headers */, + AF530C0F30401EA5E02563DB0FD3431B /* States.h in Headers */, + 7A26687146CAE994D2AE94307FE436D7 /* StateUpdate.h in Headers */, + C791DDB6F088C6A6850CA660286643E4 /* stubs.h in Headers */, + D87EFE084AEE4FEB4474C02F2E3AC1DF /* StubView.h in Headers */, + 6BF410C3D76E672A08E4EB084CFD21BB /* StubViewTree.h in Headers */, + B9680AACE3CB0C78BD9987E51E119F54 /* SurfaceHandler.h in Headers */, + 3773063F34B6E58F660EAC09788CCB4D /* SurfaceManager.h in Headers */, + B3D5EF797853D7097172DEF9E94C0146 /* SurfaceRegistryBinding.h in Headers */, + AD7A74E9D7AA2FEB89FCB880F9D08C56 /* SurfaceTelemetry.h in Headers */, + 0A74076497F9A29CE8DDDD53D828748B /* SynchronousEventBeat.h in Headers */, + B5F96EFACDBA7885CA0B125F4D0030E5 /* TelemetryController.h in Headers */, + 838D25B894748FE27FAC7FE3F39AA0FF /* TextAttributes.h in Headers */, + 31D8AC65D15BA8248DF32ACB02B0F785 /* TextComponentDescriptor.h in Headers */, + FDA9294EC4CF28A1AE0E07DD15E8A938 /* TextInputComponentDescriptor.h in Headers */, + F124B4C3977784DC8F6C302D4772EF51 /* TextInputEventEmitter.h in Headers */, + FE80AB3F468FEBAF4F9FD0883C9C3FBA /* TextInputProps.h in Headers */, + A45DC96FB186B370BEE808C18E1862F0 /* TextInputShadowNode.h in Headers */, + 4BCCDB6CEDB655B51D4EAA168B46A458 /* TextInputState.h in Headers */, + 09FF08768BDBFF4D478026381BB522BB /* TextLayoutContext.h in Headers */, + BB894D03D378CDA7DED9870ADC869E5F /* TextLayoutManager.h in Headers */, + 775374264170BAD2F2656335D8A3DED8 /* TextMeasureCache.h in Headers */, + F0ADB8F0BFF669D9F7C16579DA584E6E /* TextProps.h in Headers */, + 1C2B9AB0D768A8AAE37CD8D81A4577FE /* TextShadowNode.h in Headers */, + 0D43A9F582531A23BE6A6D1DC895F52E /* Touch.h in Headers */, + 82D8D0292794FEB4B58E14E709CB8E78 /* TouchEvent.h in Headers */, + 0366A2F9BCF416C8C084A6CFE4257720 /* TouchEventEmitter.h in Headers */, + 83029D9A22030F3A36506286BC43B43C /* TransactionTelemetry.h in Headers */, + FA3876E333033226CDF04768A947C7EC /* UIManager.h in Headers */, + DD10FCD5C9B98144C6806F70FC9B7C6A /* UIManagerAnimationDelegate.h in Headers */, + F6510C9AC9E136A7463F72A71254AD5E /* UIManagerBinding.h in Headers */, + 268887F37656A49D32EE08CF5590DACC /* UIManagerCommitHook.h in Headers */, + B5B21BBAC4214172C7C33720A5960FCC /* UIManagerDelegate.h in Headers */, + 3BA84270769E9763D410373AA68B4DEE /* UIManagerMountHook.h in Headers */, + 4C441C36AC4132DB0BA4367F9AAF3781 /* UnbatchedEventQueue.h in Headers */, + 841FF36838662B6C2789AEED5D6016C8 /* UnimplementedViewComponentDescriptor.h in Headers */, + 2967A53F795C03EF89E6805B44D8D826 /* UnimplementedViewProps.h in Headers */, + CB3C2589382123E2648E2EE15DCD7717 /* UnimplementedViewShadowNode.h in Headers */, + 7B23CFE3C52926A8B340594C18E30C48 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.h in Headers */, + FBDD186A5D7B5E12FB15B56B23F595A5 /* UnstableLegacyViewManagerAutomaticShadowNode.h in Headers */, + AB95787F449828E3C56FC5A5B502F056 /* UnstableLegacyViewManagerInteropComponentDescriptor.h in Headers */, + FB26DBB9C1BDDF94A43349306AFBFEC5 /* utils.h in Headers */, + 1EDC798E6DFC0A6D410C23283F368BB2 /* ValueFactory.h in Headers */, + A9DBFF6662EFD601FDEC3789C5796033 /* ValueFactoryEventPayload.h in Headers */, + 8D3CBE78A64B90795160670F9FABFF09 /* ViewComponentDescriptor.h in Headers */, + 29B62250F780EFA539F4D51E6F2C95F7 /* ViewEventEmitter.h in Headers */, + 5873B575B8FE7E9DE3AE028E0C2665E2 /* ViewProps.h in Headers */, + D2AA4B00D9EB36E405C793FA585D476A /* ViewPropsInterpolation.h in Headers */, + 2F4A50C76937BDC8C6EF040478E22619 /* ViewShadowNode.h in Headers */, + B244559D2113F144FDF39CD9D1E1A47C /* WeakFamilyRegistry.h in Headers */, + DB1C77BB649348CF505F9311A4D9BB98 /* YogaLayoutableShadowNode.h in Headers */, + 5C24DA799B8DE8BE45C1EB910F6465A1 /* YogaStylableProps.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - CDB81E8AC68B0FF2E2FE22501918D2BC /* Headers */ = { + D288DB9B0456E0CC4075C19E15EC2EF3 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 50B5444AE29D88379B374F8A079C06B4 /* flags.h in Headers */, - E5F2E1E9765F3EF99082A69DC266910C /* React-debug-umbrella.h in Headers */, - 313077C8AE42C61251417EB4268ABBC6 /* react_native_assert.h in Headers */, - BBD0C3833FF9D110B0C704EE358FFBAA /* react_native_expect.h in Headers */, + 42AA225751C052683DFAFDE8325C2990 /* glog-umbrella.h in Headers */, + 7E683945AA4DE479DE6E7C64E77B9192 /* log_severity.h in Headers */, + D08C6F38B916C0B5EC43E9CFA026685D /* logging.h in Headers */, + 2CB63483AD5282D53115DA088A6D936A /* raw_logging.h in Headers */, + A29A68DEAEAEA7CE6917E095DC77395F /* stl_logging.h in Headers */, + 2C9BA5A633348EFCD5CA2A7608673BFC /* vlog_is_on.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - D47CD7D1591C395C523E3DC305EF3670 /* Headers */ = { + D91A4D4A9E4103F160841820694DECF2 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 20CFD7952DBDE4EF75CC2C529AAA0200 /* Array.h in Headers */, - 75425AC70982D32ABA0A182B0E75EC2F /* AString.h in Headers */, - 125BB36ABC1419A99D6EDA6A1BAB0050 /* Base.h in Headers */, - 725C2C6D4B336B192EEF9F1FE02C66D6 /* Bool.h in Headers */, - 158640E1FA427A4D16675B16C52B84EC /* Bridging.h in Headers */, - 0DB201FB04CD0CEB252A64C8ED294AF1 /* CallbackWrapper.h in Headers */, - 6D940FCE09EE9C5C5CB05D5BE901A62E /* CallbackWrapper.h in Headers */, - 862AB965028E28C55B8EC075558891ED /* Class.h in Headers */, - D0061A55E45A5F511516CACDA44D261B /* Convert.h in Headers */, - 23527CB4D03EE7E8E63D66C381FF2B63 /* Dynamic.h in Headers */, - 96DA7A084DC4AF59604CD5EE6ACDF21C /* Error.h in Headers */, - 7715441D4FF701F85701A757D1108F43 /* Function.h in Headers */, - 27EE413D3BA4D43F94518FEB37E2D04D /* LongLivedObject.h in Headers */, - 35FFBE16DB1B8F4DF0A0FE99AA697BD8 /* LongLivedObject.h in Headers */, - 45452121BC188DB9BE294A4E376989FB /* Number.h in Headers */, - 948A9447A70029F2B9F28ED3AECBF8E5 /* Object.h in Headers */, - 0A864425DD4AFD562E61520AA431F02E /* Promise.h in Headers */, - E385E5A0EC8D8521D99758DAB0B36F9E /* ReactCommon-umbrella.h in Headers */, - DE52B84D328E110E186E886C65CDDFD9 /* TurboCxxModule.h in Headers */, - 34DF24FB72024ED49963EF39822883E6 /* TurboModule.h in Headers */, - 7BB4E26264CC00469E0FB1B2C66A00ED /* TurboModuleBinding.h in Headers */, - 47B1C02819CFEE5BA8F080821DE6182F /* TurboModulePerfLogger.h in Headers */, - 6497E8724DDE26A3467DD20901371A06 /* TurboModuleUtils.h in Headers */, - 0C1C423927AC822936582685EE2B545A /* Value.h in Headers */, + B9E1C9D4A16FFAF1560A278D0104CB8B /* HermesInstance.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - D96CF9AA8DAFB34BA735F73D04274288 /* Headers */ = { + D9850AC624D95996A3B3A552E9F54AD7 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + CEA8A8F5218290D21CA3D0F9FBE73D05 /* ContextContainer.h in Headers */, + B511DC7B0492C9D9D0A58F080612F4D7 /* CoreFeatures.h in Headers */, + 7C2C313941BEC63BAA8CC3668B949411 /* FloatComparison.h in Headers */, + 61A92A507431FC4F546B5C86D863FA73 /* fnv1a.h in Headers */, + 4D40B9DC8342119ECA0695AE455E248A /* hash_combine.h in Headers */, + 7B6DA18AF21228DB00C403D3863B7BA1 /* jsi.h in Headers */, + 3CEB56248F6859AC3BDED52E5ABB81FD /* ManagedObjectWrapper.h in Headers */, + B7A0E11FB2F78019300E8AA5E82299B3 /* PackTraits.h in Headers */, + DC28F68C0796FB7F8337CAFA89BA23CF /* React-utils-umbrella.h in Headers */, + 296D94DA561C3E641394E251DB57CE49 /* RunLoopObserver.h in Headers */, + 3E5BDBC0CC3A15341956E99C1006F430 /* SharedFunction.h in Headers */, + 1615048D674C53EC2FE5B6B09AB39742 /* SimpleThreadSafeCache.h in Headers */, + 8CB5FB6855789B1CF6C224E66DBC0DD1 /* Telemetry.h in Headers */, + EF4DDB2FEB551BD01E6F56CEB268451E /* to_underlying.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -14594,6 +14245,16 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + DAE502B98C15919EDA8AE839E45EF463 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 3E19A59E0EC2217267D80A46845BD6AE /* RCTConvertHelpers.h in Headers */, + 103B71140476A7F2EF9149C840F969BC /* RCTTypedModuleConstants.h in Headers */, + 5BF35C7D201412137E9D7BB5C052F714 /* RCTTypeSafety-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; DC06E85B125BB6F20AEA30AA6C6A8494 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -14616,235 +14277,113 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EA047D8D546C608F6C25E8ABE9380656 /* Headers */ = { + E8457FFFBEC926DA7BE46B2892CB0FDB /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 3A10A4EAE244B467148FBBF299D6E668 /* flags.h in Headers */, + 9376001A5415EA17C8FE5D79C03B3E05 /* React-debug-umbrella.h in Headers */, + 9517335C8F1CE70427B5E0AF6F87FD29 /* react_native_assert.h in Headers */, + 83CAAC66FC6430951815CBCA69937212 /* react_native_expect.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F2D8DBE624B824B97685554501230222 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - D4AA2C4B2B0CD40C96F6C60BFF73451F /* JsErrorHandler.h in Headers */, + 2923AE58E9BBFBF24388EB12E31A6DB3 /* NSRunLoop+SRWebSocket.h in Headers */, + 4995E35BC80E4A934B323776BFE95BF3 /* NSRunLoop+SRWebSocketPrivate.h in Headers */, + 5BCC3880E6ECD139C026CD443E4DF521 /* NSURLRequest+SRWebSocket.h in Headers */, + 9DEB120143CCAE9182A2D84A8E9E6FBC /* NSURLRequest+SRWebSocketPrivate.h in Headers */, + 32122892A762CA325502454526E788E3 /* SocketRocket.h in Headers */, + AD7532D08452F1A565E555D61945FB51 /* SRConstants.h in Headers */, + C9F6E53C80C424F26ABFB545F428ADC8 /* SRDelegateController.h in Headers */, + 74FD09866C2EEDF289F2151656259CD2 /* SRError.h in Headers */, + FE3962EC610FE961F8B6C1D916E9C04A /* SRHash.h in Headers */, + CDE3F42EA3A73ED13A9096434E7A1599 /* SRHTTPConnectMessage.h in Headers */, + 49409B9EED2B261372CC7135F2429D67 /* SRIOConsumer.h in Headers */, + 12059A7AC3C0621F11193E23732E1819 /* SRIOConsumerPool.h in Headers */, + 2001CC4F61119A2ACAC4E1B9519A91F5 /* SRLog.h in Headers */, + 550C21D890D7BCD2AF68A2CAF0E32F9D /* SRMutex.h in Headers */, + 1478022575B1D58411C818595E989892 /* SRPinningSecurityPolicy.h in Headers */, + 9F3A392095C5D5039ACB1A0B07BF9CA6 /* SRProxyConnect.h in Headers */, + 88882DE62CCC5DDB83D711846353FA43 /* SRRandom.h in Headers */, + 57D605E0D28B9702F02AA9E07913BC5B /* SRRunLoopThread.h in Headers */, + F25611B54DD87B0B21C8E273CC2BDA9A /* SRSecurityPolicy.h in Headers */, + 6D7AA2A2008AA3CFD3185810516DD2AD /* SRSIMDHelpers.h in Headers */, + 103C9C846673585F643489F5844C7873 /* SRURLUtilities.h in Headers */, + 2613399F7C428BA43CA183A859DA8F36 /* SRWebSocket.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - FF573798A387BD5F365C7F7BA328288B /* Headers */ = { + F624199FC463FBC3A10911920126B6BB /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - E3EDC1A3BA698CA8B3CDF8BA5E2BF369 /* AccessibilityPrimitives.h in Headers */, - E5F753B99F04191EBDA98ECA5EBED9DD /* AccessibilityProps.h in Headers */, - 6DD672BC2CCBEA131EA1123E2DA1EEBF /* accessibilityPropsConversions.h in Headers */, - 3CFB1F388FCBD52B3A59EB7B886BFE7B /* AsynchronousEventBeat.h in Headers */, - C71328BF1B0D97727043855FA74C4677 /* AttributedString.h in Headers */, - 4E33C8FF1A1F676242C33B7257D85AB2 /* AttributedStringBox.h in Headers */, - 31419FA63DDF1477CE6639467953B395 /* BaseTextProps.h in Headers */, - 22244F9EE67C9EEED1264E8AD585E8E2 /* BaseTextShadowNode.h in Headers */, - 5F003C0EBABCDAC6B0C5F5D7564B59EA /* BaseTouch.h in Headers */, - 4A86457A35676C14FBDE186689CB9F0F /* BaseViewEventEmitter.h in Headers */, - 6EC9D11C465B86C4EFB9A8176CC99FE9 /* BaseViewProps.h in Headers */, - CC0AFBB5894F53C60A085BBFD98F8B27 /* BatchedEventQueue.h in Headers */, - 499A6DBBFFAED95A2EFABCE0C5057A85 /* bindingUtils.h in Headers */, - D36B9E4D9FCC3E669E3BBF684E33D8FA /* ComponentDescriptor.h in Headers */, - 919B2D23BC2F504B735B3ADF5FC43496 /* ComponentDescriptorFactory.h in Headers */, - F0C014B03D28B82ACAEA7E72D6BC2DF6 /* ComponentDescriptorProvider.h in Headers */, - B74CB2ADD024A53E60B24A2170F9379E /* ComponentDescriptorProviderRegistry.h in Headers */, - 742296424C1CACBB2BDE8898CA4FA21C /* ComponentDescriptorRegistry.h in Headers */, - C9078FE105D363424050FA5B4892109C /* ComponentDescriptors.h in Headers */, - D56676029ECAC249DC3C700081D19FDB /* componentNameByReactViewName.h in Headers */, - 95DAE10FB2A76CA5D1AEC9D9AD2C2F7C /* ConcreteComponentDescriptor.h in Headers */, - 801B0C2670ED3992866E2627D5C8B8D3 /* ConcreteShadowNode.h in Headers */, - 3B22A1A5436F8C780108003141922F4E /* ConcreteState.h in Headers */, - 6EF415C810B1D09B3CF4DDBF7F80DD76 /* ConcreteViewShadowNode.h in Headers */, - D103957F0A2DCCDC7AF79D54DB8B7B55 /* conversions.h in Headers */, - 7A2B3E0A4BB2961C7A45D3C9A7EC2383 /* conversions.h in Headers */, - 861928D36205E8433FFE65A16F60EF6F /* conversions.h in Headers */, - 972A84330E9E5D44E2E3056C5EE62046 /* conversions.h in Headers */, - 21AFF3B45373DC630EC1C2FAA496B04A /* conversions.h in Headers */, - 23DFD6DADF33EA812714296939F0764D /* conversions.h in Headers */, - 80C0A34B1FDDBFE58D29575661BCFA30 /* conversions.h in Headers */, - 4E7CB468ED2787C8A19A7C6AE8A607EC /* Differentiator.h in Headers */, - BB01801976C14026B31272CDB42D8C88 /* DynamicPropsUtilities.h in Headers */, - 38D6E5FEC4041C66C268041249C47CEB /* EventBeat.h in Headers */, - 0FE543C3B8BFE78448AD5DFBF30A0501 /* EventDispatcher.h in Headers */, - 96E717BD2C844BEFEB7614D31D169D88 /* EventEmitter.h in Headers */, - 9328D98C91F813CA1AE4B2057CED0EA8 /* EventEmitters.h in Headers */, - 10B4E85CAF42FEC9151B4783BEE9FF1C /* EventHandler.h in Headers */, - 1FB2A793F3AB5FBE7893BC3C00D131C4 /* EventListener.h in Headers */, - F02A4BFFCCF4795F2B3E21AA551FD4D2 /* EventLogger.h in Headers */, - 6ABF38FF5EA4A1E1DE78A53316BD33F3 /* EventPayload.h in Headers */, - C6E2BC7B1167048B585B00BD0FD8226B /* EventPayloadType.h in Headers */, - 9D1E90A5DF97A6487BDAD442CD2F2F40 /* EventPipe.h in Headers */, - BCBB2A50C7D4633E24AEC303003C24B5 /* EventPriority.h in Headers */, - 2BBFCACB7BB717934D343B019D7F9E13 /* EventQueue.h in Headers */, - E9457ECB93F312A3D0E9B7E952244787 /* EventQueueProcessor.h in Headers */, - C485F521E00841AAC0E1EC3B305CFF20 /* EventTarget.h in Headers */, - F23FA57AAC17B43DB27510351CA725DD /* graphicsConversions.h in Headers */, - 8374274C94AAFBE3A9B60ED11E7AC5D3 /* HostPlatformTouch.h in Headers */, - 5E63EF9C4A86F427C3A183A5A73B9961 /* HostPlatformViewEventEmitter.h in Headers */, - 2ACD718E6B703DF1739C5300EBFA86F5 /* HostPlatformViewProps.h in Headers */, - 406B94057ECA9C4EE6F1C1E052EF3E35 /* HostPlatformViewTraitsInitializer.h in Headers */, - 4998632EADE67148FF3881EF8D23F54A /* ImageManager.h in Headers */, - C410C1DB53C18BCA4D6E65DF61DDFEB1 /* ImageRequest.h in Headers */, - 19F5D6CB0FF82490B8217CCC27F00B0E /* ImageResponse.h in Headers */, - 1D186F7E26B2CE4A956DC4D5329E8E19 /* ImageResponseObserver.h in Headers */, - 04EBCA8AE59EF34526F9F7D68E214D2D /* ImageResponseObserverCoordinator.h in Headers */, - 71EE535A4BD6C82B11D44874DE5CB669 /* ImageTelemetry.h in Headers */, - F04C7EB7BC1684A758F246734EDD5079 /* InputAccessoryComponentDescriptor.h in Headers */, - 75910B87BECF4614D44C5DCF016A4A9F /* InputAccessoryShadowNode.h in Headers */, - F0FC4A9E83E0833FD58FDFE305067109 /* InputAccessoryState.h in Headers */, - 00B095F65EA76A0D75724800EFB67E6F /* InspectorData.h in Headers */, - EDBD3645EDF0FB039260F7AD406AD567 /* InstanceHandle.h in Headers */, - 25B220E67E94AF682F11F68310A6F583 /* LayoutableShadowNode.h in Headers */, - A04B866D011D9094BFFDB424FB7D98A4 /* LayoutAnimationCallbackWrapper.h in Headers */, - 3076CBEDFBF5FEB2A7DD850E27894B22 /* LayoutAnimationDriver.h in Headers */, - 3D035037976011A3AA95200518CCD6AD /* LayoutAnimationKeyFrameManager.h in Headers */, - F651B8D8E30862E0E0948003CD03026A /* LayoutAnimationStatusDelegate.h in Headers */, - 5672B3C26DF8620CABA6114D0D7254FC /* LayoutConstraints.h in Headers */, - 7B700B8D9FB57773B4A6B07BAC64814A /* LayoutContext.h in Headers */, - 6EDA495C5699D2262F4C69D10726C409 /* LayoutMetrics.h in Headers */, - 80F2E1A8A3EC9EA50CAAB81CB325F2E1 /* LayoutPrimitives.h in Headers */, - 75F187290A14B56D5BB4CE6457C92FAA /* LeakChecker.h in Headers */, - BB1B362B60FCD57091CB09788C04CDD6 /* LegacyViewManagerInteropComponentDescriptor.h in Headers */, - E21E4DF8FB3D163FD43C75AE2A780707 /* LegacyViewManagerInteropShadowNode.h in Headers */, - 293FBF44688C796BB5E682DAC845CA56 /* LegacyViewManagerInteropState.h in Headers */, - CBFE32E204AE760C2C639C9F8CFC6C11 /* LegacyViewManagerInteropViewEventEmitter.h in Headers */, - E3C0D195A9A9DC05761CD86412B2D609 /* LegacyViewManagerInteropViewProps.h in Headers */, - 479533318B789B675EBBA098377723CC /* ModalHostViewComponentDescriptor.h in Headers */, - EA3B5DACC3AE94BC35A63D35CE9DB04D /* ModalHostViewShadowNode.h in Headers */, - D7E0055BE83A6A90BDD67E8AFA73E290 /* ModalHostViewState.h in Headers */, - CE5A8EF5415FDE06132E33849FB327C4 /* MountingCoordinator.h in Headers */, - CF64B491BAA53EE686FF7BD15B7DC0BB /* MountingOverrideDelegate.h in Headers */, - ABF75F6D00E6483C542CE5CE9D3E74E5 /* MountingTransaction.h in Headers */, - 80D68271C5AA173F0F5B9712AE5DE52F /* NativeComponentRegistryBinding.h in Headers */, - D87BBDDE0966DF4435148210BF6E31A2 /* NSTextStorage+FontScaling.h in Headers */, - 0DE083C41542B960EEACFD0368A265E8 /* ParagraphAttributes.h in Headers */, - 934F3E479969692AB8F835599AA03EAB /* ParagraphComponentDescriptor.h in Headers */, - 605B55194124F1998FC8BA9E4639406D /* ParagraphEventEmitter.h in Headers */, - A84A6D2051172DACB7610379D42BA9EB /* ParagraphLayoutManager.h in Headers */, - C26944AB05DA40BE11169983F3197453 /* ParagraphProps.h in Headers */, - 46CE10B995C40C8F20B9CEFE9E9F0946 /* ParagraphShadowNode.h in Headers */, - 03782AD4B7DCA627F6121B7EE981E40B /* ParagraphState.h in Headers */, - 18507BEE374079B4765FCCDFF13E426A /* PointerEvent.h in Headers */, - 6EBC9DBD7D1AEE13415D932B245931AE /* PointerEventsProcessor.h in Headers */, - 2DFD7610698EAE13C6C31C02871E7967 /* primitives.h in Headers */, - 8AA400A1EAF809FA394F54FD60699E4B /* primitives.h in Headers */, - 680D38C898C9F5635AFF84DBA401095E /* primitives.h in Headers */, - 293E4D5629CBF491ECDD40112314C695 /* primitives.h in Headers */, - AD0E75A59944F79D58EE25ADE3B5C600 /* primitives.h in Headers */, - 38CC91869A89DEFBD558B859C97E2D73 /* primitives.h in Headers */, - B60E2C73E1EC33E415022D1CFA2E280F /* primitives.h in Headers */, - 568DED94A5B3EF39BA8E8B7624D1399D /* Props.h in Headers */, - 0306304685DC56A8689D09DEB59ED825 /* Props.h in Headers */, - 24B2B6BFCC504444ED92E75454532B59 /* propsConversions.h in Headers */, - B4C1C2FA054F0C44C7CD9274661C99C1 /* propsConversions.h in Headers */, - 88BB8EB4DBAF3068B58D9089DD160CA2 /* propsConversions.h in Headers */, - B9016125703E5CA0009E6184DEF8A279 /* PropsMacros.h in Headers */, - D68D368CF43C39A94BCBF060EA246CC0 /* PropsParserContext.h in Headers */, - C453674B2291CAE0955C6049DD571F8D /* RawEvent.h in Headers */, - D840128CE3C8FDFAD4C60D7221F62FEB /* RawProps.h in Headers */, - 33C944585F2B91440BAB8600388CF3BB /* RawPropsKey.h in Headers */, - 5BB320179E5CACCFCA8F9625FA5D49EF /* RawPropsKeyMap.h in Headers */, - E88FEC0CBC5980A7A14BD6A475F5D730 /* RawPropsParser.h in Headers */, - 5DA2D4BE9D03385C1E536315F2736E0F /* RawPropsPrimitives.h in Headers */, - 4469FEB2EDEECB92D0FE05198795344C /* RawTextComponentDescriptor.h in Headers */, - 46C444FFADB383E50B37A4C497CF51B2 /* RawTextProps.h in Headers */, - FFD2FD349E840FB88D75DC02786AA13F /* RawTextShadowNode.h in Headers */, - 7D8C0FB93AF90D14EF1DBB5CEED5D3AC /* RawValue.h in Headers */, - D64013E077B92D3ADD13C51142947927 /* RCTAttributedTextUtils.h in Headers */, - C322B86EDE9631008DD884968D794E45 /* RCTComponentViewHelpers.h in Headers */, - C3DFD45432052244ADF4F298BB1575C2 /* RCTComponentViewHelpers.h in Headers */, - 3BCFBEEDE7AE4F20F98A6461030E9C80 /* RCTFontProperties.h in Headers */, - 1ED4493BAF37EA8CAA1843028349C7C2 /* RCTFontUtils.h in Headers */, - 9FED0A552FF5A5FD03CF418B1A98DC4E /* RCTLegacyViewManagerInteropCoordinator.h in Headers */, - F32EC2071D4B2BD648C0431CB63854F0 /* RCTTextLayoutManager.h in Headers */, - 6272DB78F08D5AF1437247E42FC61AA6 /* RCTTextPrimitivesConversions.h in Headers */, - 1C6C073764866653E4B127E3033C01FA /* React-Fabric-umbrella.h in Headers */, - AC1C0A4754673719201308EA2290C231 /* ReactEventPriority.h in Headers */, - A042F319366ADFF39752613ACAD6D1B4 /* ReactPrimitives.h in Headers */, - 92403BF0C81E82E703146C3296F7A9C7 /* RootComponentDescriptor.h in Headers */, - 173504A2323D556EC760AE344EF42D8A /* RootProps.h in Headers */, - 8A885148227D05E1F37E084CAE0AFCEB /* RootShadowNode.h in Headers */, - 2BEE8EDD9C65F4BA67BF1B9A7D732FE0 /* SafeAreaViewComponentDescriptor.h in Headers */, - 0F28D3A6FF9D9A0244A5377B3CDCA5B3 /* SafeAreaViewShadowNode.h in Headers */, - F6B5570025E62C5C8A693318A4484CB7 /* SafeAreaViewState.h in Headers */, - A404EF6AC8ACDBB595F4EA50AAA58F90 /* Scheduler.h in Headers */, - CBF1895DFE03655D6ED3DA2B2F44DEBD /* SchedulerDelegate.h in Headers */, - CAC1B093851BF9840C1AE683B0FE8C95 /* SchedulerToolbox.h in Headers */, - EAF8D4F2E6C6757CBA5C8A4298D56925 /* ScrollViewComponentDescriptor.h in Headers */, - 9B544CD39C36C14E4AE8C0CA87D56F90 /* ScrollViewEventEmitter.h in Headers */, - 60123FF66ED11AE9F7832A07DE56E8A4 /* ScrollViewProps.h in Headers */, - 42CC90E9A245375CB5881BBFD2639616 /* ScrollViewShadowNode.h in Headers */, - 48AF07DC607B196D44B0B25431AA5F8A /* ScrollViewState.h in Headers */, - 4B896B58C6AEB1E6FF6EC6ECB4A54030 /* Sealable.h in Headers */, - 7BCC95FC263AC0FD6F0A5E239C312DCE /* ShadowNode.h in Headers */, - 87E07D1D31A038F292E611FC1F567E6B /* ShadowNodeFamily.h in Headers */, - F27F04004D409B52604F15B20D5F0103 /* ShadowNodeFragment.h in Headers */, - C185D6E1463937C9C8838AEFC1611DAF /* ShadowNodes.h in Headers */, - EEFBE745C6BBC1F2C9BBEDD700CB7C86 /* ShadowNodeTraits.h in Headers */, - 6A03C84416BB5252F0F627E4A7FC83F3 /* ShadowTree.h in Headers */, - D31D761CE3764BFF81D314020485C3A0 /* ShadowTreeDelegate.h in Headers */, - FEF537AC4DA963C2D7982A08E596E1DD /* ShadowTreeRegistry.h in Headers */, - 0CEBC82115E74208992497F4BC5EB8D6 /* ShadowTreeRevision.h in Headers */, - 9DD6DC88FA38C44D53255A224DD92E1D /* ShadowView.h in Headers */, - 2E2AEB01138614AA796C4FC83725B272 /* ShadowViewMutation.h in Headers */, - 940628ADDF5EFC7EAD3C1F2DD8855425 /* State.h in Headers */, - 922E7A6254E1020367C001111BFFD838 /* StateData.h in Headers */, - 28DE778E7DB94DD0CB13963163E49762 /* StatePipe.h in Headers */, - 5BB7B1AE8B24F625AF98AE3F7E340D8D /* States.h in Headers */, - 3029A9838F1AE09FDF96BE6AEFDCB820 /* StateUpdate.h in Headers */, - EE4511C8E04B06EB745D47F7DC8A0CF9 /* stubs.h in Headers */, - 867177345B266682238456EE633B3976 /* StubView.h in Headers */, - 17F6651F889080B3AD449BC176ECC92C /* StubViewTree.h in Headers */, - 62E2BDA5AA7B417DC94EC1C8BF121FE7 /* SurfaceHandler.h in Headers */, - 2522D22E0D897373C7C400AD55A00E0E /* SurfaceManager.h in Headers */, - F9FDF99AD0BAE4B47D8977AED79A1257 /* SurfaceRegistryBinding.h in Headers */, - EE9AA2C2C7E87338F9373AE6B537DB89 /* SurfaceTelemetry.h in Headers */, - FB9E323642970E4F66B8691FB9910D3D /* SynchronousEventBeat.h in Headers */, - DF90970D93CDBB2D8CE9B485B5D95BF7 /* TelemetryController.h in Headers */, - 996D3CA1C20922AD2C314DE0C02FAED7 /* TextAttributes.h in Headers */, - 059240E97914C100D5A9DF8029EA41FC /* TextComponentDescriptor.h in Headers */, - 125F60DAC324CAD6C8DB5AE6CD0A58D7 /* TextInputComponentDescriptor.h in Headers */, - EDF63C9529FF56819FBDEDF74DAEE6CF /* TextInputEventEmitter.h in Headers */, - C6234E3020ABC4108751F8DE8EEB11D9 /* TextInputProps.h in Headers */, - D2CD4D4CD5E1DBDFCD57AACEDC5066F4 /* TextInputShadowNode.h in Headers */, - F4641CEE60DEA67AFC6CCBBDCE78A5C2 /* TextInputState.h in Headers */, - 17783F21A1AE86DF084533C7DC6B6A4C /* TextLayoutManager.h in Headers */, - FAD6D51C7550C0590A9F75C825687B3C /* TextMeasureCache.h in Headers */, - EEB4CDC1587A3DB21702A3762EC91A10 /* TextProps.h in Headers */, - A7759F92A0E762CFA27EEF593524CD52 /* TextShadowNode.h in Headers */, - 60062296723B4FD19CB16F87A7AF9F39 /* Touch.h in Headers */, - FFC722B62066268A1D0BB245D959396B /* TouchEvent.h in Headers */, - 0CBD2F8331F2ACFC1A45E44B65907DFC /* TouchEventEmitter.h in Headers */, - E64D4A7E174BCE0DD783E312C438E198 /* TraitCast.h in Headers */, - C424C4595CDECB92B7FAF22CE6BFF79B /* TransactionTelemetry.h in Headers */, - 98C765B43522020046B69752D6713352 /* UIManager.h in Headers */, - 44F51E16A74DEADED2FB41CE4C1FA97F /* UIManagerAnimationDelegate.h in Headers */, - 19597D9D40A3165420F59B67428F1D7F /* UIManagerBinding.h in Headers */, - 6AF81A14364796B25D8B850025287584 /* UIManagerCommitHook.h in Headers */, - 3963425999F7BEB654D2FE9742E2805D /* UIManagerDelegate.h in Headers */, - AA01995AAEB53BE51C6593E0CB2540C8 /* UIManagerMountHook.h in Headers */, - BD882650F53465EDA556F9C7E25FC4F4 /* UITemplateProcessor.h in Headers */, - 358CC66EF8EB9CD169FBB0A6D59EF3D0 /* UnbatchedEventQueue.h in Headers */, - 53ACA5CBE6F9C6E30FD14B8458579D3A /* UnimplementedViewComponentDescriptor.h in Headers */, - AA2D94409ED925AABDB4EAB7FDE9D4F2 /* UnimplementedViewProps.h in Headers */, - 36F1D9C56CE97380206B3EA8E7DCF77B /* UnimplementedViewShadowNode.h in Headers */, - FC1B525557EFC3574247BEC5ECBB126F /* UnstableLegacyViewManagerInteropComponentDescriptor.h in Headers */, - 0B17C0FE2D31BFF2C6DA2CF0CB4C14E5 /* utils.h in Headers */, - B56AF2CC048C1C72A8DA54B12C307E4B /* ValueFactory.h in Headers */, - 671D72A415D35839886FA34D34E12B9E /* ValueFactoryEventPayload.h in Headers */, - 5ACC0EA0F4F0AE10839EF817429ADBDE /* ViewComponentDescriptor.h in Headers */, - 5D8677BED1D90CC37CF100FD2D8A46BA /* ViewEventEmitter.h in Headers */, - C75C0B1BD29E7EE9EA6E9E62941EDAC5 /* viewPropConversions.h in Headers */, - 02CE16F8CF8D888E78901EC2DB85BCC7 /* ViewProps.h in Headers */, - 25D2B40E1C3755D7F15485304020BA6E /* ViewPropsInterpolation.h in Headers */, - ADF36E514797653AC90897EB8AE532B5 /* ViewShadowNode.h in Headers */, - DAC80F9B0EA9AD96EC53DC179EC5D28A /* WeakFamilyRegistry.h in Headers */, - 34486C5CCCF7C5C5B79E9F8AC7301AC8 /* YogaLayoutableShadowNode.h in Headers */, - 5F26A0E9DDCA9331344C5AE76C90A8A7 /* YogaStylableProps.h in Headers */, + 3CB47200EDBCEECB186D83CC145EEDED /* PlatformRunLoopObserver.h in Headers */, + F901B09A64206BD8481364EF79C7D52B /* RCTAccessibilityElement.h in Headers */, + 8A819DCA8AD6D57C2222DBE0B7FE7190 /* RCTActivityIndicatorViewComponentView.h in Headers */, + 898869098F6FB696AA71D98E461232CA /* RCTComponentViewClassDescriptor.h in Headers */, + 0E9F6325DB8475265B002F1E7FD69D5B /* RCTComponentViewDescriptor.h in Headers */, + C016F3769390ED58641BA2886319108C /* RCTComponentViewFactory.h in Headers */, + AE0DB91FEF11CE1FD97DE6B1A300E697 /* RCTComponentViewProtocol.h in Headers */, + 89CCC3121E6749EC7C4D707AD992C550 /* RCTComponentViewRegistry.h in Headers */, + 8B9FA606ADA138041A461B1A45CC47BC /* RCTConversions.h in Headers */, + DB330BA756D9108372BB5C51B9BA73D7 /* RCTCustomPullToRefreshViewProtocol.h in Headers */, + 9AE0B339D38F4BDCFD54AF8B4B74B9AD /* RCTDebuggingOverlayComponentView.h in Headers */, + C77CB2DD8FD053075C9A2178F2617423 /* RCTEnhancedScrollView.h in Headers */, + DDED52C98E3DB3DE7B916FFA6E38389E /* RCTFabricComponentsPlugins.h in Headers */, + F0D13FA0AEDD0027AD18A56E95626A3A /* RCTFabricModalHostViewController.h in Headers */, + 56724EB37D2444DF72CF868DD13477FA /* RCTFabricSurface.h in Headers */, + B792854DB1139F6C4839DDC23FFE87CD /* RCTGenericDelegateSplitter.h in Headers */, + 8C6CD8EF00A7B2AA432B528185A21005 /* RCTIdentifierPool.h in Headers */, + EE442608008693F4732B90E3E929F104 /* RCTImageComponentView.h in Headers */, + 37F4DCC3A8CA1D1A4D418657FF19733F /* RCTImageResponseDelegate.h in Headers */, + 75853200EC17CEE70359BDA55A296152 /* RCTImageResponseObserverProxy.h in Headers */, + 2B053AF14B09FFD6105A38AD87C405FD /* RCTInputAccessoryComponentView.h in Headers */, + B1FB31DE01AF8497EA404D2EA2B380EB /* RCTInputAccessoryContentView.h in Headers */, + 81313E2CDDE7FC92041DDF94657C35BE /* RCTLegacyViewManagerInteropComponentView.h in Headers */, + 4AF659E6D81AA3230AF3CC577A664469 /* RCTLegacyViewManagerInteropCoordinatorAdapter.h in Headers */, + BC6A9D036DE803C84DFC46F74C1B54DC /* RCTLocalizationProvider.h in Headers */, + 951D58A9E7D698B929AF899C28E57034 /* RCTModalHostViewComponentView.h in Headers */, + 86AE12D8AB4DFCEF8C5413A542FA699F /* RCTMountingManager.h in Headers */, + 8D2E0D17D455244D4DADB8163EE9C146 /* RCTMountingManagerDelegate.h in Headers */, + 9D2C4B6C64188ADED9A1A5F54328072A /* RCTMountingTransactionObserverCoordinator.h in Headers */, + EABC36AD3C5E7A062DD1E648173390BD /* RCTMountingTransactionObserving.h in Headers */, + 9E5B5F823216896E6318DB55C9616AC9 /* RCTParagraphComponentAccessibilityProvider.h in Headers */, + 66F138CEF6DE7733C00C0EDAF107F4E3 /* RCTParagraphComponentView.h in Headers */, + E5E55BF988954948EFE319F6580A5DD2 /* RCTPrimitives.h in Headers */, + BECF0A8247DDD53567BC16E3F7F7FBA5 /* RCTPullToRefreshViewComponentView.h in Headers */, + AF63E872921CA837B9532CC5211FD6BC /* RCTReactTaggedView.h in Headers */, + 25D9A0F89FE35DB331D48EAEC035EC4D /* RCTRootComponentView.h in Headers */, + 6B9B49A3703636ADC90A520068F48C55 /* RCTSafeAreaViewComponentView.h in Headers */, + 5424ED4EE723B69262C7BA8F229423CC /* RCTScheduler.h in Headers */, + EB3E3453EFB9D515C27B942DBC8CA533 /* RCTScrollViewComponentView.h in Headers */, + 9A4EE65B2E9B67E48FEA687692C36F66 /* RCTSurfacePointerHandler.h in Headers */, + 67D6B0FEE7276ADF5A34F358361A06C3 /* RCTSurfacePresenter.h in Headers */, + 6D9019B41C60A4DACDF6D306788014AB /* RCTSurfacePresenterBridgeAdapter.h in Headers */, + 6D868A2B81C43D395DCDC4C4B6FC60F6 /* RCTSurfaceRegistry.h in Headers */, + 3D9A59728E70022027792DBB95213CE3 /* RCTSurfaceTouchHandler.h in Headers */, + 94CD80C023E882B4DA9D02927CDA9327 /* RCTSwitchComponentView.h in Headers */, + 2A43229C2CBF5932A43C13CAE64EB114 /* RCTTextInputComponentView.h in Headers */, + B10E4CBE3CC25EEDBB00CDBDA2464C7D /* RCTTextInputNativeCommands.h in Headers */, + F2B68B0957E8649F575BCACD150607B8 /* RCTTextInputUtils.h in Headers */, + F1F4420804BCE4EC9ECF3A3B61CB6FB4 /* RCTThirdPartyFabricComponentsProvider.h in Headers */, + 725DE6774E7CF785ADEBA7816ED0930A /* RCTTouchableComponentViewProtocol.h in Headers */, + 6354C2A56E1FE6BB514E79F6E1B34BF0 /* RCTUnimplementedNativeComponentView.h in Headers */, + 757CFD9FBF0BB53294AB26076C6C3405 /* RCTUnimplementedViewComponentView.h in Headers */, + 4655F7C1059E59B736603130DB2FA22A /* RCTViewComponentView.h in Headers */, + BE32F467ADEA0C6CC8C6AB51E53C8360 /* React-RCTFabric-umbrella.h in Headers */, + A9E1748FA1E9E944CF1BCE7376E7B033 /* UIView+ComponentViewProtocol.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - FF8365E1DC13E140D6652213A5BEC6F9 /* Headers */ = { + F837FE48D95BC32E08823880617709FA /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + BF95BCE7DEEBE179C23F8F6D13EB1A5C /* react_native_log.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -14853,11 +14392,11 @@ /* Begin PBXNativeTarget section */ 02B79DFED924FA19CA90EC69614733E1 /* fmt */ = { isa = PBXNativeTarget; - buildConfigurationList = 1902613631876AC0B33C60C703A3CBEE /* Build configuration list for PBXNativeTarget "fmt" */; + buildConfigurationList = 8155B5CA84599E484C0CD5B5A50F38AA /* Build configuration list for PBXNativeTarget "fmt" */; buildPhases = ( - 941645483DAD13218556578BF0C3E68A /* Headers */, - B54D139CF59C9C3827D6C7CD605726F0 /* Sources */, - 48E9055D5DD99C65144BA5F226DDA260 /* Frameworks */, + C7F762FCDD3EC1F3B985B12D843C839D /* Headers */, + 1668C4E93B3B7D623F5F0B12FFC8EDF1 /* Sources */, + B0F3C1490E731E02547F366CAC459882 /* Frameworks */, ); buildRules = ( ); @@ -14868,35 +14407,18 @@ productReference = F4BDA69E3BCB0166D49FB679ABADCA00 /* fmt */; productType = "com.apple.product-type.library.static"; }; - 04A30E186743192DFB26B0FD7DB8F250 /* libevent */ = { - isa = PBXNativeTarget; - buildConfigurationList = 90F3D5F5C12A7E580FA40FFA223B4581 /* Build configuration list for PBXNativeTarget "libevent" */; - buildPhases = ( - 1684B1E2B90B8F217C2C1C1118F873A6 /* Headers */, - 31F14DCF49A674EC71289AB6BF4215BE /* Sources */, - BC9285CA6B495DB01E0A972E6AFA96AC /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = libevent; - productName = libevent; - productReference = FB6FAD8F0183E86ACBFBD8A81BA7BF3A /* libevent */; - productType = "com.apple.product-type.library.static"; - }; 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */ = { isa = PBXNativeTarget; - buildConfigurationList = DEB3B904973601A43B76B33DCF2046DF /* Build configuration list for PBXNativeTarget "React-logger" */; + buildConfigurationList = 5BBEBFE986F7B4F914468460EB8F1959 /* Build configuration list for PBXNativeTarget "React-logger" */; buildPhases = ( - 9613312F5BAF2AD55736E8C722828752 /* Headers */, - 0A4FC6EF4A6B45F32F65E0DCD4E58E97 /* Sources */, - 201B9B08E131E3087DD8707C8C11FB03 /* Frameworks */, + F837FE48D95BC32E08823880617709FA /* Headers */, + 6821FD5A12B69581B081B1EB963284D6 /* Sources */, + 6B85A179CAD33992F413D8BD3E7F2D36 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 11B484D68915B3ECF4A1DF03CB57AC28 /* PBXTargetDependency */, + BCC574E946A3A8BCCE454E8E24779B25 /* PBXTargetDependency */, ); name = "React-logger"; productName = "React-logger"; @@ -14914,8 +14436,8 @@ buildRules = ( ); dependencies = ( - 733F97F72EB2134290C2742EB9F94F89 /* PBXTargetDependency */, - 8818160DF82A45D9F4F8E52D9CEFD27F /* PBXTargetDependency */, + 3D131EABE7877449C034C8F7D0F2D6EB /* PBXTargetDependency */, + 22518BD6B6A2937961E29F0F995F94E4 /* PBXTargetDependency */, ); name = "React-Mapbuffer"; productName = "React-Mapbuffer"; @@ -14924,11 +14446,11 @@ }; 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */ = { isa = PBXNativeTarget; - buildConfigurationList = DFEDD7B0E9D64A2DC726AA0597D9705E /* Build configuration list for PBXNativeTarget "React-debug" */; + buildConfigurationList = B0BA1E3B69666258803F3BA8BC7753D5 /* Build configuration list for PBXNativeTarget "React-debug" */; buildPhases = ( - CDB81E8AC68B0FF2E2FE22501918D2BC /* Headers */, - B4C68467108554688BFB68EB4228C131 /* Sources */, - ACB24848F548F2E45E0C7452D6DE9A13 /* Frameworks */, + E8457FFFBEC926DA7BE46B2892CB0FDB /* Headers */, + C1CCF5380F13156FD54A244ED552853A /* Sources */, + BD2E44394098D59D4216910EB6123099 /* Frameworks */, ); buildRules = ( ); @@ -14939,13 +14461,40 @@ productReference = 6ED2C07E6AE77BBD9A6856E523EF6A06 /* React-debug */; productType = "com.apple.product-type.library.static"; }; + 0EF07AE1AD53436E8D2B9B0086EA0163 /* React-RuntimeHermes */ = { + isa = PBXNativeTarget; + buildConfigurationList = 0F57A9E1BCAF11956772C8D87FE73D2D /* Build configuration list for PBXNativeTarget "React-RuntimeHermes" */; + buildPhases = ( + D91A4D4A9E4103F160841820694DECF2 /* Headers */, + D4CC0275F39BE4206E4ACF900B008845 /* Sources */, + C4687459249DD90C9583CD8F4F17FD73 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 5F7DDEC9656978E6328E567B901397AC /* PBXTargetDependency */, + 9D8860389569C0B4CF9D53F307783D25 /* PBXTargetDependency */, + A3A103DDF211E33A422885D060EF6862 /* PBXTargetDependency */, + 0B8F0AF300F008781318143A4023937B /* PBXTargetDependency */, + C8AE99661D1A65D85D469BADA683E979 /* PBXTargetDependency */, + 6172D3DC6321CA3620D197A12D6E59C8 /* PBXTargetDependency */, + 3354A28B35EC1069BD30EB745FBB5320 /* PBXTargetDependency */, + DFAE25DECCD0A8C005755C2E97CB95EF /* PBXTargetDependency */, + 652E79909AAB41E62A57EBC80CBF427C /* PBXTargetDependency */, + 32367C20F30921438885115E85DFA696 /* PBXTargetDependency */, + ); + name = "React-RuntimeHermes"; + productName = "React-RuntimeHermes"; + productReference = 4F3E9C98444FA55E416B857143C48013 /* React-RuntimeHermes */; + productType = "com.apple.product-type.library.static"; + }; 1948D0B63D2CF6A48E18B0B292BC6091 /* SocketRocket */ = { isa = PBXNativeTarget; - buildConfigurationList = E7CE5604CA029FC6B0A8DCCFFAFB5F99 /* Build configuration list for PBXNativeTarget "SocketRocket" */; + buildConfigurationList = D7B61D8E284A82A5FFDD5722F2E8CB19 /* Build configuration list for PBXNativeTarget "SocketRocket" */; buildPhases = ( - 6E26FB8D3C041E5B829B75A15A58344A /* Headers */, - 4D0EB36120CA7AB0B56AB0202DD1CC77 /* Sources */, - 92937F1F0CB66E0A09DC63068D26CCA8 /* Frameworks */, + F2D8DBE624B824B97685554501230222 /* Headers */, + ECB360B46269645988A5FEF752B07CE1 /* Sources */, + 555A04A540081AC49C8E6E99B4A994A8 /* Frameworks */, ); buildRules = ( ); @@ -14958,25 +14507,26 @@ }; 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */ = { isa = PBXNativeTarget; - buildConfigurationList = 2631DCC17477B2DD174DCFD3AA02A8A4 /* Build configuration list for PBXNativeTarget "React-hermes" */; + buildConfigurationList = B1628683B730946B45D719929318C407 /* Build configuration list for PBXNativeTarget "React-hermes" */; buildPhases = ( - 359FE44012B31AE28A63144328085C8C /* Headers */, - 07D74FDC4F3398664DACF7BFA5A49269 /* Sources */, - DE1AA5A7360F3375504619B413A22DAB /* Frameworks */, + 480E3EC17192D033B3243595772EED8D /* Headers */, + 1B85B6C778B063059A7996C2729D726F /* Sources */, + 1E96689E45440CA500F1377CF69C3FBD /* Frameworks */, ); buildRules = ( ); dependencies = ( - 58A31D81C227D799EE09D8E6033C152C /* PBXTargetDependency */, - 63B9F06A1FA1C4543946FC0739B105EF /* PBXTargetDependency */, - 32372D8231D4C31939E1026DA4E92689 /* PBXTargetDependency */, - 4FA6B26ABAC9A5FE8FC81AB52F590950 /* PBXTargetDependency */, - 75336692581B93FFE7931E17908F317F /* PBXTargetDependency */, - 346CF7B4D038D063B52986DBA48448C6 /* PBXTargetDependency */, - 4A1E57796E68D94EA0996E75F29F6396 /* PBXTargetDependency */, - 6880EF1F966BDC8365F24C2783D29A43 /* PBXTargetDependency */, - 3F546D3CBC19E43561807E64A3DBFF38 /* PBXTargetDependency */, - E7D62FB9731C591B9A2854A5E16EF252 /* PBXTargetDependency */, + 8348CE40A97A1B487D1B2FE4C6A432CB /* PBXTargetDependency */, + E55D350A9268572D7FC8C05E97502888 /* PBXTargetDependency */, + F34157E1DF7D5E455A66302A9C9AD088 /* PBXTargetDependency */, + EF845B0031E0D8C62943D74C2C5B1956 /* PBXTargetDependency */, + 4F38BF96117F66D66D12A5026165B46F /* PBXTargetDependency */, + 160B671DE8C758C317C529472EAE84AC /* PBXTargetDependency */, + D24CEC53FD6AF9954BB5EC0ABFD10825 /* PBXTargetDependency */, + DEA448341ABAAE0D25466C34F1F235A4 /* PBXTargetDependency */, + B866B352B4413F93E9054502E08ED0E0 /* PBXTargetDependency */, + 54F3A8EBD288322A88F66576AB7B01AC /* PBXTargetDependency */, + 1D4397136D2ACA4FB733CA69E77D4E29 /* PBXTargetDependency */, ); name = "React-hermes"; productName = "React-hermes"; @@ -14985,32 +14535,49 @@ }; 27F648AD269E94404D6A7547C4F9C683 /* React-jserrorhandler */ = { isa = PBXNativeTarget; - buildConfigurationList = 2F41D2017553749A1447C845EE3E07D3 /* Build configuration list for PBXNativeTarget "React-jserrorhandler" */; + buildConfigurationList = 6707DE3D6F26E17231DE98DB9A3E3AB3 /* Build configuration list for PBXNativeTarget "React-jserrorhandler" */; buildPhases = ( - EA047D8D546C608F6C25E8ABE9380656 /* Headers */, - D0DE0544BB412C802C464D95EDFC39F0 /* Sources */, - D108391890202F8FC850472A4F365FA9 /* Frameworks */, + C20B0C535E0FD7D4FF32A7DA7B1CA845 /* Headers */, + 75A362DACB9AD78859822092A79651B7 /* Sources */, + 35249E191E5E9A9BCF3C012B7231E4E5 /* Frameworks */, ); buildRules = ( ); dependencies = ( - F952BA7A720C30A8394634E46D17F89F /* PBXTargetDependency */, - 5FC5F4CA073DCC20D23234130033BCEF /* PBXTargetDependency */, - C3F0B6F7D29AC95FA42DBE81D8F15560 /* PBXTargetDependency */, - FCE67277A4F28F81CFA00469F31688F9 /* PBXTargetDependency */, + D6F113C392C802440FC28E2899F6D75C /* PBXTargetDependency */, + 488998D26401741FC05F84B117E5020A /* PBXTargetDependency */, + 77AC1CFEEEAAD46FEE7BEA988A588B67 /* PBXTargetDependency */, + BCF4A5F46D114B97594F5A602DC84C06 /* PBXTargetDependency */, ); name = "React-jserrorhandler"; productName = "React-jserrorhandler"; productReference = C02EAF482D8B4DE45E3A58A25AE1FA91 /* React-jserrorhandler */; productType = "com.apple.product-type.library.static"; }; + 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */ = { + isa = PBXNativeTarget; + buildConfigurationList = F2768486D471591D3A8A58B2E7F81CD4 /* Build configuration list for PBXNativeTarget "React-featureflags" */; + buildPhases = ( + 4CE40E530312BF393D28CBE0E51411F9 /* Headers */, + D9A2B97E596F0A5364FC6BDF8ACC69ED /* Sources */, + 4E6BB43FE92C85896EF4652D5008EE41 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "React-featureflags"; + productName = "React-featureflags"; + productReference = 971F6C319DDD4BD078954A5EF77B5BA7 /* React-featureflags */; + productType = "com.apple.product-type.library.static"; + }; 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */ = { isa = PBXNativeTarget; - buildConfigurationList = 14775447AFF64546FC3DD7F4B58D1B6B /* Build configuration list for PBXNativeTarget "DoubleConversion" */; + buildConfigurationList = 7CDBC45D37D1B150104FBBEAFF6D7DFA /* Build configuration list for PBXNativeTarget "DoubleConversion" */; buildPhases = ( - 744FDACF0DD4629E50693169F1AF5214 /* Headers */, - 213D00731D61E88B1BDB8D14AE74451E /* Sources */, - 3391273B6FFD22F3C560D814C6B7C102 /* Frameworks */, + 43CB88E0FAB282141C8E630E7B32B9BB /* Headers */, + E808ECED1A5E1EE47280499780E79451 /* Sources */, + 5D70EF7822C104273D2101F12A77DA2E /* Frameworks */, ); buildRules = ( ); @@ -15023,11 +14590,11 @@ }; 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */ = { isa = PBXNativeTarget; - buildConfigurationList = BDA5F9F512726F08D7BE74C1FEED4466 /* Build configuration list for PBXNativeTarget "Yoga" */; + buildConfigurationList = BC2E6F2E3470A4F5826B9F71F74F6A1E /* Build configuration list for PBXNativeTarget "Yoga" */; buildPhases = ( - 28B63F60E7AA908D793367E00FD4DCF4 /* Headers */, - 74BF14EF72EC04C06F6FCDA7225B5B9C /* Sources */, - EA8F884AAB6F1F787B639E6A3C8586D7 /* Frameworks */, + A93B38F3B38D3C58EF7B4AB482E7F0E0 /* Headers */, + C36899A216C6A2B189B53F2609162A18 /* Sources */, + C045B01A5A6B7CCA78D61826BA82820C /* Frameworks */, ); buildRules = ( ); @@ -15040,18 +14607,20 @@ }; 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */ = { isa = PBXNativeTarget; - buildConfigurationList = F69BA5A5FD269323E37D36622AF7AB15 /* Build configuration list for PBXNativeTarget "React-utils" */; + buildConfigurationList = 7AB9946DDD1C3D6A76F4EC20B825E6B1 /* Build configuration list for PBXNativeTarget "React-utils" */; buildPhases = ( - 8ADCCDF9E6FB0651DC4A652DBA49895E /* Headers */, - 1414FBE8B6481CD3659E62F292934232 /* Sources */, - 46204ECFAF5BCA1CB78ACCBEBAD243A2 /* Frameworks */, + D9850AC624D95996A3B3A552E9F54AD7 /* Headers */, + 798DF908E612E5F8F05490A8ADB42D63 /* Sources */, + F6D7800EEE85719978FE04577571C010 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 800D5F4235F04FDE4A010517C5BC1ECA /* PBXTargetDependency */, - EC28ED88A6D3F75B934292EEEAA48AA2 /* PBXTargetDependency */, - CE13EF4A6893B286D30E066C0F3FC961 /* PBXTargetDependency */, + BC3FB7331CDD43D5175E4D47ACA6FE66 /* PBXTargetDependency */, + 1D22B6A7210D95C77692184F9DD4DA5F /* PBXTargetDependency */, + 984847B7473A8412AEFAF77B4664F75D /* PBXTargetDependency */, + 2B046BA53642654BB49AB5D1268435C0 /* PBXTargetDependency */, + 9563F68F9BD1749F7443FD66E9590B85 /* PBXTargetDependency */, ); name = "React-utils"; productName = "React-utils"; @@ -15060,11 +14629,11 @@ }; 45B79B0C60C74716DCD2AD7BE782A719 /* simdjson */ = { isa = PBXNativeTarget; - buildConfigurationList = 28E2338E9CE6E766FB34405156837A1B /* Build configuration list for PBXNativeTarget "simdjson" */; + buildConfigurationList = C0CFAFD893AA5A3CF3EF3D5182D8DFCA /* Build configuration list for PBXNativeTarget "simdjson" */; buildPhases = ( - 9FE95A399B395510014601518E274BC4 /* Headers */, - E44EB265A6B605724761E1A4623C3987 /* Sources */, - E1A3106F7DAD756AD37BA79008C6BB31 /* Frameworks */, + 3C7BE99ED45BF15CCA844CFAE09EF656 /* Headers */, + 1DF1B328A32BB8F8D107024AD45C182B /* Sources */, + 303A5D98CB7E8BAC37153C94A9723DB8 /* Frameworks */, ); buildRules = ( ); @@ -15077,28 +14646,28 @@ }; 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */ = { isa = PBXNativeTarget; - buildConfigurationList = 7A6DA6EE095C3A402920451721287AE5 /* Build configuration list for PBXNativeTarget "React-cxxreact" */; + buildConfigurationList = 3CDF0161DB20A500B3F98141C7B4D171 /* Build configuration list for PBXNativeTarget "React-cxxreact" */; buildPhases = ( - 9541EA7A58CE54325DDC7B61E400CBF4 /* Headers */, - 0843E1F5F7B08D910D9D86755871B0E2 /* Sources */, - A4D5479E3DFAD9709329595464855BD2 /* Frameworks */, + 5C14370402AA4BB4AD7B1F6D8652BE55 /* Headers */, + 0FDD676C9CF447C0E5C23ADF6F292A6E /* Sources */, + 3E93992A6915E912ABBC7FD7BB09ACF2 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 6C666DF22D88463AD96B878F6D96B7FC /* PBXTargetDependency */, - 485110BDBE30783CC8BA32CD9ECF5AAA /* PBXTargetDependency */, - D5E7D36C66DF8B2E31F45769D6C57424 /* PBXTargetDependency */, - B3E32128C61603B210D40F9A8DAF3832 /* PBXTargetDependency */, - 7856B030DCC866D1FFD84E9C1CE8F1DD /* PBXTargetDependency */, - 2E064F759DA473086C6D6BA3C8DDC412 /* PBXTargetDependency */, - EE86C2AFAF06028E8C5C4853685A2B25 /* PBXTargetDependency */, - 2D5D025D75F4E854C0F1B2D6E0F9D3B6 /* PBXTargetDependency */, - 40E70685B256654D7552BA381E3677C8 /* PBXTargetDependency */, - 1AEBAC80B82B346D4CADE4F5293FFC5A /* PBXTargetDependency */, - BDA732DA5FAB9510C53043FFBC5CA439 /* PBXTargetDependency */, - B4078520427327F66CC05D91E4CF36B9 /* PBXTargetDependency */, - F3C396091CC6EEED7C835E8871E5EB04 /* PBXTargetDependency */, + C63AA7D158F689A3665F23350A713960 /* PBXTargetDependency */, + 0F774A9A211B184E15151EBE1F7117FE /* PBXTargetDependency */, + 67567B461F3E40467B26D7974B4C1D44 /* PBXTargetDependency */, + 05373A03C28AF0BD3A139E9C7F172F96 /* PBXTargetDependency */, + 1160DC25251A334CDE35D5BE053E7EDF /* PBXTargetDependency */, + 50997191BF777B9C48032E92FE8934A8 /* PBXTargetDependency */, + 5D8A34693C0672D2B6D6FA272CD55EF9 /* PBXTargetDependency */, + 7C2893CAEC14643F651E1C7019EB7EC4 /* PBXTargetDependency */, + B24640D5A8CF4509EC3101762B86BCAE /* PBXTargetDependency */, + 7F374E36B80AE76293129D41A96FF3DC /* PBXTargetDependency */, + C369B22F0FAE377E5576A8BFE839BAFA /* PBXTargetDependency */, + CF9FB788BE979D8114BF13DAF8BDE56D /* PBXTargetDependency */, + 9A7B30DF2DCFFDB397FF212296E4935B /* PBXTargetDependency */, ); name = "React-cxxreact"; productName = "React-cxxreact"; @@ -15107,19 +14676,21 @@ }; 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */ = { isa = PBXNativeTarget; - buildConfigurationList = 5025E2DE60F1A7DC039C5282B45443B3 /* Build configuration list for PBXNativeTarget "React-graphics" */; + buildConfigurationList = 0C275FBF85ADB0F9F7275AA03EEFF4D8 /* Build configuration list for PBXNativeTarget "React-graphics" */; buildPhases = ( - 12A124FED60408AE4EC2A9D2A28C12C1 /* Headers */, - A4A30BF396EA9EE8D5940B4AE8BCBCA1 /* Sources */, - 5377291520EA1CE580DCD6452569EEE4 /* Frameworks */, + 5C4140C66CDBC309D6DCFA1BCE146F4A /* Headers */, + FBEB4901EDEA337A12D49832C0F1509A /* Sources */, + 89ED61ED54C1E87A03D923846D1CCD5D /* Frameworks */, ); buildRules = ( ); dependencies = ( - A459FDFD7FC52211BC3A4EB0CC00F7D0 /* PBXTargetDependency */, - 9CC3FE2C0907520C56B4F8A9A73756DA /* PBXTargetDependency */, - CC7A514209A4911B7F61BFEA5B667D38 /* PBXTargetDependency */, - 382BBBD90B6D5F4F318B016493B15B32 /* PBXTargetDependency */, + 2D8F535A379CBF645319C5E8F95903DC /* PBXTargetDependency */, + 907F691A1D77DB86BE3D65612BA344AC /* PBXTargetDependency */, + 57F48BAADB5805B0D266BDFC2A1C3EC9 /* PBXTargetDependency */, + 6FDBD4C9938B03D8150BED0135AFF2D4 /* PBXTargetDependency */, + 8296923833DED2E03B8C666BE6DE6690 /* PBXTargetDependency */, + EF5884976FE3748E18B03AC28DED4AAC /* PBXTargetDependency */, ); name = "React-graphics"; productName = "React-graphics"; @@ -15128,23 +14699,23 @@ }; 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */ = { isa = PBXNativeTarget; - buildConfigurationList = 11961DE5C1BEF69F1F87A4961C38A06D /* Build configuration list for PBXNativeTarget "React-RCTImage" */; + buildConfigurationList = 2007902842A2D91320A831EDA401D9D3 /* Build configuration list for PBXNativeTarget "React-RCTImage" */; buildPhases = ( - 6ADA4743C34E68C1EBF955D262445DDE /* Headers */, - E69F4A486DCCBFC451741CC9245750D1 /* Sources */, - 6219DB64F3ABDECE90C303AE0DF39643 /* Frameworks */, + 7556844A2603E807BA60BBFA9278F78D /* Headers */, + 7EBAFB8D3A23BDFF1BDD2DFFB0078930 /* Sources */, + 0139C1ECDC2157867F618C9EA3EB1FFF /* Frameworks */, ); buildRules = ( ); dependencies = ( - D30414713B21D9F6CE9D3446470FC4CE /* PBXTargetDependency */, - 02AA07B05F4A28E1C99ECAFCE687840F /* PBXTargetDependency */, - 9278CA8A440FC5EEEFEA068EB8EEF918 /* PBXTargetDependency */, - 7348194B62A133A4E11B3B1CDFBE02BE /* PBXTargetDependency */, - B907157C056E8EFB31C8ACF74961B189 /* PBXTargetDependency */, - BA88927B50DB7DA30F530CD728196100 /* PBXTargetDependency */, - A86088B31710BA9554CF5149949B8D44 /* PBXTargetDependency */, - 74459B4AE1259FAF56C92FC8F20B0C03 /* PBXTargetDependency */, + C4841FEDE8D48DC4604247F57A37823A /* PBXTargetDependency */, + C9D96005FA6A6CFC6678D7B193F636E2 /* PBXTargetDependency */, + 2D59FE22D01EA3E540A40567B70E611A /* PBXTargetDependency */, + C094AAB7D234AC0D42232B6DD5D13EDC /* PBXTargetDependency */, + E87D08CAA09D3388E7127BB834C4D010 /* PBXTargetDependency */, + 3C6C78859E469F36181BEA310DB11287 /* PBXTargetDependency */, + 51B1B37A4D04FC366AF9E06183F60026 /* PBXTargetDependency */, + 4BE784B32D7FE7E66C0BCBC48A555002 /* PBXTargetDependency */, ); name = "React-RCTImage"; productName = "React-RCTImage"; @@ -15153,61 +14724,80 @@ }; 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */ = { isa = PBXNativeTarget; - buildConfigurationList = C1D163872F25ECB62AE8129D3DFDDDD2 /* Build configuration list for PBXNativeTarget "React-Fabric" */; + buildConfigurationList = 8B2FBF8FCEC45B37713547AEBD5D99B6 /* Build configuration list for PBXNativeTarget "React-Fabric" */; buildPhases = ( - FF573798A387BD5F365C7F7BA328288B /* Headers */, - D1202C3D02DF9700D0D4DCD19E09F992 /* Sources */, - 4D468B5D0922EEDEF94135E9E0EF7EF2 /* Frameworks */, + C9783B15FC64642EE4CF745EC87A7654 /* Headers */, + EA5775F352F02CC6B079C87333EA9092 /* [CP-User] [RN]Check rncore */, + C28D2750CFD2016BEE211A824D3BDCE3 /* Sources */, + 6F4E2E05C47567492210B48CF3716282 /* Frameworks */, ); buildRules = ( ); dependencies = ( - CB16961087BC47F634A6585074F65006 /* PBXTargetDependency */, - 1815054274AA1D7B4C4A913C87A82035 /* PBXTargetDependency */, - 09EB156B77A5FB25BB6F1DA184807776 /* PBXTargetDependency */, - A39F94A342B7FFF2449D709607F1C6AB /* PBXTargetDependency */, - 614A3BABE3AB3D7F0D94F31DD62C30F4 /* PBXTargetDependency */, - CABED3DF2183D8D3B700F675EACE20AA /* PBXTargetDependency */, - 54800F5346AF53D75AE2878CC94B697E /* PBXTargetDependency */, - DC0CD10831D488A59E221869B0178125 /* PBXTargetDependency */, - 895BEA66F3F4EBD1CA58C1814D9FCF6F /* PBXTargetDependency */, - 926EFB26E8553637DC67B1291E883997 /* PBXTargetDependency */, - 799D5C470B40A3AA0FCBF2A9BCCC4188 /* PBXTargetDependency */, - DD4AA8A6818E4CAE93A272FCBE80F120 /* PBXTargetDependency */, - A3EE38F841955D244D9B9B9B3E85B82A /* PBXTargetDependency */, - 8C24AFFFB02288FB37E4AE6D991F3671 /* PBXTargetDependency */, - 40947E6D29D5C4E12F1DA92942EE7959 /* PBXTargetDependency */, - B4C431184BBA498181932F2612006CD4 /* PBXTargetDependency */, - 233749735F2171A9F086B1AB650A3C5C /* PBXTargetDependency */, - 26BA84F409ACE0E84962665EEDB07687 /* PBXTargetDependency */, - C920DB6FF2535E4AEAAC22942E61F904 /* PBXTargetDependency */, + D1D39D73E05A402E21CB473870E4A4BA /* PBXTargetDependency */, + B0F8796B619A0B7C593B255CE5B08E22 /* PBXTargetDependency */, + 4C0CF02334D579F2CA85518BAFE3AC94 /* PBXTargetDependency */, + CA2CD4FD0049B212F2F4F143613B1746 /* PBXTargetDependency */, + 95A27BB9F1F8CA547737F477253E25D4 /* PBXTargetDependency */, + 619692B57C7C99263813F45DEF183A6B /* PBXTargetDependency */, + 30CAAA5C763B44A39B67EEA988014D07 /* PBXTargetDependency */, + 89535D4EB0336731DEC23A6271479D59 /* PBXTargetDependency */, + 41CB180CC61559DBA84C8CCD85761E40 /* PBXTargetDependency */, + 5F84ABE6461E8D10A99F1614662D5F02 /* PBXTargetDependency */, + 6EA37D38B5F608C9ED8BCC3D0CE73976 /* PBXTargetDependency */, + D3FE2FB1AC5AF0B7210C03C7CACCEE4F /* PBXTargetDependency */, + D2F9E46EE53762B96D30861C5B6374B7 /* PBXTargetDependency */, + DA81774A8A6DB56723A413D0EE8927C6 /* PBXTargetDependency */, + C3F49F70B58B4AE3958816AF5F0A65ED /* PBXTargetDependency */, + D0C0B60DD3D34657FCB73A9DE8B10D4E /* PBXTargetDependency */, + A8E8A02278FC1510C1E4AE330186E3DB /* PBXTargetDependency */, + 8431932AA052F87EEC81F9B95C62FF2B /* PBXTargetDependency */, + 3A081C98EE57698FFCC1C41C77D545AD /* PBXTargetDependency */, ); name = "React-Fabric"; productName = "React-Fabric"; productReference = DE73D8A5ECB254D9D3F8C36C8D201F89 /* React-Fabric */; productType = "com.apple.product-type.library.static"; }; + 5211B5AB7B81060AA8E78614DD75D3AB /* RCTDeprecation */ = { + isa = PBXNativeTarget; + buildConfigurationList = 4ADC4A4F4CD285503097D676C2835DAD /* Build configuration list for PBXNativeTarget "RCTDeprecation" */; + buildPhases = ( + 88C438498ECA995F20C03105412663D0 /* Headers */, + 92A0F6DC3B64F90B399C60EE8FDEB83F /* Sources */, + 31DEECC7D9F4687AA05692751E71642F /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = RCTDeprecation; + productName = RCTDeprecation; + productReference = 33EEBF1D210254B5452CE560F81C9D38 /* RCTDeprecation */; + productType = "com.apple.product-type.library.static"; + }; 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */ = { isa = PBXNativeTarget; - buildConfigurationList = FF208F1BD57A30EF9995D9590FF4828F /* Build configuration list for PBXNativeTarget "React-runtimescheduler" */; + buildConfigurationList = 1CAE6B2FF32C286031FF774A500E5F6B /* Build configuration list for PBXNativeTarget "React-runtimescheduler" */; buildPhases = ( - 34BC5D5F0A97225A59FD6DA0459C7813 /* Headers */, - 60A4407191FF82CA10D858BA28A28E1F /* Sources */, - 93ED422EA793C39EDAE100E0C6992D26 /* Frameworks */, + 51368F0B4BB078EBDF20C37CE3191BDE /* Headers */, + AA67040A808097DA613BC1AF4AECB0B9 /* Sources */, + 9BE70249785B143A20B5733C856CB911 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 0977D732B8BF6BB9F77A4591084C7F51 /* PBXTargetDependency */, - 36876DA5127DBD3147C1D97D2D07385F /* PBXTargetDependency */, - BC12B520A5AD61D86A6A36D2F88688B6 /* PBXTargetDependency */, - C0B5C1B4B7A2DB94847A4831189C077E /* PBXTargetDependency */, - E1040935E9B9631C5898E8987D92DB0C /* PBXTargetDependency */, - A046B3298F04E9B0653FB642C1D2E9A5 /* PBXTargetDependency */, - C352C02410A593605CC586D4A535CB66 /* PBXTargetDependency */, - 9F2E019CD0449D8200DE9AF43DEBB69C /* PBXTargetDependency */, - 68E274077492A0BEB4A5CEFD024D7CB6 /* PBXTargetDependency */, - FBE7CAA0E76A540E6DEC2016EE7E8FB8 /* PBXTargetDependency */, + 5DD3494C5EA179CF1469D60EFA4AA48D /* PBXTargetDependency */, + 8E44E87D6B5FFB6F70D006C75B7A3B1B /* PBXTargetDependency */, + 078D793D92DDA63E03BBEE73F963EED7 /* PBXTargetDependency */, + 96F7AC019278453752BB26B62233BA22 /* PBXTargetDependency */, + 9412045B42FDBCDBB036F663A3BEC279 /* PBXTargetDependency */, + CD98C2F774F5A8508B3A70C6BAEB1A96 /* PBXTargetDependency */, + A0662C7E8E6F4BB1BED6AB5116B068AC /* PBXTargetDependency */, + 138FBE9E6A7F8DED026A2B9010A3D5F6 /* PBXTargetDependency */, + CA721AC43DBB07B546D7BE24F41219C2 /* PBXTargetDependency */, + 2F4D36D22D11472378BF1A9A86688579 /* PBXTargetDependency */, + 401A92725890DB2796696C489E8A959E /* PBXTargetDependency */, ); name = "React-runtimescheduler"; productName = "React-runtimescheduler"; @@ -15216,21 +14806,21 @@ }; 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */ = { isa = PBXNativeTarget; - buildConfigurationList = 4CCD2F95D0502B972795EE98DED3A355 /* Build configuration list for PBXNativeTarget "React-RCTVibration" */; + buildConfigurationList = 3F9D73DBB45031EEA90F9BEAF35DBEC0 /* Build configuration list for PBXNativeTarget "React-RCTVibration" */; buildPhases = ( - 423B9EE0A8AB9B06E01549DB9E546201 /* Headers */, - 51CB8D308ACBB725E4422A120AFB6564 /* Sources */, - 7A6B960A66D06E8780BD9797863D347C /* Frameworks */, + 03D0AD5F592D8F72B9347278AC7528B2 /* Headers */, + 53A2027EA4F55C6D53E6616B3FE1C32B /* Sources */, + 394B09545766677D0A263723DBEE5DD5 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 11D61AA5D308C809361D7BDDFCD1DB43 /* PBXTargetDependency */, - 7F9B30C13D7131D4F9E3AD483DF6C771 /* PBXTargetDependency */, - 904B384EBBD8E3AE6B681A3534C2C063 /* PBXTargetDependency */, - 889D99CACEB9C64A03B2749C1C339AD4 /* PBXTargetDependency */, - 226F25F1B5259188C1918B0EF6F89433 /* PBXTargetDependency */, - 78CE9FD268B65F9C006DD34E0A815C18 /* PBXTargetDependency */, + 15CF3848FA8FF276A0AC4494AE7A2C94 /* PBXTargetDependency */, + F6E7477DEC8DA6FFF14280294749452A /* PBXTargetDependency */, + 5DE920B65B5626FBC490D822219BEB10 /* PBXTargetDependency */, + C54A063F17CC52B5972FA1780A6C942F /* PBXTargetDependency */, + 1097020EF71A5B0AE4AA8A3C3B539274 /* PBXTargetDependency */, + 08E1EB80F89F0EB0DD4B2ADE9C460526 /* PBXTargetDependency */, ); name = "React-RCTVibration"; productName = "React-RCTVibration"; @@ -15239,23 +14829,24 @@ }; 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */ = { isa = PBXNativeTarget; - buildConfigurationList = 2BDFD1759D74D4DEA965C884E4E9FFFA /* Build configuration list for PBXNativeTarget "React-NativeModulesApple" */; + buildConfigurationList = F26D4DF8D52FF944DEF674FAE1118945 /* Build configuration list for PBXNativeTarget "React-NativeModulesApple" */; buildPhases = ( - 7B2A2ED5C89F6B49C8FDFD570D2C8F7B /* Headers */, - F2D6BC7D6B23C11D601887F3F569B2F7 /* Sources */, - B6AAC1B9992A5C93C553C5BA47E4A06D /* Frameworks */, + 96C8B3406F27BA8F9D23D265A963E433 /* Headers */, + 7B4904D3DA72A83F379DDBAE171BB0A2 /* Sources */, + 87CD4246A6A77E44C9BDD640317549F9 /* Frameworks */, ); buildRules = ( ); dependencies = ( - E67884DD7F66CBCB9E97FC662014771B /* PBXTargetDependency */, - 47960287DDF5F5B624CAA1EEB7AF3110 /* PBXTargetDependency */, - F353A20D425DBAD278C9F00F1305C7A2 /* PBXTargetDependency */, - 70B20C8C5DFF6F544600816E7A3D4040 /* PBXTargetDependency */, - 9101343267426E61355C96D2D4425A9A /* PBXTargetDependency */, - 135D24655CC8AEF486DEE961AE1F0596 /* PBXTargetDependency */, - A36F74F9EA1FBE7849C90213FC5B9C3B /* PBXTargetDependency */, - 7931C3589FACB4CAFEF3F9023764841E /* PBXTargetDependency */, + 5309742FA68972C8703057C531FE7B4A /* PBXTargetDependency */, + 59D93FECBEB5A2E7B843380E4A600A47 /* PBXTargetDependency */, + 947BAD951BF31358EBBD7AB219F896DF /* PBXTargetDependency */, + 63F23627D46E214A9E83F026A3E2413D /* PBXTargetDependency */, + 66D92D4240C674B35F54C2C9AFAA0322 /* PBXTargetDependency */, + 5504789E8261A05336A711333185F028 /* PBXTargetDependency */, + 71C719D10FD6DB200EAA6EEFA1367270 /* PBXTargetDependency */, + 850EF509C0F4973D25998A85CCC1F517 /* PBXTargetDependency */, + 7EEE2CE1939388A6CDEE91AEB8A399EA /* PBXTargetDependency */, ); name = "React-NativeModulesApple"; productName = "React-NativeModulesApple"; @@ -15264,22 +14855,22 @@ }; 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */ = { isa = PBXNativeTarget; - buildConfigurationList = 468F999DCE630712F7A29BA505C482A0 /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */; + buildConfigurationList = 62FCE44A9C2279F047899EE9CBDB05E9 /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */; buildPhases = ( - 186E938E6E393D240A0903AD262DAA78 /* Headers */, - 99E398AA475490C7DD420A78FA97F4F9 /* Sources */, - 1840BBFCE74FBC26A5A37787024CC4E9 /* Frameworks */, + 0E23530ACDC77621C49C1C0B334F772C /* Headers */, + AB35217B6C3003BC3E64ABF40AB236FE /* Sources */, + 38A83589C7A3FB59CFE0094947B15535 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 3133AA62E3388E2BB0EF227508999EFB /* PBXTargetDependency */, - EB76A14F70BC3EE7B913975C8B61BDA5 /* PBXTargetDependency */, - 3567F9422D900C2DB65F5420190EFA44 /* PBXTargetDependency */, - B195EAE77456F14EA0BBA8DA0C3F3C80 /* PBXTargetDependency */, - EA5B372935232DDED0D7B81D551643DF /* PBXTargetDependency */, - E7B22DA4E3F582821C72374CF2C0B23B /* PBXTargetDependency */, - DED53B76D2563CD1A0B11D9671B7705B /* PBXTargetDependency */, + F2C2F506161C15F85CE462E289D34B51 /* PBXTargetDependency */, + 47552B4F8C7CC9D578C507F9C8B55E48 /* PBXTargetDependency */, + 13D7733D4877955DA3776E3CC8436E48 /* PBXTargetDependency */, + 828F20A914D5962587F89C8D501B682C /* PBXTargetDependency */, + 5EE0CB2912FC54E4E1B00ECA8BD72D8D /* PBXTargetDependency */, + 0292965509627A85A8FD7E309BC9D1E6 /* PBXTargetDependency */, + 48958125BE6C489FEA79D9B9E058AF28 /* PBXTargetDependency */, ); name = "React-RCTNetwork"; productName = "React-RCTNetwork"; @@ -15288,28 +14879,34 @@ }; 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */ = { isa = PBXNativeTarget; - buildConfigurationList = 9429BA7DD62C94E8A7ACB0852EF12287 /* Build configuration list for PBXNativeTarget "React-Codegen" */; + buildConfigurationList = 9A8C7076F126DE9D2C93C68E1F84C184 /* Build configuration list for PBXNativeTarget "React-Codegen" */; buildPhases = ( - 0500FEB927D02EDF2FFF44560ACF0E57 /* Headers */, - 34876DF4744AC96661174D45C5B12BAF /* Sources */, - 2A260C86B6A08A42585EF55AB929FA72 /* Frameworks */, + 2C77EFD57E0B1FEFDD34BA38A21E75B1 /* Headers */, + 0E7DA29FC4DD1B4A582F0DBB4907FDD3 /* [CP-User] Generate Specs */, + 827ABC8E4C67904313262F0F24F4BE76 /* Sources */, + A9D4B85BB6017441753A3CED16046934 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 66717F6B5F2D9E027D3BCCBDC2221C11 /* PBXTargetDependency */, - FDBE09B9059917BD39C85161D20C7FE5 /* PBXTargetDependency */, - 39354E54091BCB3D72DEEA9706FA781D /* PBXTargetDependency */, - 6DDD5862487773497D3F80A0644A00BE /* PBXTargetDependency */, - 49AB89B5F75CD3D4D483719FFB4A3F7E /* PBXTargetDependency */, - BA4976AC8DEF87318486A2857B6A83EC /* PBXTargetDependency */, - E6B9195A3FDEE8689D1FF3B453C3B6DE /* PBXTargetDependency */, - 014D048902976C98DA2556ED979C64F7 /* PBXTargetDependency */, - 3E3553410BE7FB673AB191C36A0CEF7B /* PBXTargetDependency */, - 1D8FFB2D43C893F0BA88C6BD4E2B43C6 /* PBXTargetDependency */, - 3332CBAE7D0D1BAC7934921243076967 /* PBXTargetDependency */, - 6EE47E6D9000A371EB5A596CC67C6C1D /* PBXTargetDependency */, - D1877C260420811AB7C446E7B5BA1685 /* PBXTargetDependency */, + F7A0AFA84119944170C3962FDAED17D3 /* PBXTargetDependency */, + 961BDE36B0A650A306E262C44158CA8B /* PBXTargetDependency */, + ED51FC4ED914B90C6FB3A3A184B18632 /* PBXTargetDependency */, + 0CF51DBE402DD4D1816769A2AAC680B6 /* PBXTargetDependency */, + B1E71F384FB952801A11CB94394AC12E /* PBXTargetDependency */, + C07CFD51EE8A8059EBB505CA0AD77069 /* PBXTargetDependency */, + 67722DF845F87BA9C58F762C97B926E0 /* PBXTargetDependency */, + 08937C84140770B35EFCC5226B442C3C /* PBXTargetDependency */, + 5CFF40B71FC04352AA6F82FCB1AEE57C /* PBXTargetDependency */, + BEFB8C790410CF0DF996DF64145C5572 /* PBXTargetDependency */, + CC7579BBF210D2BB6A286C8DBED8DA3B /* PBXTargetDependency */, + 6041B93D30C0906C17F7827C89208FC1 /* PBXTargetDependency */, + 4C4BF44502CFA2BC155CACCEA52AFC93 /* PBXTargetDependency */, + 54BC7A2031B6EE04B465B38B2C61FA8A /* PBXTargetDependency */, + A18F34A9AE12CA159FA4BE10BD0F08E6 /* PBXTargetDependency */, + C0C4944B418CFB040B76FAE356CC1492 /* PBXTargetDependency */, + 6675CE1FE41E6AC87A3117E2ABBBA762 /* PBXTargetDependency */, + 6F3CAC1CE460FCD72E851FCC828AE32B /* PBXTargetDependency */, ); name = "React-Codegen"; productName = "React-Codegen"; @@ -15318,22 +14915,22 @@ }; 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */ = { isa = PBXNativeTarget; - buildConfigurationList = 4E6EBCD41216179F72A78999BAC6549D /* Build configuration list for PBXNativeTarget "React-RCTSettings" */; + buildConfigurationList = D04C425F4F78AE26547DDB4435695187 /* Build configuration list for PBXNativeTarget "React-RCTSettings" */; buildPhases = ( - 9F3BE33F473DF9563BB6C15749AB8B5E /* Headers */, - 998B90AD09D06B46DF127AFACF839CFB /* Sources */, - 1FDF96A8169C6A251EF85ABCA3F54646 /* Frameworks */, + 3F5D17CD9252A653C5971202E0D8D3D2 /* Headers */, + 1AD76BC80FB1362DE916B4C4FDA832E9 /* Sources */, + E8527906ED69AB38F1A6149B0ED3AFB4 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 9A9801DB1694739DC289314F34AE5502 /* PBXTargetDependency */, - 77A4F478A339B56287D7C2EAB5118C56 /* PBXTargetDependency */, - 5FFA406D33138479F0C50974DA47C5E0 /* PBXTargetDependency */, - D72380A305FEE42A2C45DEA45A969724 /* PBXTargetDependency */, - D29748ADE8D87A8ABB96BAB0F4D0E690 /* PBXTargetDependency */, - DDB196D5CCB36D3330C8019A2C07671B /* PBXTargetDependency */, - 50AD7FC5DAFF1AEF9E6FA13B8F730156 /* PBXTargetDependency */, + D3A74B4CE67ACE3CD7D76E524C2644BA /* PBXTargetDependency */, + C155477CCA345D73F3A4071492EC6132 /* PBXTargetDependency */, + 7A2587BC6C3980FFDD632559115DBC78 /* PBXTargetDependency */, + 84BEF175F835CEC76C3BA4509B326ECD /* PBXTargetDependency */, + 38EF688FA4CFB04103A9F12D916F1799 /* PBXTargetDependency */, + 53C17DD35EA04BC31221F5013D0D6470 /* PBXTargetDependency */, + C76947685E95B2A22AF59BB340222EC6 /* PBXTargetDependency */, ); name = "React-RCTSettings"; productName = "React-RCTSettings"; @@ -15342,20 +14939,20 @@ }; 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */ = { isa = PBXNativeTarget; - buildConfigurationList = AA8C648B22369546BB85CCD56411DAEA /* Build configuration list for PBXNativeTarget "React-RCTLinking" */; + buildConfigurationList = 662954243572A7CB6DEE48482351D64F /* Build configuration list for PBXNativeTarget "React-RCTLinking" */; buildPhases = ( - D96CF9AA8DAFB34BA735F73D04274288 /* Headers */, - AA98BF27BED95548DE67DFA67353325C /* Sources */, - 3C1C89DBAE8E3254F1CEEAF2537429A1 /* Frameworks */, + 1FC7C83C323D5915F4692711E389563D /* Headers */, + 5D0426A5A488845772E6948965C9D686 /* Sources */, + F135DDD9CC12F6A1A80D36F03447C5F9 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 07CF05342178BAE4472C3F3134E48D56 /* PBXTargetDependency */, - DCA8597D928D152FEFAE3ABAB7A05A2F /* PBXTargetDependency */, - F05040E71AA26B932F9ACD6B4163A742 /* PBXTargetDependency */, - 3BC204CB055CEFE1D7968B4ACDD70F9C /* PBXTargetDependency */, - 97DCEB97D825DE46D847BA5DD57326AF /* PBXTargetDependency */, + 17140E0E193C64A3A7403F68D30A8468 /* PBXTargetDependency */, + 90640B83A8182E361131EC5865B94EF6 /* PBXTargetDependency */, + BC679D6E3BA49D363ED5366763750F81 /* PBXTargetDependency */, + 9FD34078FD450123876A7A3CF8C74DDD /* PBXTargetDependency */, + 6F636285373965A3111B0B6ACD3B8002 /* PBXTargetDependency */, ); name = "React-RCTLinking"; productName = "React-RCTLinking"; @@ -15364,68 +14961,72 @@ }; 779DAB46A58E8051C7D2E5A8782C79D1 /* Pods-WatermelonTester-WatermelonTesterTests */ = { isa = PBXNativeTarget; - buildConfigurationList = 4CB9FB0847161564AF410571884F03D0 /* Build configuration list for PBXNativeTarget "Pods-WatermelonTester-WatermelonTesterTests" */; + buildConfigurationList = BF798DE132A0163B4BE4BECA4240D2A1 /* Build configuration list for PBXNativeTarget "Pods-WatermelonTester-WatermelonTesterTests" */; buildPhases = ( - FF8365E1DC13E140D6652213A5BEC6F9 /* Headers */, - 58BC56E37EFD5A38043416DEB3FDBFED /* Sources */, - B7EE5648AFB893F231AF907C9CF20FBC /* Frameworks */, + 1924379562E82C45C24131B0617BFAA9 /* Headers */, + D920D245547BEED30EC5DBD60571CFCE /* Sources */, + 41E92B86A8DA922F93FB3895A411CD96 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 6A8EBF62BD6525917D8D1EFDC1544E3D /* PBXTargetDependency */, - 69F362D76E63C8053BE0AE1B8DD1B9A7 /* PBXTargetDependency */, - DEAB74B47D23B39C9D7A580B3FC6E862 /* PBXTargetDependency */, - 115BF6BBDEF7DFB78DA50E87E4A7B041 /* PBXTargetDependency */, - A850CE929154190027FFA784F6467A54 /* PBXTargetDependency */, - B564F4952CB1E6EE42B68B24728709A2 /* PBXTargetDependency */, - 852AD738B71CC789A57E67C1F65F977F /* PBXTargetDependency */, - 001637566A45064081F03A4759250E07 /* PBXTargetDependency */, - AE902C8925EB8369A6A49493B232E59C /* PBXTargetDependency */, - 25C71A1D0EF25655800E408D992CE9B5 /* PBXTargetDependency */, - 2137D2B08EB7CA21594CB91E9222C278 /* PBXTargetDependency */, - 09741D9756ACCAF87ACDF1B4AAA602F5 /* PBXTargetDependency */, - 2AA5A563D852F2C7BF527A70920C84FC /* PBXTargetDependency */, - 2039E436955A2A37CBA26A1649F6301F /* PBXTargetDependency */, - F1708F0C8998FA01E77C051341B86161 /* PBXTargetDependency */, - D9EDC09619C8D83C694BCB3AF3B3DA67 /* PBXTargetDependency */, - 166A1E33D9A6C4F1CD9193045CD1BB28 /* PBXTargetDependency */, - 66006BD3D50F1A43FB9ADDBFB1D097B0 /* PBXTargetDependency */, - 1104123EED7160C3D125B688AD1C9A4B /* PBXTargetDependency */, - 6D4A8D3DDCF99502AD75031C63E633A2 /* PBXTargetDependency */, - A05F11D0C949F185B44159B862DE5847 /* PBXTargetDependency */, - 7C7955B2E291655963D76D7FF4C7243D /* PBXTargetDependency */, - E01C61747B7C9A63CF2CF18B13B47253 /* PBXTargetDependency */, - E0F2CE7BBA246161649352CF98840884 /* PBXTargetDependency */, - ECE6DAD074FA942A4E0E5BF7A1FDE811 /* PBXTargetDependency */, - 0222310EAC635E46B376D6C16ACD1535 /* PBXTargetDependency */, - 90A81FEB691EB1D56E50149DD58BD0E8 /* PBXTargetDependency */, - 04431F546E9B6DF288D522EF3261271F /* PBXTargetDependency */, - D43681B58A114C9E96CE74AFF9C0CAD3 /* PBXTargetDependency */, - 0F210192A28654A5507F2F76347FF822 /* PBXTargetDependency */, - AD714615BB9DF65CF2F1B155552232D9 /* PBXTargetDependency */, - ACB1F48A90334C4CC6499B5535A77C34 /* PBXTargetDependency */, - 89220B0F5081AFE19F6FB5748A547EAB /* PBXTargetDependency */, - 3DE49DB99DABAB079078C9FE7EF3B89A /* PBXTargetDependency */, - BEEBA90C924FEAE47820AE1E39048905 /* PBXTargetDependency */, - EEFD7DB9A87458E25ABA8237C1DFC90D /* PBXTargetDependency */, - ABF20EC17EF0A1B303ED40D7065BA964 /* PBXTargetDependency */, - 55C4EF63417797E27B13CFBED7CF3D47 /* PBXTargetDependency */, - 2CF5E5B48742CD7A0573DEF58352AC08 /* PBXTargetDependency */, - D2A0EAE81610AA7BCA4FB4D92F6F1164 /* PBXTargetDependency */, - C697AE6C8907F9A94ED26FCE4C41D098 /* PBXTargetDependency */, - 0E4FF505B30DAB8E8F295E6A145B5F8D /* PBXTargetDependency */, - 72C992B16DE664DBBE725E06D672798D /* PBXTargetDependency */, - FA55F8EACE93A7B2AD53D6E280B0A27D /* PBXTargetDependency */, - 0D412378F76689C781E1501C037C7F4F /* PBXTargetDependency */, - 618F933DC82F35AE452E640ACCD35E05 /* PBXTargetDependency */, - 25B011BF59CD663E829602C43498DD0A /* PBXTargetDependency */, - 931A624DA70E92B8C19E9FD0FBA77CE7 /* PBXTargetDependency */, - 3CC2983AA1629635869CB581DDC22281 /* PBXTargetDependency */, - 48559F7E1990B9799BE4D603E00DC9C9 /* PBXTargetDependency */, - 64D9069561BE3CB1D9CD24B519160E09 /* PBXTargetDependency */, - 94B33982D279C0785E6C51305C67B3EB /* PBXTargetDependency */, - C2ACB3FE03BC0115BBB101DCED918ACE /* PBXTargetDependency */, + 033916D526C1A889561E0F74D3D0ACCC /* PBXTargetDependency */, + C53EA7BC9EAF97E7CE9CA81A0BF12E67 /* PBXTargetDependency */, + C690A825B8ED25093B883CF5B4830D9E /* PBXTargetDependency */, + 05A4535BB70AF398463F378248BBD162 /* PBXTargetDependency */, + 0717C5A3C0BEAB0160A75C5D66B42470 /* PBXTargetDependency */, + 5F496EEFD1138C88F9B6C9F28BF8E7FE /* PBXTargetDependency */, + C344777498D9BCEF407C9A6D74F03AF7 /* PBXTargetDependency */, + 814262D7504A62E918BE9E839A613667 /* PBXTargetDependency */, + A62ADA2BF30BF8351A4A154BA1DFD26D /* PBXTargetDependency */, + F0540A7333ABA06B5224BADDE669D817 /* PBXTargetDependency */, + B0D77E614B2A29B1C9D7D28FC2E4F4F4 /* PBXTargetDependency */, + 61C5E1E9E0D8B3351152D9AE7DF787DA /* PBXTargetDependency */, + F9A8004C6196E9C33150C72E5FC1683E /* PBXTargetDependency */, + ED633AA62BFF42E31A4FAA9CF28BB16F /* PBXTargetDependency */, + D865588C4D23024C831B0C28A68F836D /* PBXTargetDependency */, + 45BFBFF43902D28610828EC9FD5889E1 /* PBXTargetDependency */, + E3F0DCA13D829C18DBC21AF71610055F /* PBXTargetDependency */, + FE902201A16A01BD21B612A64BED9AAD /* PBXTargetDependency */, + 01EB13A513D3A65364DA674E0BA7F7E5 /* PBXTargetDependency */, + B94AD44411D338A32AFD335004E0B6ED /* PBXTargetDependency */, + E2B5EC8381B3A50F28D40F975A2672B6 /* PBXTargetDependency */, + 333901E607E06D29D91573D5FD1AA335 /* PBXTargetDependency */, + 760F46FA489FA3BC1A12FE767B1C3724 /* PBXTargetDependency */, + F87F876F414C87A2BF69648DAE44FFF0 /* PBXTargetDependency */, + EEC595C51EF9EDBB40E0F5B472E38245 /* PBXTargetDependency */, + CD1B88DCEAFFF3408F714BF195A0BA9A /* PBXTargetDependency */, + 0128B3961C62E0B77D199FEB5E91876A /* PBXTargetDependency */, + C8BE6A7B0D695D555403A8C1FD672877 /* PBXTargetDependency */, + BF6DD00FFD442BC49B4DB25016E20500 /* PBXTargetDependency */, + 07705C923CD5F83B049E084E95B356FA /* PBXTargetDependency */, + 25F8BC2FB5A20C0155607D43C0D83122 /* PBXTargetDependency */, + 39AD6EAB484ABBC2E55676C6C3FEB744 /* PBXTargetDependency */, + 8DC5372506CC8E27F51143581C74C5F7 /* PBXTargetDependency */, + 977353FAAD596E850D4C7182EB9509D4 /* PBXTargetDependency */, + 9F3B65DF4A9E574371431515F6480017 /* PBXTargetDependency */, + AA6B0483A872C31D19C5C582CC33A30D /* PBXTargetDependency */, + A63481D34C5560C5F3A9199783D01B6E /* PBXTargetDependency */, + 7B05CED1A38707CAF44C3092D8F27EA4 /* PBXTargetDependency */, + 9F95560B9E4E38DE203B4EDF2F2E238C /* PBXTargetDependency */, + 4185D63487F1E5B3B6A77917AAE8756E /* PBXTargetDependency */, + 8BB4CAD4E9AA9A76F4EFFF8A03EE5330 /* PBXTargetDependency */, + E7B3814796F81B42574B7892A825D853 /* PBXTargetDependency */, + 501186D706BB3A221149583702512FBA /* PBXTargetDependency */, + 2A4DD09DDD919726D99AAD16E6EF18D1 /* PBXTargetDependency */, + C17439E0E9B4A3F8B50C259EF28EA9E3 /* PBXTargetDependency */, + D186B474CBACECCC487284A6C1D73E8F /* PBXTargetDependency */, + 99F6DDAF65F28CC726441A0C018AE3A7 /* PBXTargetDependency */, + C38F78AD23A62153D938B6A8D17DB064 /* PBXTargetDependency */, + 9E1BF3FF53787FC2039BF2B7A62F9DDC /* PBXTargetDependency */, + F50C79BA5E25D2CE982062B263ADCA17 /* PBXTargetDependency */, + FBDAE38412AAE074731A400CBF19F946 /* PBXTargetDependency */, + 70ECBD516E2B91C386ED477D0B1C4458 /* PBXTargetDependency */, + 09932F9978240BC9960426479302DD99 /* PBXTargetDependency */, + FE8D0EFE7556F1EBD21261B17D82DFF2 /* PBXTargetDependency */, + 04387AA90E58CC1C09497D9FA32A54B4 /* PBXTargetDependency */, + 8214D19E29BC4F9B43CFD87CC22B7018 /* PBXTargetDependency */, + 74FF1306928480CBFD0257A65C2AE3D2 /* PBXTargetDependency */, ); name = "Pods-WatermelonTester-WatermelonTesterTests"; productName = "Pods-WatermelonTester-WatermelonTesterTests"; @@ -15434,29 +15035,31 @@ }; 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */ = { isa = PBXNativeTarget; - buildConfigurationList = BEDB85688FDF070E223935F7DEAA80F9 /* Build configuration list for PBXNativeTarget "React-Core" */; + buildConfigurationList = B5BF53901A44961D2F0245A680C5600D /* Build configuration list for PBXNativeTarget "React-Core" */; buildPhases = ( - 3D998BFB6B00D9BCAAD22DE4ACFD0DD4 /* Headers */, - A38D141C6D566F7C75A623090172BFC3 /* Sources */, - FC7FA13A3E868B7955453A4AC5D4D84F /* Frameworks */, + 50700FF38864A8F11B138C9B1C3F7EC7 /* Headers */, + 39260D04C5355C99327140553873B867 /* Sources */, + BF9F98FB7155A6900208145875893CA8 /* Frameworks */, ); buildRules = ( ); dependencies = ( - B20FD98084F174DC7C2FF08BB98F2A38 /* PBXTargetDependency */, - 0FEB2C73AC25324DEB88E94BAA297AD6 /* PBXTargetDependency */, - 8D7A0E37AC5DBA4ECEC6A540A1CB2E8C /* PBXTargetDependency */, - A97184A2B8F07EF97A8F6FCFC736D60A /* PBXTargetDependency */, - AD5143A8CE86082E9636AF384040C9BB /* PBXTargetDependency */, - 449C044EF9C7E8CB3EBF93F199FC305E /* PBXTargetDependency */, - 652E4A03EA25BF5A0A35735560F868A6 /* PBXTargetDependency */, - 2E47ECA186D1EAA9396A5F76CC03C15F /* PBXTargetDependency */, - 82D6981D0D9413F9D56101FB6F5E3D63 /* PBXTargetDependency */, - 69403FF159626970B8D82961EF05F086 /* PBXTargetDependency */, - 0E172EFA163EBBE4C84B818697839F3F /* PBXTargetDependency */, - 5F01A5F97CB7473A590402918BFEA6F3 /* PBXTargetDependency */, - AA211A223852C09C9FB8EC9118BED767 /* PBXTargetDependency */, - 61388EB2B4003371FB3C2F61F829DC5A /* PBXTargetDependency */, + 2AAA0F7AC1D291B485F05244E5B94F64 /* PBXTargetDependency */, + 695CAFEE86C5934C15813E5AEB95FCF7 /* PBXTargetDependency */, + 1BE6407519073C758F404A73A903FDD8 /* PBXTargetDependency */, + F86D55633179768891C4FADBBC92E034 /* PBXTargetDependency */, + 0FBC712AF9FD73F622F4DBEC577E97D0 /* PBXTargetDependency */, + 71DBBBE762D28A5D1FB20FDEBA133275 /* PBXTargetDependency */, + 23C94FE2112CC614AEBB66ED42CF2EAE /* PBXTargetDependency */, + F45BCAC1136338F32A9CB80C9B478209 /* PBXTargetDependency */, + 1BC9C4D05EE6C825BB7F90181F600687 /* PBXTargetDependency */, + 2E23CFAC3E38CA3188706882E4B0FFF9 /* PBXTargetDependency */, + 826B6D82D168B27838C2571D3143BDCB /* PBXTargetDependency */, + C03E65D69ABF1DDDBD73AE4A96581425 /* PBXTargetDependency */, + 76E2AF94513C31EEBA1A2731A05958D1 /* PBXTargetDependency */, + A482D354857B96FF6608C1ECB1410DE1 /* PBXTargetDependency */, + EA0D661BF9E1291A368BD6C59D9375AF /* PBXTargetDependency */, + DDEB2059B6B32BE5EF7B55C7C7112CD4 /* PBXTargetDependency */, ); name = "React-Core"; productName = "React-Core"; @@ -15465,56 +15068,92 @@ }; 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */ = { isa = PBXNativeTarget; - buildConfigurationList = 3A0ED552355B32673F8CBAB46E6C3FA4 /* Build configuration list for PBXNativeTarget "React-RCTFabric" */; + buildConfigurationList = 4BB3D33652ACC437885A3F69A7BD4E2B /* Build configuration list for PBXNativeTarget "React-RCTFabric" */; buildPhases = ( - 10138913D0167E584C0661CC326B13F8 /* Headers */, - 546C2907F626152782317E556A5C82DA /* Sources */, - B6A44B371516356FABBFB1934AC810E8 /* Frameworks */, + F624199FC463FBC3A10911920126B6BB /* Headers */, + CE36F0369ED0C62B7A92EE0A3470F4D6 /* Sources */, + B490F5C3DE68C34A228783FAAEBE1CCD /* Frameworks */, ); buildRules = ( ); dependencies = ( - 844BC8FA59DCEEEFCF6611CF5C4D4376 /* PBXTargetDependency */, - A24EA48726AE34E000F87F30B1FDBD6E /* PBXTargetDependency */, - 9E2B336CB5FACE2D18F043D8B337D921 /* PBXTargetDependency */, - 06842B1D3379A050004513E2080943D0 /* PBXTargetDependency */, - 5E764C1FA7ECF5CD09F0A2234FB009E5 /* PBXTargetDependency */, - 1060ACAFC102BAA6267580681F7F8870 /* PBXTargetDependency */, - 7468342FFBDA8157500CEEE651465FA0 /* PBXTargetDependency */, - 21F0DC8046ED072D6D592F5CBD52596A /* PBXTargetDependency */, - 5B7F37E151C587339C0B8F74ABF24958 /* PBXTargetDependency */, - 5792CD5FDC874D7ABB6866DDAAC4A343 /* PBXTargetDependency */, - CC1152FC02C67254A5850688BBCA30EE /* PBXTargetDependency */, - D00B10696E58989F11DF5607E7F8C580 /* PBXTargetDependency */, - 64C0B359CD7CFB5081010764EB2C0107 /* PBXTargetDependency */, - D4E4C167DF2E72622555D75FCDF1DD03 /* PBXTargetDependency */, - 8F79B491787061978E06E1E072A6C46D /* PBXTargetDependency */, - 84C40F464A4B174115DF540DF0777A11 /* PBXTargetDependency */, - 1D1BD0EC2BBDFEB9AFC22B72C586CE69 /* PBXTargetDependency */, + 8AC7F91A27E478D094028729D120C453 /* PBXTargetDependency */, + 3E8240D54174DE4FE703DFE46FBF7F2F /* PBXTargetDependency */, + D596FE4363A5F7DED779B98D3DECE515 /* PBXTargetDependency */, + D123B77D7258E6315AD79BB6D955680C /* PBXTargetDependency */, + DE547671DADE1EAA3518584FB142D4D3 /* PBXTargetDependency */, + 340BC01CDDA1120E0BC121DF2D9F3A2D /* PBXTargetDependency */, + FBC0958CCFB9E09A2F566E87296DFE17 /* PBXTargetDependency */, + 42F6DC0A0F33B9822CD82AAA742BBC70 /* PBXTargetDependency */, + 83A97A5415A40C13D0473AA7625FA12B /* PBXTargetDependency */, + 7A698D86B723B94C66DF2921B25EBA09 /* PBXTargetDependency */, + AD028C4C9C138F32FF283BF9E651428A /* PBXTargetDependency */, + 14722F8716DB7B6FDF9830625EEAE9C5 /* PBXTargetDependency */, + AD648138192ED2E45C736EEA5CF92E94 /* PBXTargetDependency */, + BF0242746B38CA409974007B6FEDDC7F /* PBXTargetDependency */, + 676DA9CA12606B49253CA5A3F2CB29AE /* PBXTargetDependency */, + 4D6BA43CCAB6C667B53236511B23AF9F /* PBXTargetDependency */, + 0113A1D7CEA7572A46417194D8E8C43D /* PBXTargetDependency */, + EE1683DA42ED1D4C631FC47BE8AD9535 /* PBXTargetDependency */, + 590C38C4546860234AE6995AA745B436 /* PBXTargetDependency */, ); name = "React-RCTFabric"; productName = "React-RCTFabric"; productReference = DA7ABB6DD8AEACED51D63B2C774E3A63 /* React-RCTFabric */; productType = "com.apple.product-type.library.static"; }; + 91D38B18A4E42B1622B83F450706C2F5 /* React-RuntimeApple */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3B20501A4B72AB953CEA417EABF8576B /* Build configuration list for PBXNativeTarget "React-RuntimeApple" */; + buildPhases = ( + AE897E21E39386108563A4EB4E02B6D3 /* Headers */, + 85B1519F88251F0A76A1EE2F46A80D49 /* Sources */, + AE7FBB9DE413C21987453291581B80C1 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 53121BB43C7003FC1889807B7999F194 /* PBXTargetDependency */, + 33DD56EC46F00CDD32152A7D78484C0C /* PBXTargetDependency */, + 18A0596FF4266A184879BD59B9836B17 /* PBXTargetDependency */, + 96372FB99D877DCA073114668A01F79C /* PBXTargetDependency */, + 383F9F7477C31187D8228B90944A5666 /* PBXTargetDependency */, + 7E8596700BDB3E75F2D21854499777F3 /* PBXTargetDependency */, + 37FC712C26E18E2E350322217EC740BA /* PBXTargetDependency */, + 271AA5BE14F7B51FA70504F013807BC0 /* PBXTargetDependency */, + 6750B951032FD22A0EEA0AEEF98376DC /* PBXTargetDependency */, + 0B0B81E7C13C29E62916D264A25EA64B /* PBXTargetDependency */, + 226A033C606AB4E273CA075C678DED98 /* PBXTargetDependency */, + B08256724219B4019F944355CBD4DEE1 /* PBXTargetDependency */, + 3DD3F4D8C8B9C7D406834B13A52483D5 /* PBXTargetDependency */, + C6D13BFD6A1F57DBA9138A914EC33F22 /* PBXTargetDependency */, + D013530604A03ED59DD33E5DA7A36E1D /* PBXTargetDependency */, + B84433E64D21A3285F1532F01F6A24CA /* PBXTargetDependency */, + D5B29CCC47333E6A4DECCCEA63418522 /* PBXTargetDependency */, + ); + name = "React-RuntimeApple"; + productName = "React-RuntimeApple"; + productReference = 1381503C42FFF460E946860A32A6F981 /* React-RuntimeApple */; + productType = "com.apple.product-type.library.static"; + }; 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */ = { isa = PBXNativeTarget; - buildConfigurationList = 363F506FD79E20BE7679A08998E0D659 /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */; + buildConfigurationList = CDFD8CE3A5B07C8AC39C77C03139B84E /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */; buildPhases = ( - 654F55BDBEE6ADF66E5B456CE50D98E9 /* Headers */, - B55237EC53155BFA03CF161141AD3607 /* Sources */, - 50A140EEF267339FEE9CCFF55B0FE918 /* Frameworks */, + 539C88BE469CDEE166CB70B00092D982 /* Headers */, + 50C8A679BB5D7BD9D7EEED98F207406C /* Sources */, + 20F4275A9630980BAF5F77C0EE302D2D /* Frameworks */, ); buildRules = ( ); dependencies = ( - 7F43B5F2CF929E6DB5B5C86574386922 /* PBXTargetDependency */, - 0E8997A5C15DEDC69CBC965CFCB48425 /* PBXTargetDependency */, - 0B6A69EE006904EC07BD79AEBA5951C0 /* PBXTargetDependency */, - CCEC5DE39AF3B22E2C3A489E952855E1 /* PBXTargetDependency */, - EAD9A5B4F5DA7E7A38502CF42778FBCB /* PBXTargetDependency */, - 2550932B2642CEE85CD3DB48ACF8FAE1 /* PBXTargetDependency */, - 11639EE63DD6333526B65397B1DDA22D /* PBXTargetDependency */, + B2FC425DE6D70B89E4B66C419D80D21B /* PBXTargetDependency */, + 9AC0F8F93F3A0DB72B7D88512F803C35 /* PBXTargetDependency */, + 349AD49C975F6EAC6C878B5A24A9C501 /* PBXTargetDependency */, + 2826FAE8B40BCAEB7402A2C59048B45C /* PBXTargetDependency */, + D5EFD2E9F124E1BAB6AC216A804BAF12 /* PBXTargetDependency */, + 55D793D7DCDBBB8918DA3FE5C48B431B /* PBXTargetDependency */, + 6FD8F1C07C0EBA1942A87072CF2A4D5A /* PBXTargetDependency */, ); name = "React-RCTAnimation"; productName = "React-RCTAnimation"; @@ -15523,23 +15162,26 @@ }; 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */ = { isa = PBXNativeTarget; - buildConfigurationList = 31D284B8F8F3FBCD4FC64BB639FB5BC6 /* Build configuration list for PBXNativeTarget "React-RCTBlob" */; + buildConfigurationList = D50F4D7598C6D582311D01575A97FE3C /* Build configuration list for PBXNativeTarget "React-RCTBlob" */; buildPhases = ( - 53D5F1DAAA538B0CFF4B073712C4DE92 /* Headers */, - CAE48FCDF7FE21CA1CFC86FBC0FC8BAF /* Sources */, - A6E5BEAC058718665C39731AEB3A7DCF /* Frameworks */, + 2F3933079C76AD41609F9AFC5782B638 /* Headers */, + 3F49D730D34771920107D4D2669AFC9D /* Sources */, + 61D9AB3CF28105161B660B3A2569110A /* Frameworks */, ); buildRules = ( ); dependencies = ( - 3DD0CC7DFB050DAC490FF720581CBAAE /* PBXTargetDependency */, - DF28AA1C9C3EC6B00CE46AFBFE12FFAE /* PBXTargetDependency */, - 33404285E0DCBE51843624FAEBD63337 /* PBXTargetDependency */, - 67C1BC8206D574E9E6E272361CD231B6 /* PBXTargetDependency */, - DE722DF2AF0CB90BF61E75C0CF862142 /* PBXTargetDependency */, - CE52A7B0A88F03D100A1EA5F70B550E6 /* PBXTargetDependency */, - 480C176839042C4E8693DEE88557F545 /* PBXTargetDependency */, - 3C45BCC4AE211BB1F7E92F639CA102B4 /* PBXTargetDependency */, + 56F45F0408600AD7AA272F3DE409925F /* PBXTargetDependency */, + 84032E197D1AE2F04791DC93FD90C104 /* PBXTargetDependency */, + 44BD7BB9580F592E3BA5A59E0FBDE34B /* PBXTargetDependency */, + 8CE477AD6CC82F0D980B15A3D4A459E7 /* PBXTargetDependency */, + 43EAB09B1F9E3433FFF4CAE3FA39D4D2 /* PBXTargetDependency */, + B8F477BE7309D6FAEAD56FADEAB4CEE2 /* PBXTargetDependency */, + F1B334885D6D8C27483276B36A4D8CD6 /* PBXTargetDependency */, + 0E1A0EB88D2733A057A54100BC106B59 /* PBXTargetDependency */, + 24EFCC54EF18A579A7C27EB7D2ED4DB1 /* PBXTargetDependency */, + 7390C8A414C80248853FC1936D46AE65 /* PBXTargetDependency */, + F1CF5620523DB34FC9603AFE5E3FCE46 /* PBXTargetDependency */, ); name = "React-RCTBlob"; productName = "React-RCTBlob"; @@ -15548,19 +15190,19 @@ }; 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */ = { isa = PBXNativeTarget; - buildConfigurationList = 8C54B06F03C5495679A85C9E0C796028 /* Build configuration list for PBXNativeTarget "React-rendererdebug" */; + buildConfigurationList = 6421C0EF07096454C13037FB6D1B25FB /* Build configuration list for PBXNativeTarget "React-rendererdebug" */; buildPhases = ( - 4C1F90597107FBE4591F3F2CAA93FA4A /* Headers */, - CBFB16ABCE9F8233125375837302E796 /* Sources */, - 2BD8BD7759589BC9E88C48FE58052F9A /* Frameworks */, + 2F74E959B7B6CD3497F4E33BD9C61FE3 /* Headers */, + 51792160622EDC05F03A3BD289C7A67D /* Sources */, + B069C5D34B9F29495B74E527819ECEE8 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 615474754E89EDB593C79A61C26C9C4D /* PBXTargetDependency */, - 4F10A3AAC3C43DA07DC93F25E2C28367 /* PBXTargetDependency */, - 68E303008B5EC373F24B102EB010C4A5 /* PBXTargetDependency */, - 5E7F4BA9BCC638BDA792B4D766113EE1 /* PBXTargetDependency */, + BCB6931B0CA96D254A87574AEC2F1A72 /* PBXTargetDependency */, + 31B3264B573AC004E3E10202FFABE064 /* PBXTargetDependency */, + 991ED2A86E606300A3C9E5A82B68AC3D /* PBXTargetDependency */, + C624C37763CA3EB12B45D2F00EB3F35E /* PBXTargetDependency */, ); name = "React-rendererdebug"; productName = "React-rendererdebug"; @@ -15569,32 +15211,32 @@ }; A5E93F38E96B3A37575BEC88AD69AE85 /* React-FabricImage */ = { isa = PBXNativeTarget; - buildConfigurationList = DA5DAACB69024BE84C86FC29C7DBC0A3 /* Build configuration list for PBXNativeTarget "React-FabricImage" */; + buildConfigurationList = 075CFEE2CD881582988C1D1118EEC225 /* Build configuration list for PBXNativeTarget "React-FabricImage" */; buildPhases = ( - 649EF393D9DB93CBD1848D6B5051CE4E /* Headers */, - FD28BF81981B648431E83DDC33201B83 /* Sources */, - 64356B4808B60C1D3F0C345E1854B0A1 /* Frameworks */, + BBFB6E9C09170030BCB76EF550C29B38 /* Headers */, + 52C37581A97E44EE0B8C295E6DD38CCE /* Sources */, + 31C42BB3E2E25E43EB019EDC29907F97 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 64EBB447231BAF4569BD9DFA572F2ABF /* PBXTargetDependency */, - B829E19DA33978DDFD426B210E442BD3 /* PBXTargetDependency */, - 64F7264EF4122102BB4DDF479EC81ADA /* PBXTargetDependency */, - 025B8C93E7130662D95BF8315ABF3953 /* PBXTargetDependency */, - 4D909E8B17BFDDC0B1CA16D14E55B48F /* PBXTargetDependency */, - 4E72FE4924A32DBA98891C042B8E5B38 /* PBXTargetDependency */, - 56331BCA65908EF68D2FBB68022687D9 /* PBXTargetDependency */, - 06BF35F9637BE533E827C27144FB69CD /* PBXTargetDependency */, - 0995892E5C669CE07C793784A443964A /* PBXTargetDependency */, - D6B03312E809DFD9C2410AAD68692E2C /* PBXTargetDependency */, - 82810CC768684FF228D47E5AE138D35D /* PBXTargetDependency */, - E8AA0A1A6EFD42832B3346625CC97826 /* PBXTargetDependency */, - 39252A882AD8D90EB1381C538D7A7AF9 /* PBXTargetDependency */, - 8C683CEDD38F543C55AEA2FE8165DD9F /* PBXTargetDependency */, - 8DBA01281901D0316E8D06BC114D23FA /* PBXTargetDependency */, - 8D8D8312067DA08713057C92649D51C3 /* PBXTargetDependency */, - 7564DC0448774961946346ADF51C1CED /* PBXTargetDependency */, + C0494FFB47801B2ED9C5783F9F2E9478 /* PBXTargetDependency */, + 3093214829851D85A041F11935DDD07C /* PBXTargetDependency */, + 471DCFFCBD4A108ED25D065877FD3FD3 /* PBXTargetDependency */, + 5396E9247D3B4600C0CEF1BE56E512C5 /* PBXTargetDependency */, + 06E63CD166A9DB8EAE8D17835AAAE714 /* PBXTargetDependency */, + B2077D6B91054427593B7239A83DFA23 /* PBXTargetDependency */, + E3C0BF921958C89B2B9262B8B7517F4B /* PBXTargetDependency */, + 8BA87EBAE07B939A129DE936919B2437 /* PBXTargetDependency */, + C2AA482EF6D398F117C43A167AACC89F /* PBXTargetDependency */, + D3E014E2312527475A53EFF6DEC95B1E /* PBXTargetDependency */, + 07309250446D5F55252BEAAE50750CF8 /* PBXTargetDependency */, + 35BFC111E69EF700B863CE9674B50A7A /* PBXTargetDependency */, + 89FAF2292B0B577B32C07291FF41EC3D /* PBXTargetDependency */, + 80EA3BB2571AE7264036A211FA77E312 /* PBXTargetDependency */, + 555AA89408382973C4AB5F51FA9CCA06 /* PBXTargetDependency */, + 88ECB54C2DC159A81364054DF452E759 /* PBXTargetDependency */, + 3F317B466311BFCE9B6D80B3F187515B /* PBXTargetDependency */, ); name = "React-FabricImage"; productName = "React-FabricImage"; @@ -15603,23 +15245,23 @@ }; B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */ = { isa = PBXNativeTarget; - buildConfigurationList = 87A25701DFA4A8FB1B9DDD1CF4FF99F2 /* Build configuration list for PBXNativeTarget "React-ImageManager" */; + buildConfigurationList = 9DE30F4D4057127ECD1C4181A033108A /* Build configuration list for PBXNativeTarget "React-ImageManager" */; buildPhases = ( - 2EC02D9955B43EAF3CFD6E5E06F6E4F4 /* Headers */, - 7230BD3611B39A28D88E6A7C1F221D8B /* Sources */, - 0AA71CAD12A5F7701089E977AE6613A8 /* Frameworks */, + AFF97CE34F12C061B4326B69AF5F636D /* Headers */, + D7947EFE7F3FB4DC3C5D40A004FDCB6B /* Sources */, + E6721EB4E54C19B70C3D2E41970D775A /* Frameworks */, ); buildRules = ( ); dependencies = ( - 469DB405ABB0E59F3BF9489383C7B579 /* PBXTargetDependency */, - 24E7E0E6502649E9C583D3D1E42DFFA3 /* PBXTargetDependency */, - B8EC18AEC35FDB1291924CB10B82B1D2 /* PBXTargetDependency */, - FB602CCC8013BD83D7897EC8EB19D5CE /* PBXTargetDependency */, - D7E2A25973436E45E8E5650642F64AA3 /* PBXTargetDependency */, - C03910CAE261D23E669AB0B800A07577 /* PBXTargetDependency */, - 8C762D10069FBB2746F043E7F2F5572D /* PBXTargetDependency */, - 020CDBC3295D6793F54A05E81C9976C2 /* PBXTargetDependency */, + DA0E7DC74C748518BFF8C294148EDAE8 /* PBXTargetDependency */, + 0A169625F636FE1C73F0208237690740 /* PBXTargetDependency */, + EEE2BC18221D4FB58F26D95BA6FC69BA /* PBXTargetDependency */, + D6064FA2E952381FD5566D4FE51ADCBE /* PBXTargetDependency */, + 00631E47E14621AE9402D0DF95F1ADA8 /* PBXTargetDependency */, + 2BB0BC14C7F66BE53EBE2D9821461C40 /* PBXTargetDependency */, + A3BDD4A09B967B012B64ACA6D70CA378 /* PBXTargetDependency */, + 6F36D48DE22DB419560FFB24734570C7 /* PBXTargetDependency */, ); name = "React-ImageManager"; productName = "React-ImageManager"; @@ -15628,11 +15270,11 @@ }; B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */ = { isa = PBXNativeTarget; - buildConfigurationList = 54ED0655C8395FD8A5B1942B13CBF431 /* Build configuration list for PBXNativeTarget "React-nativeconfig" */; + buildConfigurationList = 1C5DC16C5742A9680E69626CDBC9F65B /* Build configuration list for PBXNativeTarget "React-nativeconfig" */; buildPhases = ( - A0E412F80331364CB3CE6800230DDCB7 /* Headers */, - 6E321245CA368FD41185E92E24B69546 /* Sources */, - 4118A69856B494B2C6FAC8550C1DD783 /* Frameworks */, + 2ED4D754BD2CEF3183E1F52B93D27909 /* Headers */, + 02C020C26212A7A0116EEB8E197289A5 /* Sources */, + F99F6C110F1AB91CEFC1511B3107B904 /* Frameworks */, ); buildRules = ( ); @@ -15645,25 +15287,27 @@ }; B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */ = { isa = PBXNativeTarget; - buildConfigurationList = EB508F7118C5B239756D620D4448CE71 /* Build configuration list for PBXNativeTarget "ReactCommon" */; + buildConfigurationList = 25D58DD7F531AAF078902F24BDB05BA5 /* Build configuration list for PBXNativeTarget "ReactCommon" */; buildPhases = ( - D47CD7D1591C395C523E3DC305EF3670 /* Headers */, - 1882F90BF9BE402303201A3C64B39C48 /* Sources */, - 6CF21609D0CD2DB6AD163359E7D943D1 /* Frameworks */, + 3DA53BE61AD2344C583DC7DE56DDE779 /* Headers */, + 6AEEE0DDA3DE93CC96C0825C9089FA44 /* Sources */, + 75122507248AC3D88667540F35C80F67 /* Frameworks */, ); buildRules = ( ); dependencies = ( - ECD4F77B8FEC54745AAB6B719979E334 /* PBXTargetDependency */, - 836D343B76A6A31830C8E2D5DB61128B /* PBXTargetDependency */, - D89205BD9F8D5CA8A30E49F933C286F2 /* PBXTargetDependency */, - 7D53E3BB9F0F53F6FBE4A100579E56A3 /* PBXTargetDependency */, - 45684BC2DCC823B084170D2EBF40B6B2 /* PBXTargetDependency */, - F8B1F70AA28A8D400043E73E5E1A58F1 /* PBXTargetDependency */, - AE05C429025056C75547F04A87143C97 /* PBXTargetDependency */, - 1649BEF00776CE6FD00161A832E68C2B /* PBXTargetDependency */, - 957DD8D1453E01988990585BEAF51004 /* PBXTargetDependency */, - 96835C5FC0B947A360AAEE535CA7A460 /* PBXTargetDependency */, + 439BCAEF52C398210A874C1101A07BFA /* PBXTargetDependency */, + DC14CDA2247EDD85F3EA1DDEF118E059 /* PBXTargetDependency */, + 76295D2365EE55165E1FD23E9D3A64C4 /* PBXTargetDependency */, + 23F0D83A18F9832E29B22D2DC676614A /* PBXTargetDependency */, + FA042F3DFD66A81A0915835F4787ABAF /* PBXTargetDependency */, + 133D9E2D3816395D8F6B4051D4CE1EDC /* PBXTargetDependency */, + F14DCBE464449F61D897CA3C769D6C93 /* PBXTargetDependency */, + F85656E4964D16005F093C8BD55E4612 /* PBXTargetDependency */, + F7269812A409325D81BBDB1626D42A5B /* PBXTargetDependency */, + AE16BCB7B1F274AFC64E6CE1A73649DE /* PBXTargetDependency */, + 26A8AE3C7636B091780A815018FD8E52 /* PBXTargetDependency */, + AE118212FA0D279BEBC9F02C20320565 /* PBXTargetDependency */, ); name = ReactCommon; productName = ReactCommon; @@ -15672,68 +15316,72 @@ }; C022870923962EA3953D70B907A7F8A7 /* Pods-WatermelonTester */ = { isa = PBXNativeTarget; - buildConfigurationList = EB46406D17315E69A0BBBAFD41AEB84F /* Build configuration list for PBXNativeTarget "Pods-WatermelonTester" */; + buildConfigurationList = F6160CF29B028D7ECAD77007C47BE1C6 /* Build configuration list for PBXNativeTarget "Pods-WatermelonTester" */; buildPhases = ( - A5A55A2687E427715D5BEBE293982F33 /* Headers */, - 869E4D942C44530FF028EA9B32DF7268 /* Sources */, - 13E6CCB2F0C84A340894B80A1485834B /* Frameworks */, + 79B39A2A7F90A076B7453661C54FDD9D /* Headers */, + 1DD6D57E16507C6E7C6C0A35BC747A10 /* Sources */, + ADA95567AC41717C4D2DD30CB60CDA9A /* Frameworks */, ); buildRules = ( ); dependencies = ( - 10E5E07B1787B7030CFCE0D444131CE8 /* PBXTargetDependency */, - 5E8503B25F0ECAC1E966A2E62BB6B4EE /* PBXTargetDependency */, - D1016DE6511B13846B08BEE6A2F2B95F /* PBXTargetDependency */, - 5293B016BE9C7E178479E17D3FBCB1FF /* PBXTargetDependency */, - 808F4AB13EA8B8FA8504E44EE6C3E912 /* PBXTargetDependency */, - AFA8151EA87F1A6B346A934897936B72 /* PBXTargetDependency */, - 8ADFE5680EEDC19E7AA6998DF1606A35 /* PBXTargetDependency */, - 66138BC571D8DB5D36F7B3C772CF214C /* PBXTargetDependency */, - CB280A93DE7FC43D346A78CC5A2CBAC1 /* PBXTargetDependency */, - 0E012C055BA27C635E4E1F243641F89E /* PBXTargetDependency */, - D852ADABFC77AE4E7BA25EE0B40CAD1C /* PBXTargetDependency */, - 52DA2EB694F97D048409F7CAC6696656 /* PBXTargetDependency */, - 7E20F51705AAD36C48F38D539DFD7375 /* PBXTargetDependency */, - 6DAA2F2A71C181A72EA5975C72C416C3 /* PBXTargetDependency */, - 565B7618A5B2DF7BE52032EB8B576386 /* PBXTargetDependency */, - B23EFA0755DFF6FE9939D212FA71A484 /* PBXTargetDependency */, - FD60F158F827965C3971945E43CE3426 /* PBXTargetDependency */, - 29C32C3FDB8464FC908E4E8B4CBB9526 /* PBXTargetDependency */, - F069C84251D30E8E9CF2115E77F798C7 /* PBXTargetDependency */, - C4F84850E08958764BA9DC5D881E6870 /* PBXTargetDependency */, - 53FF3489A85F5A4A80E359460BA07DB3 /* PBXTargetDependency */, - 10677CD21C1FC00C3C323D01C3DCC66A /* PBXTargetDependency */, - B91CF1E58E5DA6248BF886D21A7A37EC /* PBXTargetDependency */, - F0718E3472BD41FF2F30866930CD0413 /* PBXTargetDependency */, - EFE5C8AF4774113E209FB35A1DB40D0D /* PBXTargetDependency */, - 464A25B80D3949F8ADF6DFB1DCCE35E0 /* PBXTargetDependency */, - 192A9CFAC9020BFFB1D51D79928BA0FC /* PBXTargetDependency */, - C1B23C6364B71F77AF1ADEA6B4A1B7AA /* PBXTargetDependency */, - 44A7F4310D2D2A4DDD67FB827714B846 /* PBXTargetDependency */, - 0A150752C9A9716C4FD1690BE59726FE /* PBXTargetDependency */, - 5AC74371543A3B15468323F3A67F1D94 /* PBXTargetDependency */, - D9F9271F1AF9920F85E756739A9F4A43 /* PBXTargetDependency */, - 2B0C8F9E19AB171F80BC90DBFD91C207 /* PBXTargetDependency */, - D1554A6DB720ED5EF6748E5D60C7CE7A /* PBXTargetDependency */, - D525CEC70E31A288C954EB4757AD9555 /* PBXTargetDependency */, - 3E01B743FF23584EE65ED9A32818C205 /* PBXTargetDependency */, - E7A0780773273AEBA9E24201891D4EDD /* PBXTargetDependency */, - AF929A1AAB19667352F279E6B67E2ADD /* PBXTargetDependency */, - EFF5071DABEFB25ACE2BEE74A595D3C6 /* PBXTargetDependency */, - 8F66D79FDDE0EDA27154C87B4D09C31E /* PBXTargetDependency */, - 444E3C8AF6C103EC7858F3D66F61312A /* PBXTargetDependency */, - 851BAAB704303A5370719BF8231465DA /* PBXTargetDependency */, - 18F2DBA7CF925913E2FDA7A1D2091236 /* PBXTargetDependency */, - 64FF43FC934053F5FD8C20E310DF5A4D /* PBXTargetDependency */, - 20AB6100D93C6D45F73BC8A75BEA278F /* PBXTargetDependency */, - 2F06E83BFB5B79A9824EC2696D7A2F05 /* PBXTargetDependency */, - A8C833E8FB7948CAF878A68D0139C322 /* PBXTargetDependency */, - 3C3330A70BA19AC48506297EC0A854C2 /* PBXTargetDependency */, - 25BB2DEB5B836BAFC2FE489ABB04CF20 /* PBXTargetDependency */, - 9E1F7F66AC911858319D253C8BDD4825 /* PBXTargetDependency */, - F36ECC580A5C749209BA46A1FFB565F0 /* PBXTargetDependency */, - 3443364F77912C20DD41394C383A1041 /* PBXTargetDependency */, - 2AE0D181067B6D0DCF5406B329E045B9 /* PBXTargetDependency */, + 97E7B6DE91BBF0ECDCAA43F61EF2CB2C /* PBXTargetDependency */, + 8750AD47ADC9B6FEDFC2A066D7BFFB17 /* PBXTargetDependency */, + 2C475FFF8B871DA92E808279F3D8E579 /* PBXTargetDependency */, + 2FCD30A1ABDFC43101DF702EF4EF07EC /* PBXTargetDependency */, + B11620F0C0256DCD58AC236A8FB0BF9D /* PBXTargetDependency */, + A254B74C24804FC2C8CB1B1A308C537C /* PBXTargetDependency */, + 4EE942AF84B6CB7CB8C71847672BB4F5 /* PBXTargetDependency */, + 14D203B01203E84A63E3011F1E3ABD41 /* PBXTargetDependency */, + 029FDFA394268EAD139F31F647DCC156 /* PBXTargetDependency */, + 8B08CEFAEA22CE15FF8ECBCB9B952604 /* PBXTargetDependency */, + E5406C298236EDB8B77BE6D95F60EE6E /* PBXTargetDependency */, + 384CF580B6E142D4571D926B01454BF1 /* PBXTargetDependency */, + 52304F61679D1A20460ACD6B34295835 /* PBXTargetDependency */, + 33B57E9C7AC16F53D4F7C80E017CB984 /* PBXTargetDependency */, + 4201AC4E052E73C08CCD7D03D75ACCE5 /* PBXTargetDependency */, + 771EA905ACE8B9DF1691920849E25189 /* PBXTargetDependency */, + 482FC3D57FC8A7260A82042834555148 /* PBXTargetDependency */, + 9946E1AB867FFEFC550310A00E3C6D73 /* PBXTargetDependency */, + 42BB13633AE352DBC875CB2D02AA38A5 /* PBXTargetDependency */, + C31A7FFCBECEE6969698A1F56E291707 /* PBXTargetDependency */, + E39BA450DBC90AD38839CAC587ADA2E3 /* PBXTargetDependency */, + 9E50028CCFFBB53BD3CED93BCAA23462 /* PBXTargetDependency */, + D50E0503B0649D4A32DEA23BFA42C61D /* PBXTargetDependency */, + A6D31FE8EB6B2659595EE4D3E5B8CC0B /* PBXTargetDependency */, + 58965B069471A7CBBFC82ED0B15092E1 /* PBXTargetDependency */, + 99FAEE95F441DDC413069EB0FD2E0D6F /* PBXTargetDependency */, + C12817B77A384929CC56F08535650439 /* PBXTargetDependency */, + 15511602B9CF0D9CAB1BFF716AC1577D /* PBXTargetDependency */, + 5A4319DC9F2607FF12627690E3F4C0A3 /* PBXTargetDependency */, + 7BB0EA4C6E68B67ED40E24ED427944CD /* PBXTargetDependency */, + 28678A28E3DF6FA2E1637A8D54923035 /* PBXTargetDependency */, + 28535D15D430AB27D78BED2C4E30A08E /* PBXTargetDependency */, + 19223623503FAA1FAF8E103C15438676 /* PBXTargetDependency */, + 5EA65B1FF742F6A080DAEDDDEA1C523E /* PBXTargetDependency */, + BD276791FAA5FE2E186C8D9ABD614362 /* PBXTargetDependency */, + 9F7AA6257356748F3AC3589C372117C4 /* PBXTargetDependency */, + 4211045A5B6E798B2BF4A5B05D84257B /* PBXTargetDependency */, + 23E56A592552C6624E530ACD1C05CB3E /* PBXTargetDependency */, + B3A68A22B6988E30A3FE9B295B5ECD18 /* PBXTargetDependency */, + 6B98ABBC42E97F407C486F83CFAF2DF4 /* PBXTargetDependency */, + 5416C4DCD990599B5C226AE2132B7ACA /* PBXTargetDependency */, + 9CA446479094667088F29B3DC4E12F7A /* PBXTargetDependency */, + 4D05AEF140EAF8B33F16E6D1A0607765 /* PBXTargetDependency */, + BEB5941835F05376583ABAFE9FFCD30C /* PBXTargetDependency */, + 354F5ED9F8C15CF66B54AEA1152BE46E /* PBXTargetDependency */, + E17833655FED386BC89BA3174ECD7B76 /* PBXTargetDependency */, + 67F8AA74EE543DC681366BE8419569F9 /* PBXTargetDependency */, + 6F68A67088985622F27AF591F2D44640 /* PBXTargetDependency */, + E0CC9856A49E4B0C1F8060683656BF84 /* PBXTargetDependency */, + C932986C08154C27C8B08FB09112E220 /* PBXTargetDependency */, + ECF7B124979853303D57F72C1816C3DE /* PBXTargetDependency */, + 7E4F5D0BEBE237442188BFED62916897 /* PBXTargetDependency */, + C068FE076C49A4A30B2A1EDDE1FA06B7 /* PBXTargetDependency */, + 174B2196BBC1B8032462868D2D2D378A /* PBXTargetDependency */, + 3E675CEB9B0D066B74CC29783F888167 /* PBXTargetDependency */, + CD005D8BB7E9E45730DD2FA1B03216F6 /* PBXTargetDependency */, + 467A1BDC735428282D5519F99F127894 /* PBXTargetDependency */, ); name = "Pods-WatermelonTester"; productName = "Pods-WatermelonTester"; @@ -15742,41 +15390,80 @@ }; C2B1B75CCC326124F29FE703CC59BFB7 /* React-RCTAppDelegate */ = { isa = PBXNativeTarget; - buildConfigurationList = EC9D69AC3737DF8093F15474D4AF8607 /* Build configuration list for PBXNativeTarget "React-RCTAppDelegate" */; + buildConfigurationList = BF3133F2BD1849B71229502EAFA6C771 /* Build configuration list for PBXNativeTarget "React-RCTAppDelegate" */; buildPhases = ( - 2C9B186564C61E51AA64171E96BB6E0B /* Headers */, - 48032DDB3CAE75E088C1DB27D0B521B7 /* Sources */, - F4D3DD160BDF3DEC5226505636AD5651 /* Frameworks */, + 6819AB1E5F52E6E756C996BB746F2016 /* Headers */, + 111FA950DF7AFACB090DFB45EE9171E2 /* Sources */, + 53C4D790BC130A50096231A17E5B83B6 /* Frameworks */, ); buildRules = ( ); dependencies = ( - C69A3D0E002919788CF2073795F5EA9C /* PBXTargetDependency */, - 8277F7975544DC3C02F08DFAAC4B6673 /* PBXTargetDependency */, - 44706F6439B28FEF72C5D6645D32F105 /* PBXTargetDependency */, - BC32E2E631953742A5781EC81BA008AA /* PBXTargetDependency */, - 6FF26AA407B0835BAA08F9821B857025 /* PBXTargetDependency */, - 51552448D09122B86633B36C2CC8F798 /* PBXTargetDependency */, - 1BB8A53178C689ECCBEBE1A7293F8DB7 /* PBXTargetDependency */, - 57538589E8082E6D189A40464C244D4B /* PBXTargetDependency */, - 06B989523F4F6967F898834BE8685145 /* PBXTargetDependency */, - 64CD08D97442CD3870A4060713471663 /* PBXTargetDependency */, - D8CB3DA10AE37CFB6C7B949E9C2446A0 /* PBXTargetDependency */, - 32A57997F2ACDFB2D9E84CB96120F971 /* PBXTargetDependency */, - 80A3CD81D9B1B839DF4D4717F33CB783 /* PBXTargetDependency */, + 0947843414EAF9A018C3EFF21E80AEE1 /* PBXTargetDependency */, + 2504A251E75872D0B920F87A736CA6E3 /* PBXTargetDependency */, + 9DC6B2339493349D425BEB578C7330E3 /* PBXTargetDependency */, + CEFF80344602F76C95E6272C9240036C /* PBXTargetDependency */, + E3B183453B2C859BF77E884025BB337B /* PBXTargetDependency */, + 6DDADE4A090D2486F1867CDFFFEC2BAE /* PBXTargetDependency */, + E5E22178DC5D3A1B2EDEFFE3240FE5F5 /* PBXTargetDependency */, + 792C94CE5907970B3561385D49A084CB /* PBXTargetDependency */, + 02CCFE27A24A08DAADC1299A08147AF0 /* PBXTargetDependency */, + B212680BD31F13D2F6279DBAD3A1E825 /* PBXTargetDependency */, + 1B6C878FFCE771AC50BC4961B0F87EE5 /* PBXTargetDependency */, + 3875578AD50898EE9D9B27FBEAAEA823 /* PBXTargetDependency */, + E9C48BEA57BC9B4B9A176BA0823CEF2F /* PBXTargetDependency */, + 9A68278B027713D1161E945A25B9731E /* PBXTargetDependency */, + 3126B7E273693B27EB2B7FD50AA5BC17 /* PBXTargetDependency */, + D1DB74BE38ADE6F876059D7CF8B09249 /* PBXTargetDependency */, + B339E8D2195D5B0E12F1886B392070B9 /* PBXTargetDependency */, + B84F02AF765914933817049A11982A2D /* PBXTargetDependency */, + 336B884A1B8C1FCCD9B9586A45B09D69 /* PBXTargetDependency */, + E9AADA080FCC408EA94BBC9B3500DDAC /* PBXTargetDependency */, + 577FF61698C6B776BD1DDCEF805F0E08 /* PBXTargetDependency */, + F4A8A11533BA5371EB5105103BFD9E90 /* PBXTargetDependency */, + AFF83814306FEE2AB836E168DACED238 /* PBXTargetDependency */, ); name = "React-RCTAppDelegate"; productName = "React-RCTAppDelegate"; productReference = 39D0105B481E5FB78C661496BD63B8A5 /* React-RCTAppDelegate */; productType = "com.apple.product-type.library.static"; }; + C7F600C052808C7C987C26EC74B3A290 /* React-RuntimeCore */ = { + isa = PBXNativeTarget; + buildConfigurationList = 64F885119F50A3C56A0D08EA0B025C49 /* Build configuration list for PBXNativeTarget "React-RuntimeCore" */; + buildPhases = ( + 1F2D4CFFFC42880B1F612DCF5363A6DA /* Headers */, + 99D0414F490F294A46CABFA9F84F2C57 /* Sources */, + 917B37A67EC657DE7A1DB7AC71C9BA46 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + FE5A1DF1E4AAEB8FF1AAE875962EBFF4 /* PBXTargetDependency */, + FD09F1B752681CA8CCC4A39FB3D55188 /* PBXTargetDependency */, + 1D43516102A3113894F7C492185A8246 /* PBXTargetDependency */, + 85C1E90FA3B4C4E24168826381CB9302 /* PBXTargetDependency */, + 397953EECD8A705AE1E95CA4A3B17F2F /* PBXTargetDependency */, + 12DA8B08C376D6BDB2C5EA653BDD2EC0 /* PBXTargetDependency */, + 8938CD6C0EA0ADBE192399759E9D2533 /* PBXTargetDependency */, + 78727E5B4250A9E09FD2B16BE2F71350 /* PBXTargetDependency */, + 900EE9B525D81318F7468BA33F615A63 /* PBXTargetDependency */, + 177E6FD6E10FEA6715CEF6E76277104F /* PBXTargetDependency */, + A7BF697A5BE5F29B8EFC9A4547AE419C /* PBXTargetDependency */, + 828F9C83DE2F06F7C916628EA05F91B1 /* PBXTargetDependency */, + ); + name = "React-RuntimeCore"; + productName = "React-RuntimeCore"; + productReference = D22EED118A762A7D7BC88A4ADBB7026E /* React-RuntimeCore */; + productType = "com.apple.product-type.library.static"; + }; D0DD0961119C95E188122B13F3BF4380 /* React-Core-RCTI18nStrings */ = { isa = PBXNativeTarget; - buildConfigurationList = B3D63209D5E7A3F75FA11D21B755A317 /* Build configuration list for PBXNativeTarget "React-Core-RCTI18nStrings" */; + buildConfigurationList = 35BDABAF8BA6C6EA1964325CDB079A1D /* Build configuration list for PBXNativeTarget "React-Core-RCTI18nStrings" */; buildPhases = ( - 36BB973BE45177154780DE52E5C2202B /* Sources */, - 24D3542EA30681253728BAF85750E76A /* Frameworks */, - 3F768DA83C0791875F868A2146FDB957 /* Resources */, + 6E7F91AEE5AB822D742DD436C6F7CF22 /* Sources */, + 4484CB8C5EC3D4C457E3791F1EDA81A4 /* Frameworks */, + C1767B4F3277AC5435966C323C95AB9C /* Resources */, ); buildRules = ( ); @@ -15789,11 +15476,11 @@ }; D0EFEFB685D97280256C559792236873 /* glog */ = { isa = PBXNativeTarget; - buildConfigurationList = ABB99599F86CEEE2D0FC6956DB8C88AF /* Build configuration list for PBXNativeTarget "glog" */; + buildConfigurationList = 7060A6016509840F2216B4B586CDB808 /* Build configuration list for PBXNativeTarget "glog" */; buildPhases = ( - 28EFC53F2595BE3DE07742CC7CA6B295 /* Headers */, - EB7A2736E204E7A4185598AC7C74DCA7 /* Sources */, - 724AA455ED0AF44C7C47FF791E11E49D /* Frameworks */, + D288DB9B0456E0CC4075C19E15EC2EF3 /* Headers */, + 8504E2D60624339B89BEA2A6F41621A2 /* Sources */, + 18D45363A5C31117A24DD45090EE585D /* Frameworks */, ); buildRules = ( ); @@ -15806,18 +15493,18 @@ }; D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */ = { isa = PBXNativeTarget; - buildConfigurationList = 3D3333D70AA6AB246EBDB2A00CE2B829 /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */; + buildConfigurationList = E78E1B9C796F493267390DA3E9932266 /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */; buildPhases = ( - A358D8ADA7D5D422F0637C20EC03CCCB /* Headers */, - 227A7DB54CBF570B6151AF97CF0D4CA7 /* Sources */, - 75CC5CC3EC16750BE07CF17626F43E22 /* Frameworks */, + DAE502B98C15919EDA8AE839E45EF463 /* Headers */, + 46252E81ED1C361CFC4C994E6EE633FF /* Sources */, + 7B00CA1FF92C8EE49D682945D65F7919 /* Frameworks */, ); buildRules = ( ); dependencies = ( - F12D56B30AD2C11C966C147A40FF8100 /* PBXTargetDependency */, - C64ADB53C477332712B58A1D10E19DF6 /* PBXTargetDependency */, - A252628A7A00C0E0972F25982DBC6DCB /* PBXTargetDependency */, + EF402A140375BB13E5C26D861193A401 /* PBXTargetDependency */, + 290A5A9C4C2B466906134251C445AE62 /* PBXTargetDependency */, + BEB67114B4EC87924688EEBB8C438FD2 /* PBXTargetDependency */, ); name = RCTTypeSafety; productName = RCTTypeSafety; @@ -15826,23 +15513,24 @@ }; DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */ = { isa = PBXNativeTarget; - buildConfigurationList = 848C98D35E5F7618EDFB87ACF8348DA7 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */; + buildConfigurationList = D343A1B642437DBEA4FA80B9A4094074 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */; buildPhases = ( - 487120CB8DEA12FCD1B5BCDBC886488D /* Headers */, - E161F69D8B1A4C08D7B730C25D5E63F9 /* Sources */, - 3E37517D026957D038029B2CB4904CB8 /* Frameworks */, + B848B2694FF142FE99FE00869735ED10 /* Headers */, + 5CAEEB9F76D13B5B53752432675816A2 /* Sources */, + 976D53391EFB92F67FDDDF48FC18C587 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 146294F0214E4C4B9DD5898A08A7C97D /* PBXTargetDependency */, - 59E3EA4C47FD645C67103A9AE0D71EF4 /* PBXTargetDependency */, - 309333230AE4FDA3FF72D9CDB098130B /* PBXTargetDependency */, - 3D1D4FAE865C5C3DEA325E038A9BBE46 /* PBXTargetDependency */, - 24180724626B9DD56B3E68126DB01147 /* PBXTargetDependency */, - 380E049DF2BCA79CAC0AC8E64B9A1C0F /* PBXTargetDependency */, - 34E7C7C5814FDD916CFE3C2BF9F51B2E /* PBXTargetDependency */, - 8AF31572A4E079FF7B6916F478CAE9B9 /* PBXTargetDependency */, + E0F2CB12CF095E00B9403D3AE141BC5C /* PBXTargetDependency */, + A73A9A2AC3DD393BE94B96FC0811F52F /* PBXTargetDependency */, + 7F11632F8C4B59DD3BB4051C89DBAE53 /* PBXTargetDependency */, + 236E756288374E4AE29AC51EBEE02A84 /* PBXTargetDependency */, + 67BBDDCEA70BEA58B3E3C83B3C47033D /* PBXTargetDependency */, + 64A12C5236A6B897B3DBB8EBDE905E7B /* PBXTargetDependency */, + 4920A5B0535890B1E7D1BF643FDDC3FE /* PBXTargetDependency */, + B5E4CB125000A02D7C47D5BC8B2235E2 /* PBXTargetDependency */, + 10A2F45C3B581D6E8F38A104C850F7D7 /* PBXTargetDependency */, ); name = "React-jsiexecutor"; productName = "React-jsiexecutor"; @@ -15851,17 +15539,17 @@ }; DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */ = { isa = PBXNativeTarget; - buildConfigurationList = EC8D580397EA5F997F32793D4333F032 /* Build configuration list for PBXNativeTarget "React-RCTText" */; + buildConfigurationList = 772C322C9EE72B896EB7A93983C1ABFF /* Build configuration list for PBXNativeTarget "React-RCTText" */; buildPhases = ( - 4CB57A147B3FF6F8F7FEFCBE221D8194 /* Headers */, - 342459D9EDD67BB545AD4A4C1DD06C98 /* Sources */, - 1153CD5494CE773FF2B30D19AF0E7883 /* Frameworks */, + 3923F79A6C43DC54B393E6A014C97F3D /* Headers */, + 5CAAFADB20B88A58D6830F22D247F99A /* Sources */, + D532CB49CB8E79A6C3551005CB82786E /* Frameworks */, ); buildRules = ( ); dependencies = ( - A4A6CD45F150982A3F0CFADF594F6DB3 /* PBXTargetDependency */, - 578CC619BF79C9D0A904F807D5D39C36 /* PBXTargetDependency */, + 238930CCE2A68E41AED023158D9FD867 /* PBXTargetDependency */, + 0FE5A051E0A746490490C86E7859144D /* PBXTargetDependency */, ); name = "React-RCTText"; productName = "React-RCTText"; @@ -15870,25 +15558,28 @@ }; E16E206437995280D349D4B67695C894 /* React-CoreModules */ = { isa = PBXNativeTarget; - buildConfigurationList = 818D01EADDB8D72C141A22BEE673C62F /* Build configuration list for PBXNativeTarget "React-CoreModules" */; + buildConfigurationList = 2023F194410EB76C507DE4868A948CDE /* Build configuration list for PBXNativeTarget "React-CoreModules" */; buildPhases = ( - 5E22CC6360E57D48470CEE893C98764F /* Headers */, - 127E74D5B1AB88AAE9101F8321E17F7A /* Sources */, - 0AEE65E14B6BD0303AB9755C3E6A6231 /* Frameworks */, + 131B4DFB7582473308782B58746A7B52 /* Headers */, + 9DF643F20AEF406F2B1272098FD69149 /* Sources */, + 401DCA93590F154762BC1D9585CB8A7D /* Frameworks */, ); buildRules = ( ); dependencies = ( - 8C91FA98F0FAEB94E3B1CD6668A78A86 /* PBXTargetDependency */, - D6C5B4243F03FDDDFBE3B877E68398A3 /* PBXTargetDependency */, - BBDC70651B75ED2AFCED68D4ED7484D2 /* PBXTargetDependency */, - FE756CB2E1A02F67CAA0895CF2859DDC /* PBXTargetDependency */, - CD7F30A34EC0BF0F417366DBCCD547D7 /* PBXTargetDependency */, - 5F2D9F192C4005A28B59DB456460D26B /* PBXTargetDependency */, - 3F051B073BC41D91D1BF1AA78FCB78BE /* PBXTargetDependency */, - 1051BA6649D6211DABCB419F4DE3E821 /* PBXTargetDependency */, - 2884E8EAF5D905596DC8480C54996FAE /* PBXTargetDependency */, - 8E167B8E393FCFCB6A6D899AA57691B3 /* PBXTargetDependency */, + 48939DA609333D216671B3454FF64B92 /* PBXTargetDependency */, + 8A01144C4811FC96968CD28E8FC601CF /* PBXTargetDependency */, + 37F81AC9EC861E71FEBA2A4389C6CF3D /* PBXTargetDependency */, + 3D04E6CC3760CE3501A287C5002BA99A /* PBXTargetDependency */, + FFA7F1EF8FAC3A0952EEFDE38DE91E5A /* PBXTargetDependency */, + 350AB0B4FB6E2D72BF570CC9B3DED953 /* PBXTargetDependency */, + 83D931AC8A3A8844EA71D031AEFEC9F6 /* PBXTargetDependency */, + 13D61D46C1B23D15B361E0C6A887C141 /* PBXTargetDependency */, + 80D81BC05DF9946301984E4F3DC959D8 /* PBXTargetDependency */, + C4DD06F137AEDD5B0BB9846AAB2BD11E /* PBXTargetDependency */, + 871D865CD2E0FD7ECE21C10E35270274 /* PBXTargetDependency */, + D0C97A79D6B5E0234424B706959B344C /* PBXTargetDependency */, + 070075A664C526AA369CFF1C8F480565 /* PBXTargetDependency */, ); name = "React-CoreModules"; productName = "React-CoreModules"; @@ -15897,20 +15588,19 @@ }; EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */ = { isa = PBXNativeTarget; - buildConfigurationList = 94EB04543CCE41B67F972CB7953C4727 /* Build configuration list for PBXNativeTarget "RCT-Folly" */; + buildConfigurationList = 9F2C5C7A82B8C5C2581EDD99BF908E3B /* Build configuration list for PBXNativeTarget "RCT-Folly" */; buildPhases = ( - 188AE7D116C71CD38BB07789632A29C8 /* Headers */, - 2AE3A3363E604EDE7CD54EE6E45AF067 /* Sources */, - A9392E8900EB564ABC1A8B0C9A82C4D0 /* Frameworks */, + 91B596376A967609FA5D360BDD3E4367 /* Headers */, + B85C4FF0078BD4F65D0B97C954FCA723 /* Sources */, + 82C4242EC83DE2399BE5CCCAD8D44002 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 7BFE67817E441CBEA8F4F5B684D2ABCF /* PBXTargetDependency */, - 6CD92C14083811A88F2952F4BAC6A263 /* PBXTargetDependency */, - 1B088BECF7600F84C8991C1E886951FA /* PBXTargetDependency */, - 6B9779175A4D31EEBC54321BDBCA9B5D /* PBXTargetDependency */, - 53192B5BEFA1654B024A58A02B930794 /* PBXTargetDependency */, + 509DFA417A9F6FC28C5DF54680ED83BD /* PBXTargetDependency */, + 8589C20D4651BCDCFF98418A1C87A7EF /* PBXTargetDependency */, + D64FBFB3001F5CD6E0240571ADCE2DD8 /* PBXTargetDependency */, + 9CB7426A4D28082958291C03049EB5C0 /* PBXTargetDependency */, ); name = "RCT-Folly"; productName = "RCT-Folly"; @@ -15928,8 +15618,8 @@ buildRules = ( ); dependencies = ( - 976ACC41135209FE8103F68F57EA02BD /* PBXTargetDependency */, - 049FB96ACC77D61C49732AAD48DBDC6D /* PBXTargetDependency */, + 3A25922BCB02D7620B0B4992ACEB0B93 /* PBXTargetDependency */, + DE4836880D0968B12D6E0A473EF2A047 /* PBXTargetDependency */, ); name = WatermelonDB; productName = WatermelonDB; @@ -15938,11 +15628,11 @@ }; F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */ = { isa = PBXNativeTarget; - buildConfigurationList = BD340422D4897DD3CE088D956F770395 /* Build configuration list for PBXNativeTarget "React-perflogger" */; + buildConfigurationList = FB6AD053F80544ABF6568EAFF5394DB4 /* Build configuration list for PBXNativeTarget "React-perflogger" */; buildPhases = ( - 76C68C03EE82C45A690E25867B8EC6E7 /* Headers */, - 3E6B097AD2CCE6D531E1B52E4E72D308 /* Sources */, - 7DE45FBF5570162DBC179317F78D2472 /* Frameworks */, + 8656D5B4FA65E6F049F59F1441FCCF44 /* Headers */, + 2F726D5C593EA13536D41362B9300877 /* Sources */, + C7E0A0DF29622DB6BD97632058301AC7 /* Frameworks */, ); buildRules = ( ); @@ -15955,15 +15645,22 @@ }; F7D033C4C128EECAA020990641FA985F /* React-jsinspector */ = { isa = PBXNativeTarget; - buildConfigurationList = EEBCF545BF6875CD16034ED2D8D47BF3 /* Build configuration list for PBXNativeTarget "React-jsinspector" */; + buildConfigurationList = 1C8845324AC124F676276B99D738106A /* Build configuration list for PBXNativeTarget "React-jsinspector" */; buildPhases = ( - 2A93E6F2436D4D787F37FC16522ED414 /* Headers */, - FEA72F79BC47125DCB84524FA2B25ED6 /* Sources */, - 166887ABB10C33796A9F8BE21DB25A9C /* Frameworks */, + 5EB5B5D0D6BFF8615D4D1DF5D0982F1F /* Headers */, + BB8C3A27E7A75C4EA178CD713C13DB06 /* Sources */, + D94BECEDC7E7186443633477224FEDF3 /* Frameworks */, ); buildRules = ( ); dependencies = ( + 5B9BFD44259542BF0998056E0C123C8E /* PBXTargetDependency */, + 89236A9ED15BD42914C7EE0DB075FF13 /* PBXTargetDependency */, + 74785FAB64DB2E3C10C989A45A14C219 /* PBXTargetDependency */, + 7FDDF5770FADD8DEA8C31B0DCE95FFFC /* PBXTargetDependency */, + 12A0E63E2D9A8A38283E1A96C9BD9771 /* PBXTargetDependency */, + 492F47EC7FDE085C758C479D46DF1F63 /* PBXTargetDependency */, + DA18253AF45CCA4B3F48F3534E2E39B8 /* PBXTargetDependency */, ); name = "React-jsinspector"; productName = "React-jsinspector"; @@ -15972,21 +15669,21 @@ }; FA877ADC442CB19CF61793D234C8B131 /* React-jsi */ = { isa = PBXNativeTarget; - buildConfigurationList = 32990ED3EE9B0112ADA8AA636B7FA8EF /* Build configuration list for PBXNativeTarget "React-jsi" */; + buildConfigurationList = 4FB4FCC7287CF5184D152FD0437A63C6 /* Build configuration list for PBXNativeTarget "React-jsi" */; buildPhases = ( - 8FAD80198729317BD9C82F37D8629C97 /* Headers */, - 4B04766D768FB88C6B01B42BDED24049 /* Sources */, - BBF83B285E70D8D742538E98ECE39277 /* Frameworks */, + 74E7814F4B2665A4B71520D1FD570E65 /* Headers */, + 319B6DC7B521A04A3FAE5610EE495267 /* Sources */, + 32445F0B48FFAD562A3D7EFA997FE471 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 7B2B8CC1293F70342294654614B76466 /* PBXTargetDependency */, - 7EC40576BFE096034BE6603C6731C9F4 /* PBXTargetDependency */, - 09BAD52D62EDD1593A1C7FFABBBAC07B /* PBXTargetDependency */, - C229303B2D9E0676B3F06F30F0A25B8A /* PBXTargetDependency */, - 30B458ECBFF2E4DCD6E609F5367FD9FA /* PBXTargetDependency */, - 84B9714922A66F017559BB9E7E784BDA /* PBXTargetDependency */, + 4AA6C6F6763192CF4FD121DC066B3416 /* PBXTargetDependency */, + 0BEDBF63C3E4E541C8B0B6D741C05866 /* PBXTargetDependency */, + 0D6352E2424F6FC499B3B35657C6AD1B /* PBXTargetDependency */, + 03760D1433D73CEC24F9E58CB14B1F18 /* PBXTargetDependency */, + 9C411B2CC3C4A28BA72E9017965B8DB1 /* PBXTargetDependency */, + 6760651ADC5EFA51B68D248ADF79D997 /* PBXTargetDependency */, ); name = "React-jsi"; productName = "React-jsi"; @@ -16048,21 +15745,20 @@ ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; minimizedProjectReferenceProxies = 0; - productRefGroup = E3FCFBB06D13321D647CFB1BFB521E24 /* Products */; + productRefGroup = 6ED0E8A627772310985098275F934F04 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */, 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */, 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */, - C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */, 02B79DFED924FA19CA90EC69614733E1 /* fmt */, D0EFEFB685D97280256C559792236873 /* glog */, 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */, - 04A30E186743192DFB26B0FD7DB8F250 /* libevent */, C022870923962EA3953D70B907A7F8A7 /* Pods-WatermelonTester */, 779DAB46A58E8051C7D2E5A8782C79D1 /* Pods-WatermelonTester-WatermelonTesterTests */, EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */, + 5211B5AB7B81060AA8E78614DD75D3AB /* RCTDeprecation */, E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */, D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */, 1BEE828C124E6416179B904A9F66D794 /* React */, @@ -16075,6 +15771,7 @@ 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */, 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */, A5E93F38E96B3A37575BEC88AD69AE85 /* React-FabricImage */, + 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */, 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */, 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */, B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */, @@ -16082,6 +15779,7 @@ FA877ADC442CB19CF61793D234C8B131 /* React-jsi */, DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */, F7D033C4C128EECAA020990641FA985F /* React-jsinspector */, + 718331030FAA6D88E74D4B2240BB4AC8 /* React-jsitracing */, 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */, 091003D98BDA80B01B9E35CADE3947F0 /* React-Mapbuffer */, B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */, @@ -16100,7 +15798,10 @@ 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */, 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */, B41E34C6B259B9994C513BE178912491 /* React-rncore */, + 91D38B18A4E42B1622B83F450706C2F5 /* React-RuntimeApple */, + C7F600C052808C7C987C26EC74B3A290 /* React-RuntimeCore */, 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */, + 0EF07AE1AD53436E8D2B9B0086EA0163 /* React-RuntimeHermes */, 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */, 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */, B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */, @@ -16113,54 +15814,69 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 3F768DA83C0791875F868A2146FDB957 /* Resources */ = { + C1767B4F3277AC5435966C323C95AB9C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1792EAB3AE7236D15B9E8DDB339BD6AD /* ar.lproj in Resources */, - D44C6F551E6152B3BB7243E2237DA966 /* cs.lproj in Resources */, - 29B2A388C632390B147923FEBDC01D84 /* da.lproj in Resources */, - 971C393A94D5129C882F6757053F5CDC /* de.lproj in Resources */, - 728FE6C508760B0FBE764A6708F400B9 /* el.lproj in Resources */, - 6DEB3FD827168B677909B6A4CC7329BE /* en.lproj in Resources */, - 14C43535E0E2983EEDC9C41D9858D499 /* en-GB.lproj in Resources */, - 1B755F1E73BC6E222B9DD525BCABD582 /* es.lproj in Resources */, - 92B86E5D5A9D4FEBC1BC300ED0756BBF /* es-ES.lproj in Resources */, - E6B9C63BA08F0ECD6B3B8D5A68339724 /* fi.lproj in Resources */, - 75747374EC6AAFB6551C6B8A3AD7EC06 /* fr.lproj in Resources */, - DAB83F07F1BA38A41D8AEC7AB639CDA4 /* he.lproj in Resources */, - CE21FD7F3CB0E0F1B97E3DB09C9E9D37 /* hi.lproj in Resources */, - 9F2968578AD3B3AB75A907ABFB7EEFB4 /* hr.lproj in Resources */, - D2B6E57FC242C102B065903D31877C13 /* hu.lproj in Resources */, - C781F53EEEB340AE3DD3887665CA0217 /* id.lproj in Resources */, - 613D7D3C698EE913CD3872E4B261CB7B /* it.lproj in Resources */, - F6320431A889516EEA6F515E4584B543 /* ja.lproj in Resources */, - D421BCDAA127190EBEB175B0F80E991F /* ko.lproj in Resources */, - 5E9E39D6C44C767139914CFF4CFE1A90 /* ms.lproj in Resources */, - 01B8E795AF1497FBB0A91E615F395B81 /* nb.lproj in Resources */, - F8141D31A09252D9630632E1AA8CA156 /* nl.lproj in Resources */, - A74CEDAFB6170623ACF1B950C694EF4A /* pl.lproj in Resources */, - 1D1B201C03A90E3A414748CFD22A60E8 /* pt.lproj in Resources */, - CC400BCD0B0ABD3CE22C46395C39F0C6 /* pt-PT.lproj in Resources */, - 9402B7F403B40A3B8D5A881AD7A768F0 /* ro.lproj in Resources */, - 0331540BC20A043DE98DCA492EDD7D9D /* ru.lproj in Resources */, - 69EEC30235EA0E338A62B5769BEB4891 /* sk.lproj in Resources */, - DCA2BD680CFC0A33446A1CD23BF1D913 /* sv.lproj in Resources */, - 4E66C33E9DEA883A15465B63C2DB1D73 /* th.lproj in Resources */, - 613B5EC19662BB138DC7AC1B31D8F9B1 /* tr.lproj in Resources */, - 82569B84EDA7A34E181D9535690B7BEA /* uk.lproj in Resources */, - B127764FC3C944B01BD9AA06F9BC1B23 /* vi.lproj in Resources */, - 6B7791871300C9376E85A4297280E349 /* zh-Hans.lproj in Resources */, - B2F758FB7842AB17B29E5BD7F08A7287 /* zh-Hant.lproj in Resources */, - F2A05234D8B22C4954E79CF0A26DD82B /* zh-Hant-HK.lproj in Resources */, - 092C4102BEE86F2C4310957541F2A4FA /* zu.lproj in Resources */, + BB1ED891A520B5065A5DED3E37ACA7F0 /* ar.lproj in Resources */, + 0642403BB181EA7478210C0089DEF508 /* cs.lproj in Resources */, + 9A3A4D10C9D413158BC724A194B154E9 /* da.lproj in Resources */, + 1D65FAC0B4EB638F3549891915706680 /* de.lproj in Resources */, + D0521A5D06CA09FFB9EB9EDB701566C0 /* el.lproj in Resources */, + 362390F52589F7931C2C6851393C3AF9 /* en.lproj in Resources */, + AE0B4659152C1B6CE26DA56940540CCE /* en-GB.lproj in Resources */, + FE877895E55021546425F770C014D9F8 /* es.lproj in Resources */, + A93FB3B91CE02A0B704D2A989C363E9C /* es-ES.lproj in Resources */, + A61B1E1D334158CF2ED3116CC21C3F33 /* fi.lproj in Resources */, + DBAB9A747E25B02895BCC957ADD16902 /* fr.lproj in Resources */, + D21B7BB8606BF188823CB4024222D8C7 /* he.lproj in Resources */, + 7604DFAE9BCFB8918643A00E43A0E326 /* hi.lproj in Resources */, + 8CB06AE99C65D0CB47B460E9715D2447 /* hr.lproj in Resources */, + 4C3D5B6DE1DFE5EC71F9EDAB80BBA2CA /* hu.lproj in Resources */, + D473DD75F33B177EDD13C68DE02D058B /* id.lproj in Resources */, + 7DFF6AA49AB89B1D15BDD142FB5C30E9 /* it.lproj in Resources */, + D59713A7BC16D46A1359CFB93E730D3C /* ja.lproj in Resources */, + F9E6052152BB44E91B62957A180638AB /* ko.lproj in Resources */, + 4D7E5F546791BFFE2D74F66BE63512DE /* ms.lproj in Resources */, + B21738D0170767FAB849DD08A62EBA80 /* nb.lproj in Resources */, + F6A7E8738C0E504937CBF3B8B193D026 /* nl.lproj in Resources */, + 87818F7E72E1C8E3028F461ABBCE56E3 /* pl.lproj in Resources */, + 491734DC36D5DA5B7188251B61658CA3 /* pt.lproj in Resources */, + F0BAC6D2EB66EF5AF8CB77C031595704 /* pt-PT.lproj in Resources */, + 61C9E79CA790A9EFE30E8C8D0E2B8ACE /* ro.lproj in Resources */, + E1DB2693E8C7C7187DA8BA2D5C7B2F11 /* ru.lproj in Resources */, + 9C213142A14C7405ADC9288D76B1290C /* sk.lproj in Resources */, + 1B502CFAD551B4D4392A0BADFBBEF25B /* sv.lproj in Resources */, + 9D28E53E71CE7B1B576FC946E8E18383 /* th.lproj in Resources */, + 6035F2E5BEC7F02E3206FBCBACE06A55 /* tr.lproj in Resources */, + 7DAB642F45A486822F115BE0920FB465 /* uk.lproj in Resources */, + 0333BBF0A9EA7C3B7E05BD48E0D67A82 /* vi.lproj in Resources */, + C96741C72BE65B64A4AEAB8481F58285 /* zh-Hans.lproj in Resources */, + 950BAD90B56D30A54EBF43AF215D0C8D /* zh-Hant.lproj in Resources */, + 2C9A212BEA5B7429E6A978943ED1DAAF /* zh-Hant-HK.lproj in Resources */, + 8D8BBF7A84CBAE7584B4D446F86A2086 /* zu.lproj in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 6C3BD5055660B7552F0309A29B01FE7B /* [CP] Copy XCFrameworks */ = { + 0E7DA29FC4DD1B4A582F0DBB4907FDD3 /* [CP-User] Generate Specs */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP-User] Generate Specs"; + outputPaths = ( + "${DERIVED_FILE_DIR}/react-codegen.log", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "pushd \"$PODS_ROOT/../\" > /dev/null\nRCT_SCRIPT_POD_INSTALLATION_ROOT=$(pwd)\npopd >/dev/null\n\nexport RCT_SCRIPT_RN_DIR=$RCT_SCRIPT_POD_INSTALLATION_ROOT/../../node_modules/react-native\nexport RCT_SCRIPT_APP_PATH=$RCT_SCRIPT_POD_INSTALLATION_ROOT/../..\nexport RCT_SCRIPT_OUTPUT_DIR=$RCT_SCRIPT_POD_INSTALLATION_ROOT\nexport RCT_SCRIPT_TYPE=withCodegenDiscovery\n\nSCRIPT_PHASES_SCRIPT=\"$RCT_SCRIPT_RN_DIR/scripts/react_native_pods_utils/script_phases.sh\"\nWITH_ENVIRONMENT=\"$RCT_SCRIPT_RN_DIR/scripts/xcode/with-environment.sh\"\n/bin/sh -c \"$WITH_ENVIRONMENT $SCRIPT_PHASES_SCRIPT\"\n"; + }; + 8F6E4EC43155610A21F16E054B4EAFF3 /* [CP] Copy XCFrameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -16177,7 +15893,7 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/hermes-engine/hermes-engine-xcframeworks.sh\"\n"; showEnvVarsInLog = 0; }; - 80476EF4F76182CE1847228EFC6BFEE6 /* [CP-User] [Hermes] Replace Hermes for the right configuration, if needed */ = { + B89680891A24601AFD2489230D18F55C /* [CP-User] [Hermes] Replace Hermes for the right configuration, if needed */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -16185,3465 +15901,3919 @@ name = "[CP-User] [Hermes] Replace Hermes for the right configuration, if needed"; runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = " . \"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\n\n CONFIG=\"Release\"\n if echo $GCC_PREPROCESSOR_DEFINITIONS | grep -q \"DEBUG=1\"; then\n CONFIG=\"Debug\"\n fi\n\n \"$NODE_BINARY\" \"$REACT_NATIVE_PATH/sdks/hermes-engine/utils/replace_hermes_version.js\" -c \"$CONFIG\" -r \"0.73.11\" -p \"$PODS_ROOT\"\n"; + shellScript = " . \"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\n\n CONFIG=\"Release\"\n if echo $GCC_PREPROCESSOR_DEFINITIONS | grep -q \"DEBUG=1\"; then\n CONFIG=\"Debug\"\n fi\n\n \"$NODE_BINARY\" \"$REACT_NATIVE_PATH/sdks/hermes-engine/utils/replace_hermes_version.js\" -c \"$CONFIG\" -r \"0.74.6\" -p \"$PODS_ROOT\"\n"; }; - 889284F8A5132AFB8A76158C7B7497D7 /* [CP-User] Generate Specs */ = { + EA5775F352F02CC6B079C87333EA9092 /* [CP-User] [RN]Check rncore */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( - ); - inputPaths = ( - "${PODS_TARGET_SRCROOT}/../Libraries/Components/ActivityIndicator/ActivityIndicatorViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/DrawerAndroid/AndroidDrawerLayoutNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/ProgressBarAndroid/ProgressBarAndroidNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/RefreshControl/AndroidSwipeRefreshLayoutNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/RefreshControl/PullToRefreshViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/SafeAreaView/RCTSafeAreaViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/ScrollView/AndroidHorizontalScrollContentViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/ScrollView/AndroidHorizontalScrollViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/ScrollView/ScrollContentViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/ScrollView/ScrollViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/Switch/AndroidSwitchNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/Switch/SwitchNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/TextInput/AndroidTextInputNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/TextInput/RCTInputAccessoryViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/TextInput/RCTMultilineTextInputNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/TextInput/RCTSingelineTextInputNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/TraceUpdateOverlay/TraceUpdateOverlayNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/UnimplementedViews/UnimplementedNativeViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Components/View/ViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Image/ImageViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Image/TextInlineImageNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Modal/RCTModalHostViewNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/ReactNative/requireNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Text/TextNativeComponent.js", - "${PODS_TARGET_SRCROOT}/../Libraries/Utilities/codegenNativeComponent.js", - "$PODS_ROOT/../.xcode.env.local", - "$PODS_ROOT/../.xcode.env", - ); - name = "[CP-User] Generate Specs"; - outputPaths = ( - "${DERIVED_FILE_DIR}/codegen-rncore.log", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/ComponentDescriptors.h", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/EventEmitters.cpp", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/EventEmitters.h", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/Props.cpp", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/Props.h", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/States.cpp", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/States.h", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/RCTComponentViewHelpers.h", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/ShadowNodes.cpp", - "${PODS_TARGET_SRCROOT}/../../../native/iosTest/../../node_modules/react-native/ReactCommon/react/renderer/components/rncore/ShadowNodes.h", + ); + name = "[CP-User] [RN]Check rncore"; + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "echo \"Checking whether Codegen has run...\"\nrncorePath=\"$REACT_NATIVE_PATH/ReactCommon/react/renderer/components/rncore\"\n\nif [[ ! -d \"$rncorePath\" ]]; then\n echo 'error: Codegen did not run properly in your project. Please reinstall cocoapods with `bundle exec pod install`.'\n exit 1\nfi\n"; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 02C020C26212A7A0116EEB8E197289A5 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 39CDAA971F3E8A4A08BD53F982886AAD /* React-nativeconfig-dummy.m in Sources */, + 956D860AD7C9DC24AA722E80D15E4D6B /* ReactNativeConfig.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0FDD676C9CF447C0E5C23ADF6F292A6E /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4D4222A8B9F471CE399280E884966659 /* CxxNativeModule.cpp in Sources */, + 3EBA21C27903E9515E2B509B4671A407 /* Instance.cpp in Sources */, + 59284F057F926EC5DA3ECD28FDEAAD96 /* JSBigString.cpp in Sources */, + 09946EAA53E8CE2FFF8939A7012AABD1 /* JSBundleType.cpp in Sources */, + 0427F0349638DCD376F42A586CB060E0 /* JSExecutor.cpp in Sources */, + 869C6BC97E0783E17A7A32A4CB9C444D /* JSIndexedRAMBundle.cpp in Sources */, + 67745EF2FCD4C0DAFE55F235B9511877 /* MethodCall.cpp in Sources */, + 01474AE21855DC963FC28E1C31BEB84A /* ModuleRegistry.cpp in Sources */, + ADFE734C91C7A833AE41533BDB4B479C /* NativeToJsBridge.cpp in Sources */, + 470C6E55CF2E2DCD6E21DADFFA475E9B /* RAMBundleRegistry.cpp in Sources */, + EAA499218101102AB5F773BF2B50EF87 /* React-cxxreact-dummy.m in Sources */, + A2F8AC56D5A31FAA851EA309CAB094CF /* ReactMarker.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 111FA950DF7AFACB090DFB45EE9171E2 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 27928D50D910F1E6A27AF06B64529EF2 /* RCTAppDelegate.mm in Sources */, + 7B3EFF70B6BC846F386E9B04B567C87E /* RCTAppSetupUtils.mm in Sources */, + 0C173B954EAFE33EB0E10A7430B53888 /* RCTRootViewFactory.mm in Sources */, + 2ADAF88BF204658BFDA47A99DB5763B2 /* React-RCTAppDelegate-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1668C4E93B3B7D623F5F0B12FFC8EDF1 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A987774A31FA59F2A5D311C15EEF222D /* fmt-dummy.m in Sources */, + E339752BDF80501597F6B9FA4BDF020B /* format.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1AD76BC80FB1362DE916B4C4FDA832E9 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 63D7C1B01C0D564F59C944A6CD64462E /* RCTSettingsManager.mm in Sources */, + A32D15308F27ECE2391DA0E67E184553 /* RCTSettingsPlugins.mm in Sources */, + 012219210290351B09E3228F57549796 /* React-RCTSettings-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1B85B6C778B063059A7996C2729D726F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E8F692582B234462685FB7967E14E8F9 /* ConnectionDemux.cpp in Sources */, + 48BBB73DC78C42C1BD39CC241869299B /* HermesExecutorFactory.cpp in Sources */, + D0AABA0B25ED1795CF662870AD7F0EC9 /* HermesRuntimeAgentDelegate.cpp in Sources */, + D115801DD61F22629F88BCF5BCBA5E36 /* React-hermes-dummy.m in Sources */, + 6C1392E4CE9C70E81D25ABF34EE9631D /* Registration.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1DD6D57E16507C6E7C6C0A35BC747A10 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 614A74B5BD426630D339F25D429EA463 /* Pods-WatermelonTester-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1DF1B328A32BB8F8D107024AD45C182B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 5C74608D4E02F4D4AF0009F7622CECFC /* simdjson.cpp in Sources */, + E0E7AA9F8861860CFB84E20C9489E5DB /* simdjson-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2F726D5C593EA13536D41362B9300877 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4BAC222710598CFEF8986092D6631F49 /* BridgeNativeModulePerfLogger.cpp in Sources */, + 7232F323AB9767475B711CD115277385 /* React-perflogger-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 319B6DC7B521A04A3FAE5610EE495267 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4C28C822685226ADDBE66EBDFDD58EB8 /* JSIDynamic.cpp in Sources */, + 875518F410236D322133384F93B4EE9B /* React-jsi-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 39260D04C5355C99327140553873B867 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9EA31CC73780B94F35D97F87C4FB001C /* NSDataBigString.mm in Sources */, + A99DAE5BCBF57C5FF1C418A9CE856DAA /* RCTActivityIndicatorView.m in Sources */, + 084B7DAB689734EEBB98408DD6E7F12B /* RCTActivityIndicatorViewManager.m in Sources */, + 49991F7761C3338772084CD9A784B437 /* RCTAssert.m in Sources */, + 6EA7026AD8D1F370E0A660F1A4FF7A07 /* RCTBorderDrawing.m in Sources */, + BB290E6063D0D517A3C83B1DDA4BF000 /* RCTBridge.mm in Sources */, + 64F832664A431E454316E1AC03746C0D /* RCTBridgeConstants.m in Sources */, + DC6986A6AC95089763A68D148457F484 /* RCTBridgeModuleDecorator.m in Sources */, + D029A199B240E746CD4A89367F3888FE /* RCTBridgeProxy.mm in Sources */, + 690D37470240502DB939F1A3D7206454 /* RCTBundleManager.m in Sources */, + 72BC0086E48E7F1B9CD8230A0B5D461E /* RCTBundleURLProvider.mm in Sources */, + ED158AE6B16238DA0174AC1F4CC24510 /* RCTCallableJSModules.m in Sources */, + 11DF589DF2952480FDAADA363B846A8C /* RCTComponentData.m in Sources */, + 82422290D96A134494D0B160434C8A8F /* RCTComponentEvent.m in Sources */, + B3D6AA3293A885840D24CA060CC25456 /* RCTConstants.m in Sources */, + BA2CD9347081FBACC0B91878B7B5E2B6 /* RCTConvert.mm in Sources */, + 83CB29BA147169FE17245CC493A65214 /* RCTConvert+CoreLocation.m in Sources */, + 47828A13815F5A9030308D806C348B57 /* RCTConvert+Transform.m in Sources */, + EA2E47AC9688F7DBDE75EC611BC68334 /* RCTCxxBridge.mm in Sources */, + AEE9B28ADA2F2437AA2DF260FEA3B558 /* RCTCxxConvert.m in Sources */, + 6CFEA0E6658C47D9BF410F09BEEF98CE /* RCTCxxInspectorPackagerConnection.mm in Sources */, + 981417644439C651547814EC3FEA4928 /* RCTCxxInspectorPackagerConnectionDelegate.mm in Sources */, + 77E6BC3FDEABA7B418C12B3E6F73A961 /* RCTCxxInspectorWebSocketAdapter.mm in Sources */, + EE9B9C393116AD263A9A4FAF44923FCC /* RCTCxxMethod.mm in Sources */, + F369A2BE769607CE5EBCEEAF694E2DCC /* RCTCxxModule.mm in Sources */, + 0E25FDA99228EB53935D4EFF113CEA15 /* RCTCxxUtils.mm in Sources */, + 42DF6A9D9D4AD244EA20DFAE81933530 /* RCTDebuggingOverlay.m in Sources */, + AD0E3792C51B0E55F49C3558785D6863 /* RCTDebuggingOverlayManager.m in Sources */, + D8D7FDEC5BB612E2631EE13379B9CF71 /* RCTDefaultCxxLogFunction.mm in Sources */, + 372A6DE5D3A0C8A394F94769C9DDD521 /* RCTDevLoadingViewSetEnabled.m in Sources */, + 17E53719BE7C9DAA239E3684B393CA6B /* RCTDisplayLink.m in Sources */, + 6D47DA4D57A4DCB9E5DE1A5C727BE1FF /* RCTErrorInfo.m in Sources */, + 623EB998C85B863F99092DF08C02A46D /* RCTEventDispatcher.m in Sources */, + E6BFEF471AFCFF63E7C2D7BA1F89621E /* RCTEventEmitter.m in Sources */, + 70EE94B444ED9B2CA09A5C36DC60E4D0 /* RCTFollyConvert.mm in Sources */, + 70EDDB0D146F95B1139062781D9309BD /* RCTFont.mm in Sources */, + D62F1180412478ECE031FBB09BB2415F /* RCTFrameUpdate.m in Sources */, + 3EF492603A770B0DB5F8A5386D3128F3 /* RCTI18nUtil.m in Sources */, + B7D7A68F6F82595F6811546D3F5FBE1F /* RCTImageSource.m in Sources */, + C9D61E8CE5FBF6840501CFF665CEE31A /* RCTInspector.mm in Sources */, + 0CCB0E1584227DBA1626298A85B5330C /* RCTInspectorDevServerHelper.mm in Sources */, + 2A4E5E0880C9929B370D1941E5AE5F26 /* RCTInspectorPackagerConnection.m in Sources */, + 8020DC79BC18FE1733F382110AA7F9BC /* RCTJavaScriptLoader.mm in Sources */, + 758A73A007DBDEE27DAC1076057CB202 /* RCTJSIExecutorRuntimeInstaller.mm in Sources */, + D924621A02EA0FCD7E776A06D2AA64C9 /* RCTJSStackFrame.m in Sources */, + F102B4B1F081DCBE8CC11C5CCA367B77 /* RCTJSThread.m in Sources */, + 86A39CCE3B6E3D293E0CE2C67781A81A /* RCTKeyCommands.m in Sources */, + F8C937BE0952BA6404982198BF2D4323 /* RCTLayout.m in Sources */, + FDDF426085594202FFB84A5A244FF421 /* RCTLayoutAnimation.m in Sources */, + 45C8EF8702AA503775656087A507733F /* RCTLayoutAnimationGroup.m in Sources */, + FDACFB7A65FFD5270F807735B27D1DBA /* RCTLocalizedString.mm in Sources */, + 36F7E7BA67E5C0369DFC89F1ABB6F394 /* RCTLog.mm in Sources */, + F0380AC81B8D35CAB3F13DB5217E64AD /* RCTManagedPointer.mm in Sources */, + 0DB74DB42DFB69580318D842D74E803C /* RCTMessageThread.mm in Sources */, + 27539AB858023E5C2410655150B37627 /* RCTModalHostView.m in Sources */, + 804D9AADCDC8D1F1632F230EEFA6FBC0 /* RCTModalHostViewController.m in Sources */, + E3D5DDDC6A93D60C763C6DADA4FD722B /* RCTModalHostViewManager.m in Sources */, + 8BF6DF9CF222FB4CA16C9FDF00D1A4BB /* RCTModalManager.m in Sources */, + A38A237FA362893EFF6CA7A3CE4E9F4E /* RCTModuleData.mm in Sources */, + 8EE03FCDF67F4EE3290B517CFA87A7E8 /* RCTModuleMethod.mm in Sources */, + AA62F32250BD7CC4CEFB9F7804B905E7 /* RCTModuleRegistry.m in Sources */, + EC92E4BFA408ADBD17CCB1BB91FAD18D /* RCTMultipartDataTask.m in Sources */, + F8097A05D32126DC5E6019E1759235FF /* RCTMultipartStreamReader.m in Sources */, + F65B7A2D7B9A82CCB314BB9D9A79B142 /* RCTNativeModule.mm in Sources */, + 61EEB363499D46E2DE3F8E3CC138995E /* RCTObjcExecutor.mm in Sources */, + 3845DB49D557E86260B40B8530E9CBD6 /* RCTPackagerClient.m in Sources */, + 70D9A7BB79BC5B0A87CC0B371A49D87B /* RCTPackagerConnection.mm in Sources */, + 589F7F415548D3401ACB27D2FFD63E29 /* RCTParserUtils.m in Sources */, + 5FD22DEF7D57A12E857927FC67567E05 /* RCTPerformanceLogger.mm in Sources */, + 97DECF6E711E8B315123A6811DF80EC4 /* RCTPerformanceLoggerLabels.m in Sources */, + DCDB89602CC48D42D8A5F52640A92C54 /* RCTProfile.m in Sources */, + FA31953D65A12B9338B2363FCC9CC4C9 /* RCTProfileTrampoline-arm.S in Sources */, + 963D64DBA5EFD7B49E439C0B7207E7AF /* RCTProfileTrampoline-arm64.S in Sources */, + ED1E9F472F169CCBA252A035D6B4AAB5 /* RCTProfileTrampoline-i386.S in Sources */, + 410A73DC736F237F5938D8093AA213C6 /* RCTProfileTrampoline-x86_64.S in Sources */, + B566B0A2794716116031E71BC440EA2A /* RCTReconnectingWebSocket.m in Sources */, + A19075D535E90DCF7736BF70C4512C46 /* RCTRedBoxExtraDataViewController.m in Sources */, + 1D460FFC60AA03A2D4A41BB9313212B7 /* RCTRedBoxSetEnabled.m in Sources */, + C0ACAA415557A9541189F735338188F6 /* RCTRefreshControl.m in Sources */, + C14128969BE1C6AB075A68A94478FEA9 /* RCTRefreshControlManager.m in Sources */, + 540362B438D8F765E484CAD9A99213E1 /* RCTReloadCommand.m in Sources */, + 1DF173C0F1800A149A77357F3C58CFDB /* RCTRootContentView.m in Sources */, + F3EE1091BDCEE12DBFD1B540E651C997 /* RCTRootShadowView.m in Sources */, + D319199F318F9F518DF028E18D8052F2 /* RCTRootView.m in Sources */, + 66F2E613C99822AF10887F865AF5A7D5 /* RCTSafeAreaShadowView.m in Sources */, + 0FB25A9F0783B7F60859244B80A341AE /* RCTSafeAreaView.m in Sources */, + DE4BD4F32114191405334654FC2E18AF /* RCTSafeAreaViewLocalData.m in Sources */, + 2B1BCED5F526FBDAFE483AA8FD111456 /* RCTSafeAreaViewManager.m in Sources */, + 1E19E82F288E0354AF7A0C508DE61035 /* RCTScrollContentShadowView.m in Sources */, + 0CAEB04840483A8A5A72F4355958AD73 /* RCTScrollContentView.m in Sources */, + 3BCC36BD3528A06FA613D3F0182969A9 /* RCTScrollContentViewManager.m in Sources */, + 012747985355A39C6D1E6079BBE61B87 /* RCTScrollEvent.m in Sources */, + A84C6C6ECCA510D53447DE2A92670783 /* RCTScrollView.m in Sources */, + B3A3E3277EB3013588EAD596B1F050CC /* RCTScrollViewManager.m in Sources */, + 6C5725243C44011456F42C6A14F7A0A8 /* RCTSegmentedControl.m in Sources */, + 00A5EA92B12316AE199E2854F7DB8F9F /* RCTSegmentedControlManager.m in Sources */, + EB47B8FFFB73B9925CF7F1B1E30AC084 /* RCTShadowView.m in Sources */, + 744A6AFA4DD1A2C8C42B91DDE1A6F835 /* RCTShadowView+Internal.m in Sources */, + B87B2669F479637ABFED52ED65EF2313 /* RCTShadowView+Layout.m in Sources */, + 2A1E984533FFF0761823C77A5EF8C986 /* RCTSurface.mm in Sources */, + 34E028B5C229E7B80E09BF21AA7F30F5 /* RCTSurfaceHostingProxyRootView.mm in Sources */, + A867C1C27059E5551EBA984D27CDF4FF /* RCTSurfaceHostingView.mm in Sources */, + B85768B4335CC10A4A576DAC90A71D93 /* RCTSurfacePresenterStub.m in Sources */, + 9B4920B859EB68134633DC1B38607162 /* RCTSurfaceRootShadowView.m in Sources */, + 20F4C041F77DE88B56616FB311D808D4 /* RCTSurfaceRootView.mm in Sources */, + B09BA4F1254FE042646506FF2C79AE14 /* RCTSurfaceSizeMeasureMode.mm in Sources */, + A28FA7E22D3A80A9EA98A5EA1DE6FF7C /* RCTSurfaceStage.m in Sources */, + DC9E608807384B1F9324A5A88FF2AF45 /* RCTSurfaceView.mm in Sources */, + 0370A8D6E25EA067E86213AF97FA908F /* RCTSwitch.m in Sources */, + D6F3E2B8FE24B7FB165754CD936DDEC4 /* RCTSwitchManager.m in Sources */, + DF52659D4B342F45BCDFC299BB9F3176 /* RCTTouchEvent.m in Sources */, + 0E5654A31BD89F81B5627D63B794AAD3 /* RCTTouchHandler.m in Sources */, + E1B6548D2CF64C426F0BF369865FBD90 /* RCTUIManager.m in Sources */, + 9B7A6544F9E9805452DAC23861BEC337 /* RCTUIManagerObserverCoordinator.mm in Sources */, + 11D8A53B5669E71051AED58511A1202D /* RCTUIManagerUtils.m in Sources */, + B778958B3420C110829CAB8F36FD7C2C /* RCTUIUtils.m in Sources */, + 551F583D79044D0E633AEC170C210B83 /* RCTUtils.m in Sources */, + 9242F0F9E52CCA157276B60C7717847C /* RCTUtilsUIOverride.m in Sources */, + 2AFADA9C8F0B22CDC7A0E2963AEC6AA8 /* RCTVersion.m in Sources */, + 9D724EF3BBE139FA8C05D4528A894F0E /* RCTView.m in Sources */, + E964DAEBFF053EC3DE9B68C14E78DEA7 /* RCTViewManager.m in Sources */, + 24DD942C54FA5B87253413913DD836E1 /* RCTViewRegistry.m in Sources */, + 508F6D748C3E70A9EEB8197CF7A2F71C /* RCTViewUtils.m in Sources */, + 4DD05C5A058E1A60C86F8009B6D91B0E /* RCTWrapperViewController.m in Sources */, + 8029584710A456EC5C67D4A4BB9A680B /* React-Core-dummy.m in Sources */, + FA80E10B2923469227CEB02B29ABD5E1 /* UIView+React.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3F49D730D34771920107D4D2669AFC9D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A0414AFF72685EFA608465FD6F3C0855 /* RCTBlobCollector.mm in Sources */, + C9DF4C4D56788006D3E45A2D743D5670 /* RCTBlobManager.mm in Sources */, + 00C54E7CD50896090EF4E7278BA81656 /* RCTBlobPlugins.mm in Sources */, + 7695111DF6B3428C79B8FA67D5C29F49 /* RCTFileReaderModule.mm in Sources */, + 166EFABABADB56EE0ADEED83DF8BD9FF /* React-RCTBlob-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46252E81ED1C361CFC4C994E6EE633FF /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0A84A0D6B6C2378A9F17CC60E5629981 /* RCTConvertHelpers.mm in Sources */, + 8F981C056361D8BEB7739CC67BC494B4 /* RCTTypedModuleConstants.mm in Sources */, + 6C992FA96B61EF3505BD53ACA873BFA8 /* RCTTypeSafety-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 50C8A679BB5D7BD9D7EEED98F207406C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 15A01C98D01F5E8CF5667E215EC11869 /* RCTAdditionAnimatedNode.mm in Sources */, + ACE0A69608D1407DA250057C17E7281A /* RCTAnimatedNode.mm in Sources */, + A5E697E3D36B4DEB0134CD065243FDDF /* RCTAnimationPlugins.mm in Sources */, + CC6E3938A4EF0A6DB2B0D56ED41F4976 /* RCTAnimationUtils.mm in Sources */, + E5E6E25B9472F6F0AF1255623F14E6A3 /* RCTColorAnimatedNode.mm in Sources */, + 8295C73E52CD5C12A616EE97FE02478B /* RCTDecayAnimation.mm in Sources */, + AB2A762779BA1CEB0922D08C0677AD46 /* RCTDiffClampAnimatedNode.mm in Sources */, + 2AD655BCAFC873B439DC03D772B7A36A /* RCTDivisionAnimatedNode.mm in Sources */, + A3C138B2295C7FA333A37D6504296970 /* RCTEventAnimation.mm in Sources */, + 3438AB92F2ACE84B8CB6A8CFAF423105 /* RCTFrameAnimation.mm in Sources */, + 425A1E0E35945FDF6A30686F549465E1 /* RCTInterpolationAnimatedNode.mm in Sources */, + A82CCE9C3F6E085AF4F6CC7A71DFC0A6 /* RCTModuloAnimatedNode.mm in Sources */, + 70F5A59001862BD0B1E8871F16584977 /* RCTMultiplicationAnimatedNode.mm in Sources */, + D6914F306266D61018820AF2CBABBA72 /* RCTNativeAnimatedModule.mm in Sources */, + 8387B15D94ACE3AB8A57F8580B22D08E /* RCTNativeAnimatedNodesManager.mm in Sources */, + B27A11C4410553392C96AA713C78C35F /* RCTNativeAnimatedTurboModule.mm in Sources */, + 164466B28EEB0ABA1B7B4750EA02412A /* RCTObjectAnimatedNode.mm in Sources */, + 6C9BA8A8F1B09000220A1C6018049397 /* RCTPropsAnimatedNode.mm in Sources */, + ED0D26A030DA133A07D84696D9FD9623 /* RCTSpringAnimation.mm in Sources */, + 418AFE7E951FD4B006662D619F4BC0D9 /* RCTStyleAnimatedNode.mm in Sources */, + 407C77D329B19C296DD48705A6D7B7EE /* RCTSubtractionAnimatedNode.mm in Sources */, + B40152986DF0C62D2E28E405141D7CBE /* RCTTrackingAnimatedNode.mm in Sources */, + 322902B35752EC592D5B4ED2C00D9393 /* RCTTransformAnimatedNode.mm in Sources */, + EBFBA6DE22BAD2C406C2392366EC51BB /* RCTValueAnimatedNode.mm in Sources */, + 0E58F200670891AE6FB10861BC1EEE46 /* React-RCTAnimation-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 51792160622EDC05F03A3BD289C7A67D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B965CFA26A338B7BF3BDE4F541A7ADE9 /* DebugStringConvertible.cpp in Sources */, + 40F28A3F4BF66C4EF68B3035DDACDBAA /* DebugStringConvertibleItem.cpp in Sources */, + A2E1B929FDB6C978EE68D7A8DAE051EC /* React-rendererdebug-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "pushd \"$PODS_ROOT/../\" > /dev/null\nRCT_SCRIPT_POD_INSTALLATION_ROOT=$(pwd)\npopd >/dev/null\n\nexport RCT_SCRIPT_RN_DIR=${PODS_TARGET_SRCROOT}/..\nexport RCT_SCRIPT_LIBRARY_NAME=rncore\nexport RCT_SCRIPT_OUTPUT_DIR=$RCT_SCRIPT_POD_INSTALLATION_ROOT/../../node_modules/react-native/ReactCommon\nexport RCT_SCRIPT_LIBRARY_TYPE=components\nexport RCT_SCRIPT_JS_SRCS_PATTERN=*NativeComponent.js\nexport RCT_SCRIPT_JS_SRCS_DIR=../Libraries\nexport RCT_SCRIPT_CODEGEN_MODULE_DIR=../../node_modules/react-native/ReactCommon/.\nexport RCT_SCRIPT_CODEGEN_COMPONENT_DIR=../../node_modules/react-native/ReactCommon/react/renderer/components\nexport RCT_SCRIPT_FILE_LIST=\"[\\\"../Libraries/Components/ActivityIndicator/ActivityIndicatorViewNativeComponent.js\\\", \\\"../Libraries/Components/DrawerAndroid/AndroidDrawerLayoutNativeComponent.js\\\", \\\"../Libraries/Components/ProgressBarAndroid/ProgressBarAndroidNativeComponent.js\\\", \\\"../Libraries/Components/RefreshControl/AndroidSwipeRefreshLayoutNativeComponent.js\\\", \\\"../Libraries/Components/RefreshControl/PullToRefreshViewNativeComponent.js\\\", \\\"../Libraries/Components/SafeAreaView/RCTSafeAreaViewNativeComponent.js\\\", \\\"../Libraries/Components/ScrollView/AndroidHorizontalScrollContentViewNativeComponent.js\\\", \\\"../Libraries/Components/ScrollView/AndroidHorizontalScrollViewNativeComponent.js\\\", \\\"../Libraries/Components/ScrollView/ScrollContentViewNativeComponent.js\\\", \\\"../Libraries/Components/ScrollView/ScrollViewNativeComponent.js\\\", \\\"../Libraries/Components/Switch/AndroidSwitchNativeComponent.js\\\", \\\"../Libraries/Components/Switch/SwitchNativeComponent.js\\\", \\\"../Libraries/Components/TextInput/AndroidTextInputNativeComponent.js\\\", \\\"../Libraries/Components/TextInput/RCTInputAccessoryViewNativeComponent.js\\\", \\\"../Libraries/Components/TextInput/RCTMultilineTextInputNativeComponent.js\\\", \\\"../Libraries/Components/TextInput/RCTSingelineTextInputNativeComponent.js\\\", \\\"../Libraries/Components/TraceUpdateOverlay/TraceUpdateOverlayNativeComponent.js\\\", \\\"../Libraries/Components/UnimplementedViews/UnimplementedNativeViewNativeComponent.js\\\", \\\"../Libraries/Components/View/ViewNativeComponent.js\\\", \\\"../Libraries/Image/ImageViewNativeComponent.js\\\", \\\"../Libraries/Image/TextInlineImageNativeComponent.js\\\", \\\"../Libraries/Modal/RCTModalHostViewNativeComponent.js\\\", \\\"../Libraries/ReactNative/requireNativeComponent.js\\\", \\\"../Libraries/Text/TextNativeComponent.js\\\", \\\"../Libraries/Utilities/codegenNativeComponent.js\\\"]\"\n\nSCRIPT_PHASES_SCRIPT=\"$RCT_SCRIPT_RN_DIR/scripts/react_native_pods_utils/script_phases.sh\"\nWITH_ENVIRONMENT=\"$RCT_SCRIPT_RN_DIR/scripts/xcode/with-environment.sh\"\n/bin/sh -c \"$WITH_ENVIRONMENT $SCRIPT_PHASES_SCRIPT\"\n"; }; - DAEC133DF9B2EE7A96795E4BC6C750BC /* [CP-User] Generate Specs */ = { - isa = PBXShellScriptBuildPhase; + 52C37581A97E44EE0B8C295E6DD38CCE /* Sources */ = { + isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - ); - inputPaths = ( - "${PODS_TARGET_SRCROOT}/../../Libraries/ActionSheetIOS/NativeActionSheetManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Alert/NativeAlertManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Animated/NativeAnimatedHelper.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Animated/NativeAnimatedModule.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Animated/NativeAnimatedTurboModule.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/AppState/NativeAppState.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/BatchedBridge/NativeModules.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Blob/NativeBlobModule.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Blob/NativeFileReaderModule.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/BugReporting/NativeBugReporting.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Components/AccessibilityInfo/NativeAccessibilityInfo.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Components/AccessibilityInfo/NativeAccessibilityManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Components/Clipboard/NativeClipboard.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Components/Keyboard/NativeKeyboardObserver.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Components/Sound/NativeSoundManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Components/StatusBar/NativeStatusBarManagerAndroid.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Components/StatusBar/NativeStatusBarManagerIOS.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Components/ToastAndroid/NativeToastAndroid.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Core/NativeExceptionsManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Core/SegmentFetcher/NativeSegmentFetcher.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Core/Timers/NativeTiming.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Core/__mocks__/NativeExceptionsManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/DevToolsSettings/NativeDevToolsSettingsManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/EventEmitter/NativeEventEmitter.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/EventEmitter/__mocks__/NativeEventEmitter.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/HeapCapture/NativeJSCHeapCapture.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Image/NativeImageEditor.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Image/NativeImageLoaderAndroid.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Image/NativeImageLoaderIOS.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Image/NativeImageStoreAndroid.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Image/NativeImageStoreIOS.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Interaction/NativeFrameRateLogger.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/IntersectionObserver/NativeIntersectionObserver.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/IntersectionObserver/__mocks__/NativeIntersectionObserver.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Linking/NativeIntentAndroid.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Linking/NativeLinkingManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Modal/NativeModalManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/MutationObserver/NativeMutationObserver.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/MutationObserver/__mocks__/NativeMutationObserver.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeComponent/NativeComponentRegistry.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeComponent/NativeComponentRegistryUnstable.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeModules/specs/NativeAnimationsDebugModule.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeModules/specs/NativeDevMenu.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeModules/specs/NativeDevSettings.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeModules/specs/NativeDeviceEventManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeModules/specs/NativeDialogManagerAndroid.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeModules/specs/NativeLogBox.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeModules/specs/NativeRedBox.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/NativeModules/specs/NativeSourceCode.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Network/NativeNetworkingAndroid.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Network/NativeNetworkingIOS.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Performance/NativeJSCSamplingProfiler.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/PermissionsAndroid/NativePermissionsAndroid.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/PushNotificationIOS/NativePushNotificationManagerIOS.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/ReactNative/NativeHeadlessJsTaskSupport.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/ReactNative/NativeI18nManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/ReactNative/NativeUIManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Settings/NativeSettingsManager.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Share/NativeShareModule.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/TurboModule/samples/NativeSampleTurboModule.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Utilities/NativeAppearance.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Utilities/NativeDevLoadingView.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Utilities/NativeDeviceInfo.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Utilities/NativePlatformConstantsAndroid.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Utilities/NativePlatformConstantsIOS.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/Vibration/NativeVibration.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/WebPerformance/NativePerformance.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/WebPerformance/NativePerformanceObserver.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/WebPerformance/__mocks__/NativePerformance.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/WebPerformance/__mocks__/NativePerformanceObserver.js", - "${PODS_TARGET_SRCROOT}/../../Libraries/WebSocket/NativeWebSocketModule.js", - "$PODS_ROOT/../.xcode.env.local", - "$PODS_ROOT/../.xcode.env", - ); - name = "[CP-User] Generate Specs"; - outputPaths = ( - "${DERIVED_FILE_DIR}/codegen-FBReactNativeSpec.log", - "${PODS_TARGET_SRCROOT}/../../../../native/iosTest/build/generated/ios/./FBReactNativeSpec/FBReactNativeSpec.h", - "${PODS_TARGET_SRCROOT}/../../../../native/iosTest/build/generated/ios/./FBReactNativeSpec/FBReactNativeSpec-generated.mm", + 5982D84D71BBA6ABEEA3A813AC63C837 /* ImageEventEmitter.cpp in Sources */, + 774D516A59D21EC80472A65BB40B55D0 /* ImageProps.cpp in Sources */, + 5F0D2CCE2513E3AD3AEFD8B5897BD3C2 /* ImageShadowNode.cpp in Sources */, + E59E696DBBF7EBAE641CF83E785ACDA3 /* ImageState.cpp in Sources */, + CC5BCB4CA3A1336C2B736EC0C18BDF49 /* React-FabricImage-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "pushd \"$PODS_ROOT/../\" > /dev/null\nRCT_SCRIPT_POD_INSTALLATION_ROOT=$(pwd)\npopd >/dev/null\n\nexport RCT_SCRIPT_RN_DIR=${PODS_TARGET_SRCROOT}/../..\nexport RCT_SCRIPT_LIBRARY_NAME=FBReactNativeSpec\nexport RCT_SCRIPT_OUTPUT_DIR=$RCT_SCRIPT_POD_INSTALLATION_ROOT/build/generated/ios\nexport RCT_SCRIPT_LIBRARY_TYPE=modules\nexport RCT_SCRIPT_JS_SRCS_PATTERN=Native*.js\nexport RCT_SCRIPT_JS_SRCS_DIR=../../Libraries\nexport RCT_SCRIPT_CODEGEN_MODULE_DIR=build/generated/ios/.\nexport RCT_SCRIPT_CODEGEN_COMPONENT_DIR=build/generated/ios/react/renderer/components\nexport RCT_SCRIPT_FILE_LIST=\"[\\\"../../Libraries/ActionSheetIOS/NativeActionSheetManager.js\\\", \\\"../../Libraries/Alert/NativeAlertManager.js\\\", \\\"../../Libraries/Animated/NativeAnimatedHelper.js\\\", \\\"../../Libraries/Animated/NativeAnimatedModule.js\\\", \\\"../../Libraries/Animated/NativeAnimatedTurboModule.js\\\", \\\"../../Libraries/AppState/NativeAppState.js\\\", \\\"../../Libraries/BatchedBridge/NativeModules.js\\\", \\\"../../Libraries/Blob/NativeBlobModule.js\\\", \\\"../../Libraries/Blob/NativeFileReaderModule.js\\\", \\\"../../Libraries/BugReporting/NativeBugReporting.js\\\", \\\"../../Libraries/Components/AccessibilityInfo/NativeAccessibilityInfo.js\\\", \\\"../../Libraries/Components/AccessibilityInfo/NativeAccessibilityManager.js\\\", \\\"../../Libraries/Components/Clipboard/NativeClipboard.js\\\", \\\"../../Libraries/Components/Keyboard/NativeKeyboardObserver.js\\\", \\\"../../Libraries/Components/Sound/NativeSoundManager.js\\\", \\\"../../Libraries/Components/StatusBar/NativeStatusBarManagerAndroid.js\\\", \\\"../../Libraries/Components/StatusBar/NativeStatusBarManagerIOS.js\\\", \\\"../../Libraries/Components/ToastAndroid/NativeToastAndroid.js\\\", \\\"../../Libraries/Core/NativeExceptionsManager.js\\\", \\\"../../Libraries/Core/SegmentFetcher/NativeSegmentFetcher.js\\\", \\\"../../Libraries/Core/Timers/NativeTiming.js\\\", \\\"../../Libraries/Core/__mocks__/NativeExceptionsManager.js\\\", \\\"../../Libraries/DevToolsSettings/NativeDevToolsSettingsManager.js\\\", \\\"../../Libraries/EventEmitter/NativeEventEmitter.js\\\", \\\"../../Libraries/EventEmitter/__mocks__/NativeEventEmitter.js\\\", \\\"../../Libraries/HeapCapture/NativeJSCHeapCapture.js\\\", \\\"../../Libraries/Image/NativeImageEditor.js\\\", \\\"../../Libraries/Image/NativeImageLoaderAndroid.js\\\", \\\"../../Libraries/Image/NativeImageLoaderIOS.js\\\", \\\"../../Libraries/Image/NativeImageStoreAndroid.js\\\", \\\"../../Libraries/Image/NativeImageStoreIOS.js\\\", \\\"../../Libraries/Interaction/NativeFrameRateLogger.js\\\", \\\"../../Libraries/IntersectionObserver/NativeIntersectionObserver.js\\\", \\\"../../Libraries/IntersectionObserver/__mocks__/NativeIntersectionObserver.js\\\", \\\"../../Libraries/Linking/NativeIntentAndroid.js\\\", \\\"../../Libraries/Linking/NativeLinkingManager.js\\\", \\\"../../Libraries/Modal/NativeModalManager.js\\\", \\\"../../Libraries/MutationObserver/NativeMutationObserver.js\\\", \\\"../../Libraries/MutationObserver/__mocks__/NativeMutationObserver.js\\\", \\\"../../Libraries/NativeComponent/NativeComponentRegistry.js\\\", \\\"../../Libraries/NativeComponent/NativeComponentRegistryUnstable.js\\\", \\\"../../Libraries/NativeModules/specs/NativeAnimationsDebugModule.js\\\", \\\"../../Libraries/NativeModules/specs/NativeDevMenu.js\\\", \\\"../../Libraries/NativeModules/specs/NativeDevSettings.js\\\", \\\"../../Libraries/NativeModules/specs/NativeDeviceEventManager.js\\\", \\\"../../Libraries/NativeModules/specs/NativeDialogManagerAndroid.js\\\", \\\"../../Libraries/NativeModules/specs/NativeLogBox.js\\\", \\\"../../Libraries/NativeModules/specs/NativeRedBox.js\\\", \\\"../../Libraries/NativeModules/specs/NativeSourceCode.js\\\", \\\"../../Libraries/Network/NativeNetworkingAndroid.js\\\", \\\"../../Libraries/Network/NativeNetworkingIOS.js\\\", \\\"../../Libraries/Performance/NativeJSCSamplingProfiler.js\\\", \\\"../../Libraries/PermissionsAndroid/NativePermissionsAndroid.js\\\", \\\"../../Libraries/PushNotificationIOS/NativePushNotificationManagerIOS.js\\\", \\\"../../Libraries/ReactNative/NativeHeadlessJsTaskSupport.js\\\", \\\"../../Libraries/ReactNative/NativeI18nManager.js\\\", \\\"../../Libraries/ReactNative/NativeUIManager.js\\\", \\\"../../Libraries/Settings/NativeSettingsManager.js\\\", \\\"../../Libraries/Share/NativeShareModule.js\\\", \\\"../../Libraries/TurboModule/samples/NativeSampleTurboModule.js\\\", \\\"../../Libraries/Utilities/NativeAppearance.js\\\", \\\"../../Libraries/Utilities/NativeDevLoadingView.js\\\", \\\"../../Libraries/Utilities/NativeDeviceInfo.js\\\", \\\"../../Libraries/Utilities/NativePlatformConstantsAndroid.js\\\", \\\"../../Libraries/Utilities/NativePlatformConstantsIOS.js\\\", \\\"../../Libraries/Vibration/NativeVibration.js\\\", \\\"../../Libraries/WebPerformance/NativePerformance.js\\\", \\\"../../Libraries/WebPerformance/NativePerformanceObserver.js\\\", \\\"../../Libraries/WebPerformance/__mocks__/NativePerformance.js\\\", \\\"../../Libraries/WebPerformance/__mocks__/NativePerformanceObserver.js\\\", \\\"../../Libraries/WebSocket/NativeWebSocketModule.js\\\"]\"\n\nSCRIPT_PHASES_SCRIPT=\"$RCT_SCRIPT_RN_DIR/scripts/react_native_pods_utils/script_phases.sh\"\nWITH_ENVIRONMENT=\"$RCT_SCRIPT_RN_DIR/scripts/xcode/with-environment.sh\"\n/bin/sh -c \"$WITH_ENVIRONMENT $SCRIPT_PHASES_SCRIPT\"\n"; }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 07D74FDC4F3398664DACF7BFA5A49269 /* Sources */ = { + 53A2027EA4F55C6D53E6616B3FE1C32B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 98EA5E6B27243BBE804A713AB3B0FBE8 /* CallbackOStream.cpp in Sources */, - B8BC3009C7C9370B6323ADF6C3666E34 /* Connection.cpp in Sources */, - 3E4E28834135F7EA5B23FE4C239972B4 /* ConnectionDemux.cpp in Sources */, - 8ADD742F8CE818CEAC5386F85D2E07CE /* HermesExecutorFactory.cpp in Sources */, - 020C89AA10AECEA89084CA0A306DBA3C /* Inspector.cpp in Sources */, - 6AF03E8A9FBC366DADC4CABE8471138F /* InspectorState.cpp in Sources */, - 576E32DEDCF66E19F30EC0F776498107 /* JSITracing.cpp in Sources */, - E17ACE2A0BBF2DE2C92D7D3953323DA1 /* MessageConverters.cpp in Sources */, - F79001FA9A67E28649776331529BB3EA /* MessageTypes.cpp in Sources */, - D1AABE5EFFD89F9E53026EE8255079BA /* React-hermes-dummy.m in Sources */, - AD7FF3BFCEDBD4906EFE6305AAABA530 /* Registration.cpp in Sources */, - B51DE176D41B533D67D65D50D2750E55 /* RemoteObjectsTable.cpp in Sources */, - 90FC67120B70BF3DF4DCA8638F3F515E /* RuntimeAdapter.cpp in Sources */, - 47D3A578F13235354394A2A41EE847AA /* SerialExecutor.cpp in Sources */, - 8649E81DB1F4EA89F0447DF00051E706 /* Thread.cpp in Sources */, + CCE7ED5BBA97D0A5598471FC277F8AB6 /* RCTVibration.mm in Sources */, + 34AE0A783C5465DB2FA5C2B7D50EECB3 /* RCTVibrationPlugins.mm in Sources */, + E344034251B2B0C79981FBE2659E2ADC /* React-RCTVibration-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0843E1F5F7B08D910D9D86755871B0E2 /* Sources */ = { + 5CAAFADB20B88A58D6830F22D247F99A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - AD2E66DEEC897DAE8B6CC5A655AE99EE /* CxxNativeModule.cpp in Sources */, - F793954C20D31531931C7C082C276287 /* Instance.cpp in Sources */, - 856B6FEB6505155FA94FA83010C0AEB2 /* JSBigString.cpp in Sources */, - 956B7A4C446CF972D3DAB544664BBFA8 /* JSBundleType.cpp in Sources */, - 569494171042E6A1A18F3CA8A805AB23 /* JSExecutor.cpp in Sources */, - B998BE1AAAD489AA6DF5D28EF92200CE /* JSIndexedRAMBundle.cpp in Sources */, - 032A13462E7D0787FA8D43EC0BA5E72D /* MethodCall.cpp in Sources */, - 173284BDD55157D6BEFDA36ADF183B29 /* ModuleRegistry.cpp in Sources */, - 6FCD6A2CF6CB6CCAD51DC870A61EBE04 /* NativeToJsBridge.cpp in Sources */, - 8C333C9AB434DB1892F5636A6A789D44 /* RAMBundleRegistry.cpp in Sources */, - F7D51EB63736CD186CFF724E23F2CFA3 /* React-cxxreact-dummy.m in Sources */, - 477772DE7FA99F3B9712CB35EAD8096E /* ReactMarker.cpp in Sources */, + 3A0218754CAC86A5243E1A54F5D96717 /* NSTextStorage+FontScaling.m in Sources */, + C92E995FC44274E6EB6B58EB6B6E5A71 /* RCTBackedTextInputDelegateAdapter.mm in Sources */, + B88D6486C89EAA9B8FA7B9BBAA935016 /* RCTBaseTextInputShadowView.mm in Sources */, + A26AD378981A03977F8B5859FC2E3520 /* RCTBaseTextInputView.mm in Sources */, + 4F65A3489B98C0252B66084467E96729 /* RCTBaseTextInputViewManager.mm in Sources */, + 5D51E24D431131B975A541BE5699EFB4 /* RCTBaseTextShadowView.mm in Sources */, + E47925115CBFC067E6C815ADAE6A56DB /* RCTBaseTextViewManager.mm in Sources */, + 79F498AD66CF7B1E027685FA9B830981 /* RCTConvert+Text.mm in Sources */, + 47A21E1BEF0354D40449C04B19F8573E /* RCTDynamicTypeRamp.mm in Sources */, + 9D5BB979650E52C9D6EDC21113C22E8C /* RCTInputAccessoryShadowView.mm in Sources */, + E838D80FCB87FDDD82E7D2764D8C2E8A /* RCTInputAccessoryView.mm in Sources */, + C85AF2DA0E711B6D8061354E44155F49 /* RCTInputAccessoryViewContent.mm in Sources */, + E0B886B9E9EDFC2C6DC982BD03453490 /* RCTInputAccessoryViewManager.mm in Sources */, + 33752EEE3593427DDBA5D62BED59A543 /* RCTMultilineTextInputView.mm in Sources */, + C1B26D9A55F1A2C8CDE164527BF69595 /* RCTMultilineTextInputViewManager.mm in Sources */, + 301CDABF3FD039547D92DBDB38996953 /* RCTRawTextShadowView.mm in Sources */, + 4BC3A1BE0555EFFE479D514DE9D87F02 /* RCTRawTextViewManager.mm in Sources */, + 076814077F393DA76C02B2B98955F27B /* RCTSinglelineTextInputView.mm in Sources */, + 45000A8D184E659305EBC4F052FE22DA /* RCTSinglelineTextInputViewManager.mm in Sources */, + C2DF30B6DE01B7D903B28E6013811564 /* RCTTextAttributes.mm in Sources */, + 587F3DEE36D4A28B892F91335A246DC0 /* RCTTextSelection.mm in Sources */, + 9BE6267DB05B71DBB27C01E25769CBDA /* RCTTextShadowView.mm in Sources */, + D403CB498CF79EC0939F733B153D0057 /* RCTTextView.mm in Sources */, + 219B3B01BD518584F2A89A722BCFD0DD /* RCTTextViewManager.mm in Sources */, + 6F63BCBD2B1E7B4CF5D5A7578A70108C /* RCTUITextField.mm in Sources */, + 2625B35CEAEFA1B0EA467965A3330311 /* RCTUITextView.mm in Sources */, + 54881BD4940AE80A54AFA4A41A9ACE01 /* RCTVirtualTextShadowView.mm in Sources */, + 9DA7609D0CA7E74EC3DD6F2ECE3B75D6 /* RCTVirtualTextView.mm in Sources */, + 81E86C9D8F20FB2F3B4462F3CCD54294 /* RCTVirtualTextViewManager.mm in Sources */, + ED40B12F85AFF22FE31122D1ED1D2FC6 /* React-RCTText-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0A4FC6EF4A6B45F32F65E0DCD4E58E97 /* Sources */ = { + 5CAEEB9F76D13B5B53752432675816A2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C666EB764B1444FA79005F5DFA72B97F /* React-logger-dummy.m in Sources */, - F51951C7C59693CF0A6ED333ECE19409 /* react_native_log.cpp in Sources */, + 177DA7AB540346CDB555B61232F0C1EF /* JSIExecutor.cpp in Sources */, + F736A3086A24F89EC27986F4F5DFE62D /* JSINativeModules.cpp in Sources */, + 78F3EEC46C002EDAB30A6258F8ECB70E /* React-jsiexecutor-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 127E74D5B1AB88AAE9101F8321E17F7A /* Sources */ = { + 5D0426A5A488845772E6948965C9D686 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 612B3E528D49A859AF4CD8C52D164CCB /* CoreModulesPlugins.mm in Sources */, - D48377DA1138FF652CFD9770627CBDE6 /* RCTAccessibilityManager.mm in Sources */, - 289B46D1E030E470F42E9CFE4F814E2B /* RCTActionSheetManager.mm in Sources */, - E8D81C8E7039F1A165C66DD5B3DA2E82 /* RCTAlertController.mm in Sources */, - DCC7D12D210B3859CB6F52EBFFC68E1C /* RCTAlertManager.mm in Sources */, - BDAFB38C189FDB8C72C0E320D8833B6E /* RCTAppearance.mm in Sources */, - 8C4103C7352D9953B0B824954075C343 /* RCTAppState.mm in Sources */, - 185895AE61889667CD0B554ADD2D4D74 /* RCTClipboard.mm in Sources */, - 8F7CD4BFB2E1AF2615F533CFD65D4AAC /* RCTDeviceInfo.mm in Sources */, - CF9A9850FB1F6F9141BB142595582E76 /* RCTDevLoadingView.mm in Sources */, - 28BB8C453665527F99178362E8AB8CE5 /* RCTDevMenu.mm in Sources */, - 7024C47132A75F26062FDF84291BE853 /* RCTDevSettings.mm in Sources */, - 65B84684B66BBDB973A59FBD32A40F48 /* RCTEventDispatcher.mm in Sources */, - 63D442DF23AE5328263A35EDDEED2BAB /* RCTExceptionsManager.mm in Sources */, - 537899C20D30707524A82BDFA3A94D2F /* RCTFPSGraph.mm in Sources */, - 44DA8D521AFEE0C8FFD3FE7F31D13476 /* RCTI18nManager.mm in Sources */, - 9AB0FA1517E8CB0574666EC3B086D167 /* RCTKeyboardObserver.mm in Sources */, - 51496FF0CC27F328F6C81E0FB38FEE45 /* RCTLogBox.mm in Sources */, - 4210DF814F6D0731BFE77F34DC44CC5C /* RCTLogBoxView.mm in Sources */, - 53B653954A8568B8E70D6194E087E9E5 /* RCTPerfMonitor.mm in Sources */, - 7661536B1F0B79462C41917AC588E9F4 /* RCTPlatform.mm in Sources */, - 4467227F846AD47F78C33786F8135D63 /* RCTRedBox.mm in Sources */, - A671C159C8F1E9F159BC49FE365DD853 /* RCTSourceCode.mm in Sources */, - 98DBD6726C55A3097F545D14CB53F81E /* RCTStatusBarManager.mm in Sources */, - 2B1F1C9E543675E88B38240845D89506 /* RCTTiming.mm in Sources */, - A62BDC77DFDD83EFD82939DA7F3B5C1B /* RCTWebSocketExecutor.mm in Sources */, - B0ECC63FB61BB8D474E1A5D605C78EA4 /* RCTWebSocketModule.mm in Sources */, - 46E6AB18848A0B7D867873E6F8FA0D25 /* React-CoreModules-dummy.m in Sources */, + 4448631AF617AC7BFAE71481DEAE4867 /* RCTLinkingManager.mm in Sources */, + 20F2FB8C633B8AAF924B03661CAFFC73 /* RCTLinkingPlugins.mm in Sources */, + 9F77598A23E6FC5C8F7267848FA42DD7 /* React-RCTLinking-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1414FBE8B6481CD3659E62F292934232 /* Sources */ = { + 6821FD5A12B69581B081B1EB963284D6 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FA33EC54201445AB2D25A7B4A131FF70 /* CoreFeatures.cpp in Sources */, - 1EF98B68D5EDD7B6FB7D015A3C29C11C /* ManagedObjectWrapper.mm in Sources */, - 63309CF6C647A6360D9DE2A921911C96 /* React-utils-dummy.m in Sources */, - D05D238859D91DE1BE86E966CDF1A25E /* RunLoopObserver.cpp in Sources */, + 8FCD1C8218809FF67978B99120C99DC9 /* React-logger-dummy.m in Sources */, + A2EFB06C6482D772F8442F4C783752E5 /* react_native_log.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1882F90BF9BE402303201A3C64B39C48 /* Sources */ = { + 6AEEE0DDA3DE93CC96C0825C9089FA44 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 929FEDA1B4F469CD809AC07D70F6D9B8 /* LongLivedObject.cpp in Sources */, - AB263538158F0C49F8F1FE6D9DC74EC3 /* ReactCommon-dummy.m in Sources */, - 4CAAC9EAD81FAC70D391C5F58C7AF8A9 /* TurboCxxModule.cpp in Sources */, - 9FADA48D7D9F5072F0632FA405FA923D /* TurboModule.cpp in Sources */, - 5E86E438863B2E34490327052C7DE985 /* TurboModuleBinding.cpp in Sources */, - 1E5BC0277478AA2830E004E800C14AE6 /* TurboModulePerfLogger.cpp in Sources */, - 2588104A6D7B65BDBC9CCEE1945CDC6B /* TurboModuleUtils.cpp in Sources */, + 6404467E34C533EC2006A9DB49333661 /* CxxTurboModuleUtils.cpp in Sources */, + 72BF4275B8B3660B1CBC3F8945E499AD /* LongLivedObject.cpp in Sources */, + 43120C286CDDA8285535926A403AA30B /* ReactCommon-dummy.m in Sources */, + 7A2DCCD2975741E4941FF2958EF8D600 /* TurboCxxModule.cpp in Sources */, + DAEBA537EB67618319D0FC4583FF7A6B /* TurboModule.cpp in Sources */, + 9271349E8FDF5329205E712797561D1D /* TurboModuleBinding.cpp in Sources */, + 4E75BA9FAFC8ACCCE5587D6145228C93 /* TurboModulePerfLogger.cpp in Sources */, + 89B15B8D049992388A6BCF216AF8BE15 /* TurboModuleUtils.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 213D00731D61E88B1BDB8D14AE74451E /* Sources */ = { + 6E7F91AEE5AB822D742DD436C6F7CF22 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C1911ECC13FD23651FD2579DFDF194E7 /* bignum.cc in Sources */, - BF25054A0555A523A496A6D5AB284698 /* bignum-dtoa.cc in Sources */, - 12DCB35EEDC7FBBFB487DF103A1AD782 /* cached-powers.cc in Sources */, - F3AA168F758FA4272CBFD90BE8D4071A /* diy-fp.cc in Sources */, - 7096DCAC85EC86D9B77A349751A55514 /* double-conversion.cc in Sources */, - 586464A1A150291AA7D0B188745BFED8 /* DoubleConversion-dummy.m in Sources */, - C5703AF1536B63AD070E26A8105A0261 /* fast-dtoa.cc in Sources */, - CE7800551A0EF2E89CEE4AE09B4F1489 /* fixed-dtoa.cc in Sources */, - E4B72AC82F37F4AD0793DAB5B4844DFC /* strtod.cc in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 227A7DB54CBF570B6151AF97CF0D4CA7 /* Sources */ = { + 75A362DACB9AD78859822092A79651B7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3A5F151D109A607C221B99C40A2CE8FD /* RCTConvertHelpers.mm in Sources */, - D75DE362610C2377F5B57F907F74101E /* RCTTypedModuleConstants.mm in Sources */, - 60095F894ACA34D09DBF7B49ADE59D5A /* RCTTypeSafety-dummy.m in Sources */, + F39A7B4D3EA94DBC9F0D8A5266ED5CEA /* JsErrorHandler.cpp in Sources */, + DA7F88713B1145113DA6A418AA6A57B1 /* React-jserrorhandler-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2AE3A3363E604EDE7CD54EE6E45AF067 /* Sources */ = { + 798DF908E612E5F8F05490A8ADB42D63 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 26129550A2DBEB08A9ABFF6D0F2674A0 /* AsymmetricThreadFence.cpp in Sources */, - B0CFDE919EDC13CA68C4844EECA85DA0 /* AsyncStack.cpp in Sources */, - 8465E2A4C77E8D17C0F32EE262618AF4 /* AsyncTimeout.cpp in Sources */, - 21B1AB52DCB0049195A1A687B1DBC805 /* AsyncTrace.cpp in Sources */, - 448F474B0981A08BEEC867BBB70B7E40 /* AtFork.cpp in Sources */, - 07624BF16769AE41A8EBAAEF18837CF6 /* AtomicNotification.cpp in Sources */, - 36D4AFF8B11AA195B8B81DD5CBAE0D19 /* Barrier.cpp in Sources */, - 6DD4BA8E536C84904D4C6EC3C31FC3F8 /* BatchSemaphore.cpp in Sources */, - E2BBE27AECE13A3AEAF6E6647D7D351B /* Baton.cpp in Sources */, - 55913C3C4FFD04D331915EC9D211FDBF /* CacheLocality.cpp in Sources */, - B283565F83B18F152934993A6CE8BFC1 /* Codel.cpp in Sources */, - 9555E0DB2AEA92E1ABA5847F73B41952 /* Conv.cpp in Sources */, - 71A3A9E8896DF9435D6B72873E105D41 /* Core.cpp in Sources */, - 69211612B4AC0477CB6484DDF5F68E64 /* CPUThreadPoolExecutor.cpp in Sources */, - 3B14E54BB0A50F2BC4020550DCE8DE6F /* CString.cpp in Sources */, - C11EF129102FEA92EFC277906EF1B214 /* Cursor.cpp in Sources */, - DCEFCB067B43E5E76D8E0BD6CB9529FF /* DeadlockDetector.cpp in Sources */, - 3464DD9C73BF53E380D92D04BF716830 /* Demangle.cpp in Sources */, - CC4E9EF6D0CA7E45F88012C82E8F56B4 /* DistributedMutex.cpp in Sources */, - 1F4415985CBDFC41A63F0372D1B3F1E8 /* dynamic.cpp in Sources */, - 98135CCEBB45F9D1910EBCDB2D3CF1D0 /* EDFThreadPoolExecutor.cpp in Sources */, - 15D69D8693AF980A8C2FCB7FE677C99F /* EventBase.cpp in Sources */, - 0B0A81A3D277165F8599E3A9A6C44D3C /* EventBaseBackendBase.cpp in Sources */, - B2DE08F638E014F86849C2D8161D48BA /* EventBaseLocal.cpp in Sources */, - 128FB1D8945F606BBB0A519B3B7D060C /* EventBaseManager.cpp in Sources */, - 05794F6747C8731463D3E8B9218C88CE /* EventHandler.cpp in Sources */, - 5F8161B578526C4828A1E3550CCFB564 /* Exception.cpp in Sources */, - DE76957B126687BD48E68C1D28682303 /* ExceptionString.cpp in Sources */, - F644638996152A872EB65D581C57502E /* ExceptionWrapper.cpp in Sources */, - 96C1DEE18B5F5DEE20C939F047C8227F /* Executor.cpp in Sources */, - D4A3DF9BF79B883AE806C59180074EE7 /* ExecutorWithPriority.cpp in Sources */, - 4D7F69AE25694CB732EB20D5DD81F73F /* F14Table.cpp in Sources */, - 7E359B3B5AAF5AA01E60A9129DA05E9B /* Fiber.cpp in Sources */, - 546539AD96D55B8F9C24300CBB261A8C /* FiberManager.cpp in Sources */, - 98F675953C9688AD0DA6D231E3FFF98F /* FileUtil.cpp in Sources */, - 4861893AB5DDBDE2C1931834F47187E4 /* Format.cpp in Sources */, - 0242FF63092D9E38685AB1C9FB96ADBB /* Futex.cpp in Sources */, - C757C8BCED2BCDBF8A603ED7AB8FFA49 /* Future.cpp in Sources */, - 9AD9F86AE783F439C8551898A50C3A00 /* GlobalExecutor.cpp in Sources */, - 8BBDDCCA5E3B153777EBB61D3B071E38 /* GlobalThreadPoolList.cpp in Sources */, - 32CC83B402028C4D1AD7FFDB68727CE2 /* GuardPageAllocator.cpp in Sources */, - 0C0BB5511DA88F561B33F5BA36244F8F /* Hardware.cpp in Sources */, - F4612125E28B6B931A01FFE373DBA826 /* HardwareConcurrency.cpp in Sources */, - BBD2BD485A55704740220D80236D07E4 /* Hazptr.cpp in Sources */, - 3650C066A7B5B1F5C520A358B9A775D7 /* HazptrThreadPoolExecutor.cpp in Sources */, - BF297CA64A187E3071F775B7FA89510C /* HHWheelTimer.cpp in Sources */, - 119430961CBAD6F5AF022D678CF8E88A /* InlineExecutor.cpp in Sources */, - 47D350E7BE375B099A553F597F3F69CB /* IOBuf.cpp in Sources */, - BAA779DCA91F00939F222C8070603B64 /* IOBufQueue.cpp in Sources */, - A08A480982603C161BA01C61F0130BE9 /* IOThreadPoolDeadlockDetectorObserver.cpp in Sources */, - 6011596843CF9F91EF9F5C350CD7ED9E /* IOThreadPoolExecutor.cpp in Sources */, - 21E118E4D5013E2DE9A24BF1F3307AA6 /* json.cpp in Sources */, - 1E5ADC640A42F41F09197A4EC817BD1E /* json_pointer.cpp in Sources */, - 985F6412B09D8F9A7A146A022DF3F21C /* MallctlHelper.cpp in Sources */, - E08BBF2533A464F9408E34232524878B /* Malloc.cpp in Sources */, - 6D7ECEA08CC1061A1C1A6AD4A3EC86D2 /* MallocImpl.cpp in Sources */, - 596A8BAD3BF69741ACBE98BFADFB147B /* ManualExecutor.cpp in Sources */, - B0964EB5298643E4417BA945DFA02847 /* ManualTimekeeper.cpp in Sources */, - 79666DD49E74F942CF34B021A450BD42 /* MemoryIdler.cpp in Sources */, - 74C46617A4EA6D03B3188DDB2B1D9F48 /* MeteredExecutor.cpp in Sources */, - 9E0F0FB0146C2DE44D093682A4583462 /* NetOps.cpp in Sources */, - 6A393B436EE473572C16F55358F29F3F /* ParkingLot.cpp in Sources */, - 1B5030AE9AF449F84496CAF546227287 /* Pid.cpp in Sources */, - B86C301EF9B081BDDBB393070CBE68DF /* Promise.cpp in Sources */, - B091C54E718DC82057639A719E2C9FC7 /* QueuedImmediateExecutor.cpp in Sources */, - 6B43DD4928759644185F9456F9338A76 /* QueueObserver.cpp in Sources */, - 5EDCF05A1098C46FB894891BFC7760B7 /* RCT-Folly-dummy.m in Sources */, - F06071D3B6B29290491A72D56C6A2BA1 /* Rcu.cpp in Sources */, - 1CE25555EB659E6640A0EFD3A638F2EC /* Request.cpp in Sources */, - 76868B015BACF881683FFBC4D512439E /* SafeAssert.cpp in Sources */, - 3C60EAF81388924724417AC128485383 /* SanitizeAddress.cpp in Sources */, - 51AF524BFA2D64EFA8F4BDC2B58BE908 /* SanitizeThread.cpp in Sources */, - 94E82FE37564F71937E488994FFE4A61 /* ScopeGuard.cpp in Sources */, - C1473F48840C5A540DE2CAA04E10C72D /* Semaphore.cpp in Sources */, - 934BE99AE342143520650A594191CAA9 /* SemaphoreBase.cpp in Sources */, - F0B8A6946876689A42E8F18C801BE184 /* SerialExecutor.cpp in Sources */, - 95796B2C60ECB866035505ECEC0B2E00 /* SharedMutex.cpp in Sources */, - B3C3B39D392F0832F454B23D4FA9BFE0 /* SharedPromise.cpp in Sources */, - 058C27EB011D9DBCBFACF8662C927BA1 /* SimpleLoopController.cpp in Sources */, - 81F2C430BB526C787C79B023E8CE0CD8 /* Singleton.cpp in Sources */, - 559508224176C8148A7B0B4CA764D80F /* Sleeper.cpp in Sources */, - 581BCB0F303447A739E94824D741B288 /* SpookyHashV2.cpp in Sources */, - 443D88FEFFE964931924CE41FE642962 /* StaticSingletonManager.cpp in Sources */, - 9C11E2C9B7435360F61061A074FF54D6 /* StrandExecutor.cpp in Sources */, - 4D2C0873348C39A8344E44CA9ED309CD /* String.cpp in Sources */, - 5E0C1683ED7E05BD24DE92B2D47D1EB8 /* SysMembarrier.cpp in Sources */, - 65BEBEA134B2B723E3D2B948E66E644E /* SysUio.cpp in Sources */, - B0F1E64A58C17B0440745439130A0CFD /* ThreadedExecutor.cpp in Sources */, - 78BD033CED819F0A0B7CC14238B235FE /* ThreadId.cpp in Sources */, - FC0D7AFBD8A62CC7721E105C06DA7F45 /* ThreadLocalDetail.cpp in Sources */, - 2802C745D1F254A9858D302FE4C3C4C6 /* ThreadName.cpp in Sources */, - 8A5D325CD93FE7BD50386C145F6A6FE6 /* ThreadPoolExecutor.cpp in Sources */, - DEB9E77F1CDD6AC5B9C93011F6E35AB1 /* ThreadWheelTimekeeper.cpp in Sources */, - 20C69399CB4B56C236ACB0337770A6F8 /* TimedDrivableExecutor.cpp in Sources */, - 0E0620507C8F90B3C66CF9FD2F35EF9E /* TimekeeperScheduledExecutor.cpp in Sources */, - D14BA3518A69E0DA464EB11CD017054B /* TimeoutManager.cpp in Sources */, - 9CBC1293EC4BC0471DF4EA82FE6CE9B6 /* ToAscii.cpp in Sources */, - 9A15DC2116893782E3F7CCC273C2C576 /* Try.cpp in Sources */, - B59271783B2E5B81E1E1F60B9181BEE3 /* Unicode.cpp in Sources */, - 245F9CAF1CAD0D171BD574FC6FE75201 /* UniqueInstance.cpp in Sources */, - 651A647823C3BE8352979AE5F2B2EAA8 /* VirtualEventBase.cpp in Sources */, - F94A4EA7A7283691086219005A7B3B8D /* WaitOptions.cpp in Sources */, + 8B6D7EFAE33ACDC84C5716F89DB43685 /* CoreFeatures.cpp in Sources */, + FF3BCD88224B32B38359A33CA2787889 /* jsi.cpp in Sources */, + 01D487B3BCD02252EA46AD31A3AE88F2 /* ManagedObjectWrapper.mm in Sources */, + 800168271BC4625A8BAE356763E5F578 /* React-utils-dummy.m in Sources */, + 13635F0130E1586FD24F72C56AD22D62 /* RunLoopObserver.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 31F14DCF49A674EC71289AB6BF4215BE /* Sources */ = { + 7B4904D3DA72A83F379DDBAE171BB0A2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5D0DD0B78EDD75E0879B1FFC00DF9BB4 /* buffer.c in Sources */, - 7AA2F43C8A8C8B5246CDC5EF929E68B9 /* bufferevent.c in Sources */, - 1914250723F747260BD9F5A035E0D308 /* bufferevent_filter.c in Sources */, - D7EC607AAA975185F68CAAB98A9E9EB7 /* bufferevent_pair.c in Sources */, - 30A53CFE4B647BC55D40C64039665422 /* bufferevent_ratelim.c in Sources */, - A87351B9DC64907FDABB8F4005CC3762 /* bufferevent_sock.c in Sources */, - A07CD3D88422A83DD6EDCCB2541DF89C /* evdns.c in Sources */, - 69F7399AEF94897C75577E096DD5CED1 /* event.c in Sources */, - A8DDBFDEDA3A053007140BC096E0315B /* event_tagging.c in Sources */, - F412D69C77B4E36CD318B4C58AFB765F /* evmap.c in Sources */, - E3E0FC7E908EEE99B5AAAECE681131C2 /* evrpc.c in Sources */, - 541F455DC17FC156D9825E687F9359C0 /* evthread.c in Sources */, - 7000DEB9D54FA879E685206C030C40F1 /* evutil.c in Sources */, - 926E0490001A0BDF4555C3F3AB3D4881 /* evutil_rand.c in Sources */, - 74547ECE9C1517E493D71EEE90676B0E /* evutil_time.c in Sources */, - BCD4440AF61BC380B06A4118D860B3D0 /* http.c in Sources */, - B7AFD37BAEFBB495EDDFE3F558F2D5BC /* kqueue.c in Sources */, - 0FB9BAFF63D7070DBF64F133BA9D914C /* libevent-dummy.m in Sources */, - A9AC62ADE5CCC304445707CBFAA86F83 /* listener.c in Sources */, - 900BB4D1AD24BDDBEBC967A38E71AAE7 /* log.c in Sources */, - DD27A1BBE0189D107CE5F41B8A4870A2 /* poll.c in Sources */, - F249A543217823D498B54E90E699E297 /* select.c in Sources */, - FEAC133F94068B0F74F78BEE8C01AF0A /* signal.c in Sources */, - D8AC974FC76A95BE79461259B52565E9 /* strlcpy.c in Sources */, + 21173C1FF076EA74CC2875A8451CD04B /* RCTInteropTurboModule.mm in Sources */, + AC74571D81AF9246D9A46B8B069B9BB5 /* RCTRuntimeExecutor.mm in Sources */, + 737485B0EC651803714A2412F1A1EFD5 /* RCTTurboModule.mm in Sources */, + BD01F6099618E01DA2E418D865E8560C /* RCTTurboModuleManager.mm in Sources */, + 2458B50A7D8382C89BABA674C834A9EB /* React-NativeModulesApple-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 342459D9EDD67BB545AD4A4C1DD06C98 /* Sources */ = { + 7EBAFB8D3A23BDFF1BDD2DFFB0078930 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F306B8F5ACE7E4F47E2C5D664E4015E7 /* NSTextStorage+FontScaling.m in Sources */, - 85B4E990F3859EBD63BB3BC5203E3FD4 /* RCTBackedTextInputDelegateAdapter.mm in Sources */, - 5B0F5D5F4001A59596315CB0CB31424C /* RCTBaseTextInputShadowView.mm in Sources */, - D5038862317922D46D64D0ED37FE7F81 /* RCTBaseTextInputView.mm in Sources */, - C44A5FA0DBABED1B3F637BE90E12EE4A /* RCTBaseTextInputViewManager.mm in Sources */, - D30CF13E77EE0137856125EC3CC9CE6F /* RCTBaseTextShadowView.mm in Sources */, - 05649F3E3F51BE6FAA2190AEC286345C /* RCTBaseTextViewManager.mm in Sources */, - AF467CFFEB3F2AE988D30F64313FFEB5 /* RCTConvert+Text.mm in Sources */, - 93A45C848258D2953CC35582DF08F1F6 /* RCTDynamicTypeRamp.mm in Sources */, - 4E41B368BC27A2DF93D75E01D1F0D847 /* RCTInputAccessoryShadowView.mm in Sources */, - 88CEEADF66686D7DB8438105D9D0E3A4 /* RCTInputAccessoryView.mm in Sources */, - C8D38E4DB70DC5493D7B0EDDD7077247 /* RCTInputAccessoryViewContent.mm in Sources */, - 4916426ABBC9FB68D4E5DC7A99AE2978 /* RCTInputAccessoryViewManager.mm in Sources */, - 10013D40EF58C3A6C2DABE32DFE32404 /* RCTMultilineTextInputView.mm in Sources */, - 3AD48102B2AB6556897D20E04B91F745 /* RCTMultilineTextInputViewManager.mm in Sources */, - 2D8ECD67247E0B405C8F54D7A168E104 /* RCTRawTextShadowView.mm in Sources */, - 4E303C2330F070B63F4CE436AC2AC147 /* RCTRawTextViewManager.mm in Sources */, - 937FA8FDD28B4AD473D4DF5C882DFA77 /* RCTSinglelineTextInputView.mm in Sources */, - 670A4C491B459BC7628B4EE10B7DDA45 /* RCTSinglelineTextInputViewManager.mm in Sources */, - 88DF57CC624CB54119FEE78975D24E73 /* RCTTextAttributes.mm in Sources */, - 8DD285A29B8C0573711A547B7F52C98E /* RCTTextSelection.mm in Sources */, - 32A972910835C06B3D4AB273D4E3D482 /* RCTTextShadowView.mm in Sources */, - 0846CA0E65ACE91F2E5869D1F7C0966C /* RCTTextView.mm in Sources */, - 0FD52C3C37B871E6DA658EF2CA8E1F3F /* RCTTextViewManager.mm in Sources */, - 3CEE99783AEC33C5C4BAC226853200D4 /* RCTUITextField.mm in Sources */, - 12803E794E901B252ADCAFC5B92AF652 /* RCTUITextView.mm in Sources */, - 33387C49BED9199D9B3B5481639F310E /* RCTVirtualTextShadowView.mm in Sources */, - 77DD45C301B04FE72A133B11AF4F10D9 /* RCTVirtualTextView.mm in Sources */, - DBB312989FB207640720E0CC2DBE105B /* RCTVirtualTextViewManager.mm in Sources */, - 00639DEB37821DDBE940B18F102E8FC1 /* React-RCTText-dummy.m in Sources */, + 24688A1F5DA03AD255685CF282C0B45E /* RCTAnimatedImage.mm in Sources */, + C2812E54502D0AE67E89826DF1F68331 /* RCTBundleAssetImageLoader.mm in Sources */, + 70BCDC41D1A0240B3FFE10DEC03C5569 /* RCTDisplayWeakRefreshable.mm in Sources */, + AA91C034F80AC8439B59BE80A30E96CB /* RCTGIFImageDecoder.mm in Sources */, + BD69072959AE8E10FB9E6B91DE1FE1FB /* RCTImageBlurUtils.mm in Sources */, + 4094BC9DAC269411141A9BF211A0C1C1 /* RCTImageCache.mm in Sources */, + 5F40E7EA0BF1196D0390F3DD1495FDE8 /* RCTImageEditingManager.mm in Sources */, + 7148B8D601E67D9B8727775F7233F7FA /* RCTImageLoader.mm in Sources */, + 65C80D5494BD3228D2AD6AAF37AD6EDA /* RCTImagePlugins.mm in Sources */, + 38EBCAC6CBD066B63E56309C335B8733 /* RCTImageShadowView.mm in Sources */, + 1B2038C09720EE3EF41A25166979A55C /* RCTImageStoreManager.mm in Sources */, + 4DEEB3F59D5A65A8C1DA3BAA6B1BD2EC /* RCTImageURLLoaderWithAttribution.mm in Sources */, + C9763A53EB913A90DDFD3B05F894F445 /* RCTImageUtils.mm in Sources */, + 5223C8643C9453C6B98DFE69DCC9196B /* RCTImageView.mm in Sources */, + C518D5794D6157C417922E2E4B2B82A6 /* RCTImageViewManager.mm in Sources */, + 09AAD2EF48DD20C48D9ED5976230E59F /* RCTLocalAssetImageLoader.mm in Sources */, + 97F384488C52BE0D4A9D53D345D00BC8 /* RCTResizeMode.mm in Sources */, + 120634F36CBAC662040FA4FADC964386 /* RCTUIImageViewAnimated.mm in Sources */, + 907AF22D8F8271E5F977F25DFA0F73A6 /* React-RCTImage-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 34876DF4744AC96661174D45C5B12BAF /* Sources */ = { + 827ABC8E4C67904313262F0F24F4BE76 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6443A97A899946089EDA516E77A0837D /* FBReactNativeSpec-generated.mm in Sources */, - 78A2B56246C15C85AE392359BF86515E /* React-Codegen-dummy.m in Sources */, + 1E274E727DB799B01B0C75D68C9C1D4E /* FBReactNativeSpec-generated.mm in Sources */, + 82B151FA407A5ED82238DE63FD119835 /* FBReactNativeSpecJSI-generated.cpp in Sources */, + 9A35D386A3459053D8A2240EF17E13F4 /* RCTModulesConformingToProtocolsProvider.mm in Sources */, + C8600F63A7EF1DE7EE7E9303EC941496 /* React-Codegen-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 36BB973BE45177154780DE52E5C2202B /* Sources */ = { + 83D9E4EBA58D2EF02EA7856C60C2620C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + A9A0682AC82CE2B25A2E0EEC1330EE68 /* Database.cpp in Sources */, + 6110F4F96597CB3D4486AF424FDBC834 /* Database-batch.cpp in Sources */, + DF91D11B9CE5FCD990B5344711241E38 /* Database-jsi.cpp in Sources */, + 33E4E54947FB17B702F1DCAFD7B9F03D /* Database-query.cpp in Sources */, + B8E0926005F78632DECE3D0E7A6B853F /* Database-sqlite.cpp in Sources */, + C0AA8E5DC19580CD56E6741BA43B2836 /* Database-turboSync.cpp in Sources */, + 5FE16776440A3CFC53E25FC6F8F3D8B7 /* DatabaseBridge.cpp in Sources */, + 60A3E51312E73BB59DFED0E1D0286A79 /* DatabasePlatformIOS.mm in Sources */, + 6C387AF206A5A29A99340C38D35138DA /* FMDatabase.m in Sources */, + 54F90A747FD892839E06E26F8B1DA351 /* FMDatabaseAdditions.m in Sources */, + 2185C70869CA8F16DEF5598671117271 /* FMDatabasePool.m in Sources */, + FBD75089B4755555A82486ACFDC1F103 /* FMDatabaseQueue.m in Sources */, + A841E4574588119BFAC4C1ABBE42E3EC /* FMResultSet.m in Sources */, + 98645489B7C5F09DCAA5CDE2C2D33D32 /* JSIInstaller.mm in Sources */, + E31A87C273F43A0F04ED6AE8C2C562ED /* Sqlite.cpp in Sources */, + 7BE465B58FA44A71A52E4F29C3CCD68D /* WatermelonDB-dummy.m in Sources */, + 59917156FF1333C1DBE02BE01BC71BA5 /* WMDatabase.m in Sources */, + C838669A2A7E0BED3B5A3636674F8736 /* WMDatabaseBridge.m in Sources */, + 39048CB54388C7559E2F723650C145CA /* WMDatabaseDriver.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3E6B097AD2CCE6D531E1B52E4E72D308 /* Sources */ = { + 8504E2D60624339B89BEA2A6F41621A2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3F27F833FC389DE0C168495C96A52AFB /* BridgeNativeModulePerfLogger.cpp in Sources */, - E08ECFDBC9D0D5607ACA215D24A0E0D2 /* React-perflogger-dummy.m in Sources */, + F76E0AB3B56CF65826F916918C8E3B05 /* demangle.cc in Sources */, + A6B176A4E944BC9B06A1C03CD10681A0 /* glog-dummy.m in Sources */, + 89D89CF3D8BF72B6526EA0FF4E8FC1F8 /* logging.cc in Sources */, + E66C0C4875358F85C28B08F431A9A93B /* raw_logging.cc in Sources */, + B945ECC66F0C651040D88DB13B191014 /* signalhandler.cc in Sources */, + 5774E5CBA2D497BC21DCD6A7426FD492 /* symbolize.cc in Sources */, + 35C6AD1DDC48BCD69B6A44257803179F /* utilities.cc in Sources */, + BA3ADF4A8E40C8AB0FBC1B0A393B3891 /* vlog_is_on.cc in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 48032DDB3CAE75E088C1DB27D0B521B7 /* Sources */ = { + 85B1519F88251F0A76A1EE2F46A80D49 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5A3B2D703D14D3E784B155449597CA49 /* RCTAppDelegate.mm in Sources */, - AED75B4AFC96B49BF57B8D028FB48B1A /* RCTAppSetupUtils.mm in Sources */, - 3ECC49D99F11E10582D788530914D2D4 /* RCTLegacyInteropComponents.mm in Sources */, - 456BE7437CE406D8B41970A4611EFBF1 /* React-RCTAppDelegate-dummy.m in Sources */, + 4B7FB9FFC77C456D1D957E910DBCE93D /* ObjCTimerRegistry.mm in Sources */, + DF6D6AE3A41D68BBB6934A6215CF0543 /* RCTHermesInstance.mm in Sources */, + 54203B03046FBB5E67F2A914914F1F44 /* RCTHost.mm in Sources */, + 66954121FFFD6C5C2B418E27FC43B4F7 /* RCTInstance.mm in Sources */, + 690FA340A00937B92D570D6C37F9F0D2 /* RCTJSThreadManager.mm in Sources */, + 90BBE9AC94E874862E831FE5AE51A577 /* RCTLegacyUIManagerConstantsProvider.mm in Sources */, + 4935A609FC34FA352D3C5B22EE93C6D9 /* RCTPerformanceLoggerUtils.mm in Sources */, + D851A600C947B91F7DB5B09DD6367D2B /* React-RuntimeApple-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4B04766D768FB88C6B01B42BDED24049 /* Sources */ = { + 92A0F6DC3B64F90B399C60EE8FDEB83F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5D7B407C4C85095BDBA5E4F552C275EC /* JSIDynamic.cpp in Sources */, - 22A2DB14CAA526EED2B79F7F2B85556A /* React-jsi-dummy.m in Sources */, + A56D6EAD62CADD0537EB486ADFDCFA82 /* RCTDeprecation.m in Sources */, + 15FEAC3E79CD8CAA28028308AEFFB10E /* RCTDeprecation-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4D0EB36120CA7AB0B56AB0202DD1CC77 /* Sources */ = { + 99D0414F490F294A46CABFA9F84F2C57 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 78EC86CC4DD017BA3A2385CE581A94CA /* NSRunLoop+SRWebSocket.m in Sources */, - A71DE9464DBCAD28F08FE166FFDCAB1E /* NSURLRequest+SRWebSocket.m in Sources */, - 50DEB84313F43CF1D4785E8AFF48460C /* SocketRocket-dummy.m in Sources */, - 2FAE75A6B8B14E4B22B7AD1C90DDFFD8 /* SRConstants.m in Sources */, - 42D70744642176E74A81C5F48A6FA8EF /* SRDelegateController.m in Sources */, - 739E9C660A6FFAE8CA575F6AD9E1AB79 /* SRError.m in Sources */, - 61D66AC30F8B1F1749AE485D63428E8E /* SRHash.m in Sources */, - 943161DB6AA82440275CD4BA5A5DB949 /* SRHTTPConnectMessage.m in Sources */, - 82CC2435E6811BE140E5673EAFABE5CD /* SRIOConsumer.m in Sources */, - E47EBA0B36FFA4E5096968A0207B1A01 /* SRIOConsumerPool.m in Sources */, - 4B0450BB65C0193212D17F9B9156F404 /* SRLog.m in Sources */, - A79B2F725A527C617F6277DCED1DF0BA /* SRMutex.m in Sources */, - 9E91020427B35210A06EBF8C1F11C8C1 /* SRPinningSecurityPolicy.m in Sources */, - 0875CE24ECA7942B51B8092C8863DD4C /* SRProxyConnect.m in Sources */, - FEBFCF379BC694E5CA792588FDCC5896 /* SRRandom.m in Sources */, - 1F77519B2A1D1CE344399AE65B2F443D /* SRRunLoopThread.m in Sources */, - 783910D0800617906FD557A5930BE4A6 /* SRSecurityPolicy.m in Sources */, - F2C5F18EC265B041F68C4EF0FA290B77 /* SRSIMDHelpers.m in Sources */, - 8C455D01704A6869C394F9355C4D5DA1 /* SRURLUtilities.m in Sources */, - 891D69AE208D5151E3AB2B749350CE0B /* SRWebSocket.m in Sources */, + 728B39A23F003D9E9FB6D384C4B8EDBB /* BridgelessJSCallInvoker.cpp in Sources */, + 71AF7D9527D112BC4D62C7A8A3A7AF60 /* BridgelessNativeMethodCallInvoker.cpp in Sources */, + B58A2402967EDAD0B86779DF77DEA32F /* BufferedRuntimeExecutor.cpp in Sources */, + D0EFDBC75FA87E68439E6A39448AC532 /* JSRuntimeFactory.cpp in Sources */, + E743F863A0F857A5DA6A7F1E5D813BCC /* LegacyUIManagerConstantsProviderBinding.cpp in Sources */, + C7C573418A056B8AB963F9493EA16B0E /* React-RuntimeCore-dummy.m in Sources */, + 317D8B85EE8D4F5553A959EF2A083728 /* ReactInstance.cpp in Sources */, + DE3E9A5EC28083C37C4F79EB720E4C84 /* TimerManager.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 51CB8D308ACBB725E4422A120AFB6564 /* Sources */ = { + 9DF643F20AEF406F2B1272098FD69149 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - DA9E75F70FE835E0430A2FD9A0861CB6 /* RCTVibration.mm in Sources */, - 6B1583DDED8A58C6AF1343AAD39E344F /* RCTVibrationPlugins.mm in Sources */, - B68DFFE0968041DE18A76779D44B0CDB /* React-RCTVibration-dummy.m in Sources */, + 45E5CEDEBDBDB3272D62BF52105789CD /* CoreModulesPlugins.mm in Sources */, + E0616E92063B1D7177AD59E30BF80474 /* RCTAccessibilityManager.mm in Sources */, + C20E436D91DA5203A47F3D6F3E562C6D /* RCTActionSheetManager.mm in Sources */, + 0D74FE5F1E9448343E13242159F63F6C /* RCTAlertController.mm in Sources */, + 6D36A6FFC2488415258EFA1832790E55 /* RCTAlertManager.mm in Sources */, + EE7A0A4956CB8103954A69F4355C44A9 /* RCTAppearance.mm in Sources */, + 28CA6DD3D240C72630DDA20DEA46F245 /* RCTAppState.mm in Sources */, + 7345128E1576262D321085D0675568A8 /* RCTClipboard.mm in Sources */, + 11B0E7FB7ECA7915B7A9BE59DEAE0A2C /* RCTDeviceInfo.mm in Sources */, + DE170A39631C63A89F2286B7AFBF7E16 /* RCTDevLoadingView.mm in Sources */, + 5DDFBA8FE4985DDF178BEB5B73F79F01 /* RCTDevMenu.mm in Sources */, + 0EEB24CECB61AF303B67DD51759484C6 /* RCTDevSettings.mm in Sources */, + A1F8338949D8668927E275528CCCC3B4 /* RCTEventDispatcher.mm in Sources */, + 069B050AFB16542D9675E9245FF16FC5 /* RCTExceptionsManager.mm in Sources */, + 050FE1A6E2E7D773A48B1F4BED2FC450 /* RCTFPSGraph.mm in Sources */, + 74B6269F717A43150AE71628996EC8FA /* RCTI18nManager.mm in Sources */, + 20BB7CDCC08AFE49FE5BDA569D34CA7F /* RCTKeyboardObserver.mm in Sources */, + 1954536D05D0919B8EBF384663613170 /* RCTLogBox.mm in Sources */, + 8BE990F2C07DD454945949C7EF8FBBE1 /* RCTLogBoxView.mm in Sources */, + 882AF9DE6433B759F7BD1EDACDCF0024 /* RCTPerfMonitor.mm in Sources */, + 245A6AC43C8E566986398F8A0295848A /* RCTPlatform.mm in Sources */, + 4FF26431AB9C13B861E5BF2CAEA82330 /* RCTRedBox.mm in Sources */, + CC21D14AE3380035230F2E4D94C48724 /* RCTSourceCode.mm in Sources */, + 19965E9C8B6A83E60822324223B9E1A0 /* RCTStatusBarManager.mm in Sources */, + A7CD6D2F66EA3F1BF1E4E1A3D82CDA24 /* RCTTiming.mm in Sources */, + 0E3B2C94F912663229BBBB5B4D6303A7 /* RCTWebSocketExecutor.mm in Sources */, + EBA1024BBBA34339B28107E04BE06DDD /* RCTWebSocketModule.mm in Sources */, + 20AA75C455914560C441E1A6A7AB2FBE /* React-CoreModules-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 546C2907F626152782317E556A5C82DA /* Sources */ = { + AA67040A808097DA613BC1AF4AECB0B9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - DA810385E25EAC7EAEDD2B0B8A9F03AE /* PlatformRunLoopObserver.mm in Sources */, - 9C545DFB4BEB2D9A226F8D429CF330E2 /* RCTAccessibilityElement.mm in Sources */, - 84E7A89C0A5613ED80FB53F5C3C0F98B /* RCTActivityIndicatorViewComponentView.mm in Sources */, - AAC3EAA614B627A5B39BCF68BB0D1873 /* RCTComponentViewFactory.mm in Sources */, - B5700016FE500B12579DF27F32017962 /* RCTComponentViewRegistry.mm in Sources */, - B599F7595851D8B0378A1FB581E373A5 /* RCTEnhancedScrollView.mm in Sources */, - 7B7CBD3F33AC66E63D8F633189C50B08 /* RCTFabricComponentsPlugins.mm in Sources */, - E208728D1598389F219D5ACBB295153D /* RCTFabricModalHostViewController.mm in Sources */, - A75E5F575E1FEEF5B5171B0262F94DDF /* RCTFabricSurface.mm in Sources */, - 7CE5D33966D4FB2DCD2D2FEC05966D05 /* RCTGenericDelegateSplitter.mm in Sources */, - 19A5CC5AEA2D1E74AA6A4C09CDA0AB0E /* RCTImageComponentView.mm in Sources */, - FA0800BB5EB988E14F16972DBE4AF50F /* RCTImageResponseObserverProxy.mm in Sources */, - 2F90105A1B98D56F9EE119CBBED88A78 /* RCTInputAccessoryComponentView.mm in Sources */, - B526386E449B7504DC01A0C580725A72 /* RCTInputAccessoryContentView.mm in Sources */, - D08C91C8529C6F19E3D01464C5112692 /* RCTLegacyViewManagerInteropComponentView.mm in Sources */, - B33C6C31A573FC83D33DA96910D6BA4F /* RCTLegacyViewManagerInteropCoordinatorAdapter.mm in Sources */, - 6C1AC6A1A1668376550AB0D1A623EC30 /* RCTLocalizationProvider.mm in Sources */, - 9CC82B73C90127822F74D6A77BA2AD5D /* RCTModalHostViewComponentView.mm in Sources */, - C51302A5EAED077D85918458E2C63EE6 /* RCTMountingManager.mm in Sources */, - D09EE6A29D5E4DE5A862C17CE4978890 /* RCTMountingTransactionObserverCoordinator.mm in Sources */, - E28D8ED41CAF1B1B36EC58D3DA41ECA3 /* RCTParagraphComponentAccessibilityProvider.mm in Sources */, - C5C51FB535A6DB9E275CA8AA004875A9 /* RCTParagraphComponentView.mm in Sources */, - 84042155958330F86681DB4B0E1E0596 /* RCTPullToRefreshViewComponentView.mm in Sources */, - C0ED14E67CDC71802BCD42E8896349B3 /* RCTReactTaggedView.mm in Sources */, - 8FABBB6A91DABDC9ED2644CF6E9B2273 /* RCTRootComponentView.mm in Sources */, - 53CB0155F3752180BF5423378BFD348F /* RCTSafeAreaViewComponentView.mm in Sources */, - 57B698D3C2BDC8710855693D683CC50D /* RCTScheduler.mm in Sources */, - 135BEB1418E8242696414B6411CD43AE /* RCTScrollViewComponentView.mm in Sources */, - D1A373773AEF01ABB3056811FC662E3A /* RCTSurfacePointerHandler.mm in Sources */, - 7BA4A8FD726AC48F1C09EF6BC2CFE1A4 /* RCTSurfacePresenter.mm in Sources */, - 4E3360C8CDDD1D8E889E7C2B154741E4 /* RCTSurfacePresenterBridgeAdapter.mm in Sources */, - F10A17AAC4DC979B5BE117DA9948CC72 /* RCTSurfaceRegistry.mm in Sources */, - 90767AF77E76D1C1EB45CB0661F3ACAC /* RCTSurfaceTouchHandler.mm in Sources */, - DE61CDC99F5DD04C0326F37E6A93231F /* RCTSwitchComponentView.mm in Sources */, - B394FFF7CEF32E38075CE60C9D2282FD /* RCTTextInputComponentView.mm in Sources */, - 607DD8CC846E9688669D152DF1F23D72 /* RCTTextInputUtils.mm in Sources */, - 54EE1B8FD2AB90BBFBD19187600F93B0 /* RCTThirdPartyFabricComponentsProvider.mm in Sources */, - EC6F635B7F69AFADC5A83778AD5A64FF /* RCTUnimplementedNativeComponentView.mm in Sources */, - C9EFE117F3A5AE43FCDDB2C14556BE5A /* RCTUnimplementedViewComponentView.mm in Sources */, - DD520B4A8FC5360C32C8511FD328C33C /* RCTViewComponentView.mm in Sources */, - 7985A55ECAD15D65082359AE8AC0F088 /* React-RCTFabric-dummy.m in Sources */, - EF8E447A55F4B1FA48C7C3B450A88277 /* UIView+ComponentViewProtocol.mm in Sources */, + F140F9B4A685AE28A89CA9D9752DA6F4 /* React-runtimescheduler-dummy.m in Sources */, + 7F87FA23242BAAC6C75BF03E0C3F1BEA /* RuntimeScheduler.cpp in Sources */, + 106F3109E3A54C7F0C67DABAFAD2B5A0 /* RuntimeScheduler_Legacy.cpp in Sources */, + B3ABAB986361D498B16189ACBD3E9EA5 /* RuntimeScheduler_Modern.cpp in Sources */, + 48089FEC790CC6100CF69630720FDFAC /* RuntimeSchedulerBinding.cpp in Sources */, + FAB9F94A3091F4A570F19CB366F46516 /* RuntimeSchedulerCallInvoker.cpp in Sources */, + FBD79427FC052DF19357B1FE491B6D93 /* Task.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 58BC56E37EFD5A38043416DEB3FDBFED /* Sources */ = { + AB35217B6C3003BC3E64ABF40AB236FE /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0F4CE31FF797F45A485A8FA5C9421982 /* Pods-WatermelonTester-WatermelonTesterTests-dummy.m in Sources */, + 6918BE63EE0EE0EDEE58BBB12179E846 /* RCTDataRequestHandler.mm in Sources */, + 19CA3B1362DA1810EFB9E88C070B0610 /* RCTFileRequestHandler.mm in Sources */, + C5875E99005BE017DE24E9F217EA362F /* RCTHTTPRequestHandler.mm in Sources */, + 09D436AE529D72CDC3C5268A5EFA9903 /* RCTNetworking.mm in Sources */, + 7C5E0AA1A0D766AEFDB5C3F5FF6942F9 /* RCTNetworkPlugins.mm in Sources */, + 8A79A8939884686638CEF48F3434E6AE /* RCTNetworkTask.mm in Sources */, + 68AADA5DEBA7F22FBDA95B379E595DB4 /* React-RCTNetwork-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 60A4407191FF82CA10D858BA28A28E1F /* Sources */ = { + B85C4FF0078BD4F65D0B97C954FCA723 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9FDCE58A07742629FA02A4CB1E9D0B46 /* React-runtimescheduler-dummy.m in Sources */, - 4DCDBFC110E696C7E69FCEE8EFF7948E /* RuntimeScheduler.cpp in Sources */, - 6E06BD1F18562F776B46D23CF5B9928D /* RuntimeSchedulerBinding.cpp in Sources */, - BBE19F6BB69143199F598A4401B6DDEF /* RuntimeSchedulerCallInvoker.cpp in Sources */, - 2E957ADCD4D76D5792D4EF3BB4971336 /* Task.cpp in Sources */, + 126FD381EC013EB7F76745BF6B3959FF /* AtFork.cpp in Sources */, + F689FBD38D86423A5C0CA8860800DB03 /* CacheLocality.cpp in Sources */, + 27BEF09F1B06C91F5C15ABC5294F5A05 /* Conv.cpp in Sources */, + 0FEE31C3F9AD01261144C17B9456649D /* CString.cpp in Sources */, + 6DE9B9D9006DC5CA4ECA2D53AACB958C /* Demangle.cpp in Sources */, + 7C0832F738F3B45D9B194C3729757621 /* dynamic.cpp in Sources */, + 31210B5DC141C8A8CD84829A977225C2 /* Exception.cpp in Sources */, + A01DF6EC80AEF728DCC406662A246C8C /* F14Table.cpp in Sources */, + A4A4022B861D7CB000B2E7AD4ADAF9CA /* FileUtil.cpp in Sources */, + AB4EFCE36686D94BCDFA88932177E82D /* FileUtilDetail.cpp in Sources */, + 8446DCAC58446356C7F6D58717A0B41C /* Format.cpp in Sources */, + 3EE52474DA38D7BC3D6AD0E51F15EBE0 /* Futex.cpp in Sources */, + 12F715ECB2D5A07ABA04F56405B1F80E /* json.cpp in Sources */, + C536D1DF09153CABFB88C9BDA95EAA1E /* json_pointer.cpp in Sources */, + ED39B921713470029BD17D4E33380B52 /* Malloc.cpp in Sources */, + 77D525A44C69C742FB01F240990E6057 /* MallocImpl.cpp in Sources */, + 272FBEB7CB6CF2763CAC1A880569A587 /* NetOps.cpp in Sources */, + 23FE66BD7B87FE4B286A4773B14F1309 /* ParkingLot.cpp in Sources */, + 86C2CD9FB54FB1F2AA9CF4F3D84578E4 /* RCT-Folly-dummy.m in Sources */, + 11AB7A2E0F4DA784CFD4F91F3B078693 /* SafeAssert.cpp in Sources */, + 49D3466638B3E08EDC8AD67760E4DFF7 /* SanitizeThread.cpp in Sources */, + F97D444DBAEAF3A5C876EEFA7FBA1A44 /* ScopeGuard.cpp in Sources */, + 20C78373363E4FE8FD4F47D5BA774E31 /* SharedMutex.cpp in Sources */, + F54F56CC1E8D4C92243DDFCC50ADF87B /* SplitStringSimd.cpp in Sources */, + 33B60CFA904F8D641ECC43A55E9EAEAD /* SpookyHashV2.cpp in Sources */, + EB8D31492F4B85D40BA5EA1861C0742B /* String.cpp in Sources */, + A8B268A6AD50300155466F4EBFE5220B /* SysUio.cpp in Sources */, + 73AA961A1CF8EC1B0DDF4D53963928FB /* ThreadId.cpp in Sources */, + 1161007E9F6AE05B1C1F1911C7E44E76 /* ToAscii.cpp in Sources */, + 595CFBAE163B26652CF24E4EC2D1CF08 /* Unicode.cpp in Sources */, + 7C4B2259B1758C2D9AE4D51C5762E6F1 /* UniqueInstance.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6E321245CA368FD41185E92E24B69546 /* Sources */ = { + BB8C3A27E7A75C4EA178CD713C13DB06 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E4D4105FE3631F2985237B19BD3B9161 /* React-nativeconfig-dummy.m in Sources */, - 6C3F16577F7047A34615B558E847E253 /* ReactNativeConfig.cpp in Sources */, + F8E1AB2A19BB2FCCD643BFF425B2DA3A /* ExecutionContext.cpp in Sources */, + 173E5B38A957B127E5311171245424B2 /* ExecutionContextManager.cpp in Sources */, + BEE20927650F0E34B770955423009032 /* FallbackRuntimeAgentDelegate.cpp in Sources */, + 63F74B9371E02FCFFD3A99BB3244D79D /* InspectorFlags.cpp in Sources */, + 1315D3EE3476373DEAB746B56511B323 /* InspectorInterfaces.cpp in Sources */, + 0260211AC75157F22C8A580DB42FCBD2 /* InspectorPackagerConnection.cpp in Sources */, + 799DB343D6D2A06C4860A8F11EC37FD1 /* InspectorUtilities.cpp in Sources */, + 48E2241DFAEE52BEE4D2F3D2C44C5ABD /* InstanceAgent.cpp in Sources */, + FBD08445396B14C26414793EBE1D352D /* InstanceTarget.cpp in Sources */, + 611F097A4869D5565DF7C9B9354D8D0B /* PageAgent.cpp in Sources */, + 865103DABCB9C2CA4DA86FE8311B4AFC /* PageTarget.cpp in Sources */, + C828B700D5250C25780C5E58917B34B4 /* Parsing.cpp in Sources */, + D39F47151D6CAFF00BA7EA53C31DEFA8 /* React-jsinspector-dummy.m in Sources */, + 32CB16366592B859A428ECFEFEEA5072 /* RuntimeAgent.cpp in Sources */, + 62444E4A9DF335C2943D6864448533D4 /* RuntimeTarget.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7230BD3611B39A28D88E6A7C1F221D8B /* Sources */ = { + BC9D5D34749A7A7BA7B3E8BAA001423B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F0B49B01F6E43AEF171E7874D77DD70E /* ImageManager.mm in Sources */, - 329FC4044963022864F4077248E47CF1 /* ImageRequest.cpp in Sources */, - C313C6856D209957AEBDDF804FBEC3D2 /* RCTImageManager.mm in Sources */, - 7416558F05D23131623D87BB65D92FE5 /* RCTSyncImageManager.mm in Sources */, - 0B712A7F9CB9ED3E291B97035BBAD8AC /* React-ImageManager-dummy.m in Sources */, + 1AA0576DF9AF85EFA7E299D94B5C3B82 /* MapBuffer.cpp in Sources */, + 04DA5067488F0CEF42FA792DB385DE48 /* MapBufferBuilder.cpp in Sources */, + 5BCDE01BA0D17F0DAD52430823D76AE3 /* React-Mapbuffer-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 74BF14EF72EC04C06F6FCDA7225B5B9C /* Sources */ = { + C1CCF5380F13156FD54A244ED552853A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3360EB0677897AEFFEBC43F1B84CD17C /* AssertFatal.cpp in Sources */, - 1313E2E1B955E70A049FD7089FB8120E /* Baseline.cpp in Sources */, - 1AC9B77BBC2F3ECD8E90F88DE81D2004 /* Cache.cpp in Sources */, - 05E278F17D5D40F2A1DCEB7081DEF7AA /* CalculateLayout.cpp in Sources */, - AE82CFF56C72B6A05CCED27B7BB1F302 /* Config.cpp in Sources */, - 5EC87DA1C580E7F24FBB9EAC7C17CEF0 /* event.cpp in Sources */, - 153CF932822BC30548CFCAD6BDA09EF6 /* FlexLine.cpp in Sources */, - 3EF552CAA8C09C27910F7B0949E15C56 /* LayoutResults.cpp in Sources */, - A354AAF074253E19F5F1D468A0D881AD /* Log.cpp in Sources */, - 2D1E75276F6717470CC4A08315337B5C /* Node.cpp in Sources */, - 73083C60BF3973C83DB161CCF2BBE1A1 /* NodeToString.cpp in Sources */, - 9717513DD7E0D1236E03A24C17880E74 /* PixelGrid.cpp in Sources */, - 54B0F343686632FD21F8F4EC29A6F06E /* YGEnums.cpp in Sources */, - D6BB9DBC847937F893D10499E72C62C3 /* YGValue.cpp in Sources */, - 0CDEE0C93011B05F6DAEB65B7D59F2E6 /* Yoga.cpp in Sources */, - 3456D7920D3EDF8B20F6039D4D59BF0A /* Yoga-dummy.m in Sources */, + 13691F404B16F303025DBD6AB3558377 /* React-debug-dummy.m in Sources */, + 1870A74C16D312C74C2956A5EDBFFA89 /* react_native_assert.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 83D9E4EBA58D2EF02EA7856C60C2620C /* Sources */ = { + C28D2750CFD2016BEE211A824D3BDCE3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A9A0682AC82CE2B25A2E0EEC1330EE68 /* Database.cpp in Sources */, - 6110F4F96597CB3D4486AF424FDBC834 /* Database-batch.cpp in Sources */, - DF91D11B9CE5FCD990B5344711241E38 /* Database-jsi.cpp in Sources */, - 33E4E54947FB17B702F1DCAFD7B9F03D /* Database-query.cpp in Sources */, - B8E0926005F78632DECE3D0E7A6B853F /* Database-sqlite.cpp in Sources */, - C0AA8E5DC19580CD56E6741BA43B2836 /* Database-turboSync.cpp in Sources */, - 5FE16776440A3CFC53E25FC6F8F3D8B7 /* DatabaseBridge.cpp in Sources */, - 60A3E51312E73BB59DFED0E1D0286A79 /* DatabasePlatformIOS.mm in Sources */, - 6C387AF206A5A29A99340C38D35138DA /* FMDatabase.m in Sources */, - 54F90A747FD892839E06E26F8B1DA351 /* FMDatabaseAdditions.m in Sources */, - 2185C70869CA8F16DEF5598671117271 /* FMDatabasePool.m in Sources */, - FBD75089B4755555A82486ACFDC1F103 /* FMDatabaseQueue.m in Sources */, - A841E4574588119BFAC4C1ABBE42E3EC /* FMResultSet.m in Sources */, - 98645489B7C5F09DCAA5CDE2C2D33D32 /* JSIInstaller.mm in Sources */, - E31A87C273F43A0F04ED6AE8C2C562ED /* Sqlite.cpp in Sources */, - 7BE465B58FA44A71A52E4F29C3CCD68D /* WatermelonDB-dummy.m in Sources */, - 59917156FF1333C1DBE02BE01BC71BA5 /* WMDatabase.m in Sources */, - C838669A2A7E0BED3B5A3636674F8736 /* WMDatabaseBridge.m in Sources */, - 39048CB54388C7559E2F723650C145CA /* WMDatabaseDriver.m in Sources */, + 696574E499A1754A5256C14C2130648B /* AccessibilityProps.cpp in Sources */, + 5E57BD5B12A2E5D8A4784FF8838DE6F7 /* AsynchronousEventBeat.cpp in Sources */, + 3C062861BE19C56482F00235234E3774 /* AttributedString.cpp in Sources */, + 560154C7130C73C57C3296EBCA35D2AE /* AttributedStringBox.cpp in Sources */, + B79CBEB0DF0D5B2BB1CA370C45ED444B /* BaseTextProps.cpp in Sources */, + 0FBE1DE34BDFE9B0C85542DEB581D4B6 /* BaseTextShadowNode.cpp in Sources */, + E6018F88579345128C47ABB20076E368 /* BaseTouch.cpp in Sources */, + A62607B1613E845DC2045E01320BCFBE /* BaseViewEventEmitter.cpp in Sources */, + 59979756F484B99D5385635F11BD5882 /* BaseViewProps.cpp in Sources */, + 2E9BC3BAD893393322285BF3C0382710 /* BatchedEventQueue.cpp in Sources */, + C3A9C328C82327A71B8E84B9D9953642 /* bindingUtils.cpp in Sources */, + 2629FBFD880EC26BC47A0CBDE2C88230 /* ComponentDescriptor.cpp in Sources */, + C6928A6A1531FA166407A1A84E0D76D8 /* ComponentDescriptorProviderRegistry.cpp in Sources */, + 5C19BB5F6F8D75D7F453899B49714925 /* ComponentDescriptorRegistry.cpp in Sources */, + 8E1B5E2097D0875A90955BF49D724F19 /* ComponentDescriptors.cpp in Sources */, + 4BD0C3A0B27003C1E207962093B4CA8C /* componentNameByReactViewName.cpp in Sources */, + 4BD9752E8ECC57A539310794E73FE821 /* Differentiator.cpp in Sources */, + F03496F8445E3AACE9451043A837CADE /* DynamicPropsUtilities.cpp in Sources */, + 77DF418FF614BFB9681632ED6F31C37C /* EventBeat.cpp in Sources */, + 402C44DF036C52575614FBD787E15482 /* EventDispatcher.cpp in Sources */, + B8E580ED62C6E906A4E12DF1A29A578A /* EventEmitter.cpp in Sources */, + DDEB7BAACD5EDCC03E4CC411477A9161 /* EventEmitters.cpp in Sources */, + ADB44688E69516386D389D1DFD996878 /* EventListener.cpp in Sources */, + 63E0D62908E04B6775049890FBFAB50C /* EventLogger.cpp in Sources */, + 7DEA6D0B866F977377D21AFFAD5E2745 /* EventQueue.cpp in Sources */, + 7556CD97341C849DE32E85BAC75540C7 /* EventQueueProcessor.cpp in Sources */, + 62DE40C34FB60729BBE1B86AC6E785F3 /* EventTarget.cpp in Sources */, + 86D02F0FB4C9CBB82EC56980E53B40A3 /* ImageRequest.cpp in Sources */, + D1BBFFF4257883AE32ED7139FD296BE6 /* ImageResponse.cpp in Sources */, + F52BD1C855995DB98A32185DB7BE9145 /* ImageResponseObserverCoordinator.cpp in Sources */, + 908691D6E6A6240D9BC651336C71B697 /* ImageTelemetry.cpp in Sources */, + 3C38C4F44AE4F93F0E9A51E07978DA24 /* InputAccessoryShadowNode.cpp in Sources */, + FE9A7BCB54E09D6B3715DF452B959454 /* InstanceHandle.cpp in Sources */, + CA842D589D81256002BBC46FAEDD0DC2 /* LayoutableShadowNode.cpp in Sources */, + 72A0C6D8AACB0161DD9A9B7B9BD3AB0C /* LayoutAnimationDriver.cpp in Sources */, + 6335D95DB076B946861FDF0B6504F01F /* LayoutAnimationKeyFrameManager.cpp in Sources */, + A67253AF093EFDC09F0995BC70346F69 /* LayoutConstraints.cpp in Sources */, + 24707196E335E65B5121B91C0FD70449 /* LayoutMetrics.cpp in Sources */, + EB135E9D630C14745D6176C4C75F6E68 /* LeakChecker.cpp in Sources */, + DA8147A7DA1E5F9AB6671763701F2FEF /* LegacyViewManagerInteropComponentDescriptor.mm in Sources */, + 8CB4AD3BD8F8733099DBD330A38BF9BD /* LegacyViewManagerInteropShadowNode.cpp in Sources */, + 3882ECE408421957CEFD2A0225E9E697 /* LegacyViewManagerInteropState.mm in Sources */, + FF54B55BA08CEBF4015B4B981EEB17F2 /* LegacyViewManagerInteropViewEventEmitter.cpp in Sources */, + 76AE3689066A97D1B232A3FAB86C2A54 /* LegacyViewManagerInteropViewProps.cpp in Sources */, + 81C6BB24D1610AAA396418710B52389B /* ModalHostViewShadowNode.cpp in Sources */, + C429AED5A28ED5CED26E118A328A138C /* ModalHostViewState.cpp in Sources */, + B32A5364142E8C32D36579A8084F970C /* MountingCoordinator.cpp in Sources */, + 4D9164B681F2EA242314F90B395F768B /* MountingTransaction.cpp in Sources */, + 7A85844B8ABB2A92B190EC2C45988C25 /* NativeComponentRegistryBinding.cpp in Sources */, + 88730960BF591557697D68FC435C89D8 /* ParagraphAttributes.cpp in Sources */, + 2EF5DEA6EC39762BEF76A15B2340FABD /* ParagraphEventEmitter.cpp in Sources */, + D0F6F87BD68C9516D0D0142646B8C905 /* ParagraphLayoutManager.cpp in Sources */, + 429C7D697593A320F8A70F5357D97BB7 /* ParagraphProps.cpp in Sources */, + BFDD5C42EECE46A1E9056A6A35207FA5 /* ParagraphShadowNode.cpp in Sources */, + 535E4E67E1D010242C7EF421F212EEC3 /* ParagraphState.cpp in Sources */, + E298A4C07A8B16A83998C5FFCCD88905 /* PointerEvent.cpp in Sources */, + 546A1106CD03E7BD183BB275B5577D63 /* PointerEventsProcessor.cpp in Sources */, + EA48224CDE82427964F18FAEB2358A26 /* PointerHoverTracker.cpp in Sources */, + D384DF0C480D44CCBCA312A430085AE7 /* Props.cpp in Sources */, + 006EBCAFA23C3844F04C940A4F313410 /* Props.cpp in Sources */, + 0A1065F756F05AE906969E13DD4A1346 /* RawEvent.cpp in Sources */, + 1D24AD6815FB29F4B8A6C10D6E9101F8 /* RawProps.cpp in Sources */, + 4383BE16C5EE46F875BF5D8A39EDBC44 /* RawPropsKey.cpp in Sources */, + FF172C3FABCC4E7394876885F64E36D4 /* RawPropsKeyMap.cpp in Sources */, + 80F7C5E7A9B1BD9CA80E7AC9692EE98A /* RawPropsParser.cpp in Sources */, + C8FA2EB937D2445F1741FAA0ACBA9FD7 /* RawTextProps.cpp in Sources */, + D31B9E80DB2BF39407F507F3B5723506 /* RawTextShadowNode.cpp in Sources */, + 45D9ECFD2F6AE5C476BF788B807F3F71 /* RawValue.cpp in Sources */, + 86E509A8309D2C829F649CA6E17F8856 /* RCTAttributedTextUtils.mm in Sources */, + DFE0FDDAB89D558D7E5C4FE84CE8A831 /* RCTFontUtils.mm in Sources */, + 536E2F0CD05BB0CA231C990AC198EC81 /* RCTLegacyViewManagerInteropCoordinator.mm in Sources */, + 79BC0736343C7F0BB40CF262A7093547 /* RCTTextLayoutManager.mm in Sources */, + E15E8C2E4FA6E09EBE76FB1CFD27499C /* React-Fabric-dummy.m in Sources */, + BC6FBBC737C9E7B5B1DFA21DF4EB9A0B /* RootProps.cpp in Sources */, + CB16BF4D09FCFAD2BA7261CBE4357028 /* RootShadowNode.cpp in Sources */, + D1FA44DE7190AAFE62E2857974D5BE69 /* SafeAreaViewShadowNode.cpp in Sources */, + D8B93E14456B42603AE3567F8E2A37E0 /* SafeAreaViewState.cpp in Sources */, + E936778E2B61A9184F53E9FC6CF0D106 /* Scheduler.cpp in Sources */, + 32BE4A83D48CA291030133CE99AEF6E2 /* ScrollViewEventEmitter.cpp in Sources */, + 948EF6B8544D6C95F6864DB1E234052A /* ScrollViewProps.cpp in Sources */, + 492D93F6A4D1DB5878AEB8AAC86F52F8 /* ScrollViewShadowNode.cpp in Sources */, + EF4FE23B38609E50DF2186EAA3475E5A /* ScrollViewState.cpp in Sources */, + BFCA21C2893743BB4DA5287E067E2CE8 /* Sealable.cpp in Sources */, + AE5CCCBE05510A4562480531D6A64515 /* ShadowNode.cpp in Sources */, + DD368E98EC732E72C2F1A4E3DAD73864 /* ShadowNodeFamily.cpp in Sources */, + 6427E7DD7ABD9B4675A8B29906B1CF26 /* ShadowNodeFragment.cpp in Sources */, + 3105C7328DF6EBCA7C0B524D18848E9D /* ShadowNodes.cpp in Sources */, + 08DB5A93E58A2B2DB9557F5578E835D2 /* ShadowNodeTraits.cpp in Sources */, + 057F908327F36BAAE35535CCD3AF5CD1 /* ShadowTree.cpp in Sources */, + A4B4874755DEF120B2A86C12140EE4D5 /* ShadowTreeRegistry.cpp in Sources */, + CCE444B1936ACA47326F4959A4A1172B /* ShadowTreeRevision.cpp in Sources */, + EDE01A5FA2DF59BC41E22117D6B82708 /* ShadowView.cpp in Sources */, + 8BAF82EA2FC8B67DBAE9B4A39E32ED85 /* ShadowViewMutation.cpp in Sources */, + 0F9E6E4C19935E040E25D1CF43DF474E /* State.cpp in Sources */, + 074543D7B648948577CE19FF74825D59 /* States.cpp in Sources */, + 169D881DA6F98A74ADBAB85239E51495 /* StateUpdate.cpp in Sources */, + 43E016CA6E6F77F9C2291E94022B6221 /* stubs.cpp in Sources */, + D307D309F89DA135DDA8A239255D00ED /* StubView.cpp in Sources */, + 39B0694CF79D9D40DA4409C513304D3C /* StubViewTree.cpp in Sources */, + 7848F7B01636FD30500F733C3953D042 /* SurfaceHandler.cpp in Sources */, + B1E3D66107E149510D1AF628543FED56 /* SurfaceManager.cpp in Sources */, + F242AC86651355EE9C81409CB11CF29E /* SurfaceRegistryBinding.cpp in Sources */, + 71B25172A6FBB06AE6F0AC803A1BB03F /* SurfaceTelemetry.cpp in Sources */, + 2FA70C774952798EBD8ECDFAAE8D0EF1 /* SynchronousEventBeat.cpp in Sources */, + B8C3FEE7D7B3755A0BF1C463308725ED /* TelemetryController.cpp in Sources */, + 0AE3B42013A6EC4A1BDE21E82E39800F /* TextAttributes.cpp in Sources */, + 482FA3433C45953974AC26E96444DCD6 /* TextInputEventEmitter.cpp in Sources */, + E36699C263918D6CD3CC8D53D29B1CC0 /* TextInputProps.cpp in Sources */, + 89061AAC16A9D8755BC29388594191C0 /* TextInputShadowNode.cpp in Sources */, + CCE6526143D52DD765D5B173B8EFB74D /* TextInputState.cpp in Sources */, + 834FA1181483059D08BB31BF631CB418 /* TextLayoutManager.mm in Sources */, + 4ABFE864F920B579C3AADCD9165F0346 /* TextMeasureCache.cpp in Sources */, + 8DB2904D172809FA82F53D6DACB6770C /* TextProps.cpp in Sources */, + 1A4E0BB39256B618590C38FE0F367BE7 /* TextShadowNode.cpp in Sources */, + 6BC9C5D894D55A6667A506FC47D1F83A /* TouchEvent.cpp in Sources */, + F3175308C1003660267E09A833D010FB /* TouchEventEmitter.cpp in Sources */, + C9CB9FE580283AD17838DF762300199B /* TransactionTelemetry.cpp in Sources */, + 4986BE8FF75971161CE4825DE3E4F07B /* UIManager.cpp in Sources */, + B93CE3FE617101FFA26C79EF78C145C4 /* UIManagerBinding.cpp in Sources */, + EFDA386A564A1209D1F07193AE52EE6A /* UnbatchedEventQueue.cpp in Sources */, + 98FF24FCA7950C2F975BB4096B9B26E7 /* UnimplementedViewComponentDescriptor.cpp in Sources */, + 0C0B183FCA29DC956E1A1B894DE839D8 /* UnimplementedViewProps.cpp in Sources */, + 0BE3BABD266439B755BB51D2E6522C93 /* UnimplementedViewShadowNode.cpp in Sources */, + ABC708190BDCBD59B0B4A86CE919BA1D /* UnstableLegacyViewManagerAutomaticComponentDescriptor.cpp in Sources */, + B20853E1492882F9DFBA5AEE732230CC /* UnstableLegacyViewManagerAutomaticShadowNode.cpp in Sources */, + 5FE63D5DEED1E0D7E9211C479F3DBBC8 /* utils.cpp in Sources */, + 92F9C861E9C7D42BF5CBED7EBFC77D72 /* ValueFactoryEventPayload.cpp in Sources */, + 6BA23844D9DCDD1AEF37DB5060151CAF /* ViewShadowNode.cpp in Sources */, + 32D32237A0CEB8E068046F1CF42E4E8B /* WeakFamilyRegistry.cpp in Sources */, + F54989E7C3ECBAA533AB0403B431A6DD /* YogaLayoutableShadowNode.cpp in Sources */, + 2EA1CF569CEB1BE9F7565DA20EAA2F3E /* YogaStylableProps.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 869E4D942C44530FF028EA9B32DF7268 /* Sources */ = { + C36899A216C6A2B189B53F2609162A18 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 78FD3827186C30B36282C030E47FB057 /* Pods-WatermelonTester-dummy.m in Sources */, + DE955502F25186EF5AD32CC67482739B /* AbsoluteLayout.cpp in Sources */, + 7C563026B579F20E0D207D038BBB1E5E /* AssertFatal.cpp in Sources */, + FEEC6DC9DB1C67C87F3FAAA274B199CC /* Baseline.cpp in Sources */, + DC04153187DA66719B11FFBCED9AEA12 /* Cache.cpp in Sources */, + 9F22899D6776281D1CD11358A63C7D31 /* CalculateLayout.cpp in Sources */, + CA684AA0DA0CFE870A28282C20B5585D /* Config.cpp in Sources */, + 0A375EA2429F646CCA545A8C0D177863 /* event.cpp in Sources */, + DECBCF943B2007810250A795467B4DB6 /* FlexLine.cpp in Sources */, + B2912AFCB904C759106782657EFDC5C9 /* LayoutResults.cpp in Sources */, + 907EB0B80C8BE1DA8C300AA92CB364A0 /* Log.cpp in Sources */, + 54B2697DDF8B682EDCF00390B7027AD0 /* Node.cpp in Sources */, + BD9F5BFFA46041D4E554AC866B630F26 /* PixelGrid.cpp in Sources */, + B05F1E0A450430FCFB47781C9C7B7E7C /* YGConfig.cpp in Sources */, + 32B14C8CE62B0F19D8FA1206C467111D /* YGEnums.cpp in Sources */, + E820B7A84455768483923BE4CB7E895C /* YGNode.cpp in Sources */, + A2DABF69571289A07D4949D5B6B732B1 /* YGNodeLayout.cpp in Sources */, + 0663905B64268796E97AEE20D0DF5F57 /* YGNodeStyle.cpp in Sources */, + 5DB693C55C2912ACE4C601D9D4397DB9 /* YGPixelGrid.cpp in Sources */, + 357660135E7900222582CBEE62180032 /* YGValue.cpp in Sources */, + B6ED23A64D2504CDB6B64CF944092AED /* Yoga-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 998B90AD09D06B46DF127AFACF839CFB /* Sources */ = { + CE36F0369ED0C62B7A92EE0A3470F4D6 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F5CC52A5E16669E033CCE5A9A74F1306 /* RCTSettingsManager.mm in Sources */, - 3D0F5B173E2EAD862B9A55965B01D0CF /* RCTSettingsPlugins.mm in Sources */, - BF835DA55D46E6E5FE5D338F49D7AC9C /* React-RCTSettings-dummy.m in Sources */, + C4730E88D130D0B7B7B6AD61C046C45D /* PlatformRunLoopObserver.mm in Sources */, + 6271EFFBCD61B9CE0F00F1B52F46BCB5 /* RCTAccessibilityElement.mm in Sources */, + E6EB7B76986AE0D3873CA9441B399E76 /* RCTActivityIndicatorViewComponentView.mm in Sources */, + 45F785E501BFD13E844D382A1F001EB9 /* RCTComponentViewFactory.mm in Sources */, + E6B3C3E594F4BF128654E22C4B19807C /* RCTComponentViewRegistry.mm in Sources */, + 4BF3BD19BA78CB09A0B90727F60C8EBC /* RCTDebuggingOverlayComponentView.mm in Sources */, + 374767F9EA7457BFA37FF3114B4950F9 /* RCTEnhancedScrollView.mm in Sources */, + 026D5B5D71D8CFF7B02A6F9E1EEA6B5D /* RCTFabricComponentsPlugins.mm in Sources */, + 620070F4FB15245C68AB13C535847EE7 /* RCTFabricModalHostViewController.mm in Sources */, + 7DF2C6E7CD4B2614333080F4D18991F9 /* RCTFabricSurface.mm in Sources */, + AF8A57DD74A29F065EC08C1171432681 /* RCTGenericDelegateSplitter.mm in Sources */, + 919E20B121E45FB70B18B13A38BD4371 /* RCTImageComponentView.mm in Sources */, + 1D3F9F242ECCE36DDFD697B08B9C28E2 /* RCTImageResponseObserverProxy.mm in Sources */, + 552D684A410FEFD68CFC05695C8A7025 /* RCTInputAccessoryComponentView.mm in Sources */, + 20EAE28B44F5C9DE96EC1A6F88B62226 /* RCTInputAccessoryContentView.mm in Sources */, + 755285DD5B651A2374659E51434CAD11 /* RCTLegacyViewManagerInteropComponentView.mm in Sources */, + F7E4395AE1128CA640E2737A237DA346 /* RCTLegacyViewManagerInteropCoordinatorAdapter.mm in Sources */, + 12F481159DC1895DF2BC2595AF7AF275 /* RCTLocalizationProvider.mm in Sources */, + A7F1FBD3434006B07373E5777C0EC0EB /* RCTModalHostViewComponentView.mm in Sources */, + DAA86EAE8591A539EC9709B9AC8E4881 /* RCTMountingManager.mm in Sources */, + 58733DF826D51EAEC7CA3324769E06AA /* RCTMountingTransactionObserverCoordinator.mm in Sources */, + 82ECAFB8B430AB7AEE8A186E85BB87F2 /* RCTParagraphComponentAccessibilityProvider.mm in Sources */, + 198A3B5F43844F6B78F0A7BC96A9EDE7 /* RCTParagraphComponentView.mm in Sources */, + 9B71EE8ECFF2BAFFC391738C754A5A7B /* RCTPullToRefreshViewComponentView.mm in Sources */, + E30137F6C7AA4B42A4E8B0069F36DD63 /* RCTReactTaggedView.mm in Sources */, + 3E7B0F82566D1D91383B364B52BFCBEF /* RCTRootComponentView.mm in Sources */, + 1EC4F1FA41C153E536CF6B69DAB893B2 /* RCTSafeAreaViewComponentView.mm in Sources */, + E38C5A95C3B86DE8DF5D85ECE0855055 /* RCTScheduler.mm in Sources */, + 4AC55AF43A4C075565677B3718D2FB32 /* RCTScrollViewComponentView.mm in Sources */, + CF9190469C904527AF29EE59E32447EC /* RCTSurfacePointerHandler.mm in Sources */, + F05DECC41DE2DA7BAE020C3C695C3179 /* RCTSurfacePresenter.mm in Sources */, + 16769F3466BB96E91499BDFF33A8DFB0 /* RCTSurfacePresenterBridgeAdapter.mm in Sources */, + 8B3013D13CA5D7852BCEC3F9A0A0D22E /* RCTSurfaceRegistry.mm in Sources */, + AB87442CD013BE84D9211A77BE390F9D /* RCTSurfaceTouchHandler.mm in Sources */, + 3B0BCF5D40456442075E087910B65BE1 /* RCTSwitchComponentView.mm in Sources */, + 8E85CB53CC69D87235AB1A5051D02DA5 /* RCTTextInputComponentView.mm in Sources */, + BBB7CD52BA8A4BD1CA13E8607E69D734 /* RCTTextInputUtils.mm in Sources */, + 701973358846CBEDD827355528F51546 /* RCTThirdPartyFabricComponentsProvider.mm in Sources */, + D1C4AA3D4A4063C85BF05DF7F95FDAB5 /* RCTUnimplementedNativeComponentView.mm in Sources */, + D7C36B197E1986F1A8811387DD9A2200 /* RCTUnimplementedViewComponentView.mm in Sources */, + 146AB77B241BF6C67DBDD63E5634067A /* RCTViewComponentView.mm in Sources */, + 6869C0A56BFE37D366E0622A737744A8 /* React-RCTFabric-dummy.m in Sources */, + 32BEF79AE336EE5C0463C825D845D74E /* UIView+ComponentViewProtocol.mm in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 99E398AA475490C7DD420A78FA97F4F9 /* Sources */ = { + D4CC0275F39BE4206E4ACF900B008845 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - AA6D7F922CFDEEBD2BBDCB68ADC51FB2 /* RCTDataRequestHandler.mm in Sources */, - 413420185FE961D26E380143062736B9 /* RCTFileRequestHandler.mm in Sources */, - 7D6B64D24AE7035F622AF0E34E4780D1 /* RCTHTTPRequestHandler.mm in Sources */, - 6617A657297EF2E7C186769A0009CDF8 /* RCTNetworking.mm in Sources */, - 9689B18B0449AEDC12EDB5ACDCCBFE4A /* RCTNetworkPlugins.mm in Sources */, - 43BABFD4AC1D1AADB89A572164C99920 /* RCTNetworkTask.mm in Sources */, - 5D7DD5459B675F408532FA06A2187635 /* React-RCTNetwork-dummy.m in Sources */, + 9307396B4ADA5CC798FF0884900FC572 /* HermesInstance.cpp in Sources */, + 6068983DDD1A40F8FF987CE6E0497CA0 /* React-RuntimeHermes-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A38D141C6D566F7C75A623090172BFC3 /* Sources */ = { + D7947EFE7F3FB4DC3C5D40A004FDCB6B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C58539D500B3AF81962AFBB43991FA25 /* NSDataBigString.mm in Sources */, - EBA9F8D6F476DC14D0A44E3426DD8F7A /* RCTActivityIndicatorView.m in Sources */, - E1E156A0C2E84C578E77EB715767DBDA /* RCTActivityIndicatorViewManager.m in Sources */, - F4B0DE01953ABC69613D46E5CE99FEC4 /* RCTAssert.m in Sources */, - E1F1EDAA171D0FF25B40234C2B230DD1 /* RCTBorderDrawing.m in Sources */, - 57F1C5C63A76622DF78B8D0DF9D587E7 /* RCTBridge.mm in Sources */, - D7B6E2EBC83E03AAD6A276C666DEFC36 /* RCTBridgeConstants.m in Sources */, - 777F034B96EC57A1641D86151B8FEC28 /* RCTBridgeModuleDecorator.m in Sources */, - F79BC4BCB931D26AB8663876072B8908 /* RCTBridgeProxy.mm in Sources */, - 55201C1D8210FC70A4721E8404B80A8B /* RCTBundleManager.m in Sources */, - AFC45934BC8DAB15A2068FFE596F794E /* RCTBundleURLProvider.mm in Sources */, - 430EA3773779E43D7FC9D40A9C4DAFA2 /* RCTCallableJSModules.m in Sources */, - E38A09FBF51F57B3548D599E6D85A30D /* RCTComponentData.m in Sources */, - DC8E880068EA89B4FE1D541124D8B3DE /* RCTComponentEvent.m in Sources */, - FAC66E2D023CFA5DF258359C7816329C /* RCTConstants.m in Sources */, - 2CA92CE79FB5584609166100D75ACFAD /* RCTConvert.m in Sources */, - EFF1EF2A79B3FBE41502A920474E9C65 /* RCTConvert+CoreLocation.m in Sources */, - D12D4AC72C417924F4F68FFEB0F1C4A7 /* RCTConvert+Transform.m in Sources */, - D0F8A3B8E9D347039D33A2F073A15F59 /* RCTCxxBridge.mm in Sources */, - E2095F306C8EDE6BC16746B5402DB87E /* RCTCxxConvert.m in Sources */, - D27DC9EE3420A091E787EA7566492454 /* RCTCxxMethod.mm in Sources */, - DA08A2CC860D4A93223265F6FDA648BF /* RCTCxxModule.mm in Sources */, - A7B3A1FE628FE2FFF85AA59B447A0A70 /* RCTCxxUtils.mm in Sources */, - D0FD3819F29B2876E8E85A4E7355F184 /* RCTDefaultCxxLogFunction.mm in Sources */, - 087434256FCEE76290FA5367FE7C5F66 /* RCTDevLoadingViewSetEnabled.m in Sources */, - 9AA43AECD984523A9B2331350D2F5E1A /* RCTDisplayLink.m in Sources */, - 1542B4EB9D8C03D7F8A071FB0A2613F2 /* RCTErrorInfo.m in Sources */, - B00F0312F86C2B59F2314799320E9E56 /* RCTEventDispatcher.m in Sources */, - 14353EE2A80A3811CDFB58679F2291FA /* RCTEventEmitter.m in Sources */, - 74826C5D775266A30EDA6C642648D896 /* RCTFollyConvert.mm in Sources */, - D3F6B7E6A8F2BDF48EFB09866D2E2F78 /* RCTFont.mm in Sources */, - 230FDB9FA6A896179678292F76967556 /* RCTFrameUpdate.m in Sources */, - 6D0A3F0AF88C027585781FA1BF8B9630 /* RCTI18nUtil.m in Sources */, - 92450DDDB321EFB843A5CE07E5D15CA4 /* RCTImageSource.m in Sources */, - 92607DF6C0ACA9791FF6821426295E4D /* RCTInspector.mm in Sources */, - 11F275937DBDA5517C9ED7D0FB818723 /* RCTInspectorDevServerHelper.mm in Sources */, - 08B4917BAF4CDF711072628FA3C547A2 /* RCTInspectorPackagerConnection.m in Sources */, - E17DE8EC9788F5A5BF39CA37F8313CA4 /* RCTJavaScriptLoader.mm in Sources */, - 712DA2BAC5B8F4B1A0B33C49A59D1EE3 /* RCTJSIExecutorRuntimeInstaller.mm in Sources */, - AE07AB8055895636A9CA155DFA7E6BF5 /* RCTJSStackFrame.m in Sources */, - D41E834158E9B2B77EB858D5EFB1FE92 /* RCTJSThread.m in Sources */, - 0E5C36D97C7337ABCD8897D1B33CD127 /* RCTKeyCommands.m in Sources */, - CD9581262F093681000D0C9F32E2309E /* RCTLayout.m in Sources */, - 6485574442FFE92CEEEE84C1B6771A98 /* RCTLayoutAnimation.m in Sources */, - 7F8BB25BAD8646E4B69051DC95C6E433 /* RCTLayoutAnimationGroup.m in Sources */, - 932C12F018D20AFDCC3D0ABBA7DFA3BB /* RCTLocalizedString.mm in Sources */, - 87961F4CC5796713319D3D4007B16319 /* RCTLog.mm in Sources */, - 2B0ED3B017922A5BEE3798D697F16411 /* RCTManagedPointer.mm in Sources */, - ED29B2ADAABF80DE419DC5DF9C8951A6 /* RCTMessageThread.mm in Sources */, - FEE02330461EB7A1341C7677F39F6527 /* RCTModalHostView.m in Sources */, - A23C6F965C61296AE0C600E2C0870198 /* RCTModalHostViewController.m in Sources */, - B129DD4BD653526FB5ABFE1CE44CD5A6 /* RCTModalHostViewManager.m in Sources */, - 440BC7E9039E1DBD3BBDE279709ED22A /* RCTModalManager.m in Sources */, - 08EF7F8D514CED669A7BA683179CEFCD /* RCTModuleData.mm in Sources */, - 467D4D0F82B002CF35B46C7221E97828 /* RCTModuleMethod.mm in Sources */, - 8F78073E2FEFE76147E3FE24D46B3ED0 /* RCTModuleRegistry.m in Sources */, - 48EC83745189050A35B83D203BE348A9 /* RCTMultipartDataTask.m in Sources */, - 7ED6DE6191A50651C2D36148B1C6A73D /* RCTMultipartStreamReader.m in Sources */, - EE2AFA5D64955484F4B05E8E7E708481 /* RCTNativeModule.mm in Sources */, - 696A35A75C84E0BDE25983E0DDC8F425 /* RCTObjcExecutor.mm in Sources */, - 2F8688FC7CF4377655154CAC6846F316 /* RCTPackagerClient.m in Sources */, - FEA54D49EB9FC7AF937898A12548CFDE /* RCTPackagerConnection.mm in Sources */, - F0BE0058303F5FD71640943DAC988BA1 /* RCTParserUtils.m in Sources */, - 391A2E52ABF2D455E32344153A58D166 /* RCTPerformanceLogger.mm in Sources */, - 790D7BC16EEF1A6A1723B569BE465EF0 /* RCTPerformanceLoggerLabels.m in Sources */, - CCD344268F5C52A360B7BB5F3AC8DBB9 /* RCTProfile.m in Sources */, - 456DCD1E6050C4491B2409B63818AD4F /* RCTProfileTrampoline-arm.S in Sources */, - 34F3CF12647CCB7B03DF37F930C07062 /* RCTProfileTrampoline-arm64.S in Sources */, - E0A471F9CA810ECBDAEBE9BA3A9D360C /* RCTProfileTrampoline-i386.S in Sources */, - 53FEDE9240E8D058106C0E13D332AC25 /* RCTProfileTrampoline-x86_64.S in Sources */, - 43CD0B8BB361E8B4BCB7C2D58AAF4631 /* RCTReconnectingWebSocket.m in Sources */, - DE03BD81A2F2D23B6268FC02465A497C /* RCTRedBoxExtraDataViewController.m in Sources */, - 73945E14C088E2209E00ADF042EFA8C0 /* RCTRedBoxSetEnabled.m in Sources */, - 0B06701483682CD9E66874D666A15481 /* RCTRefreshControl.m in Sources */, - A9F8B19BA0B5BBC05F337297EC3AA57E /* RCTRefreshControlManager.m in Sources */, - 3F65CD69C68825EED6DC48033D556E38 /* RCTReloadCommand.m in Sources */, - 304EFA096277CEC8487BA7988C32BBEC /* RCTRootContentView.m in Sources */, - CA097A4E95EBB1A8274B3EAA9F02848E /* RCTRootShadowView.m in Sources */, - 07D043ADB72E532EAA34FAE46458CC8B /* RCTRootView.m in Sources */, - 7EFD3B5B48DE336AFD44DACB5C2218FE /* RCTSafeAreaShadowView.m in Sources */, - B707AB9F5C396B9D15E77936F426BEBB /* RCTSafeAreaView.m in Sources */, - 7D23EC2B34BE26B2D226E268031838C8 /* RCTSafeAreaViewLocalData.m in Sources */, - 992C22B347BCBE7A5196B79897212F02 /* RCTSafeAreaViewManager.m in Sources */, - A231CC2F226F24A26ADEB406A13422B9 /* RCTScrollContentShadowView.m in Sources */, - 5652BC2A8BBBCE5B5202EE718CD86720 /* RCTScrollContentView.m in Sources */, - 1FCDB105691033B5D1E4A63E0B3E4494 /* RCTScrollContentViewManager.m in Sources */, - 463E10E1CBD7F525056AAEB6446A3E23 /* RCTScrollEvent.m in Sources */, - CA35CE93C5B4290801EF43AE9679FBD9 /* RCTScrollView.m in Sources */, - 546519E8A856726EC97C1DECFFE0ADE4 /* RCTScrollViewManager.m in Sources */, - 0E3B71F142AB3A54F06DF9461AE90220 /* RCTSegmentedControl.m in Sources */, - 9F1641E88602EB3814B79576B62DC675 /* RCTSegmentedControlManager.m in Sources */, - 98DA8FA7D08849B235A35C563AAF0010 /* RCTShadowView.m in Sources */, - D7F9B7C4CF95D3112E33E22BBD8BCCFF /* RCTShadowView+Internal.m in Sources */, - E96B9C2B78BF773A52ED70D7B6D6071C /* RCTShadowView+Layout.m in Sources */, - CD652BF82D67297CE2CC05C21BA6362E /* RCTSurface.mm in Sources */, - 3378E31B069CF8FA71A7135DE885E868 /* RCTSurfaceHostingProxyRootView.mm in Sources */, - 14D9F7287A4E6B9943B15B1DF12657EA /* RCTSurfaceHostingView.mm in Sources */, - 5152574406397DEE9CDE4E620BE352A2 /* RCTSurfacePresenterStub.m in Sources */, - F65DAA57AD89B7FE7F3A39D6EC565B8C /* RCTSurfaceRootShadowView.m in Sources */, - 07A67CA207A21CC933672C6F3874478F /* RCTSurfaceRootView.mm in Sources */, - C8B91223C200A704B7655B2AAE81EA9F /* RCTSurfaceSizeMeasureMode.mm in Sources */, - 631B02E8C17D018897C4425A9FA1402B /* RCTSurfaceStage.m in Sources */, - 3A56474E3E79EFB412E1CC86CDBB8A3A /* RCTSurfaceView.mm in Sources */, - 8523AA705F9D13D90A03B865D64EC897 /* RCTSwitch.m in Sources */, - 0C28D571FBF1CA5F52548823485DDBA1 /* RCTSwitchManager.m in Sources */, - 2B321F14DBEE6C76A05BA849D8D0C47C /* RCTTouchEvent.m in Sources */, - 4320B6535A73C321AB760AF174600261 /* RCTTouchHandler.m in Sources */, - 519C18B5954FBD648E479DFC60D9A99C /* RCTUIManager.m in Sources */, - CAC8B5A189290AF4483A2D846B6E7332 /* RCTUIManagerObserverCoordinator.mm in Sources */, - 445BA33B0298531A99DBE1F27AD4752E /* RCTUIManagerUtils.m in Sources */, - D031036FFFD0D4FBA2DC5B4AC8EA25BF /* RCTUIUtils.m in Sources */, - 3120F0A1B0B6A5F481F119FFBDA44FFB /* RCTUtils.m in Sources */, - E3706282FF58B1F5181B98894AF99513 /* RCTUtilsUIOverride.m in Sources */, - 95AC0BA7DA8BC40E0AD5A88A7E4FEE86 /* RCTVersion.m in Sources */, - 71A18E43D18BC875DB293112476C9E73 /* RCTView.m in Sources */, - 8D2CD370AA13D9440CD03347F62CC9A8 /* RCTViewManager.m in Sources */, - 504D95EDBBA1514E2EE25442BFDFA4B0 /* RCTViewRegistry.m in Sources */, - A180DB05945C63B1DEEEF89C0F238DBD /* RCTViewUtils.m in Sources */, - 13C0BB151E4B2EBE66ED16A096660A31 /* RCTWrapperViewController.m in Sources */, - 32DDD694D877315A104EF45C91133A4E /* React-Core-dummy.m in Sources */, - 44EE1A6676A1191E23B7F928FA941C23 /* UIView+React.m in Sources */, + 26D3F78DBA25B5DB3A22E10497AFF723 /* ImageManager.mm in Sources */, + 083E2C962EA0D5E14FEA17B782E3AF09 /* RCTImageManager.mm in Sources */, + F9FBD5F032C5E741A03EB97EB74867A9 /* RCTSyncImageManager.mm in Sources */, + 21923AF5A501E8D2C01033B9DCACBBAE /* React-ImageManager-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A4A30BF396EA9EE8D5940B4AE8BCBCA1 /* Sources */ = { + D920D245547BEED30EC5DBD60571CFCE /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 35D05877996CAB21E4D04E2739D87DD1 /* Color.cpp in Sources */, - FC7C65ABA2163BD03407C3467737CA78 /* RCTPlatformColorUtils.mm in Sources */, - 1510BC27A8D97354BF56728BFD23C85E /* React-graphics-dummy.m in Sources */, - D43AA746D3900573A183C3BE002EF7AA /* Transform.cpp in Sources */, + DA550251907D606E20F2DED4C4EE56AC /* Pods-WatermelonTester-WatermelonTesterTests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - AA98BF27BED95548DE67DFA67353325C /* Sources */ = { + D9A2B97E596F0A5364FC6BDF8ACC69ED /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 823D574DB022065F2438B27AF933C1C3 /* RCTLinkingManager.mm in Sources */, - D7200423B8B067D973C669C926C2941A /* RCTLinkingPlugins.mm in Sources */, - 9B355740AFF7950A2DB3EA94E0440D9E /* React-RCTLinking-dummy.m in Sources */, + 932C4B72A39D5E4B28B11735AEC65689 /* React-featureflags-dummy.m in Sources */, + 49164C701172F6D49BDA9C836C294A82 /* ReactNativeFeatureFlags.cpp in Sources */, + B62B1C3E71BEAC7656E3F16525E73238 /* ReactNativeFeatureFlagsAccessor.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B4C68467108554688BFB68EB4228C131 /* Sources */ = { + E808ECED1A5E1EE47280499780E79451 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - DF54FB02DEC6E3458BFF3B2CB007E57B /* React-debug-dummy.m in Sources */, - D11F9027DB6DB6AE9612FB34F84B3E28 /* react_native_assert.cpp in Sources */, + 6E04193FE94D6D98EA1599FE3589B5C5 /* bignum.cc in Sources */, + E99B6103EBDB6840C784DAD2CED495E7 /* bignum-dtoa.cc in Sources */, + 0F406AD78F915630431DD8A720AEC4D7 /* cached-powers.cc in Sources */, + 454DEEF08195B90C4524D609D9FC08E7 /* diy-fp.cc in Sources */, + E71D9D6FB89A2C9AE52FE7C5A3C475C5 /* double-conversion.cc in Sources */, + 97787CD6E0C072679EE338808F2F63AF /* DoubleConversion-dummy.m in Sources */, + 89838E50A5FAC6006B7986F7130E99C7 /* fast-dtoa.cc in Sources */, + 4475E12EB41862981DF3C41487CCB246 /* fixed-dtoa.cc in Sources */, + C1A8B83142B9F3C7DC02D5E53BA45AF8 /* strtod.cc in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B54D139CF59C9C3827D6C7CD605726F0 /* Sources */ = { + ECB360B46269645988A5FEF752B07CE1 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - ED539518F230525E6F03820799DF80ED /* fmt-dummy.m in Sources */, - E95B379D75BF777C13BE3BFFFF64DB64 /* format.cc in Sources */, + 36CBEE8C52A61FE395F052C9B267A290 /* NSRunLoop+SRWebSocket.m in Sources */, + C214AD1E1FFAAD2EBCA4A756CCA4A07D /* NSURLRequest+SRWebSocket.m in Sources */, + 81DA215A55827E4BA0DF542A3DB8E001 /* SocketRocket-dummy.m in Sources */, + 8964DA67716421A13752C604BC9590A2 /* SRConstants.m in Sources */, + 09D9EE11D46CB94FAFBB54DFAED6C44E /* SRDelegateController.m in Sources */, + C95402DE1ECEBACD3DDE1B93F5D50453 /* SRError.m in Sources */, + EA929F09DE084CC45B3450DC9D78B195 /* SRHash.m in Sources */, + 8757125933F9FB281B0CA8D92413FD2A /* SRHTTPConnectMessage.m in Sources */, + 7E4AC7154C2CE9CDF1093FA4152CB996 /* SRIOConsumer.m in Sources */, + 5557EE5C694F55EA80C743211988494B /* SRIOConsumerPool.m in Sources */, + B3D418B8ABCCAC66082A0DD9C03B9628 /* SRLog.m in Sources */, + BA893830D9B18AEF81EDECAEECF9F495 /* SRMutex.m in Sources */, + 224015C78F407E1AF6FB0BFA6A88B60A /* SRPinningSecurityPolicy.m in Sources */, + 74C33EA812E975499F57B54E5A3793CB /* SRProxyConnect.m in Sources */, + 2E73C529F9D90E24C3A1865022C1349F /* SRRandom.m in Sources */, + 82A49A43173CFB3AAB84B2A4DBFAB89D /* SRRunLoopThread.m in Sources */, + A42C6A17F4D0042FBC3D655E31C73C15 /* SRSecurityPolicy.m in Sources */, + 3DE173A4880B25D444AEB95AA2B085C0 /* SRSIMDHelpers.m in Sources */, + 191AF4701921B0FFF6BBFE9DEA53594C /* SRURLUtilities.m in Sources */, + D7C2C28BD650E3478980431139788E33 /* SRWebSocket.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B55237EC53155BFA03CF161141AD3607 /* Sources */ = { + FBEB4901EDEA337A12D49832C0F1509A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83B04920AC16B9700755A2C900BDDEA9 /* RCTAdditionAnimatedNode.mm in Sources */, - 6E7807353FFB559EF70FC8FACA121F9C /* RCTAnimatedNode.mm in Sources */, - 366862686B048E7ED60ABD9E716263BA /* RCTAnimationPlugins.mm in Sources */, - 9E5CC9068068AEEE85A939C4325AA9FE /* RCTAnimationUtils.mm in Sources */, - 2295FEE7A5A66370D357064BA9403065 /* RCTColorAnimatedNode.mm in Sources */, - FAF38EBC2DF8720D99396182CC3217A2 /* RCTDecayAnimation.mm in Sources */, - C9F0B83054B1C4565B2BF7CA3CA4A839 /* RCTDiffClampAnimatedNode.mm in Sources */, - E9B7BE6A951B82022AC9F6940D198498 /* RCTDivisionAnimatedNode.mm in Sources */, - 33D1063155CDEC43566A4CB4E46E7827 /* RCTEventAnimation.mm in Sources */, - 682463885BE72D7D0BE43E682ABD7730 /* RCTFrameAnimation.mm in Sources */, - 0225C22FE208C214178D738DA9F98871 /* RCTInterpolationAnimatedNode.mm in Sources */, - 002E50EAEF5B497F179A87798375193A /* RCTModuloAnimatedNode.mm in Sources */, - 3109F59F6DBD0450C1BC87021051B270 /* RCTMultiplicationAnimatedNode.mm in Sources */, - 763AE94CBFFF7D101FBF4A11FD7122DB /* RCTNativeAnimatedModule.mm in Sources */, - C9B81EA720D3E0A98F9C2B2EA459B68A /* RCTNativeAnimatedNodesManager.mm in Sources */, - 63FF6D91308578B9A7783FA3FF644EC8 /* RCTNativeAnimatedTurboModule.mm in Sources */, - 69E1D2BEDD4B3CFC034361DA69AA6C8E /* RCTObjectAnimatedNode.mm in Sources */, - 2101DDE7719FC7046478FADD4CD5BBE2 /* RCTPropsAnimatedNode.mm in Sources */, - D0061DDFE013432D3126AC717DF107BB /* RCTSpringAnimation.mm in Sources */, - D5C187D7EA262C169DADF2FE16A0E7AE /* RCTStyleAnimatedNode.mm in Sources */, - E6265AF153ACFC2692BBCCD0A0A3307A /* RCTSubtractionAnimatedNode.mm in Sources */, - B9D218AB680F0BFC9759839B72D6E0B1 /* RCTTrackingAnimatedNode.mm in Sources */, - 54CA88631F065057F92FACFA186C4F9C /* RCTTransformAnimatedNode.mm in Sources */, - AEE9F78769DBD5FB90F3262C4B85AE93 /* RCTValueAnimatedNode.mm in Sources */, - F073C112F0D1B4F5DC7A23CA3332D7F7 /* React-RCTAnimation-dummy.m in Sources */, + FFB0AD6EF400000E5DB3695E6D232D13 /* Color.cpp in Sources */, + 2F026ED16EAEA90F157701D8481A9FAB /* HostPlatformColor.mm in Sources */, + E5BA12AB6988A4F766D4BE419C785092 /* PlatformColorParser.mm in Sources */, + EC8695E06B4FF360C0D7764B5419727F /* RCTPlatformColorUtils.mm in Sources */, + 73027B4FD5ADD813B85FBC3D74837FE0 /* React-graphics-dummy.m in Sources */, + EE0C008A89AB0B833235FE60CBDFD831 /* Transform.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - BC9D5D34749A7A7BA7B3E8BAA001423B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1AA0576DF9AF85EFA7E299D94B5C3B82 /* MapBuffer.cpp in Sources */, - 04DA5067488F0CEF42FA792DB385DE48 /* MapBufferBuilder.cpp in Sources */, - 5BCDE01BA0D17F0DAD52430823D76AE3 /* React-Mapbuffer-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 00631E47E14621AE9402D0DF95F1ADA8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = B833B6E10AB7E3C290E1FEF08CB30A4D /* PBXContainerItemProxy */; + }; + 0113A1D7CEA7572A46417194D8E8C43D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 42FB8544361ABBF9AD8C4C00BE603100 /* PBXContainerItemProxy */; + }; + 0128B3961C62E0B77D199FEB5E91876A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RuntimeApple"; + target = 91D38B18A4E42B1622B83F450706C2F5 /* React-RuntimeApple */; + targetProxy = 489C8E3E3F5C65782BA9904E88317584 /* PBXContainerItemProxy */; + }; + 01EB13A513D3A65364DA674E0BA7F7E5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = EE1123BB0790B159E0219DC27196EAAD /* PBXContainerItemProxy */; + }; + 0292965509627A85A8FD7E309BC9D1E6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 402D782A605F7C3F6A1DF1E51ADD1ACB /* PBXContainerItemProxy */; + }; + 029FDFA394268EAD139F31F647DCC156 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 77392EDC06BFD0919392085F508634CC /* PBXContainerItemProxy */; + }; + 02CCFE27A24A08DAADC1299A08147AF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTFabric"; + target = 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */; + targetProxy = EC85AE697848BE48B6F09210FF86EC9D /* PBXContainerItemProxy */; + }; + 033916D526C1A889561E0F74D3D0ACCC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 9B17177FFD8673933D9AE3E550401161 /* PBXContainerItemProxy */; + }; + 03760D1433D73CEC24F9E58CB14B1F18 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 2CABC33625B79BE358899318EC118B55 /* PBXContainerItemProxy */; + }; + 04387AA90E58CC1C09497D9FA32A54B4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 31F652266E48E74C758B9C69EF3CD90F /* PBXContainerItemProxy */; + }; + 05373A03C28AF0BD3A139E9C7F172F96 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 97012073F5E77B63FDFB697A4A57C498 /* PBXContainerItemProxy */; + }; + 05A4535BB70AF398463F378248BBD162 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTDeprecation; + target = 5211B5AB7B81060AA8E78614DD75D3AB /* RCTDeprecation */; + targetProxy = 7396E7BB1E1E864764B1A04E411A22AD /* PBXContainerItemProxy */; + }; + 06E63CD166A9DB8EAE8D17835AAAE714 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Fabric"; + target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; + targetProxy = C1DD7823D300707FC9C52212F93B32DA /* PBXContainerItemProxy */; + }; + 070075A664C526AA369CFF1C8F480565 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 33DBC0FBD8A36E91BF0D798BC0FD460F /* PBXContainerItemProxy */; + }; + 0717C5A3C0BEAB0160A75C5D66B42470 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = AE45C8D28B14130F12EC5C170DA2B7AA /* PBXContainerItemProxy */; + }; + 07309250446D5F55252BEAAE50750CF8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = D93CC2B32B540A9EB1BD1841FD97DF47 /* PBXContainerItemProxy */; + }; + 07705C923CD5F83B049E084E95B356FA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = 135C6D27FB0B505651E80CFC705195AB /* PBXContainerItemProxy */; + }; + 078D793D92DDA63E03BBEE73F963EED7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 0DF13E7D33E4641BF3808510F4CD10FD /* PBXContainerItemProxy */; + }; + 08937C84140770B35EFCC5226B442C3C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = EACA86167645B5C3ADBDA0097D75461F /* PBXContainerItemProxy */; + }; + 08E1EB80F89F0EB0DD4B2ADE9C460526 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 2FEFCC000DB45DE8C15B1E1827963871 /* PBXContainerItemProxy */; + }; + 0947843414EAF9A018C3EFF21E80AEE1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 338D244FA8653B3233AA255D4D1925CC /* PBXContainerItemProxy */; + }; + 09932F9978240BC9960426479302DD99 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = boost; + target = EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */; + targetProxy = 944A26AFF7616415AC12303FFE76129E /* PBXContainerItemProxy */; + }; + 0A169625F636FE1C73F0208237690740 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 3096A1AE919BEDEEAA93EBC59209A823 /* PBXContainerItemProxy */; + }; + 0B0B81E7C13C29E62916D264A25EA64B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 6AB1F4BFD6B96C93DA1B7CD8F20A79C1 /* PBXContainerItemProxy */; + }; + 0B8F0AF300F008781318143A4023937B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-hermes"; + target = 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */; + targetProxy = 528B726925AA1576C46D6FAB03891176 /* PBXContainerItemProxy */; + }; + 0BEDBF63C3E4E541C8B0B6D741C05866 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = AD65D943B25FB162F127D788B3B7414F /* PBXContainerItemProxy */; + }; + 0C2CAC5C2695689B85F032B736C68BB2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 6978B0EF9BF761495B5E4F97D979BEB2 /* PBXContainerItemProxy */; + }; + 0C5451BA2A75717532FFAD7F482792BE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = 437ECCE96742319D859D14A7A0DCC529 /* PBXContainerItemProxy */; + }; + 0CF51DBE402DD4D1816769A2AAC680B6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = E77D75EB8A5E3950C1D5870DC0615F3C /* PBXContainerItemProxy */; + }; + 0D6352E2424F6FC499B3B35657C6AD1B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = boost; + target = EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */; + targetProxy = C2A4DC273F4357B0C430FAA2E640C336 /* PBXContainerItemProxy */; + }; + 0E1A0EB88D2733A057A54100BC106B59 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = A5B19FE633CD3598242AF5724C8D0208 /* PBXContainerItemProxy */; + }; + 0F774A9A211B184E15151EBE1F7117FE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = FA61B1CBE12C5E6B493717A35DCAC02E /* PBXContainerItemProxy */; + }; + 0FBC712AF9FD73F622F4DBEC577E97D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = A6BA9A6BD8EA1A3C362C27947713ED7A /* PBXContainerItemProxy */; + }; + 0FE5A051E0A746490490C86E7859144D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 55742B771D95D2D70CE4E7DF35415F5B /* PBXContainerItemProxy */; + }; + 1097020EF71A5B0AE4AA8A3C3B539274 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = CE32EDC6F22FAF26BF32FF9864DBF404 /* PBXContainerItemProxy */; + }; + 10A2F45C3B581D6E8F38A104C850F7D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = CFA19FA3F85DE79CCD37BCCD68515599 /* PBXContainerItemProxy */; + }; + 1160DC25251A334CDE35D5BE053E7EDF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 9B1FF7A4C16CAF1E413DCF4BF011434F /* PBXContainerItemProxy */; + }; + 12A0E63E2D9A8A38283E1A96C9BD9771 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimeexecutor"; + target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; + targetProxy = 9B4885D4819D4BD1CF3E930B405AAB10 /* PBXContainerItemProxy */; + }; + 12DA8B08C376D6BDB2C5EA653BDD2EC0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = B55F062B69D12DE3FB7C6C27877E9D6C /* PBXContainerItemProxy */; + }; + 133D9E2D3816395D8F6B4051D4CE1EDC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 531F38502E184028FEC2387DBD9F5A3C /* PBXContainerItemProxy */; + }; + 138FBE9E6A7F8DED026A2B9010A3D5F6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimeexecutor"; + target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; + targetProxy = 447510A29A4CA824A55F4762DE64486E /* PBXContainerItemProxy */; + }; + 13D61D46C1B23D15B361E0C6A887C141 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 5F9ECC8664AEFB7D24B15E1ABEBDCD7F /* PBXContainerItemProxy */; + }; + 13D7733D4877955DA3776E3CC8436E48 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Codegen"; + target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; + targetProxy = 7089361FEE21B329190B5FB28FA6C854 /* PBXContainerItemProxy */; + }; + 14722F8716DB7B6FDF9830625EEAE9C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 3D499367E58E5470425EDA61A0B51FBE /* PBXContainerItemProxy */; + }; + 14D203B01203E84A63E3011F1E3ABD41 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Codegen"; + target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; + targetProxy = 788F525F7864E34BCFE6BA0BC508EAA7 /* PBXContainerItemProxy */; + }; + 15511602B9CF0D9CAB1BFF716AC1577D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RuntimeCore"; + target = C7F600C052808C7C987C26EC74B3A290 /* React-RuntimeCore */; + targetProxy = 8F4D9EF766DC665762826021BF5B3634 /* PBXContainerItemProxy */; + }; + 15CF3848FA8FF276A0AC4494AE7A2C94 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = D90130736CF11060AA5F3044DC0B78F5 /* PBXContainerItemProxy */; + }; + 160B671DE8C758C317C529472EAE84AC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = C539F15154AF65EF5205178A0B981D18 /* PBXContainerItemProxy */; + }; + 17140E0E193C64A3A7403F68D30A8468 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Codegen"; + target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; + targetProxy = 9EA4F6BD0A3AE917E71F8807C80DB748 /* PBXContainerItemProxy */; + }; + 174B2196BBC1B8032462868D2D2D378A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 7AF4C2BA2D63C5F0125DB0C240A10756 /* PBXContainerItemProxy */; + }; + 177E6FD6E10FEA6715CEF6E76277104F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 4B134C8FBCBB969A1215D405FA8F1A10 /* PBXContainerItemProxy */; }; - CAE48FCDF7FE21CA1CFC86FBC0FC8BAF /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2E17868808E562A3EF6147B6D91F6A04 /* RCTBlobCollector.mm in Sources */, - 85C5158E6DA4B10891C4579AEF014B15 /* RCTBlobManager.mm in Sources */, - 860D6CEE89F6051478D0274914BAB306 /* RCTBlobPlugins.mm in Sources */, - 7FEBCE3C4293AA638AC78095E1C155CE /* RCTFileReaderModule.mm in Sources */, - 54867D2074C0A75C1C049CB256BE4054 /* React-RCTBlob-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; + 18A0596FF4266A184879BD59B9836B17 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-CoreModules"; + target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; + targetProxy = A1EE308B2938947861CD549712D6075F /* PBXContainerItemProxy */; }; - CBFB16ABCE9F8233125375837302E796 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D216C3044D69C9FF6DF65D50CDD3C5C6 /* DebugStringConvertible.cpp in Sources */, - 77995204C019D310FDDBE7BFE969BC44 /* DebugStringConvertibleItem.cpp in Sources */, - E5EF68E437F58FA863F6A88F64BA1ECE /* React-rendererdebug-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; + 19223623503FAA1FAF8E103C15438676 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 08DDB51BD53715626AC1CFA447E04B23 /* PBXContainerItemProxy */; }; - D0DE0544BB412C802C464D95EDFC39F0 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 756A850C32C8B587B73580F8DF4FE88A /* JsErrorHandler.cpp in Sources */, - ADF4E98B1880940581615EAC8518AEFB /* React-jserrorhandler-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; + 1B6C878FFCE771AC50BC4961B0F87EE5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = FEFEC4A876DE93DA3E16A9AB06227889 /* PBXContainerItemProxy */; }; - D1202C3D02DF9700D0D4DCD19E09F992 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 72C52177A4EB3C2835EF3A49493CBCA5 /* AccessibilityProps.cpp in Sources */, - A4003276474BF2119304A68ADA27B227 /* AsynchronousEventBeat.cpp in Sources */, - 14BB024DE7F4D13F15FD99C219774C6E /* AttributedString.cpp in Sources */, - 6357396F075DC0C768726F5442E14D16 /* AttributedStringBox.cpp in Sources */, - 7C4E937DA3B1AB6820322B0A1EDD8387 /* BaseTextProps.cpp in Sources */, - 7F2C5973FA0CB9CC7B00F41F942AF049 /* BaseTextShadowNode.cpp in Sources */, - 73C4A04F4E5BCE2B835B6A9CEEBDF72A /* BaseTouch.cpp in Sources */, - 75A910387F74358433FF656906FC57D1 /* BaseViewEventEmitter.cpp in Sources */, - 4F7480B5BB9F24B8DC5389F19B1F7995 /* BaseViewProps.cpp in Sources */, - E0B4268F881A2FD6E5F8FFA90627D62B /* BatchedEventQueue.cpp in Sources */, - 530B7A647F1F05368D5F1F69D9C24ADB /* bindingUtils.cpp in Sources */, - 03581E5D4C16442CED4AE12DF16230C9 /* ComponentDescriptor.cpp in Sources */, - 47DEEBE126A00F06FA887DB48387F8E1 /* ComponentDescriptorProviderRegistry.cpp in Sources */, - 90711B763C047A90D4D427F26ECEDCB7 /* ComponentDescriptorRegistry.cpp in Sources */, - BB90CC66AEB201F1AF3AB3EE6C3FF06C /* componentNameByReactViewName.cpp in Sources */, - 517C5E44C6D358E744F3E6378342B45E /* Differentiator.cpp in Sources */, - 8960F8B3DD39985D11AFF57DB5D0D1D9 /* DynamicPropsUtilities.cpp in Sources */, - 7DA502D237BA43735961602E3B25B477 /* EventBeat.cpp in Sources */, - 7FC7FC9A291888D8BE9C901069E56DB0 /* EventDispatcher.cpp in Sources */, - 3E5897FCAD9C447A745132FA2219D9DA /* EventEmitter.cpp in Sources */, - BD42EDEAFE7C194BEBC07B0E8916625E /* EventEmitters.cpp in Sources */, - B6ED4C99B98B99ADD64CBD9D3FAB1DCF /* EventListener.cpp in Sources */, - FA8C7614306EFED98C3A5DB796C829A2 /* EventLogger.cpp in Sources */, - 7432590FE89527FA76ACF67A97A8CCDB /* EventQueue.cpp in Sources */, - 985E05E9EC8BEA26B3174F0DDC95B4A8 /* EventQueueProcessor.cpp in Sources */, - 972FCC6269685F1503A1D124F6841BE6 /* EventTarget.cpp in Sources */, - 70FA16309732A63C94E9AE60168B44F3 /* ImageResponse.cpp in Sources */, - 3374EC640D340155C94C18BB859D9D4D /* ImageResponseObserverCoordinator.cpp in Sources */, - FDF01EF81C69DE48D7CA2AA982E93582 /* ImageTelemetry.cpp in Sources */, - 767068AB3C67ED77650035924716256C /* InputAccessoryShadowNode.cpp in Sources */, - 3616ABDC39CE0AFBB6F0D190A5E4D978 /* InstanceHandle.cpp in Sources */, - FF6A725AD17552D3A213E624802DE4F9 /* LayoutableShadowNode.cpp in Sources */, - 0B15C47FB45D52ADB464C5EC35FAB1D5 /* LayoutAnimationDriver.cpp in Sources */, - C110EBD8C7D90783590DA1559061CBDA /* LayoutAnimationKeyFrameManager.cpp in Sources */, - B25C3699E1918281B8C1BF6C391C1897 /* LayoutConstraints.cpp in Sources */, - 5519EA21C60D2225B439607AE231B71E /* LayoutMetrics.cpp in Sources */, - D8E5BC218951E5217D94ECAEA0341BC5 /* LeakChecker.cpp in Sources */, - CDE64B85EE29F20AFB42B94655DB7362 /* LegacyViewManagerInteropComponentDescriptor.mm in Sources */, - D0D56D050F8EB5F8D76D528678B59BAB /* LegacyViewManagerInteropShadowNode.cpp in Sources */, - 1734E9EEA36AB9539E0426B425C0DE22 /* LegacyViewManagerInteropState.mm in Sources */, - FF567D39355F3B018B689459593E374E /* LegacyViewManagerInteropViewEventEmitter.cpp in Sources */, - F181B0AC165433878DB4C99E0D99D06B /* LegacyViewManagerInteropViewProps.cpp in Sources */, - 32172CDEF7EAB129B663771EF5F124D5 /* ModalHostViewShadowNode.cpp in Sources */, - 3D06DE6375B2C40D5B0FD54932F1B078 /* ModalHostViewState.cpp in Sources */, - DEF6E58D1E786FA2662C3C168658BB5E /* MountingCoordinator.cpp in Sources */, - EF5EF7C6749864AFF559BCD7F246B28E /* MountingTransaction.cpp in Sources */, - 91E84E0D3E7F86FBDF588291D9F2FF79 /* NativeComponentRegistryBinding.cpp in Sources */, - E7922517DCB18E3934A791A1A38689E1 /* NSTextStorage+FontScaling.m in Sources */, - EED305898D80F04D40D9C590B3FE7157 /* ParagraphAttributes.cpp in Sources */, - 927407FAAB40462FD63FE1F281C841D9 /* ParagraphEventEmitter.cpp in Sources */, - E2D7B43FCCBFA3E8ECB56656C4EE32C1 /* ParagraphLayoutManager.cpp in Sources */, - 85CB57B3F08CB7AF9ED402AF02AD173B /* ParagraphProps.cpp in Sources */, - B9FA328024F95DBA0526ED37601D5515 /* ParagraphShadowNode.cpp in Sources */, - 07313AF71D73B9D667A9D99427EE95CD /* ParagraphState.cpp in Sources */, - 97CE748E6387828A42800FD79E43025F /* PointerEvent.cpp in Sources */, - 5008E1E74CA8B7385CC0E9F7B961F981 /* PointerEventsProcessor.cpp in Sources */, - A18186207E21577B9D17C13E362D55F0 /* Props.cpp in Sources */, - 2E76CABB869ECBCA1D2C31721A76867B /* Props.cpp in Sources */, - C9BB126CE779737317FC68AF56BD2B29 /* PropsParserContext.cpp in Sources */, - 72949266F14EFCBAE9B8A4283683AE15 /* RawEvent.cpp in Sources */, - 0744E6CDD2EAA4ED6CCCA704B3F90241 /* RawProps.cpp in Sources */, - BD7E980EEAA817E9B0044095ED7C505A /* RawPropsKey.cpp in Sources */, - EE7FBADE6605694BD64DEFB293604F2F /* RawPropsKeyMap.cpp in Sources */, - 1B9AC139B2A477105566DE00376CC7B6 /* RawPropsParser.cpp in Sources */, - 73E8B3D4CFAB0D8A848BB254816476F3 /* RawTextProps.cpp in Sources */, - A5B9A2D7C8DE8E016E2B70C2C99DDC54 /* RawTextShadowNode.cpp in Sources */, - 7466C6E482D0BDF757796C65D16A6641 /* RawValue.cpp in Sources */, - 32990697FD0CB51F4A9C0EA629534BD1 /* RCTAttributedTextUtils.mm in Sources */, - DC64B2225901B9BBCCD3051ABC9414E8 /* RCTFontUtils.mm in Sources */, - 132BD57DC682A4BF503A59534A25DE50 /* RCTLegacyViewManagerInteropCoordinator.mm in Sources */, - 671CFAAAFF3FAA454D9588937C927459 /* RCTTextLayoutManager.mm in Sources */, - 17F5BCA6D8590F759B3CE4434E828EA8 /* React-Fabric-dummy.m in Sources */, - 554B106EB051945FE7530414888F1F7E /* RootProps.cpp in Sources */, - 780FE674E8E0676EE5DEE556425C0D39 /* RootShadowNode.cpp in Sources */, - 900DB2F1A471E7698D53124CF63AEE03 /* SafeAreaViewShadowNode.cpp in Sources */, - 0507419B28D0B90CE7120D891C184CC7 /* SafeAreaViewState.cpp in Sources */, - BDB6098D7606F0D0F77828FDF222D45C /* Scheduler.cpp in Sources */, - 38D6492B5B9F272B9EFE148658661083 /* ScrollViewEventEmitter.cpp in Sources */, - 1756B87409C0D1BB1C723948CD70772D /* ScrollViewProps.cpp in Sources */, - 9CDF3877338A34E40F90A26FFF2FD5DB /* ScrollViewShadowNode.cpp in Sources */, - 8F7AC8D445FE4E6284F5235DD6F15BCB /* ScrollViewState.cpp in Sources */, - 3C20AE1CCEC2C0303FECDCF6B59C7E6B /* Sealable.cpp in Sources */, - 9518DE31DD2089DC7ECE6035B1B82582 /* ShadowNode.cpp in Sources */, - 0EE6CCFCC514E184B84D9EB9A1E61235 /* ShadowNodeFamily.cpp in Sources */, - 1403CD9F8DA8D44CCB821AB5CFB9F51C /* ShadowNodeFragment.cpp in Sources */, - 33C672C1D3E9D8A39BC70B967BA0E18E /* ShadowNodes.cpp in Sources */, - FE020FC72301024947BFC98D0EBB163C /* ShadowNodeTraits.cpp in Sources */, - 0D1743A4B6792ACBD13116350612233B /* ShadowTree.cpp in Sources */, - E416C544C002BBC366AAD0468A7A6081 /* ShadowTreeRegistry.cpp in Sources */, - 8B1D3D52D6D54977BB5D9FBE69192578 /* ShadowTreeRevision.cpp in Sources */, - 9C211678F95735D3441B995CDD2FD952 /* ShadowView.cpp in Sources */, - 08BD739995C3D74B229EA8B78B11BE64 /* ShadowViewMutation.cpp in Sources */, - 8D20B1C0E84C6AAE62FA5ED26883FE60 /* State.cpp in Sources */, - D337FF81D18671D09BBF5B0A161A3E11 /* States.cpp in Sources */, - E552C43B73BE9C5844F826A191F8C65C /* StateUpdate.cpp in Sources */, - 4F9C696374BDC616403D63F821B395AC /* stubs.cpp in Sources */, - 5D6A84508EFD0EDF64588E97D398885D /* StubView.cpp in Sources */, - 8864C132725C0D98F7A11FC05CCA1927 /* StubViewTree.cpp in Sources */, - 81593CD3ECAE3DB602C46BDB9118463D /* SurfaceHandler.cpp in Sources */, - 1F35C0A1E4A578E2790C0C422529CAA0 /* SurfaceManager.cpp in Sources */, - 71A34081D4B27CA58C3CD273AD65E115 /* SurfaceRegistryBinding.cpp in Sources */, - 1DCEF89009C8DC3EB2E04EA7C2E62D56 /* SurfaceTelemetry.cpp in Sources */, - 71E99267BB6795972C15AE06F14EB89F /* SynchronousEventBeat.cpp in Sources */, - 3FD8E88B9D90083799DE7E19AFCD62B3 /* TelemetryController.cpp in Sources */, - A7221603D258412903056B124B8B27C9 /* TextAttributes.cpp in Sources */, - 85E8A27B7EF8B1C6EC47D3E97ABEF54D /* TextInputEventEmitter.cpp in Sources */, - 28F85511DDCDD119FAE8B62C69BB5342 /* TextInputProps.cpp in Sources */, - 8F1F9AF72E95CF690D647CD6EE5B123D /* TextInputShadowNode.cpp in Sources */, - 0A23AAF64899E5EEB995EE64F5DA32EC /* TextInputState.cpp in Sources */, - E01AC93FCA2594E99A71415FAD855B8E /* TextLayoutManager.mm in Sources */, - D86B75D2C2022670F0142F3FB71D32C7 /* TextMeasureCache.cpp in Sources */, - 5FE140A8D764BB1DDA66A8481BA94576 /* TextProps.cpp in Sources */, - CA707C4FF74E40B53B0357B8B383C7B1 /* TextShadowNode.cpp in Sources */, - D396C55A0366A4F29F09157ADCC6237D /* TouchEvent.cpp in Sources */, - F9B0D11B63D22130F1B17DAC05844255 /* TouchEventEmitter.cpp in Sources */, - 957B842AD040BAD401B105B33D5B2378 /* TransactionTelemetry.cpp in Sources */, - F54744187D156954281FCDC7CA718EC2 /* UIManager.cpp in Sources */, - 23B551C04F50E7257F7EE3AB90CC1B06 /* UIManagerBinding.cpp in Sources */, - E2EE7350162B6196E0A723FDF4054913 /* UITemplateProcessor.cpp in Sources */, - 22ACD91C94D1F86F93223A16812E8489 /* UnbatchedEventQueue.cpp in Sources */, - FEDDA48D6EC5F7E6AF35180E180E5E16 /* UnimplementedViewComponentDescriptor.cpp in Sources */, - F622925CD759F5AAEC78C3805B58E06B /* UnimplementedViewProps.cpp in Sources */, - 61A6CCED84F642C83FC01EA169124784 /* UnimplementedViewShadowNode.cpp in Sources */, - 556FBD64D69CF48E335A630C7D156D37 /* utils.cpp in Sources */, - EFDC256D65F1AC5E712B27507295E350 /* ValueFactoryEventPayload.cpp in Sources */, - BFBD6AE065C95460B11ED9279929719A /* ViewShadowNode.cpp in Sources */, - E7302172BFC5270DAA8EE1263FB2566D /* WeakFamilyRegistry.cpp in Sources */, - AD4AC327E159AEA09EA2400F8A6A3323 /* YogaLayoutableShadowNode.cpp in Sources */, - 23BDAFF9F14F1216E693C9427BFB2341 /* YogaStylableProps.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; + 1BC9C4D05EE6C825BB7F90181F600687 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = DBFC4C49A506639725CD60B7FBF76663 /* PBXContainerItemProxy */; }; - E161F69D8B1A4C08D7B730C25D5E63F9 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - BF2BB878A600964649203CBD1056AFC7 /* JSIExecutor.cpp in Sources */, - 85ECEABBFDD685D55BAFEDDF9AA4F86D /* JSINativeModules.cpp in Sources */, - 71A5CF15100EA9563270C7B315C8F84D /* React-jsiexecutor-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; + 1BE6407519073C758F404A73A903FDD8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core-RCTI18nStrings"; + target = D0DD0961119C95E188122B13F3BF4380 /* React-Core-RCTI18nStrings */; + targetProxy = F0E873B663A5E11DCE0F94915EB97DBA /* PBXContainerItemProxy */; }; - E44EB265A6B605724761E1A4623C3987 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F15E399E76F5A5A668187F19ED815FBA /* simdjson.cpp in Sources */, - 706E95414DE292E092B2825F8EDF5085 /* simdjson-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; + 1D22B6A7210D95C77692184F9DD4DA5F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 696C092D7D2F0C8C73C9FD35C3516D5F /* PBXContainerItemProxy */; }; - E69F4A486DCCBFC451741CC9245750D1 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - C988B4D32693B5A573AF618429D1134F /* RCTAnimatedImage.mm in Sources */, - 443A1FB1D759B045498A0BC2EDD47623 /* RCTBundleAssetImageLoader.mm in Sources */, - 828056595871B1EB099A577B3CD4A6C3 /* RCTDisplayWeakRefreshable.mm in Sources */, - 941FF4A7A9AF04D3A566C6D9D891B49C /* RCTGIFImageDecoder.mm in Sources */, - 44AFA37705CC4F1AFE4EF1CC28BAE2D4 /* RCTImageBlurUtils.mm in Sources */, - F338153B938288F38FB243C84649ECD3 /* RCTImageCache.mm in Sources */, - C9C575E4996ED9D1C54A43ABD58E1F90 /* RCTImageEditingManager.mm in Sources */, - 7F98CDACB0C60DF52B9C3A172F0EE88C /* RCTImageLoader.mm in Sources */, - 24BD5B424CAF30B2994D24858A5CE605 /* RCTImagePlugins.mm in Sources */, - 40752127E69338DC9D65EFED884ABA39 /* RCTImageShadowView.mm in Sources */, - AB5129711CEBC1410E429AE5194A2C4F /* RCTImageStoreManager.mm in Sources */, - 96B9E809F87163D031FE89982FCDEC3E /* RCTImageURLLoaderWithAttribution.mm in Sources */, - C29CE698D1770AEEE3582BF2BA8A1F78 /* RCTImageUtils.mm in Sources */, - 357F2CF2364BD0D531151ED71A9FBE5C /* RCTImageView.mm in Sources */, - 28488932EE757A875CBBDBDE73AA00D5 /* RCTImageViewManager.mm in Sources */, - 8F06957E605E69790205235BA86D6BEA /* RCTLocalAssetImageLoader.mm in Sources */, - 34742DEED492E21154490F6B7861DCBD /* RCTResizeMode.mm in Sources */, - CAB5CF2639C4522DDDFEEB29AA527441 /* RCTUIImageViewAnimated.mm in Sources */, - 291A533236EDA19292BE319BE34479B5 /* React-RCTImage-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; + 1D43516102A3113894F7C492185A8246 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = FED80D2E46769763C5739E2DA56C4340 /* PBXContainerItemProxy */; }; - EB7A2736E204E7A4185598AC7C74DCA7 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - AC42346B2356AB9730EAC892BEA137DD /* demangle.cc in Sources */, - 7D8A60CF4E0B93FA7F00F7C389A37E7F /* glog-dummy.m in Sources */, - FE2EC8E95F9990CE21B852A84EAF857B /* logging.cc in Sources */, - C0F708956F73EA957F6F1953294E9642 /* raw_logging.cc in Sources */, - F701AB98918534694D21C8E563655539 /* signalhandler.cc in Sources */, - FCAECDB6CB5586A1C20157BDD7892EA5 /* symbolize.cc in Sources */, - 3073417C2ECB7D177BF90E22AFC6C3A5 /* utilities.cc in Sources */, - BFE885CBCC245D11059132B28ACEA69D /* vlog_is_on.cc in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; + 1D4397136D2ACA4FB733CA69E77D4E29 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = C23661E7B14F7FAC97B8196253811D53 /* PBXContainerItemProxy */; }; - F2D6BC7D6B23C11D601887F3F569B2F7 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7401679EF529F774E3D57A3A59865E35 /* RCTBlockGuard.mm in Sources */, - DE12EB85307C98FE0CAD8BA50AF28977 /* RCTInteropTurboModule.mm in Sources */, - 958B952831864ADA194B9B9C61DCB266 /* RCTTurboModule.mm in Sources */, - 7491D33863B321D392BD7B422834F5E1 /* RCTTurboModuleManager.mm in Sources */, - 39ED1AE45BA57A6E16A7D6315F4ABCE7 /* React-NativeModulesApple-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; + 22518BD6B6A2937961E29F0F995F94E4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 2D8279F103F61BD0E0316515B2A4FE66 /* PBXContainerItemProxy */; }; - FD28BF81981B648431E83DDC33201B83 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F3075F0E9B3E6F2C833614AD5FDAD9EF /* ImageEventEmitter.cpp in Sources */, - 8CD992E6A65EDDD75A3F4D2A642DBE6E /* ImageProps.cpp in Sources */, - 028FA231C49394D18EAA810422843D37 /* ImageShadowNode.cpp in Sources */, - 7D1AE8ED59B7822BF575A502672F66DE /* ImageState.cpp in Sources */, - C0C0856AD6DE076790CAE88339F32B9C /* React-FabricImage-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; + 226A033C606AB4E273CA075C678DED98 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jserrorhandler"; + target = 27F648AD269E94404D6A7547C4F9C683 /* React-jserrorhandler */; + targetProxy = 9E867B5A451015DC03204207736A9926 /* PBXContainerItemProxy */; }; - FEA72F79BC47125DCB84524FA2B25ED6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2CC5C1BFACB46D59527AA145AD5D3BEC /* InspectorInterfaces.cpp in Sources */, - 727F09B742D6AB937F1C37A2585FE6E0 /* React-jsinspector-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; + 236E756288374E4AE29AC51EBEE02A84 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 4F625582906102063209333EE277CEDC /* PBXContainerItemProxy */; }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 001637566A45064081F03A4759250E07 /* PBXTargetDependency */ = { + 238930CCE2A68E41AED023158D9FD867 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Codegen"; - target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = 8F573C411A705CFB16606B2C244E8F8E /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 139B8D68D2E558E28083C605874A0BD6 /* PBXContainerItemProxy */; }; - 014D048902976C98DA2556ED979C64F7 /* PBXTargetDependency */ = { + 23C94FE2112CC614AEBB66ED42CF2EAE /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = AD7D206CFA1395C9F3FFB39FD13E4F91 /* PBXContainerItemProxy */; + targetProxy = 2D200046FECD427C246D4E124454B60A /* PBXContainerItemProxy */; + }; + 23E56A592552C6624E530ACD1C05CB3E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 988C8AFF6DCF1A105E13A420302F1153 /* PBXContainerItemProxy */; + }; + 23F0D83A18F9832E29B22D2DC676614A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 1FBDF52E2B645612778A2C4BCAF5EEC0 /* PBXContainerItemProxy */; + }; + 24EFCC54EF18A579A7C27EB7D2ED4DB1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 1AC57A05EB292291B8BBEB18785A89FD /* PBXContainerItemProxy */; + }; + 2504A251E75872D0B920F87A736CA6E3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 61A7088DDA0CCE984A0F70AEFF5F251B /* PBXContainerItemProxy */; + }; + 25F8BC2FB5A20C0155607D43C0D83122 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = E805BB9AA384D87FA227760D8A9A9768 /* PBXContainerItemProxy */; }; - 020CDBC3295D6793F54A05E81C9976C2 /* PBXTargetDependency */ = { + 26A8AE3C7636B091780A815018FD8E52 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 9E79D8F99A81A9D6EC6B5844395B73F5 /* PBXContainerItemProxy */; + targetProxy = 3FA3F4824D892562720F7C1FE88A3FA3 /* PBXContainerItemProxy */; }; - 0222310EAC635E46B376D6C16ACD1535 /* PBXTargetDependency */ = { + 271AA5BE14F7B51FA70504F013807BC0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = F96F2A4C5F5C7C36CF81BA6BB0A2467F /* PBXContainerItemProxy */; + name = "React-RuntimeHermes"; + target = 0EF07AE1AD53436E8D2B9B0086EA0163 /* React-RuntimeHermes */; + targetProxy = 28996E64427C63ECE41813C12F1D9F45 /* PBXContainerItemProxy */; }; - 025B8C93E7130662D95BF8315ABF3953 /* PBXTargetDependency */ = { + 2826FAE8B40BCAEB7402A2C59048B45C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = DFF048E57B741DE790C5BD7C39AE394E /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 3B60C2EC4FC7EADBFC082C9611FE195C /* PBXContainerItemProxy */; }; - 02AA07B05F4A28E1C99ECAFCE687840F /* PBXTargetDependency */ = { + 28535D15D430AB27D78BED2C4E30A08E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 2E973B6790AB4C6F70CA28C47A5D7085 /* PBXContainerItemProxy */; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 7A705528BECC75FF15B9B5472224FFF2 /* PBXContainerItemProxy */; }; - 04431F546E9B6DF288D522EF3261271F /* PBXTargetDependency */ = { + 28678A28E3DF6FA2E1637A8D54923035 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-cxxreact"; target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 2DCAF2C0F5141FF63E21770C7244C46B /* PBXContainerItemProxy */; + targetProxy = 0661428190F98F0AEA09E706F72C0E14 /* PBXContainerItemProxy */; }; - 049FB96ACC77D61C49732AAD48DBDC6D /* PBXTargetDependency */ = { + 290A5A9C4C2B466906134251C445AE62 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = simdjson; - target = 45B79B0C60C74716DCD2AD7BE782A719 /* simdjson */; - targetProxy = A5B6F9B6FEF976ECDC7E1344EEDF7222 /* PBXContainerItemProxy */; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 118C58C79101D96E6FC10ED86A908701 /* PBXContainerItemProxy */; }; - 06842B1D3379A050004513E2080943D0 /* PBXTargetDependency */ = { + 2A4DD09DDD919726D99AAD16E6EF18D1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-FabricImage"; - target = A5E93F38E96B3A37575BEC88AD69AE85 /* React-FabricImage */; - targetProxy = 5E76230032825BB5D264AC7BB2E251EA /* PBXContainerItemProxy */; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = DABD0E6D1231888CF69153902DD90A4D /* PBXContainerItemProxy */; }; - 06B989523F4F6967F898834BE8685145 /* PBXTargetDependency */ = { + 2AAA0F7AC1D291B485F05244E5B94F64 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 83F636A00A4BD9AB6B78F48D345693FD /* PBXContainerItemProxy */; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 2C70C777E30B0F495E6558B96A5DEC57 /* PBXContainerItemProxy */; }; - 06BF35F9637BE533E827C27144FB69CD /* PBXTargetDependency */ = { + 2B046BA53642654BB49AB5D1268435C0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 419041324901F8AADBAD4FD37CFAECC1 /* PBXContainerItemProxy */; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = F63BA3F544EFE63F8DF41943535FD194 /* PBXContainerItemProxy */; + }; + 2BB0BC14C7F66BE53EBE2D9821461C40 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = 79F6D476FC0E744BD4FCC435BDAD2B7D /* PBXContainerItemProxy */; + }; + 2C475FFF8B871DA92E808279F3D8E579 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 3B755BC14CE1029B5A4285D2C338D848 /* PBXContainerItemProxy */; }; - 07CF05342178BAE4472C3F3134E48D56 /* PBXTargetDependency */ = { + 2D59FE22D01EA3E540A40567B70E611A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Codegen"; target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = 3DD041EC7DF6E01BE46E2F99FD505B64 /* PBXContainerItemProxy */; + targetProxy = 73E1F467A179064813358CA300786586 /* PBXContainerItemProxy */; }; - 09741D9756ACCAF87ACDF1B4AAA602F5 /* PBXTargetDependency */ = { + 2D8F535A379CBF645319C5E8F95903DC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-FabricImage"; - target = A5E93F38E96B3A37575BEC88AD69AE85 /* React-FabricImage */; - targetProxy = 2B4CE29BF30C94B5DE024E1658A5D402 /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 1E121B19C6FC0D95DB4FD3A9D9DFF81B /* PBXContainerItemProxy */; + }; + 2E23CFAC3E38CA3188706882E4B0FFF9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-perflogger"; + target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; + targetProxy = 883C9E9E5FF6809D00655B5826DB4507 /* PBXContainerItemProxy */; + }; + 2F4D36D22D11472378BF1A9A86688579 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = E02813002DF6996D9EA968D5DABFD914 /* PBXContainerItemProxy */; + }; + 2FCD30A1ABDFC43101DF702EF4EF07EC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTDeprecation; + target = 5211B5AB7B81060AA8E78614DD75D3AB /* RCTDeprecation */; + targetProxy = 28B7BD8A9C0D88C589EF663047A7D58E /* PBXContainerItemProxy */; }; - 0977D732B8BF6BB9F77A4591084C7F51 /* PBXTargetDependency */ = { + 3093214829851D85A041F11935DDD07C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "RCT-Folly"; target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 9E5024EEC83D9A05EB121DD1C9C07626 /* PBXContainerItemProxy */; + targetProxy = 39783E66536947564F9D020A74569042 /* PBXContainerItemProxy */; }; - 0995892E5C669CE07C793784A443964A /* PBXTargetDependency */ = { + 30CAAA5C763B44A39B67EEA988014D07 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = E2D83854FC8502411E37EFADC42534B1 /* PBXContainerItemProxy */; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 0C7EAE61CE963E0C8DB1A375BF29D31F /* PBXContainerItemProxy */; }; - 09BAD52D62EDD1593A1C7FFABBBAC07B /* PBXTargetDependency */ = { + 3126B7E273693B27EB2B7FD50AA5BC17 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = boost; - target = EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */; - targetProxy = A66A9E6C70A6CE72E824D290ECEF77B6 /* PBXContainerItemProxy */; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = A1F1CFBE1F81137945063038F1DAA104 /* PBXContainerItemProxy */; }; - 09EB156B77A5FB25BB6F1DA184807776 /* PBXTargetDependency */ = { + 31B3264B573AC004E3E10202FFABE064 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = 9D3CD681D20AE15325B07D408A2AC5DB /* PBXContainerItemProxy */; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 26D71B5A7F452CFB83A0E25D8921B661 /* PBXContainerItemProxy */; }; - 0A150752C9A9716C4FD1690BE59726FE /* PBXTargetDependency */ = { + 32367C20F30921438885115E85DFA696 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-graphics"; - target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; - targetProxy = B0A94625F08925CDEC5C5B9BBE63F80B /* PBXContainerItemProxy */; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 0C03E6CB4D11169816C5B19652383FE6 /* PBXContainerItemProxy */; }; - 0B6A69EE006904EC07BD79AEBA5951C0 /* PBXTargetDependency */ = { + 333901E607E06D29D91573D5FD1AA335 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Codegen"; - target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = F041656D6BB6387FBD33D406A861F1EE /* PBXContainerItemProxy */; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = BF7B3AA185D91BA8D010D8A33C7CB137 /* PBXContainerItemProxy */; }; - 0D412378F76689C781E1501C037C7F4F /* PBXTargetDependency */ = { + 3354A28B35EC1069BD30EB745FBB5320 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SocketRocket; - target = 1948D0B63D2CF6A48E18B0B292BC6091 /* SocketRocket */; - targetProxy = 73A6443F105E57244B24FAE51CA095FE /* PBXContainerItemProxy */; + name = "React-jsitracing"; + target = 718331030FAA6D88E74D4B2240BB4AC8 /* React-jsitracing */; + targetProxy = 4EB019076F5C4DBB606BC5E48F450D01 /* PBXContainerItemProxy */; }; - 0E012C055BA27C635E4E1F243641F89E /* PBXTargetDependency */ = { + 336B884A1B8C1FCCD9B9586A45B09D69 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-CoreModules"; - target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; - targetProxy = 07A5EF67F48EF52C0D35E8BC7BEDB8E5 /* PBXContainerItemProxy */; + name = "React-nativeconfig"; + target = B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */; + targetProxy = EEA71226533D5815064A1C73FDC18AD0 /* PBXContainerItemProxy */; }; - 0E172EFA163EBBE4C84B818697839F3F /* PBXTargetDependency */ = { + 33B57E9C7AC16F53D4F7C80E017CB984 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SocketRocket; - target = 1948D0B63D2CF6A48E18B0B292BC6091 /* SocketRocket */; - targetProxy = 463600E5E03395945ADAE17858572FF7 /* PBXContainerItemProxy */; + name = "React-Mapbuffer"; + target = 091003D98BDA80B01B9E35CADE3947F0 /* React-Mapbuffer */; + targetProxy = 0FE34725473963448614574DB7872734 /* PBXContainerItemProxy */; }; - 0E4FF505B30DAB8E8F295E6A145B5F8D /* PBXTargetDependency */ = { + 33DD56EC46F00CDD32152A7D78484C0C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-runtimescheduler"; - target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; - targetProxy = 285ED323DB36A14F1B8A00B312B61631 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 42E337250953477C0425F2B20469DB03 /* PBXContainerItemProxy */; + }; + 340BC01CDDA1120E0BC121DF2D9F3A2D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 4F93A5639AC8DE235E8468EB71917E7A /* PBXContainerItemProxy */; + }; + 349AD49C975F6EAC6C878B5A24A9C501 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Codegen"; + target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; + targetProxy = 7931E9AD775D7BC33B55B25BE876C6CE /* PBXContainerItemProxy */; + }; + 350AB0B4FB6E2D72BF570CC9B3DED953 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 9B7B281009C520D53B98B8EAFC1D496D /* PBXContainerItemProxy */; + }; + 354F5ED9F8C15CF66B54AEA1152BE46E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rncore"; + target = B41E34C6B259B9994C513BE178912491 /* React-rncore */; + targetProxy = 1F710C3EC863E54A48B767BB86D76737 /* PBXContainerItemProxy */; + }; + 35BFC111E69EF700B863CE9674B50A7A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 2A2CA8F5135943250F0EF215F952D316 /* PBXContainerItemProxy */; }; - 0E8997A5C15DEDC69CBC965CFCB48425 /* PBXTargetDependency */ = { + 37F81AC9EC861E71FEBA2A4389C6CF3D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RCTTypeSafety; target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 8022ABB89F121C65E2F6291F2A926BE0 /* PBXContainerItemProxy */; + targetProxy = 46618F284AA8BA31B4AFA45A8E9F507B /* PBXContainerItemProxy */; }; - 0F210192A28654A5507F2F76347FF822 /* PBXTargetDependency */ = { + 37FC712C26E18E2E350322217EC740BA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-graphics"; - target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; - targetProxy = A567F4C02EA63EBAF11C7B668BB5E1B4 /* PBXContainerItemProxy */; + name = "React-RuntimeCore"; + target = C7F600C052808C7C987C26EC74B3A290 /* React-RuntimeCore */; + targetProxy = 14CA7990CDEB12D4182EC6BF39D5E9D3 /* PBXContainerItemProxy */; }; - 0FEB2C73AC25324DEB88E94BAA297AD6 /* PBXTargetDependency */ = { + 383F9F7477C31187D8228B90944A5666 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core-RCTI18nStrings"; - target = D0DD0961119C95E188122B13F3BF4380 /* React-Core-RCTI18nStrings */; - targetProxy = 56AA97E28AD177CD8EB9562F691FDC45 /* PBXContainerItemProxy */; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 392CD5DB7A14441675CAE5C1C2F2476E /* PBXContainerItemProxy */; }; - 1051BA6649D6211DABCB419F4DE3E821 /* PBXTargetDependency */ = { + 384CF580B6E142D4571D926B01454BF1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = E5F25225ADC6863B1530261866834F45 /* PBXContainerItemProxy */; + name = "React-FabricImage"; + target = A5E93F38E96B3A37575BEC88AD69AE85 /* React-FabricImage */; + targetProxy = EFEA2A4D8B63216CE096FFA9CD177CB8 /* PBXContainerItemProxy */; }; - 1060ACAFC102BAA6267580681F7F8870 /* PBXTargetDependency */ = { + 3875578AD50898EE9D9B27FBEAAEA823 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = 89145D1B5B2807633566EC0097C64DA5 /* PBXContainerItemProxy */; + name = "React-RuntimeApple"; + target = 91D38B18A4E42B1622B83F450706C2F5 /* React-RuntimeApple */; + targetProxy = EDA92014437974EDFA693F292BA3683B /* PBXContainerItemProxy */; }; - 10677CD21C1FC00C3C323D01C3DCC66A /* PBXTargetDependency */ = { + 38EF688FA4CFB04103A9F12D916F1799 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = 1F214C5F08BE59DD7E6D281B96E1DD4B /* PBXContainerItemProxy */; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 22A5E21755926CF3126E545874B29A8B /* PBXContainerItemProxy */; }; - 10C6074D93805D300E692AF64A66D076 /* PBXTargetDependency */ = { + 397953EECD8A705AE1E95CA4A3B17F2F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = AA1FBC72C946CFB5265D3D2E19E25B4F /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 6D203869C95F377D019F57240B097418 /* PBXContainerItemProxy */; }; - 10E5E07B1787B7030CFCE0D444131CE8 /* PBXTargetDependency */ = { + 39AD6EAB484ABBC2E55676C6C3FEB744 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 529D90A621D2FB30E708DFF127E06A93 /* PBXContainerItemProxy */; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 0A67297851E496410FDCA56C2F856355 /* PBXContainerItemProxy */; + }; + 3A081C98EE57698FFCC1C41C77D545AD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 2DD25C6A74A6A39833B87AE38122594D /* PBXContainerItemProxy */; + }; + 3A25922BCB02D7620B0B4992ACEB0B93 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 7E51A5346FA1F405D4A2D9A3CD02A15B /* PBXContainerItemProxy */; }; - 1104123EED7160C3D125B688AD1C9A4B /* PBXTargetDependency */ = { + 3AD4BE5BC377F82502EDC24E98A0CD21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTBlob"; target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 5F238A81B81D56B5134698BD8C0213BC /* PBXContainerItemProxy */; + targetProxy = 959FC78A558AA1E2398AF55E20BC5287 /* PBXContainerItemProxy */; }; - 115BF6BBDEF7DFB78DA50E87E4A7B041 /* PBXTargetDependency */ = { + 3AD979AD7992ED35CB478669CECBFA0C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = BE6EC8B565BB2AF11193D94995ABF886 /* PBXContainerItemProxy */; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 6192A6F195A09747939210F1954336E5 /* PBXContainerItemProxy */; }; - 11639EE63DD6333526B65397B1DDA22D /* PBXTargetDependency */ = { + 3C6C78859E469F36181BEA310DB11287 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = BF5FB3BEFC6D8AFCBD4C8B93B25637DE /* PBXContainerItemProxy */; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 883DE70A71CAD81F2E1643C8AE798850 /* PBXContainerItemProxy */; }; - 11B484D68915B3ECF4A1DF03CB57AC28 /* PBXTargetDependency */ = { + 3D04E6CC3760CE3501A287C5002BA99A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 5D3E0B62F7C2FE3012AC189C73E1D111 /* PBXContainerItemProxy */; + name = "React-Codegen"; + target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; + targetProxy = BB57699D36CDF102FB4067D36F1B26F9 /* PBXContainerItemProxy */; }; - 11D61AA5D308C809361D7BDDFCD1DB43 /* PBXTargetDependency */ = { + 3D131EABE7877449C034C8F7D0F2D6EB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = B869B41C125CB8FCC9C170AE79DC5FEE /* PBXContainerItemProxy */; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 50664CD9ED7985A1E90103A79BE4B4CC /* PBXContainerItemProxy */; }; - 135D24655CC8AEF486DEE961AE1F0596 /* PBXTargetDependency */ = { + 3DD3F4D8C8B9C7D406834B13A52483D5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = CE4221DE70D55BFBACAE414E56EF9294 /* PBXContainerItemProxy */; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 7891D6AA1F6DB7DF67CCDC6B30B255ED /* PBXContainerItemProxy */; }; - 146294F0214E4C4B9DD5898A08A7C97D /* PBXTargetDependency */ = { + 3E675CEB9B0D066B74CC29783F888167 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = CFF5433BF4030CCA229423FC834671E9 /* PBXContainerItemProxy */; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = D13160E9F6A39A4293D2FE5667F854E0 /* PBXContainerItemProxy */; }; - 1649BEF00776CE6FD00161A832E68C2B /* PBXTargetDependency */ = { + 3E8240D54174DE4FE703DFE46FBF7F2F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = C33793A425F884C935210E9624A37C0A /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = FF35B4A5726139AAB006E9EE7C4A644B /* PBXContainerItemProxy */; }; - 166A1E33D9A6C4F1CD9193045CD1BB28 /* PBXTargetDependency */ = { + 3F317B466311BFCE9B6D80B3F187515B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = 979725D7A4194A567CB1803CD6CE6437 /* PBXContainerItemProxy */; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 6CB5A0DC349F027AC1A42CECDA2717AD /* PBXContainerItemProxy */; }; - 1815054274AA1D7B4C4A913C87A82035 /* PBXTargetDependency */ = { + 401A92725890DB2796696C489E8A959E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 46BD4F3955FADB43873D63A1992F1F98 /* PBXContainerItemProxy */; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 72F15D17342DFAFB7E374C97225B301A /* PBXContainerItemProxy */; }; - 18F2DBA7CF925913E2FDA7A1D2091236 /* PBXTargetDependency */ = { + 4185D63487F1E5B3B6A77917AAE8756E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = E856DBA785D554A4DEFA7E3DE4C07A2E /* PBXContainerItemProxy */; + name = "React-jsitracing"; + target = 718331030FAA6D88E74D4B2240BB4AC8 /* React-jsitracing */; + targetProxy = 25F35441911D6EBBD57C36461F4A2942 /* PBXContainerItemProxy */; }; - 192A9CFAC9020BFFB1D51D79928BA0FC /* PBXTargetDependency */ = { + 41CB180CC61559DBA84C8CCD85761E40 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-callinvoker"; - target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = ADA6C1D34135062C086B68DA3813BD5F /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = C0C3D74CFBF3E116388373D57BE4F7BA /* PBXContainerItemProxy */; }; - 1AEBAC80B82B346D4CADE4F5293FFC5A /* PBXTargetDependency */ = { + 4201AC4E052E73C08CCD7D03D75ACCE5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = boost; - target = EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */; - targetProxy = 7871707779AD61FC1B8C990C3C8571CC /* PBXContainerItemProxy */; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 41514EC3994603CBBAC966997FF940DE /* PBXContainerItemProxy */; }; - 1B088BECF7600F84C8991C1E886951FA /* PBXTargetDependency */ = { + 4211045A5B6E798B2BF4A5B05D84257B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = 139F487F7A550EB21DB51C4FE9ADC35A /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 6CA22A265B4F5BEDA7386E7D1A288083 /* PBXContainerItemProxy */; }; - 1BB8A53178C689ECCBEBE1A7293F8DB7 /* PBXTargetDependency */ = { + 42BB13633AE352DBC875CB2D02AA38A5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTFabric"; - target = 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */; - targetProxy = A909CB8D9B210D40D80CD47A3F0FCC56 /* PBXContainerItemProxy */; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = 27BE5FAC5CF6C00EE6638453367C29EA /* PBXContainerItemProxy */; }; - 1D1BD0EC2BBDFEB9AFC22B72C586CE69 /* PBXTargetDependency */ = { + 42F6DC0A0F33B9822CD82AAA742BBC70 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = 92FAC82CB610DD134075857CFFEE646A /* PBXContainerItemProxy */; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = A1B6243BC985420127EDB25166DBB848 /* PBXContainerItemProxy */; }; - 1D8FFB2D43C893F0BA88C6BD4E2B43C6 /* PBXTargetDependency */ = { + 439BCAEF52C398210A874C1101A07BFA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-rncore"; - target = B41E34C6B259B9994C513BE178912491 /* React-rncore */; - targetProxy = AE69C7914C831BDAC780032FA93EBB09 /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = FE8F2CB304E07FDAD18F6B92924C58C0 /* PBXContainerItemProxy */; }; - 2039E436955A2A37CBA26A1649F6301F /* PBXTargetDependency */ = { + 43EAB09B1F9E3433FFF4CAE3FA39D4D2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Mapbuffer"; - target = 091003D98BDA80B01B9E35CADE3947F0 /* React-Mapbuffer */; - targetProxy = 385A6F51AB5F8A8E6DC706D824C567BB /* PBXContainerItemProxy */; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = E562BBB8918D279CDB88A2BF9C9269F9 /* PBXContainerItemProxy */; }; - 20AB6100D93C6D45F73BC8A75BEA278F /* PBXTargetDependency */ = { + 44BD7BB9580F592E3BA5A59E0FBDE34B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SocketRocket; - target = 1948D0B63D2CF6A48E18B0B292BC6091 /* SocketRocket */; - targetProxy = 9D8DD1946119B1B1F2D6C15A149DC873 /* PBXContainerItemProxy */; + name = "React-Codegen"; + target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; + targetProxy = F716144FE8AF405D0ED3829E084D2D2D /* PBXContainerItemProxy */; }; - 2137D2B08EB7CA21594CB91E9222C278 /* PBXTargetDependency */ = { + 45BFBFF43902D28610828EC9FD5889E1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Fabric"; - target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; - targetProxy = AA2369CA7A0CB11CD8AF6D9951593137 /* PBXContainerItemProxy */; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = 4CE094B8C5B23C55458F418C324291C1 /* PBXContainerItemProxy */; }; - 21F0DC8046ED072D6D592F5CBD52596A /* PBXTargetDependency */ = { + 467A1BDC735428282D5519F99F127894 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = C303E3B6FAE44B8D275F423B074ABD93 /* PBXContainerItemProxy */; + name = simdjson; + target = 45B79B0C60C74716DCD2AD7BE782A719 /* simdjson */; + targetProxy = 264D33E2CA9CA59026ACCC8C30F173A1 /* PBXContainerItemProxy */; }; - 226F25F1B5259188C1918B0EF6F89433 /* PBXTargetDependency */ = { + 471DCFFCBD4A108ED25D065877FD3FD3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 236519884389AF12D252F642985BF763 /* PBXContainerItemProxy */; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 3D8C75E02193D4335F7C8480891CA121 /* PBXContainerItemProxy */; }; - 233749735F2171A9F086B1AB650A3C5C /* PBXTargetDependency */ = { + 47552B4F8C7CC9D578C507F9C8B55E48 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = 380C555A1C7EB9F27A8A861C245CE4EB /* PBXContainerItemProxy */; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = B4AB08DEA37CE87C1E80287F854825E6 /* PBXContainerItemProxy */; }; - 24180724626B9DD56B3E68126DB01147 /* PBXTargetDependency */ = { + 482FC3D57FC8A7260A82042834555148 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-perflogger"; - target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; - targetProxy = 0B0CDE10A65CFA47F325553755824231 /* PBXContainerItemProxy */; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = 46F60D279BF0CC26216ED024A0D81294 /* PBXContainerItemProxy */; }; - 24E7E0E6502649E9C583D3D1E42DFFA3 /* PBXTargetDependency */ = { + 488998D26401741FC05F84B117E5020A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 37112646A964080FA8BE4C6FB24ED9F9 /* PBXContainerItemProxy */; + name = "React-Mapbuffer"; + target = 091003D98BDA80B01B9E35CADE3947F0 /* React-Mapbuffer */; + targetProxy = 9CBBC8352CBACE024F392C5D07EFB01A /* PBXContainerItemProxy */; }; - 2550932B2642CEE85CD3DB48ACF8FAE1 /* PBXTargetDependency */ = { + 48939DA609333D216671B3454FF64B92 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 68D8669BDD379EAFB763DC26405C8C94 /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 18DAF4BB014890F9475879A59FA277D5 /* PBXContainerItemProxy */; }; - 25B011BF59CD663E829602C43498DD0A /* PBXTargetDependency */ = { + 48958125BE6C489FEA79D9B9E058AF28 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = 6241D46B7F611782CA78EC9385880707 /* PBXContainerItemProxy */; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = B4449874149D49635F8A5CCEFA2B7B71 /* PBXContainerItemProxy */; }; - 25BB2DEB5B836BAFC2FE489ABB04CF20 /* PBXTargetDependency */ = { + 4920A5B0535890B1E7D1BF643FDDC3FE /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = fmt; target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = 68A62760C4BC9D65292EDF4731AD2A1F /* PBXContainerItemProxy */; - }; - 25C71A1D0EF25655800E408D992CE9B5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-CoreModules"; - target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; - targetProxy = 6FAE8200AAB2674559671B23B4E9FC12 /* PBXContainerItemProxy */; + targetProxy = DF22E5AEB4E3571295EA7B3334BC0393 /* PBXContainerItemProxy */; }; - 26BA84F409ACE0E84962665EEDB07687 /* PBXTargetDependency */ = { + 492F47EC7FDE085C758C479D46DF1F63 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 96F923F2B9C938BD20524823C5F6B510 /* PBXContainerItemProxy */; + targetProxy = FB5D5685F38BF27A4A50D156889136B0 /* PBXContainerItemProxy */; + }; + 4AA6C6F6763192CF4FD121DC066B3416 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 708E537269B7F5B976508E358B90ACD8 /* PBXContainerItemProxy */; }; - 2884E8EAF5D905596DC8480C54996FAE /* PBXTargetDependency */ = { + 4BE784B32D7FE7E66C0BCBC48A555002 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReactCommon; target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 826C42C5CC6AB19BF8FCCC8C39A973CB /* PBXContainerItemProxy */; + targetProxy = CAF6538D653E2F4593BDD6FB47ABD0D2 /* PBXContainerItemProxy */; }; - 29C32C3FDB8464FC908E4E8B4CBB9526 /* PBXTargetDependency */ = { + 4C0CF02334D579F2CA85518BAFE3AC94 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTAppDelegate"; - target = C2B1B75CCC326124F29FE703CC59BFB7 /* React-RCTAppDelegate */; - targetProxy = DF4779CB5EA77D60C717FECBD1F8A171 /* PBXContainerItemProxy */; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = E30707A046BC4EB23766FDCF95E28060 /* PBXContainerItemProxy */; }; - 2AA5A563D852F2C7BF527A70920C84FC /* PBXTargetDependency */ = { + 4C4BF44502CFA2BC155CACCEA52AFC93 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-ImageManager"; - target = B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */; - targetProxy = DF3CA7C089B173FE6BC315A6F1ED9D77 /* PBXContainerItemProxy */; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 1B6912BA8E189A53A0F2DFB318AD1DB8 /* PBXContainerItemProxy */; }; - 2AE0D181067B6D0DCF5406B329E045B9 /* PBXTargetDependency */ = { + 4D05AEF140EAF8B33F16E6D1A0607765 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = simdjson; - target = 45B79B0C60C74716DCD2AD7BE782A719 /* simdjson */; - targetProxy = 13A6BD727AFA83D0BAB42E0A77EAC0AA /* PBXContainerItemProxy */; + name = "React-perflogger"; + target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; + targetProxy = FE1420DC552A75EB281D3E84CA466A96 /* PBXContainerItemProxy */; }; - 2B0C8F9E19AB171F80BC90DBFD91C207 /* PBXTargetDependency */ = { + 4D6BA43CCAB6C667B53236511B23AF9F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 13FC2D252C825EA85D10EEF06B9A059D /* PBXContainerItemProxy */; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 099FD4302E1571C43E7CC5DABCE768E9 /* PBXContainerItemProxy */; }; - 2CF5E5B48742CD7A0573DEF58352AC08 /* PBXTargetDependency */ = { + 4EE942AF84B6CB7CB8C71847672BB4F5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-rendererdebug"; - target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; - targetProxy = 978348B57223FE1B4AB0283CEBCBFB11 /* PBXContainerItemProxy */; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 04672A342746A9D23A216E3D51356039 /* PBXContainerItemProxy */; }; - 2D504CFAE9578E50B04039280616D00F /* PBXTargetDependency */ = { + 4F38BF96117F66D66D12A5026165B46F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = 26A5FEA052F8DA0E89ED87FBE29A5D85 /* PBXContainerItemProxy */; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 9DD0DFC1F39DAB437E177EB09A8FD48D /* PBXContainerItemProxy */; }; - 2D5D025D75F4E854C0F1B2D6E0F9D3B6 /* PBXTargetDependency */ = { + 501186D706BB3A221149583702512FBA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-perflogger"; target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; - targetProxy = 50E18CD6264A6B578A1F9DFD1F7F9DDE /* PBXContainerItemProxy */; + targetProxy = 768701873B0599D6AC08259EE1D5EC9B /* PBXContainerItemProxy */; }; - 2E064F759DA473086C6D6BA3C8DDC412 /* PBXTargetDependency */ = { + 50997191BF777B9C48032E92FE8934A8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsinspector"; target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 8833C90B23E49DB3C2AF840E6359C01F /* PBXContainerItemProxy */; + targetProxy = 44520E623CF92B2AE884CEB68AC7F3C5 /* PBXContainerItemProxy */; }; - 2E47ECA186D1EAA9396A5F76CC03C15F /* PBXTargetDependency */ = { + 509DFA417A9F6FC28C5DF54680ED83BD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-perflogger"; - target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; - targetProxy = 3F144BB9E3F2DC320D76C623FAB855F7 /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = A6398B134777D879B1B01FAAF9E7312A /* PBXContainerItemProxy */; }; - 2F06E83BFB5B79A9824EC2696D7A2F05 /* PBXTargetDependency */ = { + 51B1B37A4D04FC366AF9E06183F60026 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = WatermelonDB; - target = EF554722D0D580AC702A6DAB8FDBB2B5 /* WatermelonDB */; - targetProxy = D897E863E73667ED287BA601F27DB1A8 /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = C79A04F3B768DBE6A492AE991E3C6729 /* PBXContainerItemProxy */; }; - 309333230AE4FDA3FF72D9CDB098130B /* PBXTargetDependency */ = { + 52304F61679D1A20460ACD6B34295835 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = A8193EE4E298B0319348754DE66C46B5 /* PBXContainerItemProxy */; + name = "React-ImageManager"; + target = B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */; + targetProxy = B91FF145DD7C0FE0686A53DB45FF39BA /* PBXContainerItemProxy */; }; - 30B458ECBFF2E4DCD6E609F5367FD9FA /* PBXTargetDependency */ = { + 5309742FA68972C8703057C531FE7B4A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = B6CF71780C4DCD0F5747F85216488F41 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 27227816A0AC9C79094F475A7E539F7D /* PBXContainerItemProxy */; }; - 3133AA62E3388E2BB0EF227508999EFB /* PBXTargetDependency */ = { + 53121BB43C7003FC1889807B7999F194 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "RCT-Folly"; target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 1209C550DFD0BB62E8C7671416877312 /* PBXContainerItemProxy */; - }; - 32372D8231D4C31939E1026DA4E92689 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 004576729B689C4B2B6A13663AAC9C35 /* PBXContainerItemProxy */; - }; - 32A57997F2ACDFB2D9E84CB96120F971 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-runtimescheduler"; - target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; - targetProxy = 531AA85AB91E4A46E8714724F07DA51D /* PBXContainerItemProxy */; + targetProxy = 1135D39403406304B5E3DE1CC9D85673 /* PBXContainerItemProxy */; }; - 3332CBAE7D0D1BAC7934921243076967 /* PBXTargetDependency */ = { + 5396E9247D3B4600C0CEF1BE56E512C5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 1B4BEBA20DDF07C9BB7878A09328EA5F /* PBXContainerItemProxy */; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 5E1C8506319413FB7230B196CCEC1DD5 /* PBXContainerItemProxy */; }; - 33404285E0DCBE51843624FAEBD63337 /* PBXTargetDependency */ = { + 53C17DD35EA04BC31221F5013D0D6470 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = D58A517305C4FEA13A65D612F215363E /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = F56BDF2AF7A7909B3FD7EA17263A86AE /* PBXContainerItemProxy */; }; - 3443364F77912C20DD41394C383A1041 /* PBXTargetDependency */ = { + 5416C4DCD990599B5C226AE2132B7ACA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = libevent; - target = 04A30E186743192DFB26B0FD7DB8F250 /* libevent */; - targetProxy = 434F41FA97BA95B84CDFCB092463A8D3 /* PBXContainerItemProxy */; + name = "React-logger"; + target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; + targetProxy = BCB974246F67E3F682F23D3000A7BC16 /* PBXContainerItemProxy */; }; - 346CF7B4D038D063B52986DBA48448C6 /* PBXTargetDependency */ = { + 54BC7A2031B6EE04B465B38B2C61FA8A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 39BD1F5EC48BC69FE52D10E6B275CCC9 /* PBXContainerItemProxy */; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = C295D62C015F11982CF4D6A807934AF9 /* PBXContainerItemProxy */; }; - 34E7C7C5814FDD916CFE3C2BF9F51B2E /* PBXTargetDependency */ = { + 54F3A8EBD288322A88F66576AB7B01AC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = F7D32D62A8CC75FFC1247167011B110A /* PBXContainerItemProxy */; - }; - 3567F9422D900C2DB65F5420190EFA44 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Codegen"; - target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = 284AE16AC4C5B2585A410E3BA929A4F9 /* PBXContainerItemProxy */; + targetProxy = 8E103A8D0B29AC65D37AF2C9C3397C3F /* PBXContainerItemProxy */; }; - 36876DA5127DBD3147C1D97D2D07385F /* PBXTargetDependency */ = { + 5504789E8261A05336A711333185F028 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-callinvoker"; - target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = 262DD8EA74DF618E22F7A2F1D6DEC8DB /* PBXContainerItemProxy */; + name = "React-runtimeexecutor"; + target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; + targetProxy = 8AFA4A6B9474BF388393B2BBB377418A /* PBXContainerItemProxy */; }; - 380E049DF2BCA79CAC0AC8E64B9A1C0F /* PBXTargetDependency */ = { + 555AA89408382973C4AB5F51FA9CCA06 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = fmt; target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = C1B8FEC491ECBAFDAC1131269F711AE0 /* PBXContainerItemProxy */; + targetProxy = 869A59EE24894AED06764354C10A5F69 /* PBXContainerItemProxy */; }; - 382BBBD90B6D5F4F318B016493B15B32 /* PBXTargetDependency */ = { + 55D793D7DCDBBB8918DA3FE5C48B431B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = D1376E2DC396F835E34213B57EAB9A94 /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 514032619C079D0613FD26B75A133435 /* PBXContainerItemProxy */; }; - 39252A882AD8D90EB1381C538D7A7AF9 /* PBXTargetDependency */ = { + 56F45F0408600AD7AA272F3DE409925F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 9F7FA4C99D83A65FB516E01E4C5387E2 /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 0289B273CF2E170BB6BE507F5FFA82D0 /* PBXContainerItemProxy */; }; - 39354E54091BCB3D72DEEA9706FA781D /* PBXTargetDependency */ = { + 577FF61698C6B776BD1DDCEF805F0E08 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = E63BCCFABEEE7708ADF3582054F10FE3 /* PBXContainerItemProxy */; + name = "React-runtimescheduler"; + target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; + targetProxy = 032B7BB6E4D024DB5071E49DEDDDAC9C /* PBXContainerItemProxy */; }; - 3BAAE3999428A556BBCE036902C768E2 /* PBXTargetDependency */ = { + 57F48BAADB5805B0D266BDFC2A1C3EC9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = DE6A0265192A13795BB34323E2B7EF12 /* PBXContainerItemProxy */; - }; - 3BC204CB055CEFE1D7968B4ACDD70F9C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = B2EF843FD2668FF1E28072CF61FAF2BE /* PBXContainerItemProxy */; + targetProxy = 7199A02DB198016F4957677CAFD37169 /* PBXContainerItemProxy */; }; - 3C3330A70BA19AC48506297EC0A854C2 /* PBXTargetDependency */ = { + 58965B069471A7CBBFC82ED0B15092E1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = boost; - target = EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */; - targetProxy = 7DB08ADAA8CA8653D88D036EF3B838EF /* PBXContainerItemProxy */; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = 87DFC9D147D55C9822337F8738882886 /* PBXContainerItemProxy */; }; - 3C45BCC4AE211BB1F7E92F639CA102B4 /* PBXTargetDependency */ = { + 590C38C4546860234AE6995AA745B436 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "hermes-engine"; target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = 5494C792C5CFF2AF495E5592DD874446 /* PBXContainerItemProxy */; + targetProxy = 667B3C248D30D99BF4AB387DA12EF8B7 /* PBXContainerItemProxy */; }; - 3CC2983AA1629635869CB581DDC22281 /* PBXTargetDependency */ = { + 59D93FECBEB5A2E7B843380E4A600A47 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = 48DCD1139DFA3D200860BC86378BF4CA /* PBXContainerItemProxy */; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = 5858410DB9604D764DDB1D8DBF572A73 /* PBXContainerItemProxy */; }; - 3D1D4FAE865C5C3DEA325E038A9BBE46 /* PBXTargetDependency */ = { + 5A4319DC9F2607FF12627690E3F4C0A3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 4C0C793F99CC58AD5623D3F833E5B6AF /* PBXContainerItemProxy */; + name = "React-RuntimeHermes"; + target = 0EF07AE1AD53436E8D2B9B0086EA0163 /* React-RuntimeHermes */; + targetProxy = 7FA15A1437F7473F4EBF6CD2EA187A28 /* PBXContainerItemProxy */; }; - 3DD0CC7DFB050DAC490FF720581CBAAE /* PBXTargetDependency */ = { + 5B9BFD44259542BF0998056E0C123C8E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 392F22935006820CB63FBAB4DF678649 /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = C4DAD2BFEDB2B46B30A4918334C3C155 /* PBXContainerItemProxy */; }; - 3DE49DB99DABAB079078C9FE7EF3B89A /* PBXTargetDependency */ = { + 5CFF40B71FC04352AA6F82FCB1AEE57C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = 032070DBC067B8D3FBD72BF4377DA4C8 /* PBXContainerItemProxy */; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = F82661C856CFC4537BC562D480B0745F /* PBXContainerItemProxy */; }; - 3E01B743FF23584EE65ED9A32818C205 /* PBXTargetDependency */ = { + 5D8A34693C0672D2B6D6FA272CD55EF9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-logger"; target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; - targetProxy = 587FD83289787C99E83B1AA317B5BEDB /* PBXContainerItemProxy */; + targetProxy = F50B829B9F8783D3CD5445F9A714C6AB /* PBXContainerItemProxy */; }; - 3E3553410BE7FB673AB191C36A0CEF7B /* PBXTargetDependency */ = { + 5DD3494C5EA179CF1469D60EFA4AA48D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = FCA3B2405B475326396F3F108A36E74F /* PBXContainerItemProxy */; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 06708061FBD54D734CD69C96FF4BC80B /* PBXContainerItemProxy */; }; - 3F051B073BC41D91D1BF1AA78FCB78BE /* PBXTargetDependency */ = { + 5DE920B65B5626FBC490D822219BEB10 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = C4F2C49B50EBB89F6F5CEE58F97CF6B8 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = E32D9D5625622F59A4E891AB2F0BBE8F /* PBXContainerItemProxy */; }; - 3F546D3CBC19E43561807E64A3DBFF38 /* PBXTargetDependency */ = { + 5EA65B1FF742F6A080DAEDDDEA1C523E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = C5D4AC9B5DB10CF78A89A428CC4016AA /* PBXContainerItemProxy */; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = C5168006894FB43521F0A0CBECEBD219 /* PBXContainerItemProxy */; }; - 40947E6D29D5C4E12F1DA92942EE7959 /* PBXTargetDependency */ = { + 5EE0CB2912FC54E4E1B00ECA8BD72D8D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 1EDD6EDAB51814C42F1D7CA67C4792DB /* PBXContainerItemProxy */; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 98690A3B0D01A5936AEB8B172475F68E /* PBXContainerItemProxy */; }; - 40AB201D280E699B856A027CCAD2D69C /* PBXTargetDependency */ = { + 5F496EEFD1138C88F9B6C9F28BF8E7FE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = E860848EDD38A94EEEC1DA68B2DADE3A /* PBXContainerItemProxy */; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 610DAF4DFC508DEF059AAF2D6327FB30 /* PBXContainerItemProxy */; }; - 40E70685B256654D7552BA381E3677C8 /* PBXTargetDependency */ = { + 5F7DDEC9656978E6328E567B901397AC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-runtimeexecutor"; - target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; - targetProxy = 40C20EC304B3ABD1296AFF0656AF6E6C /* PBXContainerItemProxy */; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 9A147EEF518A7ED1EA0464E07F6906DF /* PBXContainerItemProxy */; }; - 43540A79C7BB5D48653AD2CB906481BC /* PBXTargetDependency */ = { + 5F84ABE6461E8D10A99F1614662D5F02 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = 9806DE32349E9E5731319625605E54B8 /* PBXContainerItemProxy */; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 2602E2C102AE096CF1AB67655B312CC2 /* PBXContainerItemProxy */; }; - 444E3C8AF6C103EC7858F3D66F61312A /* PBXTargetDependency */ = { + 6041B93D30C0906C17F7827C89208FC1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-runtimeexecutor"; - target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; - targetProxy = 3C9668917734CBAB43F9E0246D27A330 /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 523986A4CBA0A9B854F1B1F504672E41 /* PBXContainerItemProxy */; + }; + 6172D3DC6321CA3620D197A12D6E59C8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = A92361FFAA6D27AFF02987D72B991DE4 /* PBXContainerItemProxy */; + }; + 619692B57C7C99263813F45DEF183A6B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = C933D0F25D6C20C3379299E2CB42F4FC /* PBXContainerItemProxy */; + }; + 61C5E1E9E0D8B3351152D9AE7DF787DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-FabricImage"; + target = A5E93F38E96B3A37575BEC88AD69AE85 /* React-FabricImage */; + targetProxy = FE15B6EE25FDCF10BE7095256D053D75 /* PBXContainerItemProxy */; }; - 44706F6439B28FEF72C5D6645D32F105 /* PBXTargetDependency */ = { + 63F23627D46E214A9E83F026A3E2413D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 2AE7FBBFDFC0B02DAC8E2418AF6DCE25 /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = A842D588D7B9637FFFA8197AD63B597C /* PBXContainerItemProxy */; }; - 449C044EF9C7E8CB3EBF93F199FC305E /* PBXTargetDependency */ = { + 64A12C5236A6B897B3DBB8EBDE905E7B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = 46479DFC269E6A6EE0A564648640DB33 /* PBXContainerItemProxy */; + name = "React-perflogger"; + target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; + targetProxy = 0B1EB341796A0626399359C3ED0B7588 /* PBXContainerItemProxy */; }; - 44A7F4310D2D2A4DDD67FB827714B846 /* PBXTargetDependency */ = { + 652E79909AAB41E62A57EBC80CBF427C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = 0BC6BB7BB887E88641D25F19CAB5C8FF /* PBXContainerItemProxy */; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = C47BEEA64665700E66E269BE0C90CEF9 /* PBXContainerItemProxy */; }; - 45684BC2DCC823B084170D2EBF40B6B2 /* PBXTargetDependency */ = { + 6675CE1FE41E6AC87A3117E2ABBBA762 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = C5706593FBF44AE013F9C36798B8678B /* PBXContainerItemProxy */; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 35C37DC0ECDD2A729AC821C38BB059FB /* PBXContainerItemProxy */; }; - 464A25B80D3949F8ADF6DFB1DCCE35E0 /* PBXTargetDependency */ = { + 66D92D4240C674B35F54C2C9AFAA0322 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = 8B3DECD34BAFE927B8A8DBD4392B8C35 /* PBXContainerItemProxy */; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 9115D774EC904629CCFA0383996AEA60 /* PBXContainerItemProxy */; }; - 469DB405ABB0E59F3BF9489383C7B579 /* PBXTargetDependency */ = { + 6750B951032FD22A0EEA0AEEF98376DC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 680ACA5C7DD47B3072AFB16849D0A8F6 /* PBXContainerItemProxy */; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = B1E7A179678B5CAAFE7D32BEB902FE50 /* PBXContainerItemProxy */; }; - 47960287DDF5F5B624CAA1EEB7AF3110 /* PBXTargetDependency */ = { + 67567B461F3E40467B26D7974B4C1D44 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-callinvoker"; target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = 491027522018D409C66E128DC54CDC43 /* PBXContainerItemProxy */; + targetProxy = 0557F03CE366CCC0279E44D78CF0BEF8 /* PBXContainerItemProxy */; }; - 480C176839042C4E8693DEE88557F545 /* PBXTargetDependency */ = { + 6760651ADC5EFA51B68D248ADF79D997 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 1471430BF13A3F5C6F258DEE715F0663 /* PBXContainerItemProxy */; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = D16A2BB3F9D5A639C2B53437E64AF9DF /* PBXContainerItemProxy */; }; - 483EDDD46C0AABDFE84903AFED45907C /* PBXTargetDependency */ = { + 676DA9CA12606B49253CA5A3F2CB29AE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 98B02B7CF9B333A331DEDC1438035887 /* PBXContainerItemProxy */; + name = "React-runtimescheduler"; + target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; + targetProxy = 417228EA0C0EED361BDA2C73B4EAEDD7 /* PBXContainerItemProxy */; }; - 485110BDBE30783CC8BA32CD9ECF5AAA /* PBXTargetDependency */ = { + 67722DF845F87BA9C58F762C97B926E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 4013FD59019CA40B5626EB88AF80D90D /* PBXContainerItemProxy */; + name = "React-FabricImage"; + target = A5E93F38E96B3A37575BEC88AD69AE85 /* React-FabricImage */; + targetProxy = E9109ED22CA9A2A178B56EA9072F0E53 /* PBXContainerItemProxy */; }; - 48559F7E1990B9799BE4D603E00DC9C9 /* PBXTargetDependency */ = { + 67BBDDCEA70BEA58B3E3C83B3C47033D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 97F17696E97E24EF090CB3C079EF2B0D /* PBXContainerItemProxy */; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = D42DE5667CC9F955711A2DF1BE3A0849 /* PBXContainerItemProxy */; }; - 49AB89B5F75CD3D4D483719FFB4A3F7E /* PBXTargetDependency */ = { + 67F8AA74EE543DC681366BE8419569F9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = CA6516D591C9B118FD87CF20FFC39995 /* PBXContainerItemProxy */; + name = "React-runtimescheduler"; + target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; + targetProxy = CD5EB770BFF7AE41F049E4F510CDA6C9 /* PBXContainerItemProxy */; }; - 4A1E57796E68D94EA0996E75F29F6396 /* PBXTargetDependency */ = { + 695CAFEE86C5934C15813E5AEB95FCF7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-perflogger"; - target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; - targetProxy = 8ACB00D9D178D8D9FE7D2B468D3E09A9 /* PBXContainerItemProxy */; + name = RCTDeprecation; + target = 5211B5AB7B81060AA8E78614DD75D3AB /* RCTDeprecation */; + targetProxy = A57A1E5DA1CF9F45264F198239F502CD /* PBXContainerItemProxy */; }; - 4D909E8B17BFDDC0B1CA16D14E55B48F /* PBXTargetDependency */ = { + 6B98ABBC42E97F407C486F83CFAF2DF4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Fabric"; - target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; - targetProxy = EF67DB2BCA6EEBB2505AC99481D6D10A /* PBXContainerItemProxy */; + name = "React-jsitracing"; + target = 718331030FAA6D88E74D4B2240BB4AC8 /* React-jsitracing */; + targetProxy = 814E75E2466186389C470A40FABEFBD9 /* PBXContainerItemProxy */; }; - 4E72FE4924A32DBA98891C042B8E5B38 /* PBXTargetDependency */ = { + 6DDADE4A090D2486F1867CDFFFEC2BAE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-ImageManager"; - target = B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */; - targetProxy = 6308F534DF193AC5EB720D4C9F6451AA /* PBXContainerItemProxy */; + name = "React-CoreModules"; + target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; + targetProxy = AD88ADDC23C72D9E68F949E2F6392A9C /* PBXContainerItemProxy */; }; - 4F10A3AAC3C43DA07DC93F25E2C28367 /* PBXTargetDependency */ = { + 6EA37D38B5F608C9ED8BCC3D0CE73976 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 07193A34FB5C76B247879AD23BDE5FE8 /* PBXContainerItemProxy */; + name = "React-logger"; + target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; + targetProxy = FCFB21480542CCDF3413834C2D79C0C1 /* PBXContainerItemProxy */; }; - 4FA6B26ABAC9A5FE8FC81AB52F590950 /* PBXTargetDependency */ = { + 6F36D48DE22DB419560FFB24734570C7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 3733A74192E94E0E166A1150C324E2ED /* PBXContainerItemProxy */; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = C9E7B9CABFA8CCAEC5A1E5899E48575E /* PBXContainerItemProxy */; + }; + 6F3CAC1CE460FCD72E851FCC828AE32B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = B08201482F085FFB7749B3B3BFA4755C /* PBXContainerItemProxy */; }; - 50AD7FC5DAFF1AEF9E6FA13B8F730156 /* PBXTargetDependency */ = { + 6F636285373965A3111B0B6ACD3B8002 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReactCommon; target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = ADD3DD6C5EC7A28081FC76B47A7E595B /* PBXContainerItemProxy */; + targetProxy = 90A4F01A4656FD0ECCE693D3DCFE4357 /* PBXContainerItemProxy */; }; - 51552448D09122B86633B36C2CC8F798 /* PBXTargetDependency */ = { + 6F68A67088985622F27AF591F2D44640 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = 3099B1908CDEC0631F811C3D580E82E3 /* PBXContainerItemProxy */; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 1A4CA94B561EE5E2CA5F1A7FEA2624BA /* PBXContainerItemProxy */; }; - 5293B016BE9C7E178479E17D3FBCB1FF /* PBXTargetDependency */ = { + 6FD8F1C07C0EBA1942A87072CF2A4D5A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = B677B1106F856F2BA5E3A268815E2230 /* PBXContainerItemProxy */; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 7324B3C23CC2660EE8AB34F268610F69 /* PBXContainerItemProxy */; }; - 52DA2EB694F97D048409F7CAC6696656 /* PBXTargetDependency */ = { + 6FDBD4C9938B03D8150BED0135AFF2D4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-FabricImage"; - target = A5E93F38E96B3A37575BEC88AD69AE85 /* React-FabricImage */; - targetProxy = FE8FE42892C70064D22B2C074980EF41 /* PBXContainerItemProxy */; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 6FA0C82671E5EDF5C2E8608E281E5574 /* PBXContainerItemProxy */; }; - 53192B5BEFA1654B024A58A02B930794 /* PBXTargetDependency */ = { + 70ECBD516E2B91C386ED477D0B1C4458 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = libevent; - target = 04A30E186743192DFB26B0FD7DB8F250 /* libevent */; - targetProxy = A75F348CB880EF931FFDCF90927A7CA6 /* PBXContainerItemProxy */; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 8A01A6A20F4A040DA3724AB2B41C4904 /* PBXContainerItemProxy */; }; - 53FF3489A85F5A4A80E359460BA07DB3 /* PBXTargetDependency */ = { + 71C719D10FD6DB200EAA6EEFA1367270 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = 312A61664FAE113C7606C746F6A5D390 /* PBXContainerItemProxy */; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 773DAF3A7CD1AD560A4E58D7260D2A72 /* PBXContainerItemProxy */; }; - 54800F5346AF53D75AE2878CC94B697E /* PBXTargetDependency */ = { + 71DBBBE762D28A5D1FB20FDEBA133275 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = 5E7A5BA5B99D591DB72A1AC63F6C15A7 /* PBXContainerItemProxy */; + name = "React-hermes"; + target = 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */; + targetProxy = 13788842E11AC14A80C18C631F34DD4B /* PBXContainerItemProxy */; }; - 55C4EF63417797E27B13CFBED7CF3D47 /* PBXTargetDependency */ = { + 7390C8A414C80248853FC1936D46AE65 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-perflogger"; - target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; - targetProxy = 1DEF3F99BA6BDCC78625D0892E8F1B49 /* PBXContainerItemProxy */; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 9DB104CB96E00AE543CF960D565F4C47 /* PBXContainerItemProxy */; }; - 56331BCA65908EF68D2FBB68022687D9 /* PBXTargetDependency */ = { + 74785FAB64DB2E3C10C989A45A14C219 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-graphics"; - target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; - targetProxy = F258DD454898ECF2CFC7A3FC6121195A /* PBXContainerItemProxy */; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 30052770A781E8047C3AB8E1C984E45A /* PBXContainerItemProxy */; }; - 565B7618A5B2DF7BE52032EB8B576386 /* PBXTargetDependency */ = { + 74FF1306928480CBFD0257A65C2AE3D2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = 8813BE28C47D212B3867DF4805F2C92B /* PBXContainerItemProxy */; + name = simdjson; + target = 45B79B0C60C74716DCD2AD7BE782A719 /* simdjson */; + targetProxy = 45058A3929052B17227F15D8771739C3 /* PBXContainerItemProxy */; }; - 57538589E8082E6D189A40464C244D4B /* PBXTargetDependency */ = { + 760F46FA489FA3BC1A12FE767B1C3724 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = ECD1616AF56E140D14C1F143EB9B4516 /* PBXContainerItemProxy */; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 364D2CA644CE7284EB0D9AA88411CBF4 /* PBXContainerItemProxy */; }; - 578CC619BF79C9D0A904F807D5D39C36 /* PBXTargetDependency */ = { + 76295D2365EE55165E1FD23E9D3A64C4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = F1D2A78454BA850BE6858C0114F3E225 /* PBXContainerItemProxy */; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = E4E5A824873AA8676EF52F2A30A1CFF4 /* PBXContainerItemProxy */; }; - 5792CD5FDC874D7ABB6866DDAAC4A343 /* PBXTargetDependency */ = { + 76E2AF94513C31EEBA1A2731A05958D1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = CD0D891368437A366D49C792BB72C4D1 /* PBXContainerItemProxy */; + name = SocketRocket; + target = 1948D0B63D2CF6A48E18B0B292BC6091 /* SocketRocket */; + targetProxy = 287546B862BA34A1C2963EFC525D4BB6 /* PBXContainerItemProxy */; }; - 58A31D81C227D799EE09D8E6033C152C /* PBXTargetDependency */ = { + 771EA905ACE8B9DF1691920849E25189 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 5433B534B11A52BEBC5EE46586E198D4 /* PBXContainerItemProxy */; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = 8E227252A1A04992FDE9D414D398EA61 /* PBXContainerItemProxy */; }; - 59E3EA4C47FD645C67103A9AE0D71EF4 /* PBXTargetDependency */ = { + 77AC1CFEEEAAD46FEE7BEA988A588B67 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = B3D6C9E6F8F549CBBB86CA799EE34264 /* PBXContainerItemProxy */; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 96A265B0FD2164A7B4764841E73AB8AC /* PBXContainerItemProxy */; }; - 5AC74371543A3B15468323F3A67F1D94 /* PBXTargetDependency */ = { + 7845C42B56BD999D4789DAC5D452DC83 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-hermes"; - target = 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */; - targetProxy = 4ED12996EDDEFB6E9D777EA6D173DFCD /* PBXContainerItemProxy */; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = 998BEC830E92ED33C97E6586736FB998 /* PBXContainerItemProxy */; }; - 5B7F37E151C587339C0B8F74ABF24958 /* PBXTargetDependency */ = { + 78727E5B4250A9E09FD2B16BE2F71350 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-graphics"; - target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; - targetProxy = 0A9BFFFD06747E0DDC9830CECBE959BB /* PBXContainerItemProxy */; + name = "React-runtimeexecutor"; + target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; + targetProxy = 5A8596426591472EAFCA3DA6207F0A23 /* PBXContainerItemProxy */; }; - 5E4C42D6AE208CBA615D723695097043 /* PBXTargetDependency */ = { + 792C94CE5907970B3561385D49A084CB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = B38F2A5E6612979B2A1ED704D8955410 /* PBXContainerItemProxy */; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 8642894287941BD14F9F24B434B84BFB /* PBXContainerItemProxy */; }; - 5E764C1FA7ECF5CD09F0A2234FB009E5 /* PBXTargetDependency */ = { + 795142F7B9CEBC2409056405CF1A0236 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-ImageManager"; - target = B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */; - targetProxy = 7E474FBC0BF61911D6A02B1B61A12548 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = D8DE127140187183B98BE7DF5DAB9829 /* PBXContainerItemProxy */; }; - 5E7F4BA9BCC638BDA792B4D766113EE1 /* PBXTargetDependency */ = { + 7A2587BC6C3980FFDD632559115DBC78 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = 5678AC7AB64127EBC0F1BC2FA0359B8F /* PBXContainerItemProxy */; + name = "React-Codegen"; + target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; + targetProxy = A01FB08457ECBD7EE89F447BFC03E9C5 /* PBXContainerItemProxy */; }; - 5E8503B25F0ECAC1E966A2E62BB6B4EE /* PBXTargetDependency */ = { + 7A698D86B723B94C66DF2921B25EBA09 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = 779845B5F30EFB912B2881F567918DC8 /* PBXContainerItemProxy */; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = 3F8E945B2CF235F1E5DF37577F4BD617 /* PBXContainerItemProxy */; }; - 5E9A23A1D3D13C02B5D30D584D6F8740 /* PBXTargetDependency */ = { + 7B05CED1A38707CAF44C3092D8F27EA4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = 2DFBED566338DB173C3E3D1213B17976 /* PBXContainerItemProxy */; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = DB4AC6BAFB227C3B7803DC6E4A2F3FFB /* PBXContainerItemProxy */; }; - 5F01A5F97CB7473A590402918BFEA6F3 /* PBXTargetDependency */ = { + 7BB0EA4C6E68B67ED40E24ED427944CD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = 6BF594CD8559D02950B50783E59873A4 /* PBXContainerItemProxy */; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = 15FC817CF5576B0F64C53F4746531CBE /* PBXContainerItemProxy */; }; - 5F2D9F192C4005A28B59DB456460D26B /* PBXTargetDependency */ = { + 7C2893CAEC14643F651E1C7019EB7EC4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 9CEFBBDCCC59482267CBB7F48F8F2F5E /* PBXContainerItemProxy */; + name = "React-perflogger"; + target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; + targetProxy = 9BD7E734058A20C28CFAD01F1663879C /* PBXContainerItemProxy */; }; - 5FC5F4CA073DCC20D23234130033BCEF /* PBXTargetDependency */ = { + 7E4F5D0BEBE237442188BFED62916897 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Mapbuffer"; - target = 091003D98BDA80B01B9E35CADE3947F0 /* React-Mapbuffer */; - targetProxy = DBF11D080E39492E1CF3214A70402459 /* PBXContainerItemProxy */; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 413B66FC8CA959FDE6EE3BD8E75010EF /* PBXContainerItemProxy */; }; - 5FFA406D33138479F0C50974DA47C5E0 /* PBXTargetDependency */ = { + 7E8596700BDB3E75F2D21854499777F3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Codegen"; - target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = 145718A2475A4CA72C2A0A94C2DD2487 /* PBXContainerItemProxy */; + name = "React-RCTFabric"; + target = 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */; + targetProxy = C6175853BCA38145859D6574962C8592 /* PBXContainerItemProxy */; }; - 61388EB2B4003371FB3C2F61F829DC5A /* PBXTargetDependency */ = { + 7EEE2CE1939388A6CDEE91AEB8A399EA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "hermes-engine"; target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = C9C3B8D1C69B8EFA46CD99091999200C /* PBXContainerItemProxy */; - }; - 614A3BABE3AB3D7F0D94F31DD62C30F4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = D5D48C1169E17608EC3C12BC67D17F08 /* PBXContainerItemProxy */; + targetProxy = CDB9A6A5720EBE3436BD3F35A6AD8D51 /* PBXContainerItemProxy */; }; - 615474754E89EDB593C79A61C26C9C4D /* PBXTargetDependency */ = { + 7F11632F8C4B59DD3BB4051C89DBAE53 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 48B4A846FD205E587EDDE6F00398583D /* PBXContainerItemProxy */; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = CBE3C92A7423E48BDE15756DF5F7D413 /* PBXContainerItemProxy */; }; - 618F933DC82F35AE452E640ACCD35E05 /* PBXTargetDependency */ = { + 7F374E36B80AE76293129D41A96FF3DC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = WatermelonDB; - target = EF554722D0D580AC702A6DAB8FDBB2B5 /* WatermelonDB */; - targetProxy = 29E0B1D42C133A3D29A4C3E8342C114C /* PBXContainerItemProxy */; + name = boost; + target = EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */; + targetProxy = EC57A96C51CBD5A348B2228A7A2873D2 /* PBXContainerItemProxy */; }; - 6329F5E3C568DB54B0E20084C226D0C5 /* PBXTargetDependency */ = { + 7FDDF5770FADD8DEA8C31B0DCE95FFFC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = FA584BFE2CFED2EC9140761EA74152AF /* PBXContainerItemProxy */; + targetProxy = 4BF37A59C4356B532FE3C0348A090A3F /* PBXContainerItemProxy */; }; - 63B9F06A1FA1C4543946FC0739B105EF /* PBXTargetDependency */ = { + 80D81BC05DF9946301984E4F3DC959D8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 4A93C6C9EDD6708A4CF119F3A2962FA9 /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 0EF26FFCE4BA23EC50BD19A5D1FEBBEA /* PBXContainerItemProxy */; }; - 64C0B359CD7CFB5081010764EB2C0107 /* PBXTargetDependency */ = { + 80EA3BB2571AE7264036A211FA77E312 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-runtimescheduler"; - target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; - targetProxy = 105A23C329ABA0D5CA2B93A732CCF536 /* PBXContainerItemProxy */; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 3121C4A5AF5E102C5C18BC41E9B82EF6 /* PBXContainerItemProxy */; }; - 64CD08D97442CD3870A4060713471663 /* PBXTargetDependency */ = { + 814262D7504A62E918BE9E839A613667 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-hermes"; - target = 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */; - targetProxy = B04227A0B63719F88B454E6543E25254 /* PBXContainerItemProxy */; + name = "React-Codegen"; + target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; + targetProxy = 51D23F496B041E29ECBBBB9469B006F7 /* PBXContainerItemProxy */; }; - 64D9069561BE3CB1D9CD24B519160E09 /* PBXTargetDependency */ = { + 8214D19E29BC4F9B43CFD87CC22B7018 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "hermes-engine"; target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = B95AF66A584B7E6557136B66C091F529 /* PBXContainerItemProxy */; + targetProxy = A677F1A562B3A7E3375C13B645B0298A /* PBXContainerItemProxy */; }; - 64EBB447231BAF4569BD9DFA572F2ABF /* PBXTargetDependency */ = { + 826B6D82D168B27838C2571D3143BDCB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 47AA3615D09EBE591F91540433D10B9F /* PBXContainerItemProxy */; + name = "React-runtimescheduler"; + target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; + targetProxy = BD62BAA4B5FFFEAA64CF2EE7B03345C5 /* PBXContainerItemProxy */; }; - 64F7264EF4122102BB4DDF479EC81ADA /* PBXTargetDependency */ = { + 828F20A914D5962587F89C8D501B682C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = B8FC05CF8C6CFEF2535078C62BA9821A /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = AF0A642DD817CD7C29D4688D8B28274A /* PBXContainerItemProxy */; }; - 64FF43FC934053F5FD8C20E310DF5A4D /* PBXTargetDependency */ = { + 828F9C83DE2F06F7C916628EA05F91B1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 1CA18AB47DCC46E438DEF0A499A0C6BF /* PBXContainerItemProxy */; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 2289B5373AAC50ECC91CFE1B2F2350BB /* PBXContainerItemProxy */; }; - 652E4A03EA25BF5A0A35735560F868A6 /* PBXTargetDependency */ = { + 8296923833DED2E03B8C666BE6DE6690 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 1331BF7682872D7CD7F0B1288D3A86C4 /* PBXContainerItemProxy */; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = C442623A96CC4090A6637148EE99E00E /* PBXContainerItemProxy */; }; - 66006BD3D50F1A43FB9ADDBFB1D097B0 /* PBXTargetDependency */ = { + 8348CE40A97A1B487D1B2FE4C6A432CB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTAppDelegate"; - target = C2B1B75CCC326124F29FE703CC59BFB7 /* React-RCTAppDelegate */; - targetProxy = A465C59CF80257FE613067C3BBFFE0AC /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 1C9ACB0F83A2D9C2A753C9B8B7CE9AAD /* PBXContainerItemProxy */; }; - 66138BC571D8DB5D36F7B3C772CF214C /* PBXTargetDependency */ = { + 83A97A5415A40C13D0473AA7625FA12B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Codegen"; - target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = 8E86285EC881FBF7D9EF55D3D019B2EB /* PBXContainerItemProxy */; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 818B8E1B916E53B3B8B415FF901A52E1 /* PBXContainerItemProxy */; }; - 66717F6B5F2D9E027D3BCCBDC2221C11 /* PBXTargetDependency */ = { + 83D931AC8A3A8844EA71D031AEFEC9F6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = D98AD4083775152C76D8487017AFD5D9 /* PBXContainerItemProxy */; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = ADD9114A2BFC1CBDFC55DD169FA98452 /* PBXContainerItemProxy */; }; - 67C1BC8206D574E9E6E272361CD231B6 /* PBXTargetDependency */ = { + 84032E197D1AE2F04791DC93FD90C104 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = 9255AB2E19E723DBE25147E404CE9955 /* PBXContainerItemProxy */; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = D27EDB53457EAF10C145163B90FDE993 /* PBXContainerItemProxy */; }; - 67FBCF87293795BE2F7E5EF1BD6A29CD /* PBXTargetDependency */ = { + 8431932AA052F87EEC81F9B95C62FF2B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = 5FC449627E2C0FAEE46B7C3861648169 /* PBXContainerItemProxy */; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 1A500E4E5049684BC5D74DB12E6823B0 /* PBXContainerItemProxy */; }; - 6880EF1F966BDC8365F24C2783D29A43 /* PBXTargetDependency */ = { + 84BEF175F835CEC76C3BA4509B326ECD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = CA6E3F043551D43057D4E5252C3151DE /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 9CB9DF07CCF04684461C49FDB7B2E465 /* PBXContainerItemProxy */; }; - 68E274077492A0BEB4A5CEFD024D7CB6 /* PBXTargetDependency */ = { + 850EF509C0F4973D25998A85CCC1F517 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 40B2AB1969C954960FD1E73662831BA3 /* PBXContainerItemProxy */; + targetProxy = 448906A26AA70E7B13E7A1279A5D8B2B /* PBXContainerItemProxy */; }; - 68E303008B5EC373F24B102EB010C4A5 /* PBXTargetDependency */ = { + 8589C20D4651BCDCFF98418A1C87A7EF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = 3842A67AA5C91B821BD899D35F1C7B45 /* PBXContainerItemProxy */; + name = boost; + target = EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */; + targetProxy = 7E2AE44A3348102D3E4ACF43FE59A494 /* PBXContainerItemProxy */; }; - 69403FF159626970B8D82961EF05F086 /* PBXTargetDependency */ = { + 85C1E90FA3B4C4E24168826381CB9302 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = C046729D1FCA733C898E1EF91CB543E6 /* PBXContainerItemProxy */; + name = "React-jserrorhandler"; + target = 27F648AD269E94404D6A7547C4F9C683 /* React-jserrorhandler */; + targetProxy = 8AAB6C3E51B1E70B078CFD8A4025514F /* PBXContainerItemProxy */; }; - 69F362D76E63C8053BE0AE1B8DD1B9A7 /* PBXTargetDependency */ = { + 871D865CD2E0FD7ECE21C10E35270274 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = 5D4244B86C2793FA9C85977F5745EACD /* PBXContainerItemProxy */; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 230B69802ADF4E4DE0EC880F086EDF62 /* PBXContainerItemProxy */; }; - 6A8EBF62BD6525917D8D1EFDC1544E3D /* PBXTargetDependency */ = { + 8750AD47ADC9B6FEDFC2A066D7BFFB17 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 8AC0602B4DC45CDF98054C25AD70BDBB /* PBXContainerItemProxy */; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 86B5CD38F12BDE8F478A7604F2D1F3CF /* PBXContainerItemProxy */; }; - 6B9779175A4D31EEBC54321BDBCA9B5D /* PBXTargetDependency */ = { + 88ECB54C2DC159A81364054DF452E759 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = EBF6B3E8F7BF3A254A15D3A0ADE84C26 /* PBXContainerItemProxy */; + targetProxy = 07FEE5CA0F570179CD895CC0EBCEF25A /* PBXContainerItemProxy */; }; - 6C666DF22D88463AD96B878F6D96B7FC /* PBXTargetDependency */ = { + 89236A9ED15BD42914C7EE0DB075FF13 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 8B9619C173AF1764B82859EF93D998E5 /* PBXContainerItemProxy */; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 056D3BFB7D1D8A7D376FAFA2B66FB8C8 /* PBXContainerItemProxy */; }; - 6CD92C14083811A88F2952F4BAC6A263 /* PBXTargetDependency */ = { + 8938CD6C0EA0ADBE192399759E9D2533 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = boost; - target = EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */; - targetProxy = 8E7EC330531EBF982C1681A374E357D9 /* PBXContainerItemProxy */; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = B6DD8966E1DDD9372FDA125F3D9731FF /* PBXContainerItemProxy */; }; - 6D4A8D3DDCF99502AD75031C63E633A2 /* PBXTargetDependency */ = { + 89535D4EB0336731DEC23A6271479D59 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTFabric"; - target = 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */; - targetProxy = F8BCB5EC4B2598206174012C9874E9F6 /* PBXContainerItemProxy */; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = 9A59483D3DD8007F31406C2A1D52E8EB /* PBXContainerItemProxy */; }; - 6DAA2F2A71C181A72EA5975C72C416C3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Mapbuffer"; - target = 091003D98BDA80B01B9E35CADE3947F0 /* React-Mapbuffer */; - targetProxy = 82A3F44352B5632F5D19F9564CEACD83 /* PBXContainerItemProxy */; + 89FAF2292B0B577B32C07291FF41EC3D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = D468F98852D61A99CD42F174A928E8DA /* PBXContainerItemProxy */; }; - 6DDD5862487773497D3F80A0644A00BE /* PBXTargetDependency */ = { + 8A01144C4811FC96968CD28E8FC601CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = 2235A2292D5CAFF84F4CCEB8C6B35D4D /* PBXContainerItemProxy */; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 77E927E30D46B85E76EB2A6BC7C528FC /* PBXContainerItemProxy */; }; - 6EE47E6D9000A371EB5A596CC67C6C1D /* PBXTargetDependency */ = { + 8AC7F91A27E478D094028729D120C453 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 7863B3253AAA3D58B0CDB44871BA5A57 /* PBXContainerItemProxy */; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 1C2EB609658547D5066D047531E2E9CA /* PBXContainerItemProxy */; }; - 6FF26AA407B0835BAA08F9821B857025 /* PBXTargetDependency */ = { + 8B08CEFAEA22CE15FF8ECBCB9B952604 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-CoreModules"; target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; - targetProxy = EA5D897D825747BC2CFDAC74C2027EAD /* PBXContainerItemProxy */; + targetProxy = A2EB194373B9393B3358E1E1FA0EBD05 /* PBXContainerItemProxy */; }; - 70B20C8C5DFF6F544600816E7A3D4040 /* PBXTargetDependency */ = { + 8BA87EBAE07B939A129DE936919B2437 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 7D7AD8078BB32CFAB3A3496A8BEAE4E6 /* PBXContainerItemProxy */; - }; - 72C992B16DE664DBBE725E06D672798D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = 8583859E8DB72548C39935E8DD25D811 /* PBXContainerItemProxy */; + targetProxy = AE96CA5B7DA7C75729EC0BEF7C0FFE9D /* PBXContainerItemProxy */; }; - 733F97F72EB2134290C2742EB9F94F89 /* PBXTargetDependency */ = { + 8BB4CAD4E9AA9A76F4EFFF8A03EE5330 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = CDF03CAB28DC35287E46C254B8FE6A23 /* PBXContainerItemProxy */; + name = "React-logger"; + target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; + targetProxy = C73838D3F0AFD4D6E76EA1E846E47074 /* PBXContainerItemProxy */; }; - 7348194B62A133A4E11B3B1CDFBE02BE /* PBXTargetDependency */ = { + 8CE477AD6CC82F0D980B15A3D4A459E7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 51AFBB3A538DB85F02399D167AB1911E /* PBXContainerItemProxy */; + targetProxy = E643492F477E73D73B4DBB1DB06BC7D4 /* PBXContainerItemProxy */; }; - 74459B4AE1259FAF56C92FC8F20B0C03 /* PBXTargetDependency */ = { + 8DC5372506CC8E27F51143581C74C5F7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 06D3ECCE10AD64563944558207688E0D /* PBXContainerItemProxy */; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 24F856B5ACF07FE391D964E89D193522 /* PBXContainerItemProxy */; }; - 7468342FFBDA8157500CEEE651465FA0 /* PBXTargetDependency */ = { + 8E44E87D6B5FFB6F70D006C75B7A3B1B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = 37DF5C5CCCE4918BEF5C303AF0BA46FB /* PBXContainerItemProxy */; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = 7C40A37CAC285B68DA5664FAD4BE3490 /* PBXContainerItemProxy */; }; - 75336692581B93FFE7931E17908F317F /* PBXTargetDependency */ = { + 900EE9B525D81318F7468BA33F615A63 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = 4762451CABCB1194987D2B2912EB7683 /* PBXContainerItemProxy */; + name = "React-runtimescheduler"; + target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; + targetProxy = DC87078558AE74568DA001162E941EDB /* PBXContainerItemProxy */; }; - 7564DC0448774961946346ADF51C1CED /* PBXTargetDependency */ = { + 90640B83A8182E361131EC5865B94EF6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = 112D952329E3A10CA50D46856529632E /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 9A63F0A7EC65A8B4E2442C2C924DAD9C /* PBXContainerItemProxy */; }; - 77A4F478A339B56287D7C2EAB5118C56 /* PBXTargetDependency */ = { + 907F691A1D77DB86BE3D65612BA344AC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = C816A648967E19FD1F7CDD035C0BF8DB /* PBXContainerItemProxy */; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = B24AA1E618A3ECA98448662282BBE973 /* PBXContainerItemProxy */; }; - 7856B030DCC866D1FFD84E9C1CE8F1DD /* PBXTargetDependency */ = { + 9412045B42FDBCDBB036F663A3BEC279 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 1923D40D1D37B6C3F0E1E76FECD77444 /* PBXContainerItemProxy */; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 593B340C65DA8AEF21E6D8AC52660544 /* PBXContainerItemProxy */; }; - 78CE9FD268B65F9C006DD34E0A815C18 /* PBXTargetDependency */ = { + 947BAD951BF31358EBBD7AB219F896DF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = A43A47AE804AFD3091D2D38807091189 /* PBXContainerItemProxy */; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = D96E678A5C6F642E7B0A7E9DC29CF465 /* PBXContainerItemProxy */; + }; + 94FAD4F9BBCBE1444B11C91C436E40FC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = 2F14569C24AAF9E98FAFC248465DC9E5 /* PBXContainerItemProxy */; }; - 7931C3589FACB4CAFEF3F9023764841E /* PBXTargetDependency */ = { + 9563F68F9BD1749F7443FD66E9590B85 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "hermes-engine"; target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = B00E51A574489F95275144AF605329DA /* PBXContainerItemProxy */; + targetProxy = E84A9F4D561E1111D32BA3A2B52CDAE0 /* PBXContainerItemProxy */; }; - 799D5C470B40A3AA0FCBF2A9BCCC4188 /* PBXTargetDependency */ = { + 9574B0698E37FC3108573EFE439B41A8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-logger"; - target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; - targetProxy = 018B3BDA44FE5317F2FF9F020D4CC42A /* PBXContainerItemProxy */; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = B96395E64F84E570087610FC9A4A1AE7 /* PBXContainerItemProxy */; }; - 7A22D43A4F8001DB194A7D140A95EC71 /* PBXTargetDependency */ = { + 95A27BB9F1F8CA547737F477253E25D4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = D7BFE1288CC438A1000E7395E806ED6A /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 5330B576E39CDDCC6D01B0513A2C8F64 /* PBXContainerItemProxy */; }; - 7B2B8CC1293F70342294654614B76466 /* PBXTargetDependency */ = { + 961BDE36B0A650A306E262C44158CA8B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 46D2411DFEE38F0726ED90F6B225AB23 /* PBXContainerItemProxy */; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 8B89516148A1AC15EE488B8C02430723 /* PBXContainerItemProxy */; }; - 7BFE67817E441CBEA8F4F5B684D2ABCF /* PBXTargetDependency */ = { + 96372FB99D877DCA073114668A01F79C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = DBE66298B4ACD1F502D80836CFF8B829 /* PBXContainerItemProxy */; + name = "React-Mapbuffer"; + target = 091003D98BDA80B01B9E35CADE3947F0 /* React-Mapbuffer */; + targetProxy = 12CBD29BC4AA7FCAC2191790822A8408 /* PBXContainerItemProxy */; }; - 7C7955B2E291655963D76D7FF4C7243D /* PBXTargetDependency */ = { + 96F7AC019278453752BB26B62233BA22 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = 2F852DAAB660C7F532D7E069092411A4 /* PBXContainerItemProxy */; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = E13F53BC3F75A136CF62B889D823DA98 /* PBXContainerItemProxy */; }; - 7D53E3BB9F0F53F6FBE4A100579E56A3 /* PBXTargetDependency */ = { + 977353FAAD596E850D4C7182EB9509D4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = F0357B5E22144413BBA06EDC56BF54D9 /* PBXContainerItemProxy */; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = 96889FED11AA7E66812D490878B97588 /* PBXContainerItemProxy */; + }; + 97E7B6DE91BBF0ECDCAA43F61EF2CB2C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 8BE4793AB705B3DB8FC95B2A3022A7FA /* PBXContainerItemProxy */; }; - 7DC21ADEC563EB72A38E286EFBEE358A /* PBXTargetDependency */ = { + 984847B7473A8412AEFAF77B4664F75D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 2064C5D6DDE5C3E0C54885D2B30A06EF /* PBXContainerItemProxy */; + targetProxy = 34CA178C3014A040FF0B0E0EC2D01AC5 /* PBXContainerItemProxy */; }; - 7E20F51705AAD36C48F38D539DFD7375 /* PBXTargetDependency */ = { + 991ED2A86E606300A3C9E5A82B68AC3D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-ImageManager"; - target = B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */; - targetProxy = ECBE5D7B7C2E791E7B257FC4B08B66DE /* PBXContainerItemProxy */; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 04F2717E51D21D9611B67F123B87B7E7 /* PBXContainerItemProxy */; }; - 7EC40576BFE096034BE6603C6731C9F4 /* PBXTargetDependency */ = { + 9946E1AB867FFEFC550310A00E3C6D73 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = C8B9E392389C6219D37C5D9BA3EBC138 /* PBXContainerItemProxy */; + name = "React-RCTAppDelegate"; + target = C2B1B75CCC326124F29FE703CC59BFB7 /* React-RCTAppDelegate */; + targetProxy = B49957FEA3DBA79C960C4BF33FB89693 /* PBXContainerItemProxy */; }; - 7F43B5F2CF929E6DB5B5C86574386922 /* PBXTargetDependency */ = { + 99F6DDAF65F28CC726441A0C018AE3A7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 812CF5A7F69E6A8F1BB39DE05D2F3377 /* PBXContainerItemProxy */; + name = "React-runtimescheduler"; + target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; + targetProxy = 0DF9EB235A025A0E7225BD3835E9A8CC /* PBXContainerItemProxy */; }; - 7F9B30C13D7131D4F9E3AD483DF6C771 /* PBXTargetDependency */ = { + 99FAEE95F441DDC413069EB0FD2E0D6F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Codegen"; - target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = 474CF3D945114EBB80DFF58683183404 /* PBXContainerItemProxy */; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = C85A7AAACB052BE3D7FC7D52B64204D5 /* PBXContainerItemProxy */; }; - 800D5F4235F04FDE4A010517C5BC1ECA /* PBXTargetDependency */ = { + 9A68278B027713D1161E945A25B9731E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 69374CFA64A1C6789D023039A210BA41 /* PBXContainerItemProxy */; + name = "React-RuntimeHermes"; + target = 0EF07AE1AD53436E8D2B9B0086EA0163 /* React-RuntimeHermes */; + targetProxy = CB02A6F103714BDDE795941B4C8F0F1C /* PBXContainerItemProxy */; }; - 808F4AB13EA8B8FA8504E44EE6C3E912 /* PBXTargetDependency */ = { + 9A7B30DF2DCFFDB397FF212296E4935B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = 6190C3B6C206534351ED3B85D47BA864 /* PBXContainerItemProxy */; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 03E24E6D4CF66A0B6865B7EA2B2BCDD4 /* PBXContainerItemProxy */; }; - 80A3CD81D9B1B839DF4D4717F33CB783 /* PBXTargetDependency */ = { + 9AC0F8F93F3A0DB72B7D88512F803C35 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = B9AF5147095B3284C70B4A9E0E2AB65E /* PBXContainerItemProxy */; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 0BBE9531017E2DAF1FE8803E7ECD8206 /* PBXContainerItemProxy */; }; - 8277F7975544DC3C02F08DFAAC4B6673 /* PBXTargetDependency */ = { + 9C411B2CC3C4A28BA72E9017965B8DB1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = F640404B6E29D93EB9A3280590309EFC /* PBXContainerItemProxy */; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 50EB5FDA61EF17A3F3258D62A351B614 /* PBXContainerItemProxy */; }; - 82810CC768684FF228D47E5AE138D35D /* PBXTargetDependency */ = { + 9CA446479094667088F29B3DC4E12F7A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-rendererdebug"; - target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; - targetProxy = D9FE35BE60B99A4B97C152A0B17C03E3 /* PBXContainerItemProxy */; + name = "React-nativeconfig"; + target = B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */; + targetProxy = 0D062956D3247F5A6F2348C5E96A2381 /* PBXContainerItemProxy */; }; - 82D6981D0D9413F9D56101FB6F5E3D63 /* PBXTargetDependency */ = { + 9CB7426A4D28082958291C03049EB5C0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-runtimescheduler"; - target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; - targetProxy = 372B415467B815A5EF0941AF0131C2C4 /* PBXContainerItemProxy */; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 2F88905B01E2F8DF3A2DA844E7BC7E4E /* PBXContainerItemProxy */; }; - 836D343B76A6A31830C8E2D5DB61128B /* PBXTargetDependency */ = { + 9D5BDF20084DF3E8210FEE9F61DE5032 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 87A8058043F4C6E2B5AC33CC73C79C55 /* PBXContainerItemProxy */; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = 29D99B6382EC442BC3E615262B0BCBED /* PBXContainerItemProxy */; }; - 844BC8FA59DCEEEFCF6611CF5C4D4376 /* PBXTargetDependency */ = { + 9D8860389569C0B4CF9D53F307783D25 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 8D9A9F3B506F28CAAB68DC2BA95DC549 /* PBXContainerItemProxy */; + name = "React-RuntimeCore"; + target = C7F600C052808C7C987C26EC74B3A290 /* React-RuntimeCore */; + targetProxy = 36D6711AE32882ED3092979037CC3405 /* PBXContainerItemProxy */; }; - 84B9714922A66F017559BB9E7E784BDA /* PBXTargetDependency */ = { + 9DC6B2339493349D425BEB578C7330E3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = DF03F7D7FE8BA350129798665B601B0B /* PBXContainerItemProxy */; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 761B75C34BB1B42FA942F96540E4BC15 /* PBXContainerItemProxy */; }; - 84C40F464A4B174115DF540DF0777A11 /* PBXTargetDependency */ = { + 9E1BF3FF53787FC2039BF2B7A62F9DDC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 505E45675191BA3068993C81B7CF38D9 /* PBXContainerItemProxy */; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = B46597F4B2FF6D8BBB0FCAC80B136EDB /* PBXContainerItemProxy */; }; - 851BAAB704303A5370719BF8231465DA /* PBXTargetDependency */ = { + 9E50028CCFFBB53BD3CED93BCAA23462 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-runtimescheduler"; - target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; - targetProxy = 248AB018F86018715D12051E419D8BB8 /* PBXContainerItemProxy */; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = 8469D13E4B9BE29DE37C00B9952D6926 /* PBXContainerItemProxy */; }; - 852AD738B71CC789A57E67C1F65F977F /* PBXTargetDependency */ = { + 9F3B65DF4A9E574371431515F6480017 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 308C9941F1AF5BC708424E2E2E8476F3 /* PBXContainerItemProxy */; + name = "React-hermes"; + target = 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */; + targetProxy = 1F447B67D4490096D87F14FD5876C024 /* PBXContainerItemProxy */; }; - 8818160DF82A45D9F4F8E52D9CEFD27F /* PBXTargetDependency */ = { + 9F7AA6257356748F3AC3589C372117C4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = DAFE4A9D6879D147D7E220443911E626 /* PBXContainerItemProxy */; + name = "React-jserrorhandler"; + target = 27F648AD269E94404D6A7547C4F9C683 /* React-jserrorhandler */; + targetProxy = 427FF6CB1456A5DB2E43054C10D407AF /* PBXContainerItemProxy */; }; - 889D99CACEB9C64A03B2749C1C339AD4 /* PBXTargetDependency */ = { + 9F95560B9E4E38DE203B4EDF2F2E238C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = 6B4E629B1FF084B21AB67FEB6F265CE2 /* PBXContainerItemProxy */; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 5A66969F2F26AF689BBE09506F583E5E /* PBXContainerItemProxy */; }; - 89220B0F5081AFE19F6FB5748A547EAB /* PBXTargetDependency */ = { + 9FD34078FD450123876A7A3CF8C74DDD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = F74BF38FE4EB789782A8BE27C7732695 /* PBXContainerItemProxy */; + targetProxy = B5C49ED7C22908993DA03524268054A1 /* PBXContainerItemProxy */; }; - 895BEA66F3F4EBD1CA58C1814D9FCF6F /* PBXTargetDependency */ = { + A0662C7E8E6F4BB1BED6AB5116B068AC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 965E034BE702E65BCD8F526945161A16 /* PBXContainerItemProxy */; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = 7F9ADB115EE8B656B0A4D9610F64585F /* PBXContainerItemProxy */; }; - 8ADFE5680EEDC19E7AA6998DF1606A35 /* PBXTargetDependency */ = { + A18F34A9AE12CA159FA4BE10BD0F08E6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = A1154DE98545B80FD8159964B7E23782 /* PBXContainerItemProxy */; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = FFFED8AC52E33B03563EFCEEEFF2513C /* PBXContainerItemProxy */; }; - 8AF31572A4E079FF7B6916F478CAE9B9 /* PBXTargetDependency */ = { + A254B74C24804FC2C8CB1B1A308C537C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = E90C05404DCE0BA96F9AE10F7FA26CB8 /* PBXContainerItemProxy */; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 2B40EAAE1015F3040D2BFC3B84B8C0A2 /* PBXContainerItemProxy */; + }; + A3A103DDF211E33A422885D060EF6862 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 57B24B86E8BC2DC4B873AFA4728A28F2 /* PBXContainerItemProxy */; }; - 8C24AFFFB02288FB37E4AE6D991F3671 /* PBXTargetDependency */ = { + A3BDD4A09B967B012B64ACA6D70CA378 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-utils"; target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = FB59FA0EC9EC379F420CB4954EA8D8C6 /* PBXContainerItemProxy */; + targetProxy = AC0EFE9849C86BC9EEE3998C75BF7E59 /* PBXContainerItemProxy */; }; - 8C683CEDD38F543C55AEA2FE8165DD9F /* PBXTargetDependency */ = { + A482D354857B96FF6608C1ECB1410DE1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Yoga; target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = 7A02DBF51A7FFE434AA7A91A24A0E570 /* PBXContainerItemProxy */; + targetProxy = 4BD82DCEA208F83CDCBFE4428A843743 /* PBXContainerItemProxy */; }; - 8C762D10069FBB2746F043E7F2F5572D /* PBXTargetDependency */ = { + A62ADA2BF30BF8351A4A154BA1DFD26D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = 9800CD95464C901ABFADED4287DE3091 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = FEFEF086D7B146B96B992081E8C52CA3 /* PBXContainerItemProxy */; }; - 8C91FA98F0FAEB94E3B1CD6668A78A86 /* PBXTargetDependency */ = { + A63481D34C5560C5F3A9199783D01B6E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 6304A8F5FD1E6425ABFD8F2E55EC5FB5 /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 0934208EB4E70167C10A41B542FE527B /* PBXContainerItemProxy */; }; - 8D7A0E37AC5DBA4ECEC6A540A1CB2E8C /* PBXTargetDependency */ = { + A6D31FE8EB6B2659595EE4D3E5B8CC0B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 37BFE7C4CC6545E6A68E5D3A664F1E43 /* PBXContainerItemProxy */; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = 21E5AFABF1F1B440FA387F63E1ECDAE1 /* PBXContainerItemProxy */; + }; + A73A9A2AC3DD393BE94B96FC0811F52F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = BC0528EBC67F7BABF5B54EF212893752 /* PBXContainerItemProxy */; }; - 8D8D8312067DA08713057C92649D51C3 /* PBXTargetDependency */ = { + A7BF697A5BE5F29B8EFC9A4547AE419C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 178F0B9E7B8A1DE05E84395B9932F110 /* PBXContainerItemProxy */; + targetProxy = 15CBA2BD8EF64756C0767A60F7567316 /* PBXContainerItemProxy */; }; - 8DBA01281901D0316E8D06BC114D23FA /* PBXTargetDependency */ = { + A8E8A02278FC1510C1E4AE330186E3DB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = fmt; target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = 1A0594FC471ECB7952A3684F7EC5F7FD /* PBXContainerItemProxy */; + targetProxy = C4C8A76B4B78C8FC91DE8EA0A599DDC7 /* PBXContainerItemProxy */; }; - 8E167B8E393FCFCB6A6D899AA57691B3 /* PBXTargetDependency */ = { + AA6B0483A872C31D19C5C582CC33A30D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SocketRocket; - target = 1948D0B63D2CF6A48E18B0B292BC6091 /* SocketRocket */; - targetProxy = 146EF976DA04FFCC8E2DE7D51C727FA3 /* PBXContainerItemProxy */; + name = "React-jserrorhandler"; + target = 27F648AD269E94404D6A7547C4F9C683 /* React-jserrorhandler */; + targetProxy = 7AF7CA4C4F7DB433479DC151414ECC52 /* PBXContainerItemProxy */; }; - 8F66D79FDDE0EDA27154C87B4D09C31E /* PBXTargetDependency */ = { + AD028C4C9C138F32FF283BF9E651428A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-rncore"; - target = B41E34C6B259B9994C513BE178912491 /* React-rncore */; - targetProxy = F3B014539086407EDB7BCE5A05089972 /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 05D52A397C8C50527687630B5436F9CC /* PBXContainerItemProxy */; }; - 8F79B491787061978E06E1E072A6C46D /* PBXTargetDependency */ = { + AD648138192ED2E45C736EEA5CF92E94 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = ED7B8B9E1CDE581C92C6C24853E23999 /* PBXContainerItemProxy */; + name = "React-nativeconfig"; + target = B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */; + targetProxy = 79DB034638266C6FDC5132A84FA94A15 /* PBXContainerItemProxy */; }; - 904B384EBBD8E3AE6B681A3534C2C063 /* PBXTargetDependency */ = { + AE118212FA0D279BEBC9F02C20320565 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = D0F5B0BF9747E544443A8CB93F9927CA /* PBXContainerItemProxy */; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = F57A6DB070CE213FEBA51D9C1BC21F64 /* PBXContainerItemProxy */; }; - 90A81FEB691EB1D56E50149DD58BD0E8 /* PBXTargetDependency */ = { + AE16BCB7B1F274AFC64E6CE1A73649DE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-callinvoker"; - target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = B401543656992BA589E19FAE84E18C09 /* PBXContainerItemProxy */; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 77B61E545D3EE505689E5A88FB34006D /* PBXContainerItemProxy */; }; - 9101343267426E61355C96D2D4425A9A /* PBXTargetDependency */ = { + AFF83814306FEE2AB836E168DACED238 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-runtimeexecutor"; - target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; - targetProxy = 6564BD86DD1C60FE0129B4E0C3A10775 /* PBXContainerItemProxy */; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 96C05CE8F4A9CD43357BA06485F8994A /* PBXContainerItemProxy */; }; - 926EFB26E8553637DC67B1291E883997 /* PBXTargetDependency */ = { + B08256724219B4019F944355CBD4DEE1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = 06D4171EF432C55DE7C763A5815A237E /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = F36DB966C710B5B333317F75182AED2F /* PBXContainerItemProxy */; }; - 9278CA8A440FC5EEEFEA068EB8EEF918 /* PBXTargetDependency */ = { + B0D77E614B2A29B1C9D7D28FC2E4F4F4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Codegen"; - target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = DE8F9AF46437178D9DEF26AF65AD2F26 /* PBXContainerItemProxy */; + name = "React-Fabric"; + target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; + targetProxy = 336517C4087738649F1E1F4AB8F8519E /* PBXContainerItemProxy */; }; - 931A624DA70E92B8C19E9FD0FBA77CE7 /* PBXTargetDependency */ = { + B0F8796B619A0B7C593B255CE5B08E22 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = boost; - target = EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */; - targetProxy = 5795563B87BD3CDF2457646982FAD952 /* PBXContainerItemProxy */; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 26E8C064D0C350303EC25814160E5507 /* PBXContainerItemProxy */; }; - 94B33982D279C0785E6C51305C67B3EB /* PBXTargetDependency */ = { + B11620F0C0256DCD58AC236A8FB0BF9D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = libevent; - target = 04A30E186743192DFB26B0FD7DB8F250 /* libevent */; - targetProxy = 95180FF2868FC4106663D0B3C9F6B9AB /* PBXContainerItemProxy */; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 1A311E894E75265D572441282B7479A6 /* PBXContainerItemProxy */; }; - 957DD8D1453E01988990585BEAF51004 /* PBXTargetDependency */ = { + B1E71F384FB952801A11CB94394AC12E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = C18C7ABDAB273FF6F8C703D27D32C8F5 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = DB0DED4E98D854FD7FE257842C962DEC /* PBXContainerItemProxy */; }; - 96835C5FC0B947A360AAEE535CA7A460 /* PBXTargetDependency */ = { + B2077D6B91054427593B7239A83DFA23 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = CD5E2B06ECF813D21A4667613FD04998 /* PBXContainerItemProxy */; + name = "React-ImageManager"; + target = B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */; + targetProxy = 77BB51BE51B9062B6A3C86AB77078D7C /* PBXContainerItemProxy */; }; - 976ACC41135209FE8103F68F57EA02BD /* PBXTargetDependency */ = { + B212680BD31F13D2F6279DBAD3A1E825 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 206B9A50ECF9B96D4E1B19330C04038C /* PBXContainerItemProxy */; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 91973EF9B88BD3433821DE7E02BCCE66 /* PBXContainerItemProxy */; }; - 97DCEB97D825DE46D847BA5DD57326AF /* PBXTargetDependency */ = { + B24640D5A8CF4509EC3101762B86BCAE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 84E6F0A9E150F0C38D55453622344130 /* PBXContainerItemProxy */; + name = "React-runtimeexecutor"; + target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; + targetProxy = AA28726CD41308E7D4C6D49AF678D9CD /* PBXContainerItemProxy */; }; - 9A9801DB1694739DC289314F34AE5502 /* PBXTargetDependency */ = { + B2FC425DE6D70B89E4B66C419D80D21B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "RCT-Folly"; target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = DAB82A5BA4B97C70DD1AD8717BB10840 /* PBXContainerItemProxy */; + targetProxy = 1250E130FB93020268E26EB59677362A /* PBXContainerItemProxy */; }; - 9CC3FE2C0907520C56B4F8A9A73756DA /* PBXTargetDependency */ = { + B339E8D2195D5B0E12F1886B392070B9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = F3A1FE9CD8B4338A6B5C9299E299CB8C /* PBXContainerItemProxy */; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = FE3B276DC9F6BE63ACFEBDDE0FC16DEA /* PBXContainerItemProxy */; }; - 9E1F7F66AC911858319D253C8BDD4825 /* PBXTargetDependency */ = { + B3A68A22B6988E30A3FE9B295B5ECD18 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = D73C8E1640283E300110D0F33DC85BE9 /* PBXContainerItemProxy */; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 2C77EA8CB35EF7DA9E933C9A98AC198E /* PBXContainerItemProxy */; }; - 9E2B336CB5FACE2D18F043D8B337D921 /* PBXTargetDependency */ = { + B5E4CB125000A02D7C47D5BC8B2235E2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Fabric"; - target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; - targetProxy = E23A062772105DC3674DA4765E8B75E1 /* PBXContainerItemProxy */; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 0743DC1CCDBCCF6C3ECD3224DB5EF4B7 /* PBXContainerItemProxy */; }; - 9F2E019CD0449D8200DE9AF43DEBB69C /* PBXTargetDependency */ = { + B84433E64D21A3285F1532F01F6A24CA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-utils"; target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = BFB4FFCE3BD9A40851338A80F9E9330E /* PBXContainerItemProxy */; + targetProxy = 3BDB96421767BAAB9AE9DC3CE9603198 /* PBXContainerItemProxy */; }; - A046B3298F04E9B0653FB642C1D2E9A5 /* PBXTargetDependency */ = { + B84F02AF765914933817049A11982A2D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-rendererdebug"; - target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; - targetProxy = 3939AA4B97E30249FE75D5F2EF3A7795 /* PBXContainerItemProxy */; + name = "React-hermes"; + target = 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */; + targetProxy = C4A085BD4076C29C8993F50E76C4AACA /* PBXContainerItemProxy */; }; - A05F11D0C949F185B44159B862DE5847 /* PBXTargetDependency */ = { + B866B352B4413F93E9054502E08ED0E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = E09BBC217DECEFF5E3E2966772623AAC /* PBXContainerItemProxy */; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = A3265F4A2E09A773944413294B402BBA /* PBXContainerItemProxy */; + }; + B8F477BE7309D6FAEAD56FADEAB4CEE2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = CBA1639E79B6F6752FA0776C8012648E /* PBXContainerItemProxy */; + }; + B94AD44411D338A32AFD335004E0B6ED /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTFabric"; + target = 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */; + targetProxy = E3DB328B666D52096C8CDE6E0757E653 /* PBXContainerItemProxy */; + }; + BC3FB7331CDD43D5175E4D47ACA6FE66 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = C92744C875EAA3E6A25003782211CED0 /* PBXContainerItemProxy */; }; - A24EA48726AE34E000F87F30B1FDBD6E /* PBXTargetDependency */ = { + BC679D6E3BA49D363ED5366763750F81 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 7BC1B7B798DEC2959E26B23DC8FB0A2B /* PBXContainerItemProxy */; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 930D2D66F0FBD7D28F5478091197C541 /* PBXContainerItemProxy */; }; - A252628A7A00C0E0972F25982DBC6DCB /* PBXTargetDependency */ = { + BCB6931B0CA96D254A87574AEC2F1A72 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = A7196605C35D96CA76011C5D705BE0B6 /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = B8FAF58B12747184E841D23CA71CB990 /* PBXContainerItemProxy */; }; - A36F74F9EA1FBE7849C90213FC5B9C3B /* PBXTargetDependency */ = { + BCC574E946A3A8BCCE454E8E24779B25 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = DB6DB57FFCB1FE091F9EB1236DCCB01E /* PBXContainerItemProxy */; + targetProxy = 4A785EB5F5F23DD60E8AF051ECB80951 /* PBXContainerItemProxy */; }; - A39F94A342B7FFF2449D709607F1C6AB /* PBXTargetDependency */ = { + BCF4A5F46D114B97594F5A602DC84C06 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = D66F644BB6CE14DF029A263FB3855322 /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 283F65F4310F568BCD5E39DD9008F1A3 /* PBXContainerItemProxy */; }; - A3EE38F841955D244D9B9B9B3E85B82A /* PBXTargetDependency */ = { + BD276791FAA5FE2E186C8D9ABD614362 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-runtimescheduler"; - target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; - targetProxy = C58734E7209665B501F67923B34544D8 /* PBXContainerItemProxy */; + name = "React-hermes"; + target = 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */; + targetProxy = D45B03393137D2E267BC703865B2BC4D /* PBXContainerItemProxy */; }; - A459FDFD7FC52211BC3A4EB0CC00F7D0 /* PBXTargetDependency */ = { + BEB5941835F05376583ABAFE9FFCD30C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 16B3365DA6D0B0553DFBCC88047C3FCA /* PBXContainerItemProxy */; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = 496FB04383EBFF21B0C7DD179C13F5C7 /* PBXContainerItemProxy */; }; - A4A6CD45F150982A3F0CFADF594F6DB3 /* PBXTargetDependency */ = { + BEB67114B4EC87924688EEBB8C438FD2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = AFFF4FB8352B362D1B7ED308BF2CA9BD /* PBXContainerItemProxy */; + targetProxy = 0C825C2B1718A18CE8B22578116AD9D9 /* PBXContainerItemProxy */; }; - A850CE929154190027FFA784F6467A54 /* PBXTargetDependency */ = { + BEFB8C790410CF0DF996DF64145C5572 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = ADA5D1784C267657F2949B3E74F200E5 /* PBXContainerItemProxy */; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = A3F6FC01C2191DE3CE03D589BC558A96 /* PBXContainerItemProxy */; }; - A86088B31710BA9554CF5149949B8D44 /* PBXTargetDependency */ = { + BF0242746B38CA409974007B6FEDDC7F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 0D138832D10347CE83D717C597C99519 /* PBXContainerItemProxy */; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = B23E152C21979D346C6142DA964C43C5 /* PBXContainerItemProxy */; }; - A8C833E8FB7948CAF878A68D0139C322 /* PBXTargetDependency */ = { + BF6DD00FFD442BC49B4DB25016E20500 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = A9BA6AE09A1ED833D1957B8F45B0573D /* PBXContainerItemProxy */; + name = "React-RuntimeHermes"; + target = 0EF07AE1AD53436E8D2B9B0086EA0163 /* React-RuntimeHermes */; + targetProxy = BF9E600B486A8F752CFBCEC2CC0B1A5A /* PBXContainerItemProxy */; }; - A97184A2B8F07EF97A8F6FCFC736D60A /* PBXTargetDependency */ = { + C03E65D69ABF1DDDBD73AE4A96581425 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-hermes"; - target = 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */; - targetProxy = ACDE62268D2502E0EFCBFF7B8B046AA1 /* PBXContainerItemProxy */; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = DA4C32AA37270D436CCA7DDE5E8265E4 /* PBXContainerItemProxy */; }; - AA211A223852C09C9FB8EC9118BED767 /* PBXTargetDependency */ = { + C0494FFB47801B2ED9C5783F9F2E9478 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 25A905BAFE3C6A93CA0F949D711A5248 /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 8AF54EC1E32237AFABA09EB72FE50F7B /* PBXContainerItemProxy */; }; - ABF20EC17EF0A1B303ED40D7065BA964 /* PBXTargetDependency */ = { + C068FE076C49A4A30B2A1EDDE1FA06B7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-nativeconfig"; - target = B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */; - targetProxy = F21C713A745B7066D969DA6E0FC1791C /* PBXContainerItemProxy */; + name = boost; + target = EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */; + targetProxy = 3890C233A2B634142790E17AFC8D817D /* PBXContainerItemProxy */; }; - ACB1F48A90334C4CC6499B5535A77C34 /* PBXTargetDependency */ = { + C07CFD51EE8A8059EBB505CA0AD77069 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jserrorhandler"; - target = 27F648AD269E94404D6A7547C4F9C683 /* React-jserrorhandler */; - targetProxy = AF7EBFBEF626332D04D163E39A13FC9F /* PBXContainerItemProxy */; + name = "React-Fabric"; + target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; + targetProxy = F3C88D21EC8227A4B6BD15269AD29503 /* PBXContainerItemProxy */; + }; + C094AAB7D234AC0D42232B6DD5D13EDC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 9716285D0C3617CC9DDE2D786CDB6197 /* PBXContainerItemProxy */; + }; + C0C4944B418CFB040B76FAE356CC1492 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = FC6FA740B07F549C508BFDF59462093D /* PBXContainerItemProxy */; + }; + C12817B77A384929CC56F08535650439 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RuntimeApple"; + target = 91D38B18A4E42B1622B83F450706C2F5 /* React-RuntimeApple */; + targetProxy = B20E23EC66F22E90033D795BDB740B4E /* PBXContainerItemProxy */; }; - ACCFFDAEE455E9B103D0D23A3374AD26 /* PBXTargetDependency */ = { + C155477CCA345D73F3A4071492EC6132 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RCTTypeSafety; target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = D19367EEC5578C2F438E08F32A0750B7 /* PBXContainerItemProxy */; + targetProxy = B0FBC836348A84E5E4A688B8A910CE45 /* PBXContainerItemProxy */; }; - AD5143A8CE86082E9636AF384040C9BB /* PBXTargetDependency */ = { + C17439E0E9B4A3F8B50C259EF28EA9E3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = BC93A5A4BE31B4B607731581A3E62448 /* PBXContainerItemProxy */; + name = "React-rncore"; + target = B41E34C6B259B9994C513BE178912491 /* React-rncore */; + targetProxy = 3F15F1D48A07466A9F8B095CCA36826C /* PBXContainerItemProxy */; }; - AD714615BB9DF65CF2F1B155552232D9 /* PBXTargetDependency */ = { + C2AA482EF6D398F117C43A167AACC89F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-hermes"; - target = 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */; - targetProxy = 2AFA5D5DB852FD4E5EFADD80BF4CFC80 /* PBXContainerItemProxy */; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = CF674C4E3255977E4A866B743B5F5753 /* PBXContainerItemProxy */; }; - AE05C429025056C75547F04A87143C97 /* PBXTargetDependency */ = { + C31A7FFCBECEE6969698A1F56E291707 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-perflogger"; - target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; - targetProxy = B6CFDAE9F17BFBF9F777143EFAE06BEC /* PBXContainerItemProxy */; + name = "React-RCTFabric"; + target = 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */; + targetProxy = 0C2AF7FB43C100B3E1DB0861160AA83D /* PBXContainerItemProxy */; }; - AE902C8925EB8369A6A49493B232E59C /* PBXTargetDependency */ = { + C344777498D9BCEF407C9A6D74F03AF7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = FEB60687D616EC0422A5F76567003F76 /* PBXContainerItemProxy */; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 3249A44E515B7313CDC9965DDD33667F /* PBXContainerItemProxy */; }; - AF929A1AAB19667352F279E6B67E2ADD /* PBXTargetDependency */ = { + C369B22F0FAE377E5576A8BFE839BAFA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-perflogger"; - target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; - targetProxy = B77E8B5C5D126ADC51DD946F198A8CCA /* PBXContainerItemProxy */; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 23A81CB39D9D41819B69211A5E314A35 /* PBXContainerItemProxy */; }; - AFA8151EA87F1A6B346A934897936B72 /* PBXTargetDependency */ = { + C38F78AD23A62153D938B6A8D17DB064 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = D9A3E34F8682DB4FD8547F7F3026A5D6 /* PBXContainerItemProxy */; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = F5E042F5B280EE727999F2C1B0962307 /* PBXContainerItemProxy */; }; - B195EAE77456F14EA0BBA8DA0C3F3C80 /* PBXTargetDependency */ = { + C3F49F70B58B4AE3958816AF5F0A65ED /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 258E6DE9E797D5E47FCE452B7B5A6452 /* PBXContainerItemProxy */; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 1A02A3242E08B500151ABD06A45B91A0 /* PBXContainerItemProxy */; }; - B20FD98084F174DC7C2FF08BB98F2A38 /* PBXTargetDependency */ = { + C4841FEDE8D48DC4604247F57A37823A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "RCT-Folly"; target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 9248B4027B3E1CE27CD3A163E3E303D9 /* PBXContainerItemProxy */; + targetProxy = 5A2F2307A099C28BD6575DF53A5FE136 /* PBXContainerItemProxy */; }; - B23EFA0755DFF6FE9939D212FA71A484 /* PBXTargetDependency */ = { + C4DD06F137AEDD5B0BB9846AAB2BD11E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = 0CEF5E42F8BDAD55167ED0366A07DAA6 /* PBXContainerItemProxy */; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = A4E91955EC6E6D3061E9510D936E61FF /* PBXContainerItemProxy */; }; - B3E32128C61603B210D40F9A8DAF3832 /* PBXTargetDependency */ = { + C53EA7BC9EAF97E7CE9CA81A0BF12E67 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = DAE1254A352D2893A280C7E5286A9061 /* PBXContainerItemProxy */; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 971D502A30449EA83A63979D19F07B5F /* PBXContainerItemProxy */; }; - B4078520427327F66CC05D91E4CF36B9 /* PBXTargetDependency */ = { + C54A063F17CC52B5972FA1780A6C942F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 6D0581B1FFE4AF713D441E2EA27DE7EF /* PBXContainerItemProxy */; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = F211E267308F7BC87A3AE4BDF64731B9 /* PBXContainerItemProxy */; }; - B4C431184BBA498181932F2612006CD4 /* PBXTargetDependency */ = { + C624C37763CA3EB12B45D2F00EB3F35E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = 0D664FEE91FB68C0A3A39E8CB9D0934E /* PBXContainerItemProxy */; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 645CCB35B56EBAFA23B7777FA9A688EF /* PBXContainerItemProxy */; }; - B564F4952CB1E6EE42B68B24728709A2 /* PBXTargetDependency */ = { + C63AA7D158F689A3665F23350A713960 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 7E96433E07C2D67624220F38BCEC0A08 /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 72691AD3B737BB0E261D6450E7CC91BF /* PBXContainerItemProxy */; }; - B829E19DA33978DDFD426B210E442BD3 /* PBXTargetDependency */ = { + C690A825B8ED25093B883CF5B4830D9E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "RCT-Folly"; target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 0003695D7F9D3476EE0B32B7716EEDFD /* PBXContainerItemProxy */; + targetProxy = 46052FF3D71EC89028E59421AD272DCF /* PBXContainerItemProxy */; }; - B8EC18AEC35FDB1291924CB10B82B1D2 /* PBXTargetDependency */ = { + C6D13BFD6A1F57DBA9138A914EC33F22 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Fabric"; - target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; - targetProxy = 019B26DBE35EBF8E4444A88E18444B39 /* PBXContainerItemProxy */; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 4ADC4B7DC0EDA1567BEF58C181AD6FD5 /* PBXContainerItemProxy */; }; - B907157C056E8EFB31C8ACF74961B189 /* PBXTargetDependency */ = { + C76947685E95B2A22AF59BB340222EC6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = AD95E54052B7C2C8D25E12D94C6E013F /* PBXContainerItemProxy */; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 9AEF32BD5E0F56B926EBB7614301D7E3 /* PBXContainerItemProxy */; }; - B91CF1E58E5DA6248BF886D21A7A37EC /* PBXTargetDependency */ = { + C8AE99661D1A65D85D469BADA683E979 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 1BDA61F4946C8F3F85F7B7501E73002C /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = FF6DE5A6963902391657FC083B9682A9 /* PBXContainerItemProxy */; }; - BA4976AC8DEF87318486A2857B6A83EC /* PBXTargetDependency */ = { + C8BE6A7B0D695D555403A8C1FD672877 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 25723727C077FA628674F4F87076F8A5 /* PBXContainerItemProxy */; + name = "React-RuntimeCore"; + target = C7F600C052808C7C987C26EC74B3A290 /* React-RuntimeCore */; + targetProxy = A16731871E95A4B80332D99A82AEAB81 /* PBXContainerItemProxy */; }; - BA88927B50DB7DA30F530CD728196100 /* PBXTargetDependency */ = { + C932986C08154C27C8B08FB09112E220 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 838F0149CDB2208597A73ECF13AC4148 /* PBXContainerItemProxy */; + name = SocketRocket; + target = 1948D0B63D2CF6A48E18B0B292BC6091 /* SocketRocket */; + targetProxy = 3AB1A2D14D238F5E0D710BD34D8999D2 /* PBXContainerItemProxy */; }; - BBDC70651B75ED2AFCED68D4ED7484D2 /* PBXTargetDependency */ = { + C9D96005FA6A6CFC6678D7B193F636E2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Codegen"; - target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = CAA0796C03A8655F2D751992A5C47C85 /* PBXContainerItemProxy */; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 45BBA5E24DF3E98A1E33D5F7099F04C8 /* PBXContainerItemProxy */; }; - BC12B520A5AD61D86A6A36D2F88688B6 /* PBXTargetDependency */ = { + CA2CD4FD0049B212F2F4F143613B1746 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 14287AF310CFB1B4FF776B7FB94C569F /* PBXContainerItemProxy */; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 37BFECCBE92D5B1175C2BF3EEA9DB4A8 /* PBXContainerItemProxy */; }; - BC32E2E631953742A5781EC81BA008AA /* PBXTargetDependency */ = { + CA721AC43DBB07B546D7BE24F41219C2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = A74EEC0A17908A631A4B9763F340F5E9 /* PBXContainerItemProxy */; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 88F22E372111C3D44383E8AD8F2A1EB3 /* PBXContainerItemProxy */; }; - BDA732DA5FAB9510C53043FFBC5CA439 /* PBXTargetDependency */ = { + CC7579BBF210D2BB6A286C8DBED8DA3B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = D81CA8D4C022EE15EB747F686D5B74F1 /* PBXContainerItemProxy */; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = 2218ADE51E9ABC2171A5F0151EFD97C5 /* PBXContainerItemProxy */; }; - BE334C366704AC136BAE1E30391A612C /* PBXTargetDependency */ = { + CCCDA559E86BE44E9BF7387A47AEAE68 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 86426E60268789F7A71DB4953C2ADBC3 /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 51059926E149D7D7A46AD514913F4BA7 /* PBXContainerItemProxy */; }; - BEEBA90C924FEAE47820AE1E39048905 /* PBXTargetDependency */ = { + CD005D8BB7E9E45730DD2FA1B03216F6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 26DC0BD692E7A9078D047ADA1C40611A /* PBXContainerItemProxy */; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = AA7D7226734A644480DC2905FB4F0756 /* PBXContainerItemProxy */; }; - C03910CAE261D23E669AB0B800A07577 /* PBXTargetDependency */ = { + CD1B88DCEAFFF3408F714BF195A0BA9A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-rendererdebug"; - target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; - targetProxy = 02BBB13C6C423D8ED9812A80CE8E9443 /* PBXContainerItemProxy */; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = 235EEBD6BE88E5969BC95CCFAE81FDDD /* PBXContainerItemProxy */; }; - C0B5C1B4B7A2DB94847A4831189C077E /* PBXTargetDependency */ = { + CD98C2F774F5A8508B3A70C6BAEB1A96 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = 71239FEA3755965B200611C025CA2B8A /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 9731399883802412C950BE25D7336D43 /* PBXContainerItemProxy */; }; - C1B23C6364B71F77AF1ADEA6B4A1B7AA /* PBXTargetDependency */ = { + CE6EA560516182C0A6BB28F3AC6094FB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = A5125C2D8DC892510310F851E2330B29 /* PBXContainerItemProxy */; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = 6F59DF752512991C7BB5D7117332E2B8 /* PBXContainerItemProxy */; }; - C229303B2D9E0676B3F06F30F0A25B8A /* PBXTargetDependency */ = { + CEFF80344602F76C95E6272C9240036C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = 68D15DD519C31DD81B5437EED3088874 /* PBXContainerItemProxy */; + name = "React-Codegen"; + target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; + targetProxy = 8A0C1EFB40903E64193D071D4DEEF627 /* PBXContainerItemProxy */; }; - C2ACB3FE03BC0115BBB101DCED918ACE /* PBXTargetDependency */ = { + CF9FB788BE979D8114BF13DAF8BDE56D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = simdjson; - target = 45B79B0C60C74716DCD2AD7BE782A719 /* simdjson */; - targetProxy = 57EBD59A7125D5692751952EBE949802 /* PBXContainerItemProxy */; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = F5A41D11AE2DF6500E1139FE35DBF1C1 /* PBXContainerItemProxy */; }; - C352C02410A593605CC586D4A535CB66 /* PBXTargetDependency */ = { + D013530604A03ED59DD33E5DA7A36E1D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-runtimeexecutor"; target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; - targetProxy = 216E319942F7022A516502E997B782E6 /* PBXContainerItemProxy */; + targetProxy = 6EE56E372692932C8B3E2285CB2D30EA /* PBXContainerItemProxy */; }; - C3F0B6F7D29AC95FA42DBE81D8F15560 /* PBXTargetDependency */ = { + D0C0B60DD3D34657FCB73A9DE8B10D4E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = 3DF7A25D63353E6594CFB3E73BBA21BD /* PBXContainerItemProxy */; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 51590C4C9586B9EBD9EB9276CDA00E78 /* PBXContainerItemProxy */; }; - C4F84850E08958764BA9DC5D881E6870 /* PBXTargetDependency */ = { + D0C97A79D6B5E0234424B706959B344C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTFabric"; - target = 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */; - targetProxy = 34EB3557A9372437E58E207DF38D3FD7 /* PBXContainerItemProxy */; + name = SocketRocket; + target = 1948D0B63D2CF6A48E18B0B292BC6091 /* SocketRocket */; + targetProxy = 8BAC0CA3123950377D2AA004B741EE09 /* PBXContainerItemProxy */; }; - C64ADB53C477332712B58A1D10E19DF6 /* PBXTargetDependency */ = { + D123B77D7258E6315AD79BB6D955680C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = DA6BCE5146C4DE1C4B8376917AECBEFB /* PBXContainerItemProxy */; + name = "React-FabricImage"; + target = A5E93F38E96B3A37575BEC88AD69AE85 /* React-FabricImage */; + targetProxy = E99784687BF13C6C13BFDF77C9349E3B /* PBXContainerItemProxy */; }; - C697AE6C8907F9A94ED26FCE4C41D098 /* PBXTargetDependency */ = { + D186B474CBACECCC487284A6C1D73E8F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-runtimeexecutor"; target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; - targetProxy = E6B3AA6D183C00546527BABFBC994539 /* PBXContainerItemProxy */; + targetProxy = 09E19762D2B4D46BC3E1439FDA65CFFB /* PBXContainerItemProxy */; + }; + D1D39D73E05A402E21CB473870E4A4BA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = B050846017362E483E884DFA743A5521 /* PBXContainerItemProxy */; + }; + D1DB74BE38ADE6F876059D7CF8B09249 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = C4B664DF5B07F01FA8E61FD0BD39255D /* PBXContainerItemProxy */; + }; + D24CEC53FD6AF9954BB5EC0ABFD10825 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-perflogger"; + target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; + targetProxy = 7B2A662A0484D478867544ECF561FF26 /* PBXContainerItemProxy */; + }; + D2F9E46EE53762B96D30861C5B6374B7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimescheduler"; + target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; + targetProxy = C342240C879F110F98B32A6586138BAC /* PBXContainerItemProxy */; }; - C69A3D0E002919788CF2073795F5EA9C /* PBXTargetDependency */ = { + D3A74B4CE67ACE3CD7D76E524C2644BA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "RCT-Folly"; target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = BD5D8833656F0C87301AB413909A2EED /* PBXContainerItemProxy */; + targetProxy = 5E1475973708794027FA6EF77468A061 /* PBXContainerItemProxy */; }; - C920DB6FF2535E4AEAAC22942E61F904 /* PBXTargetDependency */ = { + D3E014E2312527475A53EFF6DEC95B1E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = B04CF434C49EE75B24287F21D6DE23DD /* PBXContainerItemProxy */; + name = "React-logger"; + target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; + targetProxy = F9EAF1F1FB5D7937A895952B6DC44E2C /* PBXContainerItemProxy */; }; - CABED3DF2183D8D3B700F675EACE20AA /* PBXTargetDependency */ = { + D3FE2FB1AC5AF0B7210C03C7CACCEE4F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = F13AFDE16EF61C83170D4281F897B308 /* PBXContainerItemProxy */; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = 3B8A3FBDB20D3A657E89E7BDB7525ED8 /* PBXContainerItemProxy */; }; - CABF18F184D0932D98055D26CFA40458 /* PBXTargetDependency */ = { + D50E0503B0649D4A32DEA23BFA42C61D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = F6AE4B4D3DC6B80834A8B69E50E06653 /* PBXContainerItemProxy */; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = B3A65B874F5E1F12E1BEE7077B201AF2 /* PBXContainerItemProxy */; }; - CB16961087BC47F634A6585074F65006 /* PBXTargetDependency */ = { + D596FE4363A5F7DED779B98D3DECE515 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 5A4760B2DCF0102CE552E7138642E0AF /* PBXContainerItemProxy */; + name = "React-Fabric"; + target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; + targetProxy = 285E1159FDF1A7A09F6A29288FE2D2C3 /* PBXContainerItemProxy */; }; - CB280A93DE7FC43D346A78CC5A2CBAC1 /* PBXTargetDependency */ = { + D5B29CCC47333E6A4DECCCEA63418522 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 13A6B7C65701207233536545AE7D573F /* PBXContainerItemProxy */; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = A33E41C8F72330ECDE20BF394124C97B /* PBXContainerItemProxy */; }; - CC1152FC02C67254A5850688BBCA30EE /* PBXTargetDependency */ = { + D5EFD2E9F124E1BAB6AC216A804BAF12 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-nativeconfig"; - target = B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */; - targetProxy = 22B56B9922D951D422D23562269008DE /* PBXContainerItemProxy */; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 34B293D00EA654992B64C623FB73669A /* PBXContainerItemProxy */; }; - CC7A514209A4911B7F61BFEA5B667D38 /* PBXTargetDependency */ = { + D6064FA2E952381FD5566D4FE51ADCBE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = 3A07105C333E963D5038C2C7911817B1 /* PBXContainerItemProxy */; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = B122FEC78343AAB6003C5DAA20FF12A8 /* PBXContainerItemProxy */; }; - CCEC5DE39AF3B22E2C3A489E952855E1 /* PBXTargetDependency */ = { + D64FBFB3001F5CD6E0240571ADCE2DD8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = CC50CA887700903D01C57AA421B62DA9 /* PBXContainerItemProxy */; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 1E43F670654169F733EBF0224B62C200 /* PBXContainerItemProxy */; + }; + D6F113C392C802440FC28E2899F6D75C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 3A88FFAE788BA5C7005A06203E2D5B09 /* PBXContainerItemProxy */; }; - CD7F30A34EC0BF0F417366DBCCD547D7 /* PBXTargetDependency */ = { + D865588C4D23024C831B0C28A68F836D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-NativeModulesApple"; target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = 774C9C7F5D4F6E68EF3E9DE1A07DFBA7 /* PBXContainerItemProxy */; + targetProxy = BB5387DCE059C87AA11AECE4CE628A71 /* PBXContainerItemProxy */; }; - CE13EF4A6893B286D30E066C0F3FC961 /* PBXTargetDependency */ = { + D871603375871A9101013BADEECA2E73 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 27BADB34E83AB2E58EB7A33AA191FD00 /* PBXContainerItemProxy */; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = E442B4B6A2F8AA2C693319580C2AF969 /* PBXContainerItemProxy */; }; - CE52A7B0A88F03D100A1EA5F70B550E6 /* PBXTargetDependency */ = { + DA0E7DC74C748518BFF8C294148EDAE8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = A2DF259B2A39021A592D4310159B437B /* PBXContainerItemProxy */; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 6C63CA93F2CEB17BE0AB630B55D93DF7 /* PBXContainerItemProxy */; }; - D00B10696E58989F11DF5607E7F8C580 /* PBXTargetDependency */ = { + DA18253AF45CCA4B3F48F3534E2E39B8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-rendererdebug"; - target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; - targetProxy = 9FDFF44562F66312A34FC92976D25F43 /* PBXContainerItemProxy */; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 9D4B5C2351B1CA9FA4CE976414BF39CB /* PBXContainerItemProxy */; }; - D1016DE6511B13846B08BEE6A2F2B95F /* PBXTargetDependency */ = { + DA81774A8A6DB56723A413D0EE8927C6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 4352B95E4A19C5578A749868964C9C46 /* PBXContainerItemProxy */; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = FEEBE7070BF647FB6130AFBC699EDA46 /* PBXContainerItemProxy */; }; - D1554A6DB720ED5EF6748E5D60C7CE7A /* PBXTargetDependency */ = { + DC14CDA2247EDD85F3EA1DDEF118E059 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = D17FE9849FF07AD665E3585593616970 /* PBXContainerItemProxy */; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 1F19152BF279C2350CFF110149351FCA /* PBXContainerItemProxy */; }; - D1877C260420811AB7C446E7B5BA1685 /* PBXTargetDependency */ = { + DDEB2059B6B32BE5EF7B55C7C7112CD4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "hermes-engine"; target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = 6807A85CCBE06BF3D0E0306F9D625093 /* PBXContainerItemProxy */; + targetProxy = 933D10BF42FEB63C8C84E9E62A6B915F /* PBXContainerItemProxy */; }; - D29748ADE8D87A8ABB96BAB0F4D0E690 /* PBXTargetDependency */ = { + DE4836880D0968B12D6E0A473EF2A047 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = 067AC604863AC3458126EDA1C203BA5D /* PBXContainerItemProxy */; + name = simdjson; + target = 45B79B0C60C74716DCD2AD7BE782A719 /* simdjson */; + targetProxy = 7158D0B64E400178ECFE8BDBAD235DA5 /* PBXContainerItemProxy */; }; - D2A0EAE81610AA7BCA4FB4D92F6F1164 /* PBXTargetDependency */ = { + DE547671DADE1EAA3518584FB142D4D3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-rncore"; - target = B41E34C6B259B9994C513BE178912491 /* React-rncore */; - targetProxy = 5C661202DBA982A93F0E83AF2F541B59 /* PBXContainerItemProxy */; + name = "React-ImageManager"; + target = B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */; + targetProxy = 1C26555D9AAE15CA4E6E78862CB2F8D7 /* PBXContainerItemProxy */; }; - D30414713B21D9F6CE9D3446470FC4CE /* PBXTargetDependency */ = { + DEA448341ABAAE0D25466C34F1F235A4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 825F0021C1ABC1DB96D7B39D8F2CF14A /* PBXContainerItemProxy */; + name = "React-runtimeexecutor"; + target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; + targetProxy = 995ED0C60B49D159FBA98BBF575252AB /* PBXContainerItemProxy */; }; - D43681B58A114C9E96CE74AFF9C0CAD3 /* PBXTargetDependency */ = { + DFAE25DECCD0A8C005755C2E97CB95EF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = F922A091D32602A1CD517B33439B6B4A /* PBXContainerItemProxy */; + name = "React-nativeconfig"; + target = B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */; + targetProxy = 3550D2C7B73010DD94B2507B76857F52 /* PBXContainerItemProxy */; }; - D4E4C167DF2E72622555D75FCDF1DD03 /* PBXTargetDependency */ = { + E0CC9856A49E4B0C1F8060683656BF84 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = D8D41B73B1C777A8E0DD25EFA51C3ACA /* PBXContainerItemProxy */; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 0841A812345E34F753B65CB24CDDECE4 /* PBXContainerItemProxy */; }; - D525CEC70E31A288C954EB4757AD9555 /* PBXTargetDependency */ = { + E0F2CB12CF095E00B9403D3AE141BC5C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = F5BAED0B854B25599B652F423B6C0624 /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = CEA49CA159329299D1916EE8ABEDB910 /* PBXContainerItemProxy */; }; - D5E7D36C66DF8B2E31F45769D6C57424 /* PBXTargetDependency */ = { + E17833655FED386BC89BA3174ECD7B76 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-callinvoker"; - target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = 05547C24E58E89917EB2E8DD39FEA199 /* PBXContainerItemProxy */; + name = "React-runtimeexecutor"; + target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; + targetProxy = 792C4CE9FB1431C17A2D5C379D689D80 /* PBXContainerItemProxy */; }; - D6B03312E809DFD9C2410AAD68692E2C /* PBXTargetDependency */ = { + E2B5EC8381B3A50F28D40F975A2672B6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-logger"; - target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; - targetProxy = 1ED10C3FDD2EB581A5C73BB8406BE3A9 /* PBXContainerItemProxy */; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 072B6EE4F36C319A81BD03E2D2FD3B6C /* PBXContainerItemProxy */; }; - D6C5B4243F03FDDDFBE3B877E68398A3 /* PBXTargetDependency */ = { + E39BA450DBC90AD38839CAC587ADA2E3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 0F9BADF10D274AFF486970E149F121F4 /* PBXContainerItemProxy */; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 18FF611EE7F2DCFF095EE41573494D81 /* PBXContainerItemProxy */; }; - D72380A305FEE42A2C45DEA45A969724 /* PBXTargetDependency */ = { + E3B183453B2C859BF77E884025BB337B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = FD2598E5D4FC6BB1BC73E1B535C09013 /* PBXContainerItemProxy */; + targetProxy = A4EAB72AACA2C806DE0C40C49536CDD2 /* PBXContainerItemProxy */; }; - D7E2A25973436E45E8E5650642F64AA3 /* PBXTargetDependency */ = { + E3C0BF921958C89B2B9262B8B7517F4B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-graphics"; target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; - targetProxy = A127264475569748CED6E5D312B98319 /* PBXContainerItemProxy */; + targetProxy = 6EB4F5AD2509B4497784B3A8CBBC25D4 /* PBXContainerItemProxy */; + }; + E3F0DCA13D829C18DBC21AF71610055F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = 58D01897CD4E2D764437DA0038900ACE /* PBXContainerItemProxy */; }; - D852ADABFC77AE4E7BA25EE0B40CAD1C /* PBXTargetDependency */ = { + E5406C298236EDB8B77BE6D95F60EE6E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Fabric"; target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; - targetProxy = E7250E8C48D3FACF4D2876647F81EC44 /* PBXContainerItemProxy */; + targetProxy = E8F7C167F6E0596B97FAF940464F2AAD /* PBXContainerItemProxy */; }; - D89205BD9F8D5CA8A30E49F933C286F2 /* PBXTargetDependency */ = { + E55D350A9268572D7FC8C05E97502888 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-callinvoker"; - target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = 767024D836F8A7EE7B2D29700F9726B7 /* PBXContainerItemProxy */; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 4C00808CD01965B91DB4DE20301AE79A /* PBXContainerItemProxy */; }; - D89714F870379DEDDC21CDE363D5732E /* PBXTargetDependency */ = { + E5E22178DC5D3A1B2EDEFFE3240FE5F5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 111B44A109D48D4BC48F8E8A15966509 /* PBXContainerItemProxy */; + name = "React-Fabric"; + target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; + targetProxy = 86A2C6528D2E3ACA552AD500A9049C6B /* PBXContainerItemProxy */; }; - D8CB3DA10AE37CFB6C7B949E9C2446A0 /* PBXTargetDependency */ = { + E7B3814796F81B42574B7892A825D853 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-nativeconfig"; target = B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */; - targetProxy = A440457CE7809C85065DF23CAB8BE15E /* PBXContainerItemProxy */; + targetProxy = 1970E63906E04E6F5CC4059A6A594441 /* PBXContainerItemProxy */; }; - D9EDC09619C8D83C694BCB3AF3B3DA67 /* PBXTargetDependency */ = { + E87D08CAA09D3388E7127BB834C4D010 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = 14F214FC5A66D5F279F898C0C0768C61 /* PBXContainerItemProxy */; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 92FD7911CF88661BEC8C53326ACD95D0 /* PBXContainerItemProxy */; }; - D9F9271F1AF9920F85E756739A9F4A43 /* PBXTargetDependency */ = { + E9AADA080FCC408EA94BBC9B3500DDAC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jserrorhandler"; - target = 27F648AD269E94404D6A7547C4F9C683 /* React-jserrorhandler */; - targetProxy = 4A4CAE6B4BFAF9C55E3D1AF38045A370 /* PBXContainerItemProxy */; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = 41DB73748AA04BD6E5CD07130AAFD267 /* PBXContainerItemProxy */; }; - DC0CD10831D488A59E221869B0178125 /* PBXTargetDependency */ = { + E9C48BEA57BC9B4B9A176BA0823CEF2F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-graphics"; - target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; - targetProxy = 7014317B7EB94E5E08F962C7ADB995F1 /* PBXContainerItemProxy */; + name = "React-RuntimeCore"; + target = C7F600C052808C7C987C26EC74B3A290 /* React-RuntimeCore */; + targetProxy = 87161657935B5B7DF31A7B031AA1BD08 /* PBXContainerItemProxy */; }; - DCA8597D928D152FEFAE3ABAB7A05A2F /* PBXTargetDependency */ = { + EA0D661BF9E1291A368BD6C59D9375AF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 2A2688AC0875EB66450599D454413A4D /* PBXContainerItemProxy */; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = B9A089006BD78E0587595CAB4CA1C15D /* PBXContainerItemProxy */; }; - DD4AA8A6818E4CAE93A272FCBE80F120 /* PBXTargetDependency */ = { + ECF7B124979853303D57F72C1816C3DE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-rendererdebug"; - target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; - targetProxy = C9CF66428986B0CBF08B96F70AC2E16E /* PBXContainerItemProxy */; + name = WatermelonDB; + target = EF554722D0D580AC702A6DAB8FDBB2B5 /* WatermelonDB */; + targetProxy = D3E449977C2F1B93649FE5935155E48B /* PBXContainerItemProxy */; }; - DDB196D5CCB36D3330C8019A2C07671B /* PBXTargetDependency */ = { + ED51FC4ED914B90C6FB3A3A184B18632 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 1940E366966B3D023D1E0C78634F8E07 /* PBXContainerItemProxy */; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 08479658374D8A84889129BFF1758177 /* PBXContainerItemProxy */; }; - DE722DF2AF0CB90BF61E75C0CF862142 /* PBXTargetDependency */ = { + ED633AA62BFF42E31A4FAA9CF28BB16F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = E0358DCE558279EA6752D76A4488C3B1 /* PBXContainerItemProxy */; + name = "React-Mapbuffer"; + target = 091003D98BDA80B01B9E35CADE3947F0 /* React-Mapbuffer */; + targetProxy = E813DFDA85C90877A292688B397709DC /* PBXContainerItemProxy */; }; - DEAB74B47D23B39C9D7A580B3FC6E862 /* PBXTargetDependency */ = { + EE1683DA42ED1D4C631FC47BE8AD9535 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 8B1767B64B02DC173DB7829B9F8A4E94 /* PBXContainerItemProxy */; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = B389764894DEAE9026600EDBCD8A4763 /* PBXContainerItemProxy */; }; - DED53B76D2563CD1A0B11D9671B7705B /* PBXTargetDependency */ = { + EEC595C51EF9EDBB40E0F5B472E38245 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = A8C7A02F41A6E12D8DEFF2407380CB58 /* PBXContainerItemProxy */; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = C0833537177F0AC13EEDE7B7CADA02A2 /* PBXContainerItemProxy */; }; - DF28AA1C9C3EC6B00CE46AFBFE12FFAE /* PBXTargetDependency */ = { + EEE2BC18221D4FB58F26D95BA6FC69BA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Codegen"; - target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = 3149305CA73A4AB2AC70920E9F12CC99 /* PBXContainerItemProxy */; + name = "React-Fabric"; + target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; + targetProxy = E328FF71A41B524BF24AFE31D600C8BE /* PBXContainerItemProxy */; }; - E01C61747B7C9A63CF2CF18B13B47253 /* PBXTargetDependency */ = { + EF402A140375BB13E5C26D861193A401 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 1EF500BC770F706C64DAF63DDC8408AF /* PBXContainerItemProxy */; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = DFA19DBEE7782E6D2AC285DEDEC6A394 /* PBXContainerItemProxy */; }; - E0F2CE7BBA246161649352CF98840884 /* PBXTargetDependency */ = { + EF5884976FE3748E18B03AC28DED4AAC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = F57EEE1CD845F6310A3484734D99A704 /* PBXContainerItemProxy */; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 0BD3FE504C29567775D9641CEBB9B2B5 /* PBXContainerItemProxy */; }; - E1040935E9B9631C5898E8987D92DB0C /* PBXTargetDependency */ = { + EF845B0031E0D8C62943D74C2C5B1956 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = B265F846D8ADA617D1BD17AB75038D71 /* PBXContainerItemProxy */; - }; - E67884DD7F66CBCB9E97FC662014771B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 55A01A14887869E7E4A7AE748B4D28D6 /* PBXContainerItemProxy */; + targetProxy = F6E4CB08E98088B45C9D01C8C23CD322 /* PBXContainerItemProxy */; }; - E6B9195A3FDEE8689D1FF3B453C3B6DE /* PBXTargetDependency */ = { + F0540A7333ABA06B5224BADDE669D817 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = 51F68183CFE378236CED8F3C3F258FE0 /* PBXContainerItemProxy */; + name = "React-CoreModules"; + target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; + targetProxy = C339D19AFB5425F4ACFF222B89E642C5 /* PBXContainerItemProxy */; }; - E7A0780773273AEBA9E24201891D4EDD /* PBXTargetDependency */ = { + F14DCBE464449F61D897CA3C769D6C93 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-nativeconfig"; - target = B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */; - targetProxy = 0D9D182B676D9B474EC13ED6AFA9BDC5 /* PBXContainerItemProxy */; + name = "React-logger"; + target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; + targetProxy = 2787D1BB90BE7254AF9CAA44E76EDF74 /* PBXContainerItemProxy */; }; - E7B22DA4E3F582821C72374CF2C0B23B /* PBXTargetDependency */ = { + F1B334885D6D8C27483276B36A4D8CD6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 8E38E567D8882ED27D03F128C9CC0FE9 /* PBXContainerItemProxy */; + targetProxy = C66D90E52EFB399DB604AC9B7394D4BD /* PBXContainerItemProxy */; }; - E7D62FB9731C591B9A2854A5E16EF252 /* PBXTargetDependency */ = { + F1CF5620523DB34FC9603AFE5E3FCE46 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "hermes-engine"; target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = 4AF12007854A4883E0FD8547FC56E823 /* PBXContainerItemProxy */; - }; - E8AA0A1A6EFD42832B3346625CC97826 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = DB7DB735C88DBFAE193243FE2D0D8B61 /* PBXContainerItemProxy */; - }; - EA5B372935232DDED0D7B81D551643DF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = 0628798FD487F750C5326BD5916B0E27 /* PBXContainerItemProxy */; + targetProxy = 8F3EDB0170BE68F1914E876834457955 /* PBXContainerItemProxy */; }; - EAD9A5B4F5DA7E7A38502CF42778FBCB /* PBXTargetDependency */ = { + F2C2F506161C15F85CE462E289D34B51 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = 5F7B88EFEC5DA54ED4DA08CAEEC03445 /* PBXContainerItemProxy */; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = E59433E2F97541C6CE25FB34745C0597 /* PBXContainerItemProxy */; }; - EB76A14F70BC3EE7B913975C8B61BDA5 /* PBXTargetDependency */ = { + F34157E1DF7D5E455A66302A9C9AD088 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 9F081BDCFAD762E239BE8207CAC616C5 /* PBXContainerItemProxy */; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 6682A5C614DCD26B5D7B0DE8C3DEB7C0 /* PBXContainerItemProxy */; }; - EC28ED88A6D3F75B934292EEEAA48AA2 /* PBXTargetDependency */ = { + F45BCAC1136338F32A9CB80C9B478209 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = 9FE5C74CEBFB5E64376905F5CBF40485 /* PBXContainerItemProxy */; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = EFB0F809D1F6A97E2AACC5F39FBBDE3A /* PBXContainerItemProxy */; }; - ECD4F77B8FEC54745AAB6B719979E334 /* PBXTargetDependency */ = { + F4A8A11533BA5371EB5105103BFD9E90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = E7573BFCE6FEDFF59ACA2C93149BB924 /* PBXContainerItemProxy */; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 58D8334E9B16E13EB96FE3FE0FDCF10F /* PBXContainerItemProxy */; }; - ECE6DAD074FA942A4E0E5BF7A1FDE811 /* PBXTargetDependency */ = { + F50C79BA5E25D2CE982062B263ADCA17 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = 4434ED9E695A26248DDE95DE8C6C3513 /* PBXContainerItemProxy */; + name = SocketRocket; + target = 1948D0B63D2CF6A48E18B0B292BC6091 /* SocketRocket */; + targetProxy = B455D622235FFAB0ECAD084D352B56F9 /* PBXContainerItemProxy */; }; - EE86C2AFAF06028E8C5C4853685A2B25 /* PBXTargetDependency */ = { + F6E7477DEC8DA6FFF14280294749452A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-logger"; - target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; - targetProxy = 559244D8B9D020151D08613A16E38319 /* PBXContainerItemProxy */; + name = "React-Codegen"; + target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; + targetProxy = 470C26614128A65CB3DFE45361C557CA /* PBXContainerItemProxy */; }; - EEFD7DB9A87458E25ABA8237C1DFC90D /* PBXTargetDependency */ = { + F7269812A409325D81BBDB1626D42A5B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-logger"; - target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; - targetProxy = 2EB513E1677C4D402F6665314F29B0F4 /* PBXContainerItemProxy */; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = B875F5E8A9737CADD56F2D32A8D43A6C /* PBXContainerItemProxy */; }; - EFE5C8AF4774113E209FB35A1DB40D0D /* PBXTargetDependency */ = { + F77531E668A19B6443CBD7E19D27545D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = 006F00989A2811A96464E53C1F851A84 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 0F6F6C6360E16A9A1264290F55453760 /* PBXContainerItemProxy */; }; - EFF5071DABEFB25ACE2BEE74A595D3C6 /* PBXTargetDependency */ = { + F7A0AFA84119944170C3962FDAED17D3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-rendererdebug"; - target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; - targetProxy = 1346E60A6600F94788841D659340C511 /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 11F2156C55352C7A4376481AC963683D /* PBXContainerItemProxy */; }; - F05040E71AA26B932F9ACD6B4163A742 /* PBXTargetDependency */ = { + F85656E4964D16005F093C8BD55E4612 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = F0E11755B52A80750CA312FF36EBF06C /* PBXContainerItemProxy */; + name = "React-perflogger"; + target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; + targetProxy = D075EC87D0910DE9AA411C7752F01529 /* PBXContainerItemProxy */; }; - F069C84251D30E8E9CF2115E77F798C7 /* PBXTargetDependency */ = { + F86D55633179768891C4FADBBC92E034 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 3731006A99B77AE9D228E67D7DB0EFDF /* PBXContainerItemProxy */; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 69F28387CD69BA9EB00ECC48BBE04334 /* PBXContainerItemProxy */; }; - F0718E3472BD41FF2F30866930CD0413 /* PBXTargetDependency */ = { + F87F876F414C87A2BF69648DAE44FFF0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTSettings"; target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = CF413EF4E3297635CDAD673C4A1904D5 /* PBXContainerItemProxy */; + targetProxy = F1A51BC2544543B9EA596410040D2824 /* PBXContainerItemProxy */; }; - F0DC14731721ED1905E8E8CD4EAC3C01 /* PBXTargetDependency */ = { + F9A8004C6196E9C33150C72E5FC1683E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 22E6EE77A3FD03CD2DB03A8C6537D8C4 /* PBXContainerItemProxy */; + name = "React-ImageManager"; + target = B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */; + targetProxy = A2DB2A457F35677E14332209CA3AB475 /* PBXContainerItemProxy */; }; - F12D56B30AD2C11C966C147A40FF8100 /* PBXTargetDependency */ = { + FA042F3DFD66A81A0915835F4787ABAF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = DCC92CD0D28B227ACF706A38575A606A /* PBXContainerItemProxy */; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 64B026DA708A8DEF22DD19ACC82A7D53 /* PBXContainerItemProxy */; }; - F1708F0C8998FA01E77C051341B86161 /* PBXTargetDependency */ = { + FBC0958CCFB9E09A2F566E87296DFE17 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = 3F070A3D8C9C4DC98193B69BCABF310D /* PBXContainerItemProxy */; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = EB6C649F337A405031F9117FA5BA3422 /* PBXContainerItemProxy */; }; - F1FAA420C35786D3CCCFE528EA71F36B /* PBXTargetDependency */ = { + FBDAE38412AAE074731A400CBF19F946 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = C841CAF9F4DF112B2C6B80E2810CAE5A /* PBXContainerItemProxy */; + name = WatermelonDB; + target = EF554722D0D580AC702A6DAB8FDBB2B5 /* WatermelonDB */; + targetProxy = CBBEE84629A720F7DD2A47F106239061 /* PBXContainerItemProxy */; }; - F353A20D425DBAD278C9F00F1305C7A2 /* PBXTargetDependency */ = { + FD09F1B752681CA8CCC4A39FB3D55188 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-cxxreact"; target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 0EB92C25D552D3E76808867AB1E87992 /* PBXContainerItemProxy */; - }; - F36ECC580A5C749209BA46A1FFB565F0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = C075D1B9EF47A9B1815283B32379A34B /* PBXContainerItemProxy */; - }; - F3C396091CC6EEED7C835E8871E5EB04 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = 7446EC1E63B1FF0CAD372756AB882DA3 /* PBXContainerItemProxy */; - }; - F8B1F70AA28A8D400043E73E5E1A58F1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-logger"; - target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; - targetProxy = C17F74266D58BCEB53C1A7B5AC816632 /* PBXContainerItemProxy */; + targetProxy = 8CAFE184AE4C9DD706ECA03373F2C811 /* PBXContainerItemProxy */; }; - F952BA7A720C30A8394634E46D17F89F /* PBXTargetDependency */ = { + FE5A1DF1E4AAEB8FF1AAE875962EBFF4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "RCT-Folly"; target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 922C9E7AC68E3D9ACDDF6F648923545D /* PBXContainerItemProxy */; + targetProxy = C5B2D41028C0D910182768F522988D50 /* PBXContainerItemProxy */; }; - FA55F8EACE93A7B2AD53D6E280B0A27D /* PBXTargetDependency */ = { + FE8D0EFE7556F1EBD21261B17D82DFF2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = FED747CB0E0F52AA32DB5EC10D4B2F6F /* PBXContainerItemProxy */; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 7F45F83A2EAD4093F12D40375946D470 /* PBXContainerItemProxy */; }; - FB602CCC8013BD83D7897EC8EB19D5CE /* PBXTargetDependency */ = { + FE902201A16A01BD21B612A64BED9AAD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = E1A5EB269B68C8E5E037F86BEB8CEE51 /* PBXContainerItemProxy */; + name = "React-RCTAppDelegate"; + target = C2B1B75CCC326124F29FE703CC59BFB7 /* React-RCTAppDelegate */; + targetProxy = EDE299B0E0E532AF35E34DAD285C0EDE /* PBXContainerItemProxy */; }; - FBE7CAA0E76A540E6DEC2016EE7E8FB8 /* PBXTargetDependency */ = { + FFA7F1EF8FAC3A0952EEFDE38DE91E5A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = D599086DCB47405F5F60AAB7AC204E6D /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 8B9623D05D47EDD8969CEB97507656FA /* PBXContainerItemProxy */; }; - FCE67277A4F28F81CFA00469F31688F9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = EB3217833DD63D6C39595AD340A2A425 /* PBXContainerItemProxy */; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 018A699977B43DF54A5388A977841260 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 50CCFCC93BE3FD24C09BEB499BEACA7B /* React-cxxreact.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_MODULES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-cxxreact/React-cxxreact-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", + ); + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = cxxreact; + PRODUCT_NAME = "React-cxxreact"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; }; - FD60F158F827965C3971945E43CE3426 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = 8405C79F3A3FDD02904DB8AAED709064 /* PBXContainerItemProxy */; + 04778D8576ED573ED3D035D5FD0C8790 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 49C7723A5D97C7404CB0972A1F44276F /* Yoga.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_MODULES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Yoga/Yoga-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", + ); + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = Headers/Public/yoga/Yoga.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = yoga; + PRODUCT_NAME = Yoga; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; }; - FDBE09B9059917BD39C85161D20C7FE5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 47F239F88AD5356A1915E7F21487B9B9 /* PBXContainerItemProxy */; + 056694F8D0C86B3713F8353E4582F89A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A73C90F6C769770D58136250FCF48CCC /* React-hermes.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_MODULES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-hermes/React-hermes-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "HERMES_ENABLE_DEBUGGER=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = reacthermes; + PRODUCT_NAME = "React-hermes"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; }; - FE756CB2E1A02F67CAA0895CF2859DDC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = E52ACABCAECC35DD20D537F09624F092 /* PBXContainerItemProxy */; + 08CDA085B84DEFE53F3E9FC57495A7B1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4C138289B336DA780427BF289634EA74 /* RCTRequired.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_MODULES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", + ); + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 00EB20BFD474C91CBC7D6FFA4DEF91E4 /* Release */ = { + 09DE6D1D41918E704C850693789D572E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6F4BDC833016D276114D70EDE3056063 /* React-runtimeexecutor.release.xcconfig */; + baseConfigurationReference = 7568E7B5AE849AB3EBC22558FB87A3A0 /* React-jsitracing.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -19658,22 +19828,30 @@ "$(inherited)", "@executable_path/Frameworks", ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; - 01C489F54B54922164722FA9ABBB3BD4 /* Release */ = { + 0AEE42B6AF134488CE307D9407337DD5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 70A29DFF89C3B245D2F66FC8422C6F35 /* React-RCTSettings.release.xcconfig */; + baseConfigurationReference = A275DD42FB75440C81B2F60BD6B23196 /* fmt.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTSettings/React-RCTSettings-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/fmt/fmt-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", @@ -19682,218 +19860,358 @@ OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTSettings; - PRODUCT_NAME = "React-RCTSettings"; + PRODUCT_MODULE_NAME = fmt; + PRODUCT_NAME = fmt; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - 01F8CB2731202243EC0926601292C84E /* Release */ = { + 0C4A7CE2F9E8B1F3AC5496501BBA1B1A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D7883F7ABA29E8AAC2115C16933439D9 /* RCT-Folly.release.xcconfig */; + baseConfigurationReference = FEB255691DB29610BDE1D3938C435B8C /* React-Core.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RCT-Folly/RCT-Folly-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-Core/React-Core-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/folly/RCT-Folly.modulemap"; + MODULEMAP_FILE = "Headers/Public/React/React-Core.modulemap"; + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DFOLLY_NO_CONFIG", + "-DFOLLY_MOBILE=1", + "-DFOLLY_USE_LIBCPP=1", + "-DFOLLY_CFG_NO_COROUTINES=1", + "-DFOLLY_HAVE_CLOCK_GETTIME=1", + "-Wno-comma", + "-Wno-shorten-64-to-32", + ); + OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = folly; - PRODUCT_NAME = "RCT-Folly"; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-Core"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - 036C1856E8455EB4A46D0F06AF340C25 /* Debug */ = { + 0EEDCB8A7B61E6778E280CC8A5B4C5B0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8411BAF6ACE7E20827DB0BE9C17E16FD /* React-ImageManager.debug.xcconfig */; + baseConfigurationReference = 8A80985843E4723FCDE8D548AB93AC54 /* React-Mapbuffer.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-ImageManager/React-ImageManager-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-Mapbuffer/React-Mapbuffer-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_renderer_imagemanager; - PRODUCT_NAME = "React-ImageManager"; + PRODUCT_MODULE_NAME = react_renderer_mapbuffer; + PRODUCT_NAME = "React-Mapbuffer"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 0544216AAA507A99BD905A724666F973 /* Debug */ = { + 10066A18E063481B550E23ADA03005AE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F7AD3BA4319D96B7F0B2BA5FCEEE5134 /* React-FabricImage.debug.xcconfig */; + baseConfigurationReference = 846735472D63BEB4DB75ECD903ECD756 /* React-hermes.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-FabricImage/React-FabricImage-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-hermes/React-hermes-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_renderer_components_image; - PRODUCT_NAME = "React-FabricImage"; + PRODUCT_MODULE_NAME = reacthermes; + PRODUCT_NAME = "React-hermes"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 101CBCE1C2C1E8BA5847D6EAD5702399 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D5F81F5AAC387C14EE7017B61CB495EC /* Pods-WatermelonTester.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_MODULES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + MACH_O_TYPE = staticlib; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; - 068450344C0DE19A7F452127E78E5B83 /* Release */ = { + 13D10FC94AEA7BB8B0F77CE5DDA07D9F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A193CF12AAC8FDD1FF21BF18B18752C8 /* React-jsinspector.release.xcconfig */; + baseConfigurationReference = 967DBD838FB53E8907C105802E22ECCA /* React-Codegen.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-jsinspector/React-jsinspector-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-Codegen/React-Codegen-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); - IPHONEOS_DEPLOYMENT_TARGET = 13.4; + IPHONEOS_DEPLOYMENT_TARGET = 12.4; + MODULEMAP_FILE = "Headers/Public/React_Codegen/React-Codegen.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = jsinspector; - PRODUCT_NAME = "React-jsinspector"; + PRODUCT_MODULE_NAME = React_Codegen; + PRODUCT_NAME = "React-Codegen"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 14C1CF143C41528891604A92041BEE5A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EC7EC957168B2840A6783186671E89DB /* React-callinvoker.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_MODULES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", + ); + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; - 086D0049F07F86EE3D991149F80A7D1E /* Release */ = { + 1926B4BB348A3C6E0E0A3D464CCAFBDE /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FEB255691DB29610BDE1D3938C435B8C /* React-Core.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_MODULES = NO; + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/React-Core"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", + ); + IBSC_MODULE = React; + INFOPLIST_FILE = "Target Support Files/React-Core/ResourceBundle-RCTI18nStrings-React-Core-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + PRODUCT_NAME = RCTI18nStrings; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 1D363B72BC5025D9B8DE46B8F3631147 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C07A77722640BB7F2B440CF77A80A8E9 /* React-perflogger.release.xcconfig */; + baseConfigurationReference = 4B2CA6BADDBABE04EA3FC848D2DFBA7C /* React-RCTFabric.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-perflogger/React-perflogger-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTFabric/React-RCTFabric-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = "Headers/Public/RCTFabric/React-RCTFabric.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = reactperflogger; - PRODUCT_NAME = "React-perflogger"; + PRODUCT_MODULE_NAME = RCTFabric; + PRODUCT_NAME = "React-RCTFabric"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 1EB589223DB61A0CC57D72143471CD9C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 33AFE6C6C66107B924778D5E609CBE54 /* React-RCTActionSheet.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_MODULES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", + ); + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; - 0E1A0C588B10EB0163406DB3F2F0E422 /* Release */ = { + 1F9EF9FDD1FFA34C2022EBF931B0F37F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6F2D5E534B526D57AE2427E42AA8342F /* React-ImageManager.release.xcconfig */; + baseConfigurationReference = E1140A4CC7FEA96D57FF547DA1D75EA0 /* Pods-WatermelonTester-WatermelonTesterTests.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-ImageManager/React-ImageManager-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + MACH_O_TYPE = staticlib; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_renderer_imagemanager; - PRODUCT_NAME = "React-ImageManager"; - PUBLIC_HEADERS_FOLDER_PATH = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; - 0EEDCB8A7B61E6778E280CC8A5B4C5B0 /* Release */ = { + 2833F66F875A26F844089CF6BFF332EF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D3EBFB962946C2CC65D58D0E1084115A /* React-Mapbuffer.release.xcconfig */; + baseConfigurationReference = 4DE72A397551E705994E98D86904430A /* React-RuntimeHermes.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-Mapbuffer/React-Mapbuffer-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RuntimeHermes/React-RuntimeHermes-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_renderer_mapbuffer; - PRODUCT_NAME = "React-Mapbuffer"; + PRODUCT_MODULE_NAME = react_runtime_hermes; + PRODUCT_NAME = "React-RuntimeHermes"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -19904,49 +20222,65 @@ }; name = Release; }; - 0F17A7A14DE41427660D79B820255B1E /* Release */ = { + 2A29B58589FA66317C725FBE5DCDA803 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 618C37708C87DFAE0390E84E48BF26FE /* boost.release.xcconfig */; + baseConfigurationReference = B0846154EC35111B28426222762CF880 /* React-RCTFabric.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTFabric/React-RCTFabric-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( + MODULEMAP_FILE = "Headers/Public/RCTFabric/React-RCTFabric.modulemap"; + OTHER_CFLAGS = ( "$(inherited)", - "@executable_path/Frameworks", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTFabric; + PRODUCT_NAME = "React-RCTFabric"; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; - 18254049D541A67C72ECEA2DBDAD543C /* Debug */ = { + 2B221AEBC14A861BF463CF46C260CCB7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 77C3F4E74C829BADF2A245490EDC87ED /* React-hermes.debug.xcconfig */; + baseConfigurationReference = F0EA3D90914575269885513BFC07386C /* React-Mapbuffer.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-hermes/React-hermes-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-Mapbuffer/React-Mapbuffer-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", - "HERMES_ENABLE_DEBUGGER=1", + "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = reacthermes; - PRODUCT_NAME = "React-hermes"; + PRODUCT_MODULE_NAME = react_renderer_mapbuffer; + PRODUCT_NAME = "React-Mapbuffer"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -19956,50 +20290,34 @@ }; name = Debug; }; - 1C2EC1AF9327150F70B524B5943FEAC9 /* Release */ = { + 2B3C3F7DAF3E97ADB03B625260E9A2C3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A9ADDAB14E01EC54305CA1DD257A9F41 /* RCTRequired.release.xcconfig */; + baseConfigurationReference = 543D873E1BAD025BDD864DB650682C5D /* React-RCTSettings.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTSettings/React-RCTSettings-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( + OTHER_CFLAGS = ( "$(inherited)", - "@executable_path/Frameworks", + "-DNDEBUG", ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 1EAB131F577968C96364A1463B438D3F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BDE237586C724E7B95F54E38939A1BA7 /* glog.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_MODULES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( + OTHER_CPLUSPLUSFLAGS = ( "$(inherited)", - "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", + "-DNDEBUG", ); - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = Headers/Public/glog/glog.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = glog; - PRODUCT_NAME = glog; + PRODUCT_MODULE_NAME = RCTSettings; + PRODUCT_NAME = "React-RCTSettings"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -20010,9 +20328,9 @@ }; name = Release; }; - 22F9758A989511BA8FBEBC1EB0EE5439 /* Debug */ = { + 2C71D7027C68688E621A0314ABAE9630 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DD00F84C703DF8E1ED2C552DF5711444 /* RCTRequired.debug.xcconfig */; + baseConfigurationReference = A7C3FA3DEC4092F63BB39E1F2566D4BC /* React-runtimeexecutor.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -20032,94 +20350,115 @@ }; name = Debug; }; - 238F0B866282FAA9BDA8D0D6846F86A1 /* Debug */ = { + 2D805517E0E395E6F8828785D5DE0D66 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D40D2FA9CCC999A6A1985688544C9701 /* Pods-WatermelonTester-WatermelonTesterTests.debug.xcconfig */; + baseConfigurationReference = 7157DE4FF39A888005019A6919C6304D /* boost.release.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - MACH_O_TYPE = staticlib; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); SDKROOT = iphoneos; - SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 23CD6E3A0404DF9D8DD01E6A67CDC573 /* Release */ = { + 2DB8CA194A472322BDFF94E57E7AD3AC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F6DB3942C9D70587622DA1EF82D73A50 /* React-Core.release.xcconfig */; + baseConfigurationReference = 9EB5D5242D476B50F6A84EA6ECF95DAF /* React-FabricImage.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/React-Core"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-FabricImage/React-FabricImage-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); - IBSC_MODULE = React; - INFOPLIST_FILE = "Target Support Files/React-Core/ResourceBundle-RCTI18nStrings-React-Core-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 13.4; - PRODUCT_NAME = RCTI18nStrings; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_renderer_components_image; + PRODUCT_NAME = "React-FabricImage"; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - 23F6795B52BE3DC1C238B780834BC6BF /* Debug */ = { + 3410F70629881DF6D9E1146E1EBBF55D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E87E2827E5130BFCE967555AF6818019 /* React-NativeModulesApple.debug.xcconfig */; + baseConfigurationReference = 1C9CA7D5550AD1D94A7AA763FBA17534 /* DoubleConversion.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-NativeModulesApple/React-NativeModulesApple-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap"; + MODULEMAP_FILE = Headers/Public/DoubleConversion/DoubleConversion.modulemap; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React_NativeModulesApple; - PRODUCT_NAME = "React-NativeModulesApple"; + PRODUCT_MODULE_NAME = DoubleConversion; + PRODUCT_NAME = DoubleConversion; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 2B221AEBC14A861BF463CF46C260CCB7 /* Debug */ = { + 35DED647B18E0C5F5E2B4A45D62DB3D6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A741F58F07D6202240FB0225A077623 /* React-Mapbuffer.debug.xcconfig */; + baseConfigurationReference = 7125A220ACBD1ACDAEC0A33004BF401B /* React-jserrorhandler.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-Mapbuffer/React-Mapbuffer-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-jserrorhandler/React-jserrorhandler-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", @@ -20128,8 +20467,8 @@ OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_renderer_mapbuffer; - PRODUCT_NAME = "React-Mapbuffer"; + PRODUCT_MODULE_NAME = jserrorhandler; + PRODUCT_NAME = "React-jserrorhandler"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -20139,26 +20478,35 @@ }; name = Debug; }; - 32C9D922F912BA6850F291840AF410DC /* Release */ = { + 37BCE36EE3C38B37F32177E13BE793E9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C712C72CC17FA9C3B7D8235750CAF2DF /* React-nativeconfig.release.xcconfig */; + baseConfigurationReference = AD2710EC72C624EB87F820405512AA45 /* React-Fabric.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-nativeconfig/React-nativeconfig-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-Fabric/React-Fabric-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = "Headers/Public/React_Fabric/React-Fabric.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_config; - PRODUCT_NAME = "React-nativeconfig"; + PRODUCT_MODULE_NAME = React_Fabric; + PRODUCT_NAME = "React-Fabric"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -20169,57 +20517,64 @@ }; name = Release; }; - 3483DE8A2CC90A92045C7C590BB6B472 /* Release */ = { + 3D1D91B804D25B65783055F9D295ED4F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B994B4147CCBDBF276B614924C392519 /* React-hermes.release.xcconfig */; + baseConfigurationReference = A07A822153FEC0A3E902A56BD0450957 /* React-RuntimeHermes.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-hermes/React-hermes-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RuntimeHermes/React-RuntimeHermes-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", - "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", + "HERMES_ENABLE_DEBUGGER=1", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = reacthermes; - PRODUCT_NAME = "React-hermes"; + PRODUCT_MODULE_NAME = react_runtime_hermes; + PRODUCT_NAME = "React-RuntimeHermes"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - 36B931F7FA879172BEE6868CC114A8F6 /* Release */ = { + 3D4FC99CDC76C9524BC1F015F45D5E37 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DE58DC4EB61964D09E2C0E5BA72869ED /* React-Fabric.release.xcconfig */; + baseConfigurationReference = 481D4593ECDD5D02E193B28FEF265A45 /* simdjson.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-Fabric/React-Fabric-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/simdjson/simdjson-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/React_Fabric/React-Fabric.modulemap"; + MODULEMAP_FILE = Headers/Public/simdjson/simdjson.modulemap; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React_Fabric; - PRODUCT_NAME = "React-Fabric"; + PRODUCT_MODULE_NAME = simdjson; + PRODUCT_NAME = simdjson; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -20230,9 +20585,9 @@ }; name = Release; }; - 37E19B23C66C6FC168A03F5CBC036319 /* Debug */ = { + 458EA9D2AFB826AF6F125A23390B3E72 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4FD5D93DE8D8A02EAF72CAD6D08FD538 /* React-rendererdebug.debug.xcconfig */; + baseConfigurationReference = 65D4FD7CDCA49048491D835A28092DCC /* React-rendererdebug.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -20246,6 +20601,14 @@ ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; MODULEMAP_FILE = "Headers/Public/react_renderer_debug/React-rendererdebug.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; @@ -20257,42 +20620,52 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 384427ADB408659CD609A1D26D77A9DA /* Debug */ = { + 49D01D1CC6D95E241EEF124BCD449141 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0F07F0CE99E33F034351B113E05692C8 /* React-RCTAppDelegate.debug.xcconfig */; + baseConfigurationReference = 6CD702447664E9814FDF64C2521FE0A8 /* glog.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap"; + MODULEMAP_FILE = Headers/Public/glog/glog.modulemap; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React_RCTAppDelegate; - PRODUCT_NAME = "React-RCTAppDelegate"; + PRODUCT_MODULE_NAME = glog; + PRODUCT_NAME = glog; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 38941C39AC727A828C516517AF877137 /* Debug */ = { + 4B3CDC8D3D3FFFA5EBD6A180E54DE221 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79B1DB508231DF0D947CE72A2CD652B3 /* React-rncore.debug.xcconfig */; + baseConfigurationReference = 5883D7A51536D3FB292BBC1FEF7C6C1C /* React.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -20307,21 +20680,30 @@ "$(inherited)", "@executable_path/Frameworks", ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 3DB50E472BC0A0AE00EC93606BBDF87D /* Release */ = { + 4EAB1F82D42083A7A6795A9385EFD439 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0DC0E153E3BE20A213F45C58679ECB26 /* React-RCTVibration.release.xcconfig */; + baseConfigurationReference = 4C664E2A68FE1D2FA0458ED4485088A9 /* React-RCTText.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTVibration/React-RCTVibration-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTText/React-RCTText-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", @@ -20330,21 +20712,20 @@ OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTVibration; - PRODUCT_NAME = "React-RCTVibration"; + PRODUCT_MODULE_NAME = RCTText; + PRODUCT_NAME = "React-RCTText"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - 3F7ACC3CC828B6E397F51DFCB4F60CFD /* Release */ = { + 51CE8C2ADBEFC3589D77A365F30FE6F6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5FF9483224A0967D3B8A19FD8090C0A2 /* FBReactNativeSpec.release.xcconfig */; + baseConfigurationReference = 5601EFF66A7656BA9E668AE17351D360 /* React.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -20361,31 +20742,45 @@ ); SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - 413071934DBD124FF216722467C31358 /* Release */ = { + 531D19EFC8B7A07D8B5362B29A4F5877 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 28BF0D1264370850A6FA8666EE10B862 /* React-NativeModulesApple.release.xcconfig */; + baseConfigurationReference = D1A2CC54073AD525A26E9DC8CA1044F5 /* React-Core.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-NativeModulesApple/React-NativeModulesApple-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-Core/React-Core-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap"; + MODULEMAP_FILE = "Headers/Public/React/React-Core.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + "-DFOLLY_NO_CONFIG", + "-DFOLLY_MOBILE=1", + "-DFOLLY_USE_LIBCPP=1", + "-DFOLLY_CFG_NO_COROUTINES=1", + "-DFOLLY_HAVE_CLOCK_GETTIME=1", + "-Wno-comma", + "-Wno-shorten-64-to-32", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React_NativeModulesApple; - PRODUCT_NAME = "React-NativeModulesApple"; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-Core"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -20396,9 +20791,9 @@ }; name = Release; }; - 41A6C4D2A9012A9E4F5571286F952073 /* Debug */ = { + 53BE662BA9F4225F5401BA92D84C61AE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DA5F6AA475A03675BB678B9AB25F851B /* React-runtimeexecutor.debug.xcconfig */; + baseConfigurationReference = 0BFAD875BDFCB017A45CCF7A1AD8AE34 /* boost.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -20418,26 +20813,26 @@ }; name = Debug; }; - 438D4221F14E558A6AE7081F6761A579 /* Debug */ = { + 556F215F73AD70669785BB704E7FF3FD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20C408FCF82C45B9B57FFC10F0C6ADFE /* RCT-Folly.debug.xcconfig */; + baseConfigurationReference = E553A373CAD882BEE4374E43EBAD7556 /* React-RCTImage.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RCT-Folly/RCT-Folly-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTImage/React-RCTImage-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/folly/RCT-Folly.modulemap"; + OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = folly; - PRODUCT_NAME = "RCT-Folly"; + PRODUCT_MODULE_NAME = RCTImage; + PRODUCT_NAME = "React-RCTImage"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -20447,66 +20842,61 @@ }; name = Debug; }; - 45333438851710A882E76406AA88B007 /* Release */ = { + 572933D427FDEA7D3C0815E9B99D61F0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5E91727064296945ABD3359EF19A0397 /* React-jsiexecutor.release.xcconfig */; + baseConfigurationReference = 997842162A2D57DA5A2636E554A28F19 /* React-utils.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-jsiexecutor/React-jsiexecutor-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-utils/React-utils-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = "Headers/Public/react_utils/React-utils.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = jsireact; - PRODUCT_NAME = "React-jsiexecutor"; + PRODUCT_MODULE_NAME = react_utils; + PRODUCT_NAME = "React-utils"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - 4586FFFCBD686BD262CB746D8E958BF3 /* Release */ = { + 592181D556023CD1C894B701362E4DA4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 73B3A96DAB49C42270A59966B121F1A7 /* Pods-WatermelonTester.release.xcconfig */; + baseConfigurationReference = D1A2CC54073AD525A26E9DC8CA1044F5 /* React-Core.release.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_MODULES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/React-Core"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - MACH_O_TYPE = staticlib; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + IBSC_MODULE = React; + INFOPLIST_FILE = "Target Support Files/React-Core/ResourceBundle-RCTI18nStrings-React-Core-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + PRODUCT_NAME = RCTI18nStrings; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; }; name = Release; }; - 4B3CDC8D3D3FFFA5EBD6A180E54DE221 /* Release */ = { + 596D1E536C46F393552CAF1F8BD63D31 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E32EF6CC19DC6EBE6FB91E3A7E6DD0EC /* React.release.xcconfig */; + baseConfigurationReference = 69377A3F74E51E3872AC1F550123E373 /* React-RCTActionSheet.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -20523,59 +20913,30 @@ ); SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 4D9DCDE2EF5F75EE1D19DB50D1869A97 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 01B632EA78E456C5579E2E880648B8A0 /* React-CoreModules.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_MODULES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-CoreModules/React-CoreModules-prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(inherited)", - "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", - ); - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = CoreModules; - PRODUCT_NAME = "React-CoreModules"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; - 4E872E31F628E58FE7C99E1BB1801C05 /* Debug */ = { + 5D836308F838876BEA6E15EA4442264C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1F8D16A3F7DDE7EC27D2D099E2423CEE /* libevent.debug.xcconfig */; + baseConfigurationReference = 106A05F0520EFBA0E22815812BDA18F5 /* ReactCommon.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/libevent/libevent-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/ReactCommon/ReactCommon-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = Headers/Public/ReactCommon/ReactCommon.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = libevent; - PRODUCT_NAME = libevent; + PRODUCT_MODULE_NAME = ReactCommon; + PRODUCT_NAME = ReactCommon; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -20585,9 +20946,9 @@ }; name = Debug; }; - 4F2D6CD63F44901BAA33520139B5BD19 /* Release */ = { + 61821F3B24E655D15183326DC352D9BE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7F8A86A71AB96407D39594BE1C5D8F96 /* React-rncore.release.xcconfig */; + baseConfigurationReference = C609BD215F18E3B6ACB3641DBF1B200C /* React-rncore.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -20604,83 +20965,97 @@ ); SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - 51CE8C2ADBEFC3589D77A365F30FE6F6 /* Debug */ = { + 675390F86EB23FA49464FB782CAF0014 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3FD10F84A63E4C213B78D66AAF1ACE8E /* React.debug.xcconfig */; + baseConfigurationReference = 734BE1C2E4FE1B7AA7823A95F6F55FB4 /* React-runtimescheduler.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-runtimescheduler/React-runtimescheduler-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( + OTHER_CFLAGS = ( "$(inherited)", - "@executable_path/Frameworks", + "-DNDEBUG", ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_renderer_runtimescheduler; + PRODUCT_NAME = "React-runtimescheduler"; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 51FD946E462A8F3F0AC67A63BDB5B0B4 /* Release */ = { + 678D48C418EB8199FBF88BD9F57F8447 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3B7C08344CFE377E99D0DA779EA98E19 /* libevent.release.xcconfig */; + baseConfigurationReference = 0146BE1DD8D87E794B0CFD58725CC02C /* glog.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/libevent/libevent-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = Headers/Public/glog/glog.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = libevent; - PRODUCT_NAME = libevent; + PRODUCT_MODULE_NAME = glog; + PRODUCT_NAME = glog; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - 53A4CF2827B3B55C6FA527A49F6D32BA /* Debug */ = { + 6A776DA165E894C693E080A92B873914 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 24051836E27483825A27202E27846EFD /* React-RCTFabric.debug.xcconfig */; + baseConfigurationReference = FA6E512F724BFB0B3D270261962078F8 /* React-RCTLinking.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTFabric/React-RCTFabric-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTLinking/React-RCTLinking-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/RCTFabric/React-RCTFabric.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTFabric; - PRODUCT_NAME = "React-RCTFabric"; + PRODUCT_MODULE_NAME = RCTLinking; + PRODUCT_NAME = "React-RCTLinking"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -20690,27 +21065,26 @@ }; name = Debug; }; - 54766C6DCD0F539AFCB11E7B8EFED8BF /* Debug */ = { + 6DB5D13F19305EB6CA0B293E0BF786CD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 242A4DE8E754E4996FDD3CB3402C7749 /* glog.debug.xcconfig */; + baseConfigurationReference = A0C9633F0AEEFB533D94C4D5B1D9CFDE /* React-perflogger.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-perflogger/React-perflogger-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = Headers/Public/glog/glog.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = glog; - PRODUCT_NAME = glog; + PRODUCT_MODULE_NAME = reactperflogger; + PRODUCT_NAME = "React-perflogger"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -20720,113 +21094,127 @@ }; name = Debug; }; - 587CBCFF97C8988565994A16CBAE498E /* Release */ = { + 6EBB7CB930647993566D4C38C4ED32B2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0F32636822E4598FCE3B0C5405F795C8 /* React-RCTNetwork.release.xcconfig */; + baseConfigurationReference = 4148047344F184B4D856D414B9B4349D /* hermes-engine.release.xcconfig */; buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTNetwork/React-RCTNetwork-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTNetwork; - PRODUCT_NAME = "React-RCTNetwork"; - PUBLIC_HEADERS_FOLDER_PATH = ""; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; - 601FA4B7E35193C3E9E3CA72A5237492 /* Release */ = { + 7291D0787BB051F79F3D0EAF355E78A0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DF97E8524179B4B959F6F05BD8E469FD /* React-CoreModules.release.xcconfig */; + baseConfigurationReference = 99E222D0C7D14CFBD1BC586704C58A9D /* React-runtimeexecutor.release.xcconfig */; buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-CoreModules/React-CoreModules-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = CoreModules; - PRODUCT_NAME = "React-CoreModules"; - PUBLIC_HEADERS_FOLDER_PATH = ""; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; - 620FA015BC9CEBA55D2F12C4BE92C31E /* Debug */ = { + 72988AE6F2442AF167ACC14C8D84C1FF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D5F81F5AAC387C14EE7017B61CB495EC /* Pods-WatermelonTester.debug.xcconfig */; + baseConfigurationReference = 2E12202A59E36B86AFC6D2CB7CC7B1A2 /* React-CoreModules.debug.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-CoreModules/React-CoreModules-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - MACH_O_TYPE = staticlib; + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DFOLLY_NO_CONFIG", + "-DFOLLY_MOBILE=1", + "-DFOLLY_USE_LIBCPP=1", + "-DFOLLY_CFG_NO_COROUTINES=1", + "-DFOLLY_HAVE_CLOCK_GETTIME=1", + "-Wno-comma", + "-Wno-shorten-64-to-32", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = CoreModules; + PRODUCT_NAME = "React-CoreModules"; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; - 639230A640EB93C70F5C05FC45DDEF4A /* Debug */ = { + 7487028E6EEFFE8D0A9F2AF94BD4AA1A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EE604DB039FFF2C33F575FC3A6AC171 /* React-debug.debug.xcconfig */; + baseConfigurationReference = 22F665521DA4A7B91AD3CDC51E8779D6 /* React-RuntimeCore.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-debug/React-debug-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RuntimeCore/React-RuntimeCore-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/react_debug/React-debug.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_debug; - PRODUCT_NAME = "React-debug"; + PRODUCT_MODULE_NAME = react_runtime; + PRODUCT_NAME = "React-RuntimeCore"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -20836,38 +21224,47 @@ }; name = Debug; }; - 685EDC4A3693D2A01A41045214BF5195 /* Debug */ = { + 749D29305F3B147BEA433A8ED3A52055 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D5E2D655632DF98776A67D706DE45D97 /* React-RCTNetwork.debug.xcconfig */; + baseConfigurationReference = 6F03806CF8FEA9AE1097FB463956AAD4 /* React-nativeconfig.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTNetwork/React-RCTNetwork-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-nativeconfig/React-nativeconfig-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTNetwork; - PRODUCT_NAME = "React-RCTNetwork"; + PRODUCT_MODULE_NAME = react_config; + PRODUCT_NAME = "React-nativeconfig"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 69132B363FBF5BAF61E25092E9EF19F6 /* Debug */ = { + 76FAF1D653E3091D8F31A040BCAF3242 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6459AAF3F91027AFD272413CFDB517D1 /* React-jsi.debug.xcconfig */; + baseConfigurationReference = 12B4501A9455AFB01AA0089214B8A38D /* React-jsi.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -20881,6 +21278,14 @@ ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; MODULEMAP_FILE = "Headers/Public/jsi/React-jsi.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; @@ -20892,12 +21297,13 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 6A5328D8544F98735EF763E28E9D7E58 /* Debug */ = { + 77779BB20E55F693035240DE888044A8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 706854F0F45C66C706870CBAFD4800D4 /* React-logger.debug.xcconfig */; + baseConfigurationReference = E39F032BC206A3CC16C40890B632D25E /* React-logger.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -20910,6 +21316,14 @@ "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; @@ -20921,51 +21335,69 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 6BA3C651B5A34995E8E962B2AF9B4D47 /* Debug */ = { + 7B6774F79AB067206CA65BBF3ADDE822 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6B412735670338B01B47C8C33A001DBA /* React-RCTActionSheet.debug.xcconfig */; + baseConfigurationReference = 11FCAB3F234C2F7A1E00B43655EF0707 /* React-RCTVibration.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTVibration/React-RCTVibration-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( + OTHER_CFLAGS = ( "$(inherited)", - "@executable_path/Frameworks", + "-DNDEBUG", ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTVibration; + PRODUCT_NAME = "React-RCTVibration"; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 6EA103AF3EBBDB9BDC524670E1F49A60 /* Debug */ = { + 7E1661B1D42FD4320D2DF45DFBBF0569 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A8FEE3798BADF30F49171E0D84DADF2 /* SocketRocket.debug.xcconfig */; + baseConfigurationReference = 3EA47022B15AB1C45235DBA9B57DA776 /* DoubleConversion.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/SocketRocket/SocketRocket-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = Headers/Public/DoubleConversion/DoubleConversion.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SocketRocket; - PRODUCT_NAME = SocketRocket; + PRODUCT_MODULE_NAME = DoubleConversion; + PRODUCT_NAME = DoubleConversion; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -20975,27 +21407,35 @@ }; name = Debug; }; - 6F44222E0CC0C2DA003C6D1AD4CE230E /* Release */ = { + 7EE96DBD4F3FD36343287841E13E3E42 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8FC2A3067E8D92E388C6F66A8EF03331 /* simdjson.release.xcconfig */; + baseConfigurationReference = DB93F82879D24A74491FCA910E31A733 /* React-utils.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/simdjson/simdjson-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-utils/React-utils-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = Headers/Public/simdjson/simdjson.modulemap; + MODULEMAP_FILE = "Headers/Public/react_utils/React-utils.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = simdjson; - PRODUCT_NAME = simdjson; + PRODUCT_MODULE_NAME = react_utils; + PRODUCT_NAME = "React-utils"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -21006,26 +21446,27 @@ }; name = Release; }; - 6FF31E965F6C5B84B53D60140E6AFE50 /* Debug */ = { + 8240BCFA16E2325996C60923974225AB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7F83AFDA0097997E6824E99B559E5687 /* React-jsiexecutor.debug.xcconfig */; + baseConfigurationReference = 902581D4E30B461C86B20B03CC2F5AA6 /* React-RCTAppDelegate.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-jsiexecutor/React-jsiexecutor-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = "Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = jsireact; - PRODUCT_NAME = "React-jsiexecutor"; + PRODUCT_MODULE_NAME = React_RCTAppDelegate; + PRODUCT_NAME = "React-RCTAppDelegate"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -21035,78 +21476,111 @@ }; name = Debug; }; - 71B954DE1623A93F7AA8E6BC18AC4FAF /* Debug */ = { + 82EFCB4F4469DA6AFF305D017CB93AFF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E0ED986C7E60C5CB0D1318BA11B94330 /* React-Core.debug.xcconfig */; + baseConfigurationReference = 07AE3DB6F5EB2B92FE81A1B8A4CE6BE8 /* RCTDeprecation.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/React-Core"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RCTDeprecation/RCTDeprecation-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); - IBSC_MODULE = React; - INFOPLIST_FILE = "Target Support Files/React-Core/ResourceBundle-RCTI18nStrings-React-Core-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 13.4; - PRODUCT_NAME = RCTI18nStrings; + MODULEMAP_FILE = Headers/Public/RCTDeprecation/RCTDeprecation.modulemap; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTDeprecation; + PRODUCT_NAME = RCTDeprecation; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 73AE2782A837CCDCC6ADC458AFBDAF58 /* Debug */ = { + 83A1E30C35D447DDFEE09B9845881E86 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E0ED986C7E60C5CB0D1318BA11B94330 /* React-Core.debug.xcconfig */; + baseConfigurationReference = 77CE993F9446B711B336A9AF061A5504 /* fmt.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-Core/React-Core-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/fmt/fmt-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/React/React-Core.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-Core"; + PRODUCT_MODULE_NAME = fmt; + PRODUCT_NAME = fmt; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 7993E8B15D88C5795A6509EC29381F58 /* Release */ = { + 857D2EEFD5273048A02DC360E3945215 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 83F60D5CFB0D57913696EC53F7400CEA /* React-FabricImage.release.xcconfig */; + baseConfigurationReference = 7C910125B6ECED6233B803D062331A90 /* React-RCTNetwork.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-FabricImage/React-FabricImage-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTNetwork/React-RCTNetwork-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_renderer_components_image; - PRODUCT_NAME = "React-FabricImage"; + PRODUCT_MODULE_NAME = RCTNetwork; + PRODUCT_NAME = "React-RCTNetwork"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -21117,57 +21591,65 @@ }; name = Release; }; - 7A6AC4F045B027FF1A33A2B8D28338B5 /* Release */ = { + 85D200DC120335672B1B81C7F2422A9A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 233CB414457BA49108D373A8218AC1FA /* React-RCTAnimation.release.xcconfig */; + baseConfigurationReference = 52DFAF9CB84CA1E1BDC56A3F71A3C404 /* FBLazyVector.release.xcconfig */; buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTAnimation/React-RCTAnimation-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTAnimation; - PRODUCT_NAME = "React-RCTAnimation"; - PUBLIC_HEADERS_FOLDER_PATH = ""; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; - 7C9C842EF8888C0A9CA28E5FE1759474 /* Release */ = { + 8760A2D85E97AB06F84ACD71B7BD299F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D65F599E8A7A73A22CA4B920D0B050D9 /* RCTTypeSafety.release.xcconfig */; + baseConfigurationReference = 325477957D7D1B6F9F9C72D859C2E8BE /* React-perflogger.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RCTTypeSafety/RCTTypeSafety-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-perflogger/React-perflogger-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTTypeSafety; - PRODUCT_NAME = RCTTypeSafety; + PRODUCT_MODULE_NAME = reactperflogger; + PRODUCT_NAME = "React-perflogger"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -21178,16 +21660,16 @@ }; name = Release; }; - 7D12545585F7181BBBFF1F71A614C9E5 /* Debug */ = { + 87FA83E446D43813C592A551733FBFF5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 382BA11354469F899428766465F8DC3C /* React-nativeconfig.debug.xcconfig */; + baseConfigurationReference = FFE3B6010494BF1759723F25C1271613 /* React-RCTVibration.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-nativeconfig/React-nativeconfig-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTVibration/React-RCTVibration-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", @@ -21196,8 +21678,8 @@ OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_config; - PRODUCT_NAME = "React-nativeconfig"; + PRODUCT_MODULE_NAME = RCTVibration; + PRODUCT_NAME = "React-RCTVibration"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -21207,45 +21689,127 @@ }; name = Debug; }; - 7D77D649D34D2689C21D5158EDC97BB5 /* Debug */ = { + 90D4D09BCB6A4660E43ACBE9ECB6FE9A /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_DEBUG=1", + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + OTHER_LDFLAGS = ( + "$(inherited)", + " ", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native"; + STRIP_INSTALLED_PRODUCT = NO; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + SYMROOT = "${SRCROOT}/../build"; + USE_HERMES = true; + }; + name = Debug; + }; + 931B4D02069204C8B36EF5077FA0C069 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 141C949A6AE466F784D919BE14DF6D31 /* React-RCTVibration.debug.xcconfig */; + baseConfigurationReference = E39930085671F1947A94AAE3B2EB3580 /* React-NativeModulesApple.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTVibration/React-RCTVibration-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-NativeModulesApple/React-NativeModulesApple-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = "Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTVibration; - PRODUCT_NAME = "React-RCTVibration"; + PRODUCT_MODULE_NAME = React_NativeModulesApple; + PRODUCT_NAME = "React-NativeModulesApple"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 7F9164B4969AAE11FCB97B7BEA591C7F /* Release */ = { + 93790FAB2314B5185C12CF46BF260616 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6586EF518E7996AF3B9E3138FA35835 /* React-runtimescheduler.release.xcconfig */; + baseConfigurationReference = F923F037E88C68DA2463BCD75AA9ED60 /* SocketRocket.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-runtimescheduler/React-runtimescheduler-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/SocketRocket/SocketRocket-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", @@ -21254,69 +21818,152 @@ OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_renderer_runtimescheduler; - PRODUCT_NAME = "React-runtimescheduler"; + PRODUCT_MODULE_NAME = SocketRocket; + PRODUCT_NAME = SocketRocket; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; + }; + name = Debug; + }; + 9553C89E183877A5CB2F3C6801BEC129 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_RELEASE=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + OTHER_LDFLAGS = ( + "$(inherited)", + " ", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native"; + STRIP_INSTALLED_PRODUCT = NO; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + SWIFT_VERSION = 5.0; + SYMROOT = "${SRCROOT}/../build"; + USE_HERMES = true; }; name = Release; }; - 81D0D5FCC50D69BF12B2A5A893CE0F1C /* Debug */ = { + 976E7D6E4A2D2582C2D63BC38DFC725E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 269979A7C8BD768E5A778E1B15224AD0 /* simdjson.debug.xcconfig */; + baseConfigurationReference = 78D72FC8CF42B31C8EDAD6F8657F610F /* React-RCTAnimation.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/simdjson/simdjson-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTAnimation/React-RCTAnimation-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = Headers/Public/simdjson/simdjson.modulemap; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = simdjson; - PRODUCT_NAME = simdjson; + PRODUCT_MODULE_NAME = RCTAnimation; + PRODUCT_NAME = "React-RCTAnimation"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 81D1CF3532E8CC9DFE2165BEB4FCCB4C /* Release */ = { + 9793834942B6B511FCAC87E74D4AE4DC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C0A86A8512B0707530E43FC7A1B6D988 /* Yoga.release.xcconfig */; + baseConfigurationReference = 441AA6664650EC12BAF8937E4A882741 /* React-Codegen.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Yoga/Yoga-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-Codegen/React-Codegen-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = Headers/Public/yoga/Yoga.modulemap; + IPHONEOS_DEPLOYMENT_TARGET = 12.4; + MODULEMAP_FILE = "Headers/Public/React_Codegen/React-Codegen.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = yoga; - PRODUCT_NAME = Yoga; + PRODUCT_MODULE_NAME = React_Codegen; + PRODUCT_NAME = "React-Codegen"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -21327,39 +21974,39 @@ }; name = Release; }; - 82AF4E0366A4CFED7C7E64D85BFE505F /* Release */ = { + 9F5D655EFEE356B6278439617431B389 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 197C13F8AB046D8E138637D7BEE1C239 /* React-jserrorhandler.release.xcconfig */; + baseConfigurationReference = 7B51B43D6B45FB260FFA0B15BFED390E /* React-jsinspector.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-jserrorhandler/React-jserrorhandler-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-jsinspector/React-jsinspector-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = "Headers/Public/jsinspector_modern/React-jsinspector.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = jserrorhandler; - PRODUCT_NAME = "React-jserrorhandler"; + PRODUCT_MODULE_NAME = jsinspector_modern; + PRODUCT_NAME = "React-jsinspector"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - 85D200DC120335672B1B81C7F2422A9A /* Release */ = { + 9FD952B7BE0C46A0DF7E6AB4EC3072E2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3C5F834EBF5BEEAAEAB45DF334CB5C70 /* FBLazyVector.release.xcconfig */; + baseConfigurationReference = C31DDCFAF4110E35C011007CE400A3D4 /* RCTRequired.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -21374,191 +22021,116 @@ "$(inherited)", "@executable_path/Frameworks", ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; - 8A827FEA6F72CABC58C900A57C07F7C9 /* Debug */ = { + A0BBCE59E95803992E15B022E523A32A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EB502AEC55141EA428355CFA6E5DC8B7 /* React-RCTText.debug.xcconfig */; + baseConfigurationReference = DB803AD9555BB8D6B00BBA6644681627 /* Yoga.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTText/React-RCTText-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/Yoga/Yoga-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTText; - PRODUCT_NAME = "React-RCTText"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 8C2993C74CD57D9933A9CE3191B3BA5B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 0CCE8C0E075ACA03B0B6A8BEE195A161 /* React-RCTActionSheet.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_MODULES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - GCC_PREPROCESSOR_DEFINITIONS = ( + MODULEMAP_FILE = Headers/Public/yoga/Yoga.modulemap; + OTHER_CFLAGS = ( "$(inherited)", - "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", + "-DNDEBUG", ); - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( + OTHER_CPLUSPLUSFLAGS = ( "$(inherited)", - "@executable_path/Frameworks", + "-DNDEBUG", ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = yoga; + PRODUCT_NAME = Yoga; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; - 8DCABAF2A142372D36D5AAD0933B270F /* Release */ = { + A7036092C396D0E15E8494AE7E86C458 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7890C1513BCE4D07C14C11318616E50F /* React-utils.release.xcconfig */; + baseConfigurationReference = 2E89F76541853DEFE4E1B570E724F503 /* RCT-Folly.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-utils/React-utils-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/RCT-Folly/RCT-Folly-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/react_utils/React-utils.modulemap"; - OTHER_LDFLAGS = ""; + MODULEMAP_FILE = "Headers/Public/folly/RCT-Folly.modulemap"; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_utils; - PRODUCT_NAME = "React-utils"; + PRODUCT_MODULE_NAME = folly; + PRODUCT_NAME = "RCT-Folly"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 90D4D09BCB6A4660E43ACBE9ECB6FE9A /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_DEBUG=1", - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - OTHER_CFLAGS = "$(inherited)"; - OTHER_CPLUSPLUSFLAGS = "$(inherited)"; - OTHER_LDFLAGS = ( - "$(inherited)", - " ", - ); - PRODUCT_NAME = "$(TARGET_NAME)"; - REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - SYMROOT = "${SRCROOT}/../build"; - USE_HERMES = true; }; name = Debug; }; - 94CEF655EA8A25540ADB948C0C96FB0C /* Release */ = { + A79343D4FCC4946246DDEC2EB1498F89 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F6DB3942C9D70587622DA1EF82D73A50 /* React-Core.release.xcconfig */; + baseConfigurationReference = 6387BDDE6369AEDABBA8E222A92D7DDE /* WatermelonDB.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-Core/React-Core-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/WatermelonDB/WatermelonDB-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/React/React-Core.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-Core"; + PRODUCT_MODULE_NAME = WatermelonDB; + PRODUCT_NAME = WatermelonDB; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -21569,98 +22141,27 @@ }; name = Release; }; - 9553C89E183877A5CB2F3C6801BEC129 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_RELEASE=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - OTHER_CFLAGS = "$(inherited)"; - OTHER_CPLUSPLUSFLAGS = "$(inherited)"; - OTHER_LDFLAGS = ( - "$(inherited)", - " ", - ); - PRODUCT_NAME = "$(TARGET_NAME)"; - REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 5.0; - SYMROOT = "${SRCROOT}/../build"; - USE_HERMES = true; - }; - name = Release; - }; - 98F0BA831E80A5A527B2F9FD041ABD07 /* Debug */ = { + A9B99E2F7E73EF951B0D3F31B92B673F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 11D30D108175797B5663E6719F4EB687 /* React-Codegen.debug.xcconfig */; + baseConfigurationReference = 9033A744B6DD1EB398DCC4DEC2188393 /* React-debug.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-Codegen/React-Codegen-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-debug/React-debug-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); - IPHONEOS_DEPLOYMENT_TARGET = 12.4; - MODULEMAP_FILE = "Headers/Public/React_Codegen/React-Codegen.modulemap"; + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = "Headers/Public/react_debug/React-debug.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React_Codegen; - PRODUCT_NAME = "React-Codegen"; + PRODUCT_MODULE_NAME = react_debug; + PRODUCT_NAME = "React-debug"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -21670,39 +22171,48 @@ }; name = Debug; }; - 9B979FC106739FE8E90C3C9B08F011C0 /* Debug */ = { + AE90C8871B9E2C95A56150448D932D54 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 83424AD14BC332FCC30B44D10B1EE762 /* ReactCommon.debug.xcconfig */; + baseConfigurationReference = 047508626E4450B1D2FB80B3358F97F6 /* React-ImageManager.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/ReactCommon/ReactCommon-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-ImageManager/React-ImageManager-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = Headers/Public/ReactCommon/ReactCommon.modulemap; + MODULEMAP_FILE = "Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = ReactCommon; - PRODUCT_NAME = ReactCommon; + PRODUCT_MODULE_NAME = react_renderer_imagemanager; + PRODUCT_NAME = "React-ImageManager"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 9C62141B5B02ACE608F3E6860AA493E9 /* Release */ = { + B0F96B3D84646746679A0633B4255B12 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E1140A4CC7FEA96D57FF547DA1D75EA0 /* Pods-WatermelonTester-WatermelonTesterTests.release.xcconfig */; + baseConfigurationReference = D40D2FA9CCC999A6A1985688544C9701 /* Pods-WatermelonTester-WatermelonTesterTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_MODULES = NO; @@ -21723,13 +22233,12 @@ SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - 9E8804E48648D8AF354F2989831173CF /* Debug */ = { + B366651097A40B84BBA78641F0929939 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9033EF8A956982B631E9C7FF132AE4EF /* hermes-engine.debug.xcconfig */; + baseConfigurationReference = 9046E45D1CA4C4109F20975FE05769E0 /* FBLazyVector.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -21737,7 +22246,7 @@ CLANG_ENABLE_OBJC_WEAK = NO; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", - "HERMES_ENABLE_DEBUGGER=1", + "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; LD_RUNPATH_SEARCH_PATHS = ( @@ -21749,16 +22258,16 @@ }; name = Debug; }; - A1262075FC06BFFE56A435081B8CBBF2 /* Debug */ = { + B7355507D474FD8BBD3E60F24A667A65 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B7FBDD7914214CF29DCEC1D94704F1E1 /* React-runtimescheduler.debug.xcconfig */; + baseConfigurationReference = 1544C565704FC17B15EBCF4F926F4C60 /* React-jsiexecutor.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-runtimescheduler/React-runtimescheduler-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-jsiexecutor/React-jsiexecutor-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", @@ -21767,8 +22276,8 @@ OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_renderer_runtimescheduler; - PRODUCT_NAME = "React-runtimescheduler"; + PRODUCT_MODULE_NAME = jsireact; + PRODUCT_NAME = "React-jsiexecutor"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -21778,27 +22287,66 @@ }; name = Debug; }; - A4224A6021F214C62D177C15E6DD0BF9 /* Debug */ = { + B75F6C2CC510DF3A9CF307AC1FE8884F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 68661FDF51029500E19C1C4C3FBEC571 /* Yoga.debug.xcconfig */; + baseConfigurationReference = 9F03A2E19DD75677633924F1B93787D1 /* React-RCTAppDelegate.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Yoga/Yoga-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = Headers/Public/yoga/Yoga.modulemap; + MODULEMAP_FILE = "Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = yoga; - PRODUCT_NAME = Yoga; + PRODUCT_MODULE_NAME = React_RCTAppDelegate; + PRODUCT_NAME = "React-RCTAppDelegate"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + B8CBE1EC8859C96FB379248A1B7A3F2D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3B7CA49DCCF91C74062D35600488A355 /* React-jsi.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_MODULES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-jsi/React-jsi-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", + ); + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = "Headers/Public/jsi/React-jsi.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = jsi; + PRODUCT_NAME = "React-jsi"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -21808,26 +22356,34 @@ }; name = Debug; }; - A79343D4FCC4946246DDEC2EB1498F89 /* Release */ = { + B91E69DB0F6A8D8C43413CBAF866AF10 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 53CE6C07F0827AA2B52C38DA40FFE7F8 /* WatermelonDB.release.xcconfig */; + baseConfigurationReference = E8A93054841794EAD58EB675761B8905 /* SocketRocket.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/WatermelonDB/WatermelonDB-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/SocketRocket/SocketRocket-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", - "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", + "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", + ); + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", ); - IPHONEOS_DEPLOYMENT_TARGET = 13.4; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = WatermelonDB; - PRODUCT_NAME = WatermelonDB; + PRODUCT_MODULE_NAME = SocketRocket; + PRODUCT_NAME = SocketRocket; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -21838,27 +22394,34 @@ }; name = Release; }; - A8134EACAD38AAABC692A863BB421B41 /* Release */ = { + B9DF6E69CBD6AC7C082B3B20661FC457 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 53EB300919F9788E480F3C3EF281793A /* React-RCTFabric.release.xcconfig */; + baseConfigurationReference = E951AE3ED64705A1E7CF71EDD854B178 /* React-RCTImage.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTFabric/React-RCTFabric-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTImage/React-RCTImage-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/RCTFabric/React-RCTFabric.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTFabric; - PRODUCT_NAME = "React-RCTFabric"; + PRODUCT_MODULE_NAME = RCTImage; + PRODUCT_NAME = "React-RCTImage"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -21869,57 +22432,63 @@ }; name = Release; }; - AB9ED1424D54B1E6B14775D48174DF49 /* Release */ = { + BA0B546CC26F64AB7A03D77C4C2936A7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 28C805EB5DF4B2547CAEFDA28B032854 /* React-graphics.release.xcconfig */; + baseConfigurationReference = DAEB77A1371F2344F999D880C3A90E0B /* React-RuntimeApple.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-graphics/React-graphics-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RuntimeApple/React-RuntimeApple-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/react_renderer_graphics/React-graphics.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_renderer_graphics; - PRODUCT_NAME = "React-graphics"; + PRODUCT_MODULE_NAME = ReactCommon; + PRODUCT_NAME = "React-RuntimeApple"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - ACF177FB722D44D1BCEF04D778260C96 /* Release */ = { + BA6F6F866B15E5642C85804F1C4EDEFC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 286778F5077335D0C6992D6856F6E736 /* React-RCTText.release.xcconfig */; + baseConfigurationReference = 8C190024D996EF72661EA3DECD88FD76 /* React-RCTLinking.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTText/React-RCTText-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTLinking/React-RCTLinking-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTText; - PRODUCT_NAME = "React-RCTText"; + PRODUCT_MODULE_NAME = RCTLinking; + PRODUCT_NAME = "React-RCTLinking"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -21930,27 +22499,34 @@ }; name = Release; }; - AE2C7E51F9A7A3BD9A1654380CDCD8B1 /* Release */ = { + BB2873BBFB708E1D15CDBBF71949B6AD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 651279D27C7990CDA6246E47BE553A9B /* ReactCommon.release.xcconfig */; + baseConfigurationReference = 776825034C674A4EB458170D6BBB3139 /* React-RuntimeCore.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/ReactCommon/ReactCommon-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RuntimeCore/React-RuntimeCore-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = Headers/Public/ReactCommon/ReactCommon.modulemap; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = ReactCommon; - PRODUCT_NAME = ReactCommon; + PRODUCT_MODULE_NAME = react_runtime; + PRODUCT_NAME = "React-RuntimeCore"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -21961,38 +22537,46 @@ }; name = Release; }; - B366651097A40B84BBA78641F0929939 /* Debug */ = { + C5D670E4CCEE2B63BA55AD8411673B6F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E3CAA14AED0D0B628BF774EB3ACB5044 /* FBLazyVector.debug.xcconfig */; + baseConfigurationReference = 56909D6C087AAA9D6C77D684FEC0C328 /* simdjson.debug.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/simdjson/simdjson-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); + MODULEMAP_FILE = Headers/Public/simdjson/simdjson.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = simdjson; + PRODUCT_NAME = simdjson; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; - B38D600C8200B2FBE837DD3C751F774A /* Debug */ = { + C63640657EED77D8622FE18B3A447727 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6A203E49CA673A7C93F8C083E33E22A /* React-RCTLinking.debug.xcconfig */; + baseConfigurationReference = 55F26557222F60DEF94D6A5C8A9D24F9 /* React-RCTNetwork.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTLinking/React-RCTLinking-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTNetwork/React-RCTNetwork-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", @@ -22001,8 +22585,8 @@ OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTLinking; - PRODUCT_NAME = "React-RCTLinking"; + PRODUCT_MODULE_NAME = RCTNetwork; + PRODUCT_NAME = "React-RCTNetwork"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -22012,47 +22596,46 @@ }; name = Debug; }; - B49C9DE22D3AFBC7216763200E8F06E8 /* Release */ = { + C7A496836DFD638F181789F01B6E001E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 70A660A433893076BF40553B1A465E68 /* React-rendererdebug.release.xcconfig */; + baseConfigurationReference = EDE4EBF1DFE11D301F8A60F2D5B99F29 /* RCTTypeSafety.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-rendererdebug/React-rendererdebug-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/RCTTypeSafety/RCTTypeSafety-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/react_renderer_debug/React-rendererdebug.modulemap"; + MODULEMAP_FILE = Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_renderer_debug; - PRODUCT_NAME = "React-rendererdebug"; + PRODUCT_MODULE_NAME = RCTTypeSafety; + PRODUCT_NAME = RCTTypeSafety; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - B5846CCF50596833F0E2EAFCA6D28450 /* Release */ = { + C9099507DFF7989CAC568482DD830342 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D25BD2901CEBA3D60A71A462186B621D /* React-cxxreact.release.xcconfig */; + baseConfigurationReference = EAA2B5EA3356A9C6FCE82CC15F04FDC0 /* React-RCTSettings.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-cxxreact/React-cxxreact-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTSettings/React-RCTSettings-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", @@ -22061,21 +22644,20 @@ OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = cxxreact; - PRODUCT_NAME = "React-cxxreact"; + PRODUCT_MODULE_NAME = RCTSettings; + PRODUCT_NAME = "React-RCTSettings"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - B615FA1C389090D107AAC3E487514062 /* Release */ = { + CA4F6381FF1B7E6A3473AD1A3CC763A8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B3D0E57B39D935A0C0F158706150FE52 /* React-logger.release.xcconfig */; + baseConfigurationReference = 0EB25BDE8A306950B650A09F1A8ED625 /* React-logger.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -22099,30 +22681,37 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - B6D2C3CFA4D2009D4F6DDDEE4EA293F8 /* Release */ = { + CAAA94DBEF54BED737F7E295DA145198 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 232B6F64473BB18B873DCDB2ACF149A9 /* React-RCTLinking.release.xcconfig */; + baseConfigurationReference = AB3065BC1723E238FF985D2A37F0A542 /* RCT-Folly.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTLinking/React-RCTLinking-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/RCT-Folly/RCT-Folly-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; + MODULEMAP_FILE = "Headers/Public/folly/RCT-Folly.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTLinking; - PRODUCT_NAME = "React-RCTLinking"; + PRODUCT_MODULE_NAME = folly; + PRODUCT_NAME = "RCT-Folly"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -22133,72 +22722,107 @@ }; name = Release; }; - BB16F7FCC136D897FF2098A4F4EC961A /* Release */ = { + CC51EABEB4CFC450D8890E53D7AB11D7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 858AD82445FB252301EC367EA59BFDE3 /* React-callinvoker.release.xcconfig */; + baseConfigurationReference = B49E927D98F0202C6C5CD21E1077E16E /* ReactCommon.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/ReactCommon/ReactCommon-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( + MODULEMAP_FILE = Headers/Public/ReactCommon/ReactCommon.modulemap; + OTHER_CFLAGS = ( "$(inherited)", - "@executable_path/Frameworks", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = ReactCommon; + PRODUCT_NAME = ReactCommon; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; - BE9A3238DBAFD0DB0557F6DF5DAAD5B0 /* Debug */ = { + CCB2C9D366498942DBE3BE5060FDE9FB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 988CB2530903D89B064D8CFACBE74516 /* FBReactNativeSpec.debug.xcconfig */; + baseConfigurationReference = 73B3A96DAB49C42270A59966B121F1A7 /* Pods-WatermelonTester.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + MACH_O_TYPE = staticlib; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - C12A86D24A847F75921A636999280E0A /* Release */ = { + CE82C584340CABBA4F77AE60DD4A3390 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5B0131AEA8BDA67A917ECBB81A539E7C /* React-RCTAppDelegate.release.xcconfig */; + baseConfigurationReference = 58C1E8B779C42177C4AE37F87FA08B90 /* React-CoreModules.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-CoreModules/React-CoreModules-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + "-DFOLLY_NO_CONFIG", + "-DFOLLY_MOBILE=1", + "-DFOLLY_USE_LIBCPP=1", + "-DFOLLY_CFG_NO_COROUTINES=1", + "-DFOLLY_HAVE_CLOCK_GETTIME=1", + "-Wno-comma", + "-Wno-shorten-64-to-32", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React_RCTAppDelegate; - PRODUCT_NAME = "React-RCTAppDelegate"; + PRODUCT_MODULE_NAME = CoreModules; + PRODUCT_NAME = "React-CoreModules"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -22209,27 +22833,27 @@ }; name = Release; }; - C1C490C5DDE3912C01D06F8E8F1A6E80 /* Debug */ = { + D29732B7B0462383B7D8E84D4568F8B6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6136611B36B5D9E1A92ED4F6A0077D3E /* React-graphics.debug.xcconfig */; + baseConfigurationReference = 6DF638889DD6D88E1694A065C0A27BC6 /* React-rendererdebug.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-graphics/React-graphics-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-rendererdebug/React-rendererdebug-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/react_renderer_graphics/React-graphics.modulemap"; + MODULEMAP_FILE = "Headers/Public/react_renderer_debug/React-rendererdebug.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_renderer_graphics; - PRODUCT_NAME = "React-graphics"; + PRODUCT_MODULE_NAME = react_renderer_debug; + PRODUCT_NAME = "React-rendererdebug"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -22239,27 +22863,57 @@ }; name = Debug; }; - C4F8147BFD77E62E56B245DBD4948A9E /* Release */ = { + D406B4608B484215F600C45D03EE82DF /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8D07443F9F8CE58F73EE39187877455E /* hermes-engine.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_MODULES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "HERMES_ENABLE_DEBUGGER=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + D438FE95D011ACEAE1EEC20BE4BE9525 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0D1119AC80418B47C9711E73BA313E0A /* React-jsi.release.xcconfig */; + baseConfigurationReference = E2F009051F05B8597141D79A5583D4FF /* React-featureflags.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-jsi/React-jsi-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-featureflags/React-featureflags-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/jsi/React-jsi.modulemap"; + MODULEMAP_FILE = "Headers/Public/react_featureflags/React-featureflags.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = jsi; - PRODUCT_NAME = "React-jsi"; + PRODUCT_MODULE_NAME = react_featureflags; + PRODUCT_NAME = "React-featureflags"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -22270,27 +22924,26 @@ }; name = Release; }; - C95FC7546A5DE0ACC4573FEA4BE90ED4 /* Debug */ = { + D49C415D918F61ABFCD3ECD90CCA2806 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B2FDA61F29729AFECFCF591992161993 /* React-utils.debug.xcconfig */; + baseConfigurationReference = EA980E88736BC513D1E4D3CF3B6A67E8 /* React-runtimescheduler.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-utils/React-utils-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-runtimescheduler/React-runtimescheduler-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/react_utils/React-utils.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_utils; - PRODUCT_NAME = "React-utils"; + PRODUCT_MODULE_NAME = react_renderer_runtimescheduler; + PRODUCT_NAME = "React-runtimescheduler"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -22300,49 +22953,34 @@ }; name = Debug; }; - CD866D301087973437739D94D66A9316 /* Debug */ = { + D602DA10931FC0F5257BF28A7E9E7A3E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1A15FCB8BABFC8CFC9541E1C9FFA21AB /* React-callinvoker.debug.xcconfig */; + baseConfigurationReference = 292CA568BD4ABB3A490EAADD2CA64FB7 /* React-cxxreact.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-cxxreact/React-cxxreact-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( + OTHER_CFLAGS = ( "$(inherited)", - "@executable_path/Frameworks", + "-DNDEBUG", ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - D303FD85D43703452993A9B627B909E3 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C2B27464263662746542B151A3B197C1 /* React-debug.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_MODULES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-debug/React-debug-prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( + OTHER_CPLUSPLUSFLAGS = ( "$(inherited)", - "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", + "-DNDEBUG", ); - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/react_debug/React-debug.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_debug; - PRODUCT_NAME = "React-debug"; + PRODUCT_MODULE_NAME = cxxreact; + PRODUCT_NAME = "React-cxxreact"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -22353,9 +22991,9 @@ }; name = Release; }; - D363A12CAEB2C4AA0B17BFCBE2AF2576 /* Debug */ = { + D7E361BB16736ACF8838B065235BA173 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2EEECAE1B405F80DD2F373DCEEEE0C65 /* boost.debug.xcconfig */; + baseConfigurationReference = 17A0B50A888B86A9F608EBDAB0EA9B29 /* React-callinvoker.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -22375,57 +23013,74 @@ }; name = Debug; }; - DA3D579622D2EB6B885A8F49C507BF04 /* Debug */ = { + D7FBC2DC890B490543B0810CCFD46A8E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B7A4C53A25458B9A43AE12561B43851E /* RCTTypeSafety.debug.xcconfig */; + baseConfigurationReference = 30800F41E56952F66104FBA05648D6FB /* React-jsinspector.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RCTTypeSafety/RCTTypeSafety-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-jsinspector/React-jsinspector-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap; + MODULEMAP_FILE = "Headers/Public/jsinspector_modern/React-jsinspector.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTTypeSafety; - PRODUCT_NAME = RCTTypeSafety; + PRODUCT_MODULE_NAME = jsinspector_modern; + PRODUCT_NAME = "React-jsinspector"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - DC982AC36B9248CB2D87C9198449B3B2 /* Release */ = { + D87B33CFA204F39000C6AAA541DD2C63 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FE0E4448AFAD94432E9571F449DBD648 /* React-Codegen.release.xcconfig */; + baseConfigurationReference = B8BDA25E90049F9C70AA8B349A93426F /* React-graphics.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-Codegen/React-Codegen-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-graphics/React-graphics-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); - IPHONEOS_DEPLOYMENT_TARGET = 12.4; - MODULEMAP_FILE = "Headers/Public/React_Codegen/React-Codegen.modulemap"; + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = "Headers/Public/react_renderer_graphics/React-graphics.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React_Codegen; - PRODUCT_NAME = "React-Codegen"; + PRODUCT_MODULE_NAME = react_renderer_graphics; + PRODUCT_NAME = "React-graphics"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -22436,26 +23091,27 @@ }; name = Release; }; - E0CFDC352111DF71A515FF9D576F8099 /* Debug */ = { + DD14E13C597C9B1858F728061E61ED43 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E3ECC3F02504FC14346835D49557F0B4 /* React-RCTBlob.debug.xcconfig */; + baseConfigurationReference = B17B5D76BCAC42472B55462BAE850852 /* React-graphics.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTBlob/React-RCTBlob-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-graphics/React-graphics-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = "Headers/Public/react_renderer_graphics/React-graphics.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTBlob; - PRODUCT_NAME = "React-RCTBlob"; + PRODUCT_MODULE_NAME = react_renderer_graphics; + PRODUCT_NAME = "React-graphics"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -22465,26 +23121,27 @@ }; name = Debug; }; - E2F4A5AD7CD7B99D306B848A94A2FA7C /* Debug */ = { + DF3B88146486C5BADF9F4046B759697F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 23AB68E9717A63F757B87FE4D4A7DF83 /* DoubleConversion.debug.xcconfig */; + baseConfigurationReference = 157BEE76ABB5FC023F974602BC587B8A /* React-Fabric.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-Fabric/React-Fabric-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = "Headers/Public/React_Fabric/React-Fabric.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DoubleConversion; - PRODUCT_NAME = DoubleConversion; + PRODUCT_MODULE_NAME = React_Fabric; + PRODUCT_NAME = "React-Fabric"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -22494,144 +23151,202 @@ }; name = Debug; }; - E3040FDA4DFA277D92A0DF4AD8B04C0B /* Release */ = { + DF8E3FD99144DA19A4ABA4D1F442A5EE /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DFDFCA220F4E0487D24966099C7AC6BD /* React-rncore.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_MODULES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", + ); + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + E06DE0D716501E26D79A956F721097E1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 42B0D629903BD9DA3D5671F95DFD42BC /* SocketRocket.release.xcconfig */; + baseConfigurationReference = F8E385BE54CB846981F47BD4BBF298BC /* React-NativeModulesApple.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/SocketRocket/SocketRocket-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-NativeModulesApple/React-NativeModulesApple-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = "Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SocketRocket; - PRODUCT_NAME = SocketRocket; + PRODUCT_MODULE_NAME = React_NativeModulesApple; + PRODUCT_NAME = "React-NativeModulesApple"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - E43282DFCC685B57DC4596CA8EAE7F6B /* Debug */ = { + E438AE86F28741B18812A55CDBEE545A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2EBD68F30954D6A08B0DFE6F79D3D8FD /* React-RCTImage.debug.xcconfig */; + baseConfigurationReference = 4D27045A96C63465EC6F9A1AED2DED9D /* React-jsiexecutor.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTImage/React-RCTImage-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-jsiexecutor/React-jsiexecutor-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTImage; - PRODUCT_NAME = "React-RCTImage"; + PRODUCT_MODULE_NAME = jsireact; + PRODUCT_NAME = "React-jsiexecutor"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - E4D9E8DCF520CE5CDF18C1C9DE9037FA /* Debug */ = { + E678C5B8D52E99B32FFEBC7F1C705BFD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 55F7CEF55198C79375F28B9F4D3E5813 /* fmt.debug.xcconfig */; + baseConfigurationReference = ADD320EC4221CCC1B76BB433ED455CEC /* React-debug.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/fmt/fmt-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-debug/React-debug-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = "Headers/Public/react_debug/React-debug.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = fmt; - PRODUCT_NAME = fmt; + PRODUCT_MODULE_NAME = react_debug; + PRODUCT_NAME = "React-debug"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - E4E9265B1CBE75CAF83E3D307C1A9FDB /* Debug */ = { + E99DFB667A53A19734E28CDCDF821BA4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AC413DF22C46BAB18326BB43F4E71E30 /* React-jsinspector.debug.xcconfig */; + baseConfigurationReference = 9414F0292C4CA9913CEEC7F61F3E32B3 /* React-jserrorhandler.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-jsinspector/React-jsinspector-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-jserrorhandler/React-jserrorhandler-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = jsinspector; - PRODUCT_NAME = "React-jsinspector"; + PRODUCT_MODULE_NAME = jserrorhandler; + PRODUCT_NAME = "React-jserrorhandler"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - E5BE00587164EA63C87E85CEE47EE270 /* Debug */ = { + EA28FECD5F865E3FE918A41D7A616FBA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 395AF437CF8117D4CFA4DC9039E3DD76 /* React-Fabric.debug.xcconfig */; + baseConfigurationReference = C8980F597D1A97A167ACA46B54A4BC70 /* React-RCTAnimation.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-Fabric/React-Fabric-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTAnimation/React-RCTAnimation-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/React_Fabric/React-Fabric.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React_Fabric; - PRODUCT_NAME = "React-Fabric"; + PRODUCT_MODULE_NAME = RCTAnimation; + PRODUCT_NAME = "React-RCTAnimation"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -22641,85 +23356,95 @@ }; name = Debug; }; - E8D6283CCC0B96F123720D743061B7B1 /* Debug */ = { + EA3BBD5E20726235E3306255BEBA7722 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1D05717AA91A8753FC555B3BD2E2A056 /* React-RCTSettings.debug.xcconfig */; + baseConfigurationReference = 1E8D7F44C4927699FE5FFB25997A96F8 /* React-RuntimeApple.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTSettings/React-RCTSettings-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RuntimeApple/React-RuntimeApple-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTSettings; - PRODUCT_NAME = "React-RCTSettings"; + PRODUCT_MODULE_NAME = ReactCommon; + PRODUCT_NAME = "React-RuntimeApple"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - EC4DAD6902DCB1ACD012F970A54822E7 /* Release */ = { + EAF219E82C6B0565AE53FA2AE9069D12 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E362C0A7DEBB2E7517C366CB1096CDBE /* React-RCTBlob.release.xcconfig */; + baseConfigurationReference = 0AB45FDFADEB5035DFD513D71DB737DC /* React-featureflags.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTBlob/React-RCTBlob-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-featureflags/React-featureflags-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = "Headers/Public/react_featureflags/React-featureflags.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTBlob; - PRODUCT_NAME = "React-RCTBlob"; + PRODUCT_MODULE_NAME = react_featureflags; + PRODUCT_NAME = "React-featureflags"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - EC99723A8EF2671F6F0D60B75C0D2E70 /* Debug */ = { + EC1A7DB8DAABFD75F0340838EAD43BB6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C28984AB1773B6A42EC3F996E97F6DE0 /* React-perflogger.debug.xcconfig */; + baseConfigurationReference = BEC2935F7CAC9628D23D98B726129B8A /* React-ImageManager.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-perflogger/React-perflogger-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-ImageManager/React-ImageManager-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = "Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = reactperflogger; - PRODUCT_NAME = "React-perflogger"; + PRODUCT_MODULE_NAME = react_renderer_imagemanager; + PRODUCT_NAME = "React-ImageManager"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -22729,39 +23454,46 @@ }; name = Debug; }; - F0F364EC711588DE7DEFA0B49D26F545 /* Release */ = { + ECD48242973C8F5694CF10EF62485A04 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 59C8CBAEBD6F1ED263543C072A449B6A /* hermes-engine.release.xcconfig */; + baseConfigurationReference = DECEAEDC186B345BDAAD789EDD05B9FD /* RCTDeprecation.debug.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RCTDeprecation/RCTDeprecation-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); + MODULEMAP_FILE = Headers/Public/RCTDeprecation/RCTDeprecation.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTDeprecation; + PRODUCT_NAME = RCTDeprecation; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - F3138C43C964C3E756F0131F6F794EB7 /* Release */ = { + ED301872A32449FE75120D1E7736B2D9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 65899D9F43EF9A04A1627DB9C9118BA9 /* DoubleConversion.release.xcconfig */; + baseConfigurationReference = 1AD8831E19FF419852060A20EFC9943A /* React-nativeconfig.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-nativeconfig/React-nativeconfig-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", @@ -22770,67 +23502,84 @@ OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DoubleConversion; - PRODUCT_NAME = DoubleConversion; + PRODUCT_MODULE_NAME = react_config; + PRODUCT_NAME = "React-nativeconfig"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - F5042FC804F7E5EFCF0EAC6C9AEC4E3A /* Debug */ = { + F10023C18296B5775743BC3999B95E08 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 84ED76956AB91BF66D76E3CA1469BB1E /* React-cxxreact.debug.xcconfig */; + baseConfigurationReference = E5CB5398F86031A46AD389FAA73E2323 /* RCTTypeSafety.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-cxxreact/React-cxxreact-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/RCTTypeSafety/RCTTypeSafety-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MODULEMAP_FILE = Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = cxxreact; - PRODUCT_NAME = "React-cxxreact"; + PRODUCT_MODULE_NAME = RCTTypeSafety; + PRODUCT_NAME = RCTTypeSafety; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - F63AA6BBC4D033F5C540D5B0D34A4B84 /* Release */ = { + F16A76B772BE5925FA6612319337A226 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 05515C8989CD631B4D677EAF05D1C8A0 /* React-RCTImage.release.xcconfig */; + baseConfigurationReference = 2E2A892270F483593BF828FD99446809 /* React-RCTBlob.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTImage/React-RCTImage-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTBlob/React-RCTBlob-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTImage; - PRODUCT_NAME = "React-RCTImage"; + PRODUCT_MODULE_NAME = RCTBlob; + PRODUCT_NAME = "React-RCTBlob"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -22843,7 +23592,7 @@ }; F73E94D57A40E0C72DAB6510266D647C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20EFF1C39FE8BB44F30DD2AD0F1740EF /* WatermelonDB.debug.xcconfig */; + baseConfigurationReference = 0FE5FBB2B14D4BC374CECD01A71C50C3 /* WatermelonDB.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -22870,26 +23619,34 @@ }; name = Debug; }; - F98A82F264270DF3C666679922A6CA67 /* Release */ = { + F8953168B22454E9419F25D28B9B9CF5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D75AA94A5DA8C56FF992FD4F1B6E3B52 /* fmt.release.xcconfig */; + baseConfigurationReference = D9F52BE4E914A8BB9CDE60E8D6D9067A /* React-RCTText.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/fmt/fmt-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTText/React-RCTText-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = fmt; - PRODUCT_NAME = fmt; + PRODUCT_MODULE_NAME = RCTText; + PRODUCT_NAME = "React-RCTText"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -22900,16 +23657,16 @@ }; name = Release; }; - FE03349037BB88A022905D4789DDF5E4 /* Debug */ = { + F9294C78D5005D3E1D56975ED464D611 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 397E8C15413CC0552A36F2A97CF7B2FD /* React-RCTAnimation.debug.xcconfig */; + baseConfigurationReference = 8FC5170482B4001507331897446093A4 /* React-RCTBlob.debug.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTAnimation/React-RCTAnimation-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTBlob/React-RCTBlob-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", @@ -22918,8 +23675,8 @@ OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTAnimation; - PRODUCT_NAME = "React-RCTAnimation"; + PRODUCT_MODULE_NAME = RCTBlob; + PRODUCT_NAME = "React-RCTBlob"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -22929,32 +23686,63 @@ }; name = Debug; }; - FE29E82C0ED4FAE3437DC7F3B22A74AC /* Debug */ = { + FB755FACBBF1CDC5C214FB4F1770F706 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D29D594488D7FDDE5E2017E6DFA114AD /* React-jserrorhandler.debug.xcconfig */; + baseConfigurationReference = E2B590F31CAE0577156C53171FEFEF07 /* React-FabricImage.release.xcconfig */; buildSettings = { CLANG_ENABLE_MODULES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-jserrorhandler/React-jserrorhandler-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-FabricImage/React-FabricImage-prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", ); IPHONEOS_DEPLOYMENT_TARGET = 13.4; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = jserrorhandler; - PRODUCT_NAME = "React-jserrorhandler"; + PRODUCT_MODULE_NAME = react_renderer_components_image; + PRODUCT_NAME = "React-FabricImage"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + FCCB1D8601F08A44CAE526762FFAE461 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0D01E2CE505FD137C83D5A00A839D8B9 /* React-jsitracing.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_MODULES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "CCACHE_HACK_TOOLCHAIN_DIR=\"$(TOOLCHAIN_DIR)\"", + ); + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; @@ -22970,146 +23758,146 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0B82EEB0F5A6CAFDBA876EFB069491EE /* Build configuration list for PBXAggregateTarget "hermes-engine" */ = { + 075CFEE2CD881582988C1D1118EEC225 /* Build configuration list for PBXNativeTarget "React-FabricImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9E8804E48648D8AF354F2989831173CF /* Debug */, - F0F364EC711588DE7DEFA0B49D26F545 /* Release */, + 2DB8CA194A472322BDFF94E57E7AD3AC /* Debug */, + FB755FACBBF1CDC5C214FB4F1770F706 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 11961DE5C1BEF69F1F87A4961C38A06D /* Build configuration list for PBXNativeTarget "React-RCTImage" */ = { + 0C275FBF85ADB0F9F7275AA03EEFF4D8 /* Build configuration list for PBXNativeTarget "React-graphics" */ = { isa = XCConfigurationList; buildConfigurations = ( - E43282DFCC685B57DC4596CA8EAE7F6B /* Debug */, - F63AA6BBC4D033F5C540D5B0D34A4B84 /* Release */, + DD14E13C597C9B1858F728061E61ED43 /* Debug */, + D87B33CFA204F39000C6AAA541DD2C63 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 14775447AFF64546FC3DD7F4B58D1B6B /* Build configuration list for PBXNativeTarget "DoubleConversion" */ = { + 0F57A9E1BCAF11956772C8D87FE73D2D /* Build configuration list for PBXNativeTarget "React-RuntimeHermes" */ = { isa = XCConfigurationList; buildConfigurations = ( - E2F4A5AD7CD7B99D306B848A94A2FA7C /* Debug */, - F3138C43C964C3E756F0131F6F794EB7 /* Release */, + 3D1D91B804D25B65783055F9D295ED4F /* Debug */, + 2833F66F875A26F844089CF6BFF332EF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1753F5E3EB90734277F0CAA22FE7441E /* Build configuration list for PBXAggregateTarget "React-rncore" */ = { + 1C5DC16C5742A9680E69626CDBC9F65B /* Build configuration list for PBXNativeTarget "React-nativeconfig" */ = { isa = XCConfigurationList; buildConfigurations = ( - 38941C39AC727A828C516517AF877137 /* Debug */, - 4F2D6CD63F44901BAA33520139B5BD19 /* Release */, + ED301872A32449FE75120D1E7736B2D9 /* Debug */, + 749D29305F3B147BEA433A8ED3A52055 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1902613631876AC0B33C60C703A3CBEE /* Build configuration list for PBXNativeTarget "fmt" */ = { + 1C8845324AC124F676276B99D738106A /* Build configuration list for PBXNativeTarget "React-jsinspector" */ = { isa = XCConfigurationList; buildConfigurations = ( - E4D9E8DCF520CE5CDF18C1C9DE9037FA /* Debug */, - F98A82F264270DF3C666679922A6CA67 /* Release */, + 9F5D655EFEE356B6278439617431B389 /* Debug */, + D7FBC2DC890B490543B0810CCFD46A8E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 240E9B9F3CF102B41695342BAD92EC6E /* Build configuration list for PBXAggregateTarget "FBReactNativeSpec" */ = { + 1CAE6B2FF32C286031FF774A500E5F6B /* Build configuration list for PBXNativeTarget "React-runtimescheduler" */ = { isa = XCConfigurationList; buildConfigurations = ( - BE9A3238DBAFD0DB0557F6DF5DAAD5B0 /* Debug */, - 3F7ACC3CC828B6E397F51DFCB4F60CFD /* Release */, + D49C415D918F61ABFCD3ECD90CCA2806 /* Debug */, + 675390F86EB23FA49464FB782CAF0014 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2631DCC17477B2DD174DCFD3AA02A8A4 /* Build configuration list for PBXNativeTarget "React-hermes" */ = { + 2007902842A2D91320A831EDA401D9D3 /* Build configuration list for PBXNativeTarget "React-RCTImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - 18254049D541A67C72ECEA2DBDAD543C /* Debug */, - 3483DE8A2CC90A92045C7C590BB6B472 /* Release */, + 556F215F73AD70669785BB704E7FF3FD /* Debug */, + B9DF6E69CBD6AC7C082B3B20661FC457 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 28E2338E9CE6E766FB34405156837A1B /* Build configuration list for PBXNativeTarget "simdjson" */ = { + 2023F194410EB76C507DE4868A948CDE /* Build configuration list for PBXNativeTarget "React-CoreModules" */ = { isa = XCConfigurationList; buildConfigurations = ( - 81D0D5FCC50D69BF12B2A5A893CE0F1C /* Debug */, - 6F44222E0CC0C2DA003C6D1AD4CE230E /* Release */, + 72988AE6F2442AF167ACC14C8D84C1FF /* Debug */, + CE82C584340CABBA4F77AE60DD4A3390 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2BDFD1759D74D4DEA965C884E4E9FFFA /* Build configuration list for PBXNativeTarget "React-NativeModulesApple" */ = { + 25D58DD7F531AAF078902F24BDB05BA5 /* Build configuration list for PBXNativeTarget "ReactCommon" */ = { isa = XCConfigurationList; buildConfigurations = ( - 23F6795B52BE3DC1C238B780834BC6BF /* Debug */, - 413071934DBD124FF216722467C31358 /* Release */, + 5D836308F838876BEA6E15EA4442264C /* Debug */, + CC51EABEB4CFC450D8890E53D7AB11D7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2F41D2017553749A1447C845EE3E07D3 /* Build configuration list for PBXNativeTarget "React-jserrorhandler" */ = { + 30B947E14EE1C9821D33E6F7B6C9B674 /* Build configuration list for PBXAggregateTarget "React-RCTActionSheet" */ = { isa = XCConfigurationList; buildConfigurations = ( - FE29E82C0ED4FAE3437DC7F3B22A74AC /* Debug */, - 82AF4E0366A4CFED7C7E64D85BFE505F /* Release */, + 596D1E536C46F393552CAF1F8BD63D31 /* Debug */, + 1EB589223DB61A0CC57D72143471CD9C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 31D284B8F8F3FBCD4FC64BB639FB5BC6 /* Build configuration list for PBXNativeTarget "React-RCTBlob" */ = { + 35BDABAF8BA6C6EA1964325CDB079A1D /* Build configuration list for PBXNativeTarget "React-Core-RCTI18nStrings" */ = { isa = XCConfigurationList; buildConfigurations = ( - E0CFDC352111DF71A515FF9D576F8099 /* Debug */, - EC4DAD6902DCB1ACD012F970A54822E7 /* Release */, + 1926B4BB348A3C6E0E0A3D464CCAFBDE /* Debug */, + 592181D556023CD1C894B701362E4DA4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 32990ED3EE9B0112ADA8AA636B7FA8EF /* Build configuration list for PBXNativeTarget "React-jsi" */ = { + 3B20501A4B72AB953CEA417EABF8576B /* Build configuration list for PBXNativeTarget "React-RuntimeApple" */ = { isa = XCConfigurationList; buildConfigurations = ( - 69132B363FBF5BAF61E25092E9EF19F6 /* Debug */, - C4F8147BFD77E62E56B245DBD4948A9E /* Release */, + BA0B546CC26F64AB7A03D77C4C2936A7 /* Debug */, + EA3BBD5E20726235E3306255BEBA7722 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 363F506FD79E20BE7679A08998E0D659 /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */ = { + 3C2B4CD24E58B412E3E2C697725C9878 /* Build configuration list for PBXAggregateTarget "React-jsitracing" */ = { isa = XCConfigurationList; buildConfigurations = ( - FE03349037BB88A022905D4789DDF5E4 /* Debug */, - 7A6AC4F045B027FF1A33A2B8D28338B5 /* Release */, + FCCB1D8601F08A44CAE526762FFAE461 /* Debug */, + 09DE6D1D41918E704C850693789D572E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3A0ED552355B32673F8CBAB46E6C3FA4 /* Build configuration list for PBXNativeTarget "React-RCTFabric" */ = { + 3CDF0161DB20A500B3F98141C7B4D171 /* Build configuration list for PBXNativeTarget "React-cxxreact" */ = { isa = XCConfigurationList; buildConfigurations = ( - 53A4CF2827B3B55C6FA527A49F6D32BA /* Debug */, - A8134EACAD38AAABC692A863BB421B41 /* Release */, + 018A699977B43DF54A5388A977841260 /* Debug */, + D602DA10931FC0F5257BF28A7E9E7A3E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3D3333D70AA6AB246EBDB2A00CE2B829 /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */ = { + 3F9D73DBB45031EEA90F9BEAF35DBEC0 /* Build configuration list for PBXNativeTarget "React-RCTVibration" */ = { isa = XCConfigurationList; buildConfigurations = ( - DA3D579622D2EB6B885A8F49C507BF04 /* Debug */, - 7C9C842EF8888C0A9CA28E5FE1759474 /* Release */, + 87FA83E446D43813C592A551733FBFF5 /* Debug */, + 7B6774F79AB067206CA65BBF3ADDE822 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 468F999DCE630712F7A29BA505C482A0 /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */ = { + 430F0181C23B9D49AE0FB01BF97532C0 /* Build configuration list for PBXAggregateTarget "React-callinvoker" */ = { isa = XCConfigurationList; buildConfigurations = ( - 685EDC4A3693D2A01A41045214BF5195 /* Debug */, - 587CBCFF97C8988565994A16CBAE498E /* Release */, + D7E361BB16736ACF8838B065235BA173 /* Debug */, + 14C1CF143C41528891604A92041BEE5A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -23123,182 +23911,218 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4CB9FB0847161564AF410571884F03D0 /* Build configuration list for PBXNativeTarget "Pods-WatermelonTester-WatermelonTesterTests" */ = { + 4ADC4A4F4CD285503097D676C2835DAD /* Build configuration list for PBXNativeTarget "RCTDeprecation" */ = { isa = XCConfigurationList; buildConfigurations = ( - 238F0B866282FAA9BDA8D0D6846F86A1 /* Debug */, - 9C62141B5B02ACE608F3E6860AA493E9 /* Release */, + ECD48242973C8F5694CF10EF62485A04 /* Debug */, + 82EFCB4F4469DA6AFF305D017CB93AFF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4CCD2F95D0502B972795EE98DED3A355 /* Build configuration list for PBXNativeTarget "React-RCTVibration" */ = { + 4BB3D33652ACC437885A3F69A7BD4E2B /* Build configuration list for PBXNativeTarget "React-RCTFabric" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7D77D649D34D2689C21D5158EDC97BB5 /* Debug */, - 3DB50E472BC0A0AE00EC93606BBDF87D /* Release */, + 1D363B72BC5025D9B8DE46B8F3631147 /* Debug */, + 2A29B58589FA66317C725FBE5DCDA803 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4E6EBCD41216179F72A78999BAC6549D /* Build configuration list for PBXNativeTarget "React-RCTSettings" */ = { + 4FB4FCC7287CF5184D152FD0437A63C6 /* Build configuration list for PBXNativeTarget "React-jsi" */ = { isa = XCConfigurationList; buildConfigurations = ( - E8D6283CCC0B96F123720D743061B7B1 /* Debug */, - 01C489F54B54922164722FA9ABBB3BD4 /* Release */, + B8CBE1EC8859C96FB379248A1B7A3F2D /* Debug */, + 76FAF1D653E3091D8F31A040BCAF3242 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 5025E2DE60F1A7DC039C5282B45443B3 /* Build configuration list for PBXNativeTarget "React-graphics" */ = { + 5BBEBFE986F7B4F914468460EB8F1959 /* Build configuration list for PBXNativeTarget "React-logger" */ = { isa = XCConfigurationList; buildConfigurations = ( - C1C490C5DDE3912C01D06F8E8F1A6E80 /* Debug */, - AB9ED1424D54B1E6B14775D48174DF49 /* Release */, + CA4F6381FF1B7E6A3473AD1A3CC763A8 /* Debug */, + 77779BB20E55F693035240DE888044A8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 54ED0655C8395FD8A5B1942B13CBF431 /* Build configuration list for PBXNativeTarget "React-nativeconfig" */ = { + 611882B4FC76DDB90E3FE11E69E82A1D /* Build configuration list for PBXAggregateTarget "FBLazyVector" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7D12545585F7181BBBFF1F71A614C9E5 /* Debug */, - 32C9D922F912BA6850F291840AF410DC /* Release */, + B366651097A40B84BBA78641F0929939 /* Debug */, + 85D200DC120335672B1B81C7F2422A9A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 611882B4FC76DDB90E3FE11E69E82A1D /* Build configuration list for PBXAggregateTarget "FBLazyVector" */ = { + 62FCE44A9C2279F047899EE9CBDB05E9 /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */ = { isa = XCConfigurationList; buildConfigurations = ( - B366651097A40B84BBA78641F0929939 /* Debug */, - 85D200DC120335672B1B81C7F2422A9A /* Release */, + C63640657EED77D8622FE18B3A447727 /* Debug */, + 857D2EEFD5273048A02DC360E3945215 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 6421C0EF07096454C13037FB6D1B25FB /* Build configuration list for PBXNativeTarget "React-rendererdebug" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D29732B7B0462383B7D8E84D4568F8B6 /* Debug */, + 458EA9D2AFB826AF6F125A23390B3E72 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 64F885119F50A3C56A0D08EA0B025C49 /* Build configuration list for PBXNativeTarget "React-RuntimeCore" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7487028E6EEFFE8D0A9F2AF94BD4AA1A /* Debug */, + BB2873BBFB708E1D15CDBBF71949B6AD /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 65417709D1683A7567ED9D68A22636AA /* Build configuration list for PBXAggregateTarget "hermes-engine" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D406B4608B484215F600C45D03EE82DF /* Debug */, + 6EBB7CB930647993566D4C38C4ED32B2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 662954243572A7CB6DEE48482351D64F /* Build configuration list for PBXNativeTarget "React-RCTLinking" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6A776DA165E894C693E080A92B873914 /* Debug */, + BA6F6F866B15E5642C85804F1C4EDEFC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7A6DA6EE095C3A402920451721287AE5 /* Build configuration list for PBXNativeTarget "React-cxxreact" */ = { + 6707DE3D6F26E17231DE98DB9A3E3AB3 /* Build configuration list for PBXNativeTarget "React-jserrorhandler" */ = { isa = XCConfigurationList; buildConfigurations = ( - F5042FC804F7E5EFCF0EAC6C9AEC4E3A /* Debug */, - B5846CCF50596833F0E2EAFCA6D28450 /* Release */, + 35DED647B18E0C5F5E2B4A45D62DB3D6 /* Debug */, + E99DFB667A53A19734E28CDCDF821BA4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7C76CDC37DF97D65D14788FAB3E50631 /* Build configuration list for PBXAggregateTarget "React-RCTActionSheet" */ = { + 7060A6016509840F2216B4B586CDB808 /* Build configuration list for PBXNativeTarget "glog" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6BA3C651B5A34995E8E962B2AF9B4D47 /* Debug */, - 8C2993C74CD57D9933A9CE3191B3BA5B /* Release */, + 678D48C418EB8199FBF88BD9F57F8447 /* Debug */, + 49D01D1CC6D95E241EEF124BCD449141 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 818D01EADDB8D72C141A22BEE673C62F /* Build configuration list for PBXNativeTarget "React-CoreModules" */ = { + 772C322C9EE72B896EB7A93983C1ABFF /* Build configuration list for PBXNativeTarget "React-RCTText" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4D9DCDE2EF5F75EE1D19DB50D1869A97 /* Debug */, - 601FA4B7E35193C3E9E3CA72A5237492 /* Release */, + 4EAB1F82D42083A7A6795A9385EFD439 /* Debug */, + F8953168B22454E9419F25D28B9B9CF5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8319E309F0C32984A2D51E629ACB41FA /* Build configuration list for PBXAggregateTarget "boost" */ = { + 7AB9946DDD1C3D6A76F4EC20B825E6B1 /* Build configuration list for PBXNativeTarget "React-utils" */ = { isa = XCConfigurationList; buildConfigurations = ( - D363A12CAEB2C4AA0B17BFCBE2AF2576 /* Debug */, - 0F17A7A14DE41427660D79B820255B1E /* Release */, + 572933D427FDEA7D3C0815E9B99D61F0 /* Debug */, + 7EE96DBD4F3FD36343287841E13E3E42 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 848C98D35E5F7618EDFB87ACF8348DA7 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */ = { + 7CDBC45D37D1B150104FBBEAFF6D7DFA /* Build configuration list for PBXNativeTarget "DoubleConversion" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6FF31E965F6C5B84B53D60140E6AFE50 /* Debug */, - 45333438851710A882E76406AA88B007 /* Release */, + 7E1661B1D42FD4320D2DF45DFBBF0569 /* Debug */, + 3410F70629881DF6D9E1146E1EBBF55D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 87A25701DFA4A8FB1B9DDD1CF4FF99F2 /* Build configuration list for PBXNativeTarget "React-ImageManager" */ = { + 81539B5A4569E3F41E63CB9C9B3DDF65 /* Build configuration list for PBXAggregateTarget "React-runtimeexecutor" */ = { isa = XCConfigurationList; buildConfigurations = ( - 036C1856E8455EB4A46D0F06AF340C25 /* Debug */, - 0E1A0C588B10EB0163406DB3F2F0E422 /* Release */, + 2C71D7027C68688E621A0314ABAE9630 /* Debug */, + 7291D0787BB051F79F3D0EAF355E78A0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8C54B06F03C5495679A85C9E0C796028 /* Build configuration list for PBXNativeTarget "React-rendererdebug" */ = { + 8155B5CA84599E484C0CD5B5A50F38AA /* Build configuration list for PBXNativeTarget "fmt" */ = { isa = XCConfigurationList; buildConfigurations = ( - 37E19B23C66C6FC168A03F5CBC036319 /* Debug */, - B49C9DE22D3AFBC7216763200E8F06E8 /* Release */, + 0AEE42B6AF134488CE307D9407337DD5 /* Debug */, + 83A1E30C35D447DDFEE09B9845881E86 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 90F3D5F5C12A7E580FA40FFA223B4581 /* Build configuration list for PBXNativeTarget "libevent" */ = { + 8B2FBF8FCEC45B37713547AEBD5D99B6 /* Build configuration list for PBXNativeTarget "React-Fabric" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4E872E31F628E58FE7C99E1BB1801C05 /* Debug */, - 51FD946E462A8F3F0AC67A63BDB5B0B4 /* Release */, + DF3B88146486C5BADF9F4046B759697F /* Debug */, + 37BCE36EE3C38B37F32177E13BE793E9 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9429BA7DD62C94E8A7ACB0852EF12287 /* Build configuration list for PBXNativeTarget "React-Codegen" */ = { + 9A3369F1A104F96B1995A4DC4B4D5777 /* Build configuration list for PBXAggregateTarget "RCTRequired" */ = { isa = XCConfigurationList; buildConfigurations = ( - 98F0BA831E80A5A527B2F9FD041ABD07 /* Debug */, - DC982AC36B9248CB2D87C9198449B3B2 /* Release */, + 08CDA085B84DEFE53F3E9FC57495A7B1 /* Debug */, + 9FD952B7BE0C46A0DF7E6AB4EC3072E2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 94EB04543CCE41B67F972CB7953C4727 /* Build configuration list for PBXNativeTarget "RCT-Folly" */ = { + 9A8C7076F126DE9D2C93C68E1F84C184 /* Build configuration list for PBXNativeTarget "React-Codegen" */ = { isa = XCConfigurationList; buildConfigurations = ( - 438D4221F14E558A6AE7081F6761A579 /* Debug */, - 01F8CB2731202243EC0926601292C84E /* Release */, + 13D10FC94AEA7BB8B0F77CE5DDA07D9F /* Debug */, + 9793834942B6B511FCAC87E74D4AE4DC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9CA11359C03E1114524EE5CA1CD684A3 /* Build configuration list for PBXAggregateTarget "React-runtimeexecutor" */ = { + 9DE30F4D4057127ECD1C4181A033108A /* Build configuration list for PBXNativeTarget "React-ImageManager" */ = { isa = XCConfigurationList; buildConfigurations = ( - 41A6C4D2A9012A9E4F5571286F952073 /* Debug */, - 00EB20BFD474C91CBC7D6FFA4DEF91E4 /* Release */, + EC1A7DB8DAABFD75F0340838EAD43BB6 /* Debug */, + AE90C8871B9E2C95A56150448D932D54 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A628D520BFC61F4F449C6135E7CA4781 /* Build configuration list for PBXAggregateTarget "RCTRequired" */ = { + 9F2C5C7A82B8C5C2581EDD99BF908E3B /* Build configuration list for PBXNativeTarget "RCT-Folly" */ = { isa = XCConfigurationList; buildConfigurations = ( - 22F9758A989511BA8FBEBC1EB0EE5439 /* Debug */, - 1C2EC1AF9327150F70B524B5943FEAC9 /* Release */, + A7036092C396D0E15E8494AE7E86C458 /* Debug */, + CAAA94DBEF54BED737F7E295DA145198 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - AA8C648B22369546BB85CCD56411DAEA /* Build configuration list for PBXNativeTarget "React-RCTLinking" */ = { + B0BA1E3B69666258803F3BA8BC7753D5 /* Build configuration list for PBXNativeTarget "React-debug" */ = { isa = XCConfigurationList; buildConfigurations = ( - B38D600C8200B2FBE837DD3C751F774A /* Debug */, - B6D2C3CFA4D2009D4F6DDDEE4EA293F8 /* Release */, + A9B99E2F7E73EF951B0D3F31B92B673F /* Debug */, + E678C5B8D52E99B32FFEBC7F1C705BFD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - ABB99599F86CEEE2D0FC6956DB8C88AF /* Build configuration list for PBXNativeTarget "glog" */ = { + B1628683B730946B45D719929318C407 /* Build configuration list for PBXNativeTarget "React-hermes" */ = { isa = XCConfigurationList; buildConfigurations = ( - 54766C6DCD0F539AFCB11E7B8EFED8BF /* Debug */, - 1EAB131F577968C96364A1463B438D3F /* Release */, + 056694F8D0C86B3713F8353E4582F89A /* Debug */, + 10066A18E063481B550E23ADA03005AE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -23312,164 +24136,164 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B3D63209D5E7A3F75FA11D21B755A317 /* Build configuration list for PBXNativeTarget "React-Core-RCTI18nStrings" */ = { + B5BF53901A44961D2F0245A680C5600D /* Build configuration list for PBXNativeTarget "React-Core" */ = { isa = XCConfigurationList; buildConfigurations = ( - 71B954DE1623A93F7AA8E6BC18AC4FAF /* Debug */, - 23CD6E3A0404DF9D8DD01E6A67CDC573 /* Release */, + 0C4A7CE2F9E8B1F3AC5496501BBA1B1A /* Debug */, + 531D19EFC8B7A07D8B5362B29A4F5877 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - BD340422D4897DD3CE088D956F770395 /* Build configuration list for PBXNativeTarget "React-perflogger" */ = { + BC2E6F2E3470A4F5826B9F71F74F6A1E /* Build configuration list for PBXNativeTarget "Yoga" */ = { isa = XCConfigurationList; buildConfigurations = ( - EC99723A8EF2671F6F0D60B75C0D2E70 /* Debug */, - 086D0049F07F86EE3D991149F80A7D1E /* Release */, + 04778D8576ED573ED3D035D5FD0C8790 /* Debug */, + A0BBCE59E95803992E15B022E523A32A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - BDA5F9F512726F08D7BE74C1FEED4466 /* Build configuration list for PBXNativeTarget "Yoga" */ = { + BF3133F2BD1849B71229502EAFA6C771 /* Build configuration list for PBXNativeTarget "React-RCTAppDelegate" */ = { isa = XCConfigurationList; buildConfigurations = ( - A4224A6021F214C62D177C15E6DD0BF9 /* Debug */, - 81D1CF3532E8CC9DFE2165BEB4FCCB4C /* Release */, + 8240BCFA16E2325996C60923974225AB /* Debug */, + B75F6C2CC510DF3A9CF307AC1FE8884F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - BEDB85688FDF070E223935F7DEAA80F9 /* Build configuration list for PBXNativeTarget "React-Core" */ = { + BF798DE132A0163B4BE4BECA4240D2A1 /* Build configuration list for PBXNativeTarget "Pods-WatermelonTester-WatermelonTesterTests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 73AE2782A837CCDCC6ADC458AFBDAF58 /* Debug */, - 94CEF655EA8A25540ADB948C0C96FB0C /* Release */, + B0F96B3D84646746679A0633B4255B12 /* Debug */, + 1F9EF9FDD1FFA34C2022EBF931B0F37F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C1D163872F25ECB62AE8129D3DFDDDD2 /* Build configuration list for PBXNativeTarget "React-Fabric" */ = { + C0CFAFD893AA5A3CF3EF3D5182D8DFCA /* Build configuration list for PBXNativeTarget "simdjson" */ = { isa = XCConfigurationList; buildConfigurations = ( - E5BE00587164EA63C87E85CEE47EE270 /* Debug */, - 36B931F7FA879172BEE6868CC114A8F6 /* Release */, + C5D670E4CCEE2B63BA55AD8411673B6F /* Debug */, + 3D4FC99CDC76C9524BC1F015F45D5E37 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C24EC8310DF661FE07B98B983E6B0CDA /* Build configuration list for PBXAggregateTarget "React-callinvoker" */ = { + CBAB2C5064DBA2DAE34E7B896B68FABD /* Build configuration list for PBXAggregateTarget "boost" */ = { isa = XCConfigurationList; buildConfigurations = ( - CD866D301087973437739D94D66A9316 /* Debug */, - BB16F7FCC136D897FF2098A4F4EC961A /* Release */, + 53BE662BA9F4225F5401BA92D84C61AE /* Debug */, + 2D805517E0E395E6F8828785D5DE0D66 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D6A86079896F7EF87D956234AFC7707B /* Build configuration list for PBXAggregateTarget "React" */ = { + CDFD8CE3A5B07C8AC39C77C03139B84E /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */ = { isa = XCConfigurationList; buildConfigurations = ( - 51CE8C2ADBEFC3589D77A365F30FE6F6 /* Debug */, - 4B3CDC8D3D3FFFA5EBD6A180E54DE221 /* Release */, + EA28FECD5F865E3FE918A41D7A616FBA /* Debug */, + 976E7D6E4A2D2582C2D63BC38DFC725E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DA5DAACB69024BE84C86FC29C7DBC0A3 /* Build configuration list for PBXNativeTarget "React-FabricImage" */ = { + D04C425F4F78AE26547DDB4435695187 /* Build configuration list for PBXNativeTarget "React-RCTSettings" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0544216AAA507A99BD905A724666F973 /* Debug */, - 7993E8B15D88C5795A6509EC29381F58 /* Release */, + C9099507DFF7989CAC568482DD830342 /* Debug */, + 2B3C3F7DAF3E97ADB03B625260E9A2C3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DEB3B904973601A43B76B33DCF2046DF /* Build configuration list for PBXNativeTarget "React-logger" */ = { + D343A1B642437DBEA4FA80B9A4094074 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6A5328D8544F98735EF763E28E9D7E58 /* Debug */, - B615FA1C389090D107AAC3E487514062 /* Release */, + B7355507D474FD8BBD3E60F24A667A65 /* Debug */, + E438AE86F28741B18812A55CDBEE545A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DFEDD7B0E9D64A2DC726AA0597D9705E /* Build configuration list for PBXNativeTarget "React-debug" */ = { + D50F4D7598C6D582311D01575A97FE3C /* Build configuration list for PBXNativeTarget "React-RCTBlob" */ = { isa = XCConfigurationList; buildConfigurations = ( - 639230A640EB93C70F5C05FC45DDEF4A /* Debug */, - D303FD85D43703452993A9B627B909E3 /* Release */, + F9294C78D5005D3E1D56975ED464D611 /* Debug */, + F16A76B772BE5925FA6612319337A226 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E7CE5604CA029FC6B0A8DCCFFAFB5F99 /* Build configuration list for PBXNativeTarget "SocketRocket" */ = { + D6A86079896F7EF87D956234AFC7707B /* Build configuration list for PBXAggregateTarget "React" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6EA103AF3EBBDB9BDC524670E1F49A60 /* Debug */, - E3040FDA4DFA277D92A0DF4AD8B04C0B /* Release */, + 51CE8C2ADBEFC3589D77A365F30FE6F6 /* Debug */, + 4B3CDC8D3D3FFFA5EBD6A180E54DE221 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EB46406D17315E69A0BBBAFD41AEB84F /* Build configuration list for PBXNativeTarget "Pods-WatermelonTester" */ = { + D7B61D8E284A82A5FFDD5722F2E8CB19 /* Build configuration list for PBXNativeTarget "SocketRocket" */ = { isa = XCConfigurationList; buildConfigurations = ( - 620FA015BC9CEBA55D2F12C4BE92C31E /* Debug */, - 4586FFFCBD686BD262CB746D8E958BF3 /* Release */, + 93790FAB2314B5185C12CF46BF260616 /* Debug */, + B91E69DB0F6A8D8C43413CBAF866AF10 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EB508F7118C5B239756D620D4448CE71 /* Build configuration list for PBXNativeTarget "ReactCommon" */ = { + E78E1B9C796F493267390DA3E9932266 /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9B979FC106739FE8E90C3C9B08F011C0 /* Debug */, - AE2C7E51F9A7A3BD9A1654380CDCD8B1 /* Release */, + C7A496836DFD638F181789F01B6E001E /* Debug */, + F10023C18296B5775743BC3999B95E08 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EC8D580397EA5F997F32793D4333F032 /* Build configuration list for PBXNativeTarget "React-RCTText" */ = { + F26D4DF8D52FF944DEF674FAE1118945 /* Build configuration list for PBXNativeTarget "React-NativeModulesApple" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8A827FEA6F72CABC58C900A57C07F7C9 /* Debug */, - ACF177FB722D44D1BCEF04D778260C96 /* Release */, + E06DE0D716501E26D79A956F721097E1 /* Debug */, + 931B4D02069204C8B36EF5077FA0C069 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EC9D69AC3737DF8093F15474D4AF8607 /* Build configuration list for PBXNativeTarget "React-RCTAppDelegate" */ = { + F2768486D471591D3A8A58B2E7F81CD4 /* Build configuration list for PBXNativeTarget "React-featureflags" */ = { isa = XCConfigurationList; buildConfigurations = ( - 384427ADB408659CD609A1D26D77A9DA /* Debug */, - C12A86D24A847F75921A636999280E0A /* Release */, + EAF219E82C6B0565AE53FA2AE9069D12 /* Debug */, + D438FE95D011ACEAE1EEC20BE4BE9525 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EEBCF545BF6875CD16034ED2D8D47BF3 /* Build configuration list for PBXNativeTarget "React-jsinspector" */ = { + F6160CF29B028D7ECAD77007C47BE1C6 /* Build configuration list for PBXNativeTarget "Pods-WatermelonTester" */ = { isa = XCConfigurationList; buildConfigurations = ( - E4E9265B1CBE75CAF83E3D307C1A9FDB /* Debug */, - 068450344C0DE19A7F452127E78E5B83 /* Release */, + 101CBCE1C2C1E8BA5847D6EAD5702399 /* Debug */, + CCB2C9D366498942DBE3BE5060FDE9FB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F69BA5A5FD269323E37D36622AF7AB15 /* Build configuration list for PBXNativeTarget "React-utils" */ = { + F730EC4EA56CE21717CD773050DB72DA /* Build configuration list for PBXAggregateTarget "React-rncore" */ = { isa = XCConfigurationList; buildConfigurations = ( - C95FC7546A5DE0ACC4573FEA4BE90ED4 /* Debug */, - 8DCABAF2A142372D36D5AAD0933B270F /* Release */, + 61821F3B24E655D15183326DC352D9BE /* Debug */, + DF8E3FD99144DA19A4ABA4D1F442A5EE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - FF208F1BD57A30EF9995D9590FF4828F /* Build configuration list for PBXNativeTarget "React-runtimescheduler" */ = { + FB6AD053F80544ABF6568EAFF5394DB4 /* Build configuration list for PBXNativeTarget "React-perflogger" */ = { isa = XCConfigurationList; buildConfigurations = ( - A1262075FC06BFFE56A435081B8CBBF2 /* Debug */, - 7F9164B4969AAE11FCB97B7BEA591C7F /* Release */, + 6DB5D13F19305EB6CA0B293E0BF786CD /* Debug */, + 8760A2D85E97AB06F84ACD71B7BD299F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/IOConsumer/SRIOConsumerPool.m b/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/IOConsumer/SRIOConsumerPool.m index 2c527daed..33a4af9f2 100644 --- a/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/IOConsumer/SRIOConsumerPool.m +++ b/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/IOConsumer/SRIOConsumerPool.m @@ -16,7 +16,7 @@ @implementation SRIOConsumerPool { NSMutableArray *_bufferedConsumers; } -- (instancetype)initWithBufferCapacity:(NSUInteger)poolSize; +- (instancetype)initWithBufferCapacity:(NSUInteger)poolSize { self = [super init]; if (self) { @@ -54,7 +54,7 @@ - (SRIOConsumer *)consumerWithScanner:(stream_scanner)scanner return consumer; } -- (void)returnConsumer:(SRIOConsumer *)consumer; +- (void)returnConsumer:(SRIOConsumer *)consumer { if (_bufferedConsumers.count < _poolSize) { [_bufferedConsumers addObject:consumer]; diff --git a/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Proxy/SRProxyConnect.m b/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Proxy/SRProxyConnect.m index a48068915..cce58445c 100644 --- a/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Proxy/SRProxyConnect.m +++ b/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Proxy/SRProxyConnect.m @@ -335,7 +335,7 @@ - (void)_initializeStreams self.outputStream.delegate = self; } -- (void)stream:(NSStream *)aStream handleEvent:(NSStreamEvent)eventCode; +- (void)stream:(NSStream *)aStream handleEvent:(NSStreamEvent)eventCode { SRDebugLog(@"stream handleEvent %u", eventCode); switch (eventCode) { diff --git a/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/RunLoop/SRRunLoopThread.m b/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/RunLoop/SRRunLoopThread.m index baf031f46..c692ae6f7 100644 --- a/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/RunLoop/SRRunLoopThread.m +++ b/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/RunLoop/SRRunLoopThread.m @@ -29,6 +29,7 @@ + (instancetype)sharedThread dispatch_once(&onceToken, ^{ thread = [[SRRunLoopThread alloc] init]; thread.name = @"com.facebook.SocketRocket.NetworkThread"; + thread.qualityOfService = NSQualityOfServiceUserInitiated; [thread start]; }); return thread; @@ -74,7 +75,7 @@ - (void)main } } -- (NSRunLoop *)runLoop; +- (NSRunLoop *)runLoop { dispatch_group_wait(_waitGroup, DISPATCH_TIME_FOREVER); return _runLoop; diff --git a/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Security/SRPinningSecurityPolicy.h b/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Security/SRPinningSecurityPolicy.h index 9b387317c..0d498b211 100644 --- a/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Security/SRPinningSecurityPolicy.h +++ b/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Security/SRPinningSecurityPolicy.h @@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN -/** +/** * NOTE: While publicly, SocketRocket does not support configuring the security policy with pinned certificates, * it is still possible to manually construct a security policy of this class. If you do this, note that you may * be open to MitM attacks, and we will not support any issues you may have. Dive at your own risk. diff --git a/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Security/SRPinningSecurityPolicy.m b/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Security/SRPinningSecurityPolicy.m index 0074ed8b6..c12dffa00 100644 --- a/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Security/SRPinningSecurityPolicy.m +++ b/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Security/SRPinningSecurityPolicy.m @@ -27,10 +27,8 @@ - (instancetype)initWithCertificates:(NSArray *)pinnedCertificates { #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated" - // Do not validate certificate chain since we're pinning to specific certificates. self = [super initWithCertificateChainValidationEnabled:NO]; - #pragma clang diagnostic pop if (!self) { return self; } diff --git a/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Utilities/SRHTTPConnectMessage.h b/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Utilities/SRHTTPConnectMessage.h index 1b5d49319..b67f3d533 100644 --- a/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Utilities/SRHTTPConnectMessage.h +++ b/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Utilities/SRHTTPConnectMessage.h @@ -8,6 +8,7 @@ // #import +#import NS_ASSUME_NONNULL_BEGIN diff --git a/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Utilities/SRHTTPConnectMessage.m b/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Utilities/SRHTTPConnectMessage.m index a111a6d62..bde1746d4 100644 --- a/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Utilities/SRHTTPConnectMessage.m +++ b/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Utilities/SRHTTPConnectMessage.m @@ -30,17 +30,11 @@ CFHTTPMessageRef SRHTTPConnectMessageCreate(NSURLRequest *request, { NSURL *url = request.URL; - CFHTTPMessageRef message = CFHTTPMessageCreateRequest(NULL, CFSTR("GET"), (__bridge CFURLRef)url, kCFHTTPVersion1_1); + CFHTTPMessageRef message = CFHTTPMessageCreateRequest(NULL, (__bridge CFStringRef)request.HTTPMethod, (__bridge CFURLRef)url, kCFHTTPVersion1_1); // Set host first so it defaults CFHTTPMessageSetHeaderFieldValue(message, CFSTR("Host"), (__bridge CFStringRef)_SRHTTPConnectMessageHost(url)); - NSMutableData *keyBytes = [[NSMutableData alloc] initWithLength:16]; - int result = SecRandomCopyBytes(kSecRandomDefault, keyBytes.length, keyBytes.mutableBytes); - if (result != 0) { - //TODO: (nlutsenko) Check if there was an error. - } - // Apply cookies if any have been provided if (cookies) { NSDictionary *messageCookies = [NSHTTPCookie requestHeaderFieldsWithCookies:cookies]; diff --git a/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Utilities/SRRandom.m b/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Utilities/SRRandom.m index 2d2eb20f2..92f836b44 100644 --- a/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Utilities/SRRandom.m +++ b/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Utilities/SRRandom.m @@ -15,9 +15,13 @@ NSData *SRRandomData(NSUInteger length) { - NSMutableData *data = [NSMutableData dataWithLength:length]; + NSMutableData *_Nullable data = [NSMutableData dataWithLength:length]; + if (data == nil) { + [NSException raise:NSInternalInconsistencyException format:@"Failed to allocate random data"]; + } + int result = SecRandomCopyBytes(kSecRandomDefault, data.length, data.mutableBytes); - if (result != 0) { + if (result != errSecSuccess) { [NSException raise:NSInternalInconsistencyException format:@"Failed to generate random bytes with OSStatus: %d", result]; } return data; diff --git a/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Utilities/SRURLUtilities.m b/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Utilities/SRURLUtilities.m index 37ec2e08f..95bdfb6df 100644 --- a/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Utilities/SRURLUtilities.m +++ b/native/iosTest/Pods/SocketRocket/SocketRocket/Internal/Utilities/SRURLUtilities.m @@ -72,11 +72,13 @@ extern BOOL SRURLRequiresSSL(NSURL *url) case NSURLNetworkServiceTypeVoice: networkServiceType = NSStreamNetworkServiceTypeVoice; break; +#if (__MAC_OS_X_VERSION_MAX_ALLOWED >= 101200 || __IPHONE_OS_VERSION_MAX_ALLOWED >= 100000 || __TV_OS_VERSION_MAX_ALLOWED >= 100000 || __WATCH_OS_VERSION_MAX_ALLOWED >= 30000) case NSURLNetworkServiceTypeCallSignaling: { if (@available(iOS 10.0, tvOS 10.0, macOS 10.12, *)) { networkServiceType = NSStreamNetworkServiceTypeCallSignaling; } } break; +#endif } return networkServiceType; } diff --git a/native/iosTest/Pods/SocketRocket/SocketRocket/NSRunLoop+SRWebSocket.m b/native/iosTest/Pods/SocketRocket/SocketRocket/NSRunLoop+SRWebSocket.m index 116a4cb99..30eb608b2 100644 --- a/native/iosTest/Pods/SocketRocket/SocketRocket/NSRunLoop+SRWebSocket.m +++ b/native/iosTest/Pods/SocketRocket/SocketRocket/NSRunLoop+SRWebSocket.m @@ -15,7 +15,7 @@ #import "SRRunLoopThread.h" // Required for object file to always be linked. -void import_NSRunLoop_SRWebSocket() { } +void import_NSRunLoop_SRWebSocket(void) { } @implementation NSRunLoop (SRWebSocket) diff --git a/native/iosTest/Pods/SocketRocket/SocketRocket/NSURLRequest+SRWebSocket.m b/native/iosTest/Pods/SocketRocket/SocketRocket/NSURLRequest+SRWebSocket.m index a26fc3c15..8efb090f4 100644 --- a/native/iosTest/Pods/SocketRocket/SocketRocket/NSURLRequest+SRWebSocket.m +++ b/native/iosTest/Pods/SocketRocket/SocketRocket/NSURLRequest+SRWebSocket.m @@ -13,7 +13,7 @@ #import "NSURLRequest+SRWebSocketPrivate.h" // Required for object file to always be linked. -void import_NSURLRequest_SRWebSocket() { } +void import_NSURLRequest_SRWebSocket(void) { } NS_ASSUME_NONNULL_BEGIN diff --git a/native/iosTest/Pods/SocketRocket/SocketRocket/SRWebSocket.m b/native/iosTest/Pods/SocketRocket/SocketRocket/SRWebSocket.m index 16f23ed5a..0bfef6f46 100644 --- a/native/iosTest/Pods/SocketRocket/SocketRocket/SRWebSocket.m +++ b/native/iosTest/Pods/SocketRocket/SocketRocket/SRWebSocket.m @@ -11,7 +11,7 @@ #import "SRWebSocket.h" -#if TARGET_OS_IPHONE +#if __has_include() #define HAS_ICU #endif @@ -44,7 +44,7 @@ #error SocketRocket must be compiled with ARC enabled #endif -__attribute__((used)) static void importCategories() +__attribute__((used)) static void importCategories(void) { import_NSURLRequest_SRWebSocket(); import_NSRunLoop_SRWebSocket(); @@ -186,14 +186,16 @@ - (instancetype)initWithURLRequest:(NSURLRequest *)request protocols:(NSArray *)protocols allowsUntrustedSSLCertificates:(BOOL)allowsUntrustedSSLCertificates { SRSecurityPolicy *securityPolicy; - BOOL certificateChainValidationEnabled = !allowsUntrustedSSLCertificates; - + NSArray *pinnedCertificates = request.SR_SSLPinnedCertificates; + if (pinnedCertificates) { #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated" - - securityPolicy = [[SRSecurityPolicy alloc] initWithCertificateChainValidationEnabled:certificateChainValidationEnabled]; - + securityPolicy = [SRSecurityPolicy pinnningPolicyWithCertificates:pinnedCertificates]; #pragma clang diagnostic pop + } else { + BOOL certificateChainValidationEnabled = !allowsUntrustedSSLCertificates; + securityPolicy = [[SRSecurityPolicy alloc] initWithCertificateChainValidationEnabled:certificateChainValidationEnabled]; + } return [self initWithURLRequest:request protocols:protocols securityPolicy:securityPolicy]; } @@ -207,9 +209,7 @@ - (instancetype)initWithURLRequest:(NSURLRequest *)request protocols:(NSArray *)protocols; +- (instancetype)initWithURL:(NSURL *)url protocols:(NSArray *)protocols { #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated" - return [self initWithURL:url protocols:protocols allowsUntrustedSSLCertificates:NO]; - #pragma clang diagnostic pop } @@ -245,7 +243,7 @@ - (instancetype)initWithURL:(NSURL *)url protocols:(NSArray *)protoc return [self initWithURLRequest:request protocols:protocols allowsUntrustedSSLCertificates:allowsUntrustedSSLCertificates]; } -- (void)assertOnWorkQueue; +- (void)assertOnWorkQueue { assert(dispatch_get_specific((__bridge void *)self) == (__bridge void *)_workQueue); } @@ -319,10 +317,15 @@ - (void)open if (_urlRequest.timeoutInterval > 0) { dispatch_time_t popTime = dispatch_time(DISPATCH_TIME_NOW, (int64_t)(_urlRequest.timeoutInterval * NSEC_PER_SEC)); + __weak typeof(self) wself = self; dispatch_after(popTime, dispatch_get_main_queue(), ^{ - if (self.readyState == SR_CONNECTING) { + __strong SRWebSocket *sself = wself; + if (!sself) { + return; + } + if (sself.readyState == SR_CONNECTING) { NSError *error = SRErrorWithDomainCodeDescription(NSURLErrorDomain, NSURLErrorTimedOut, @"Timed out connecting to server."); - [self _failWithError:error]; + [sself _failWithError:error]; } }); } @@ -366,7 +369,7 @@ - (void)_connectionDoneWithError:(NSError *)error readStream:(NSInputStream *)re }); } -- (BOOL)_checkHandshake:(CFHTTPMessageRef)httpMessage; +- (BOOL)_checkHandshake:(CFHTTPMessageRef)httpMessage { NSString *acceptHeader = CFBridgingRelease(CFHTTPMessageCopyHeaderFieldValue(httpMessage, CFSTR("Sec-WebSocket-Accept"))); @@ -380,7 +383,7 @@ - (BOOL)_checkHandshake:(CFHTTPMessageRef)httpMessage; return [acceptHeader isEqualToString:expectedAccept]; } -- (void)_HTTPHeadersDidFinish; +- (void)_HTTPHeadersDidFinish { NSInteger responseCode = CFHTTPMessageGetResponseStatusCode(_receivedHTTPHeaders); if (responseCode >= 400) { @@ -424,26 +427,30 @@ - (void)_HTTPHeadersDidFinish; } -- (void)_readHTTPHeader; +- (void)_readHTTPHeader { if (_receivedHTTPHeaders == NULL) { _receivedHTTPHeaders = CFHTTPMessageCreateEmpty(NULL, NO); } [self _readUntilHeaderCompleteWithCallback:^(SRWebSocket *socket, NSData *data) { - CFHTTPMessageRef receivedHeaders = self->_receivedHTTPHeaders; - CFHTTPMessageAppendBytes(receivedHeaders, (const UInt8 *)data.bytes, data.length); + if (!socket) { + return; + } + CFHTTPMessageRef receivedHTTPHeaders = socket->_receivedHTTPHeaders; + + CFHTTPMessageAppendBytes(receivedHTTPHeaders, (const UInt8 *)data.bytes, data.length); - if (CFHTTPMessageIsHeaderComplete(receivedHeaders)) { - SRDebugLog(@"Finished reading headers %@", CFBridgingRelease(CFHTTPMessageCopyAllHeaderFields(receivedHeaders))); - [self _HTTPHeadersDidFinish]; + if (CFHTTPMessageIsHeaderComplete(receivedHTTPHeaders)) { + SRDebugLog(@"Finished reading headers %@", CFBridgingRelease(CFHTTPMessageCopyAllHeaderFields(receivedHTTPHeaders))); + [socket _HTTPHeadersDidFinish]; } else { - [self _readHTTPHeader]; + [socket _readHTTPHeader]; } }]; } -- (void)didConnect; +- (void)didConnect { SRDebugLog(@"Connected"); @@ -479,7 +486,7 @@ - (void)_updateSecureStreamOptions } } -- (void)scheduleInRunLoop:(NSRunLoop *)aRunLoop forMode:(NSString *)mode; +- (void)scheduleInRunLoop:(NSRunLoop *)aRunLoop forMode:(NSString *)mode { [_outputStream scheduleInRunLoop:aRunLoop forMode:mode]; [_inputStream scheduleInRunLoop:aRunLoop forMode:mode]; @@ -487,7 +494,7 @@ - (void)scheduleInRunLoop:(NSRunLoop *)aRunLoop forMode:(NSString *)mode; [_scheduledRunloops addObject:@[aRunLoop, mode]]; } -- (void)unscheduleFromRunLoop:(NSRunLoop *)aRunLoop forMode:(NSString *)mode; +- (void)unscheduleFromRunLoop:(NSRunLoop *)aRunLoop forMode:(NSString *)mode { [_outputStream removeFromRunLoop:aRunLoop forMode:mode]; [_inputStream removeFromRunLoop:aRunLoop forMode:mode]; @@ -495,27 +502,32 @@ - (void)unscheduleFromRunLoop:(NSRunLoop *)aRunLoop forMode:(NSString *)mode; [_scheduledRunloops removeObject:@[aRunLoop, mode]]; } -- (void)close; +- (void)close { [self closeWithCode:SRStatusCodeNormal reason:nil]; } -- (void)closeWithCode:(NSInteger)code reason:(NSString *)reason; +- (void)closeWithCode:(NSInteger)code reason:(NSString *)reason { assert(code); + __weak typeof(self) wself = self; dispatch_async(_workQueue, ^{ - if (self.readyState == SR_CLOSING || self.readyState == SR_CLOSED) { + __strong SRWebSocket *sself = wself; + if (!sself) { + return; + } + if (sself.readyState == SR_CLOSING || sself.readyState == SR_CLOSED) { return; } - BOOL wasConnecting = self.readyState == SR_CONNECTING; + BOOL wasConnecting = sself.readyState == SR_CONNECTING; - self.readyState = SR_CLOSING; + sself.readyState = SR_CLOSING; SRDebugLog(@"Closing with code %d reason %@", code, reason); if (wasConnecting) { - [self closeConnection]; + [sself closeConnection]; return; } @@ -542,11 +554,11 @@ - (void)closeWithCode:(NSInteger)code reason:(NSString *)reason; } - [self _sendFrameWithOpcode:SROpCodeConnectionClose data:payload]; + [sself _sendFrameWithOpcode:SROpCodeConnectionClose data:payload]; }); } -- (void)_closeWithProtocolError:(NSString *)message; +- (void)_closeWithProtocolError:(NSString *)message { // Need to shunt this on the _callbackQueue first to see if they received any messages [self.delegateController performDelegateQueueBlock:^{ @@ -557,7 +569,7 @@ - (void)_closeWithProtocolError:(NSString *)message; }]; } -- (void)_failWithError:(NSError *)error; +- (void)_failWithError:(NSError *)error { dispatch_async(_workQueue, ^{ if (self.readyState != SR_CLOSED) { @@ -578,7 +590,7 @@ - (void)_failWithError:(NSError *)error; }); } -- (void)_writeData:(NSData *)data; +- (void)_writeData:(NSData *)data { [self assertOnWorkQueue]; @@ -590,6 +602,7 @@ - (void)_writeData:(NSData *)data; dispatch_data_t newData = dispatch_data_create(data.bytes, data.length, nil, ^{ strongData = nil; }); + (void)strongData; _outputBuffer = dispatch_data_create_concat(_outputBuffer, newData); [self _pumpWriting]; } @@ -683,7 +696,7 @@ - (void)_handlePingWithData:(nullable NSData *)data }]; } -- (void)handlePong:(NSData *)pongData; +- (void)handlePong:(NSData *)pongData { SRDebugLog(@"Received pong"); [self.delegateController performDelegateBlock:^(id _Nullable delegate, SRDelegateAvailableMethods availableMethods) { @@ -728,7 +741,7 @@ static inline BOOL closeCodeIsValid(int closeCode) { // encoded data with value /reason/, the interpretation of which is not // defined by this specification. -- (void)handleCloseWithData:(NSData *)data; +- (void)handleCloseWithData:(NSData *)data { size_t dataSize = data.length; __block uint16_t closeCode = 0; @@ -767,7 +780,7 @@ - (void)handleCloseWithData:(NSData *)data; }); } -- (void)closeConnection; +- (void)closeConnection { [self assertOnWorkQueue]; SRDebugLog(@"Trying to disconnect"); @@ -851,7 +864,7 @@ - (void)_handleFrameWithData:(NSData *)frameData opCode:(SROpCode)opcode } } -- (void)_handleFrameHeader:(frame_header)frame_header curData:(NSData *)curData; +- (void)_handleFrameHeader:(frame_header)frame_header curData:(NSData *)curData { assert(frame_header.opcode != 0); @@ -934,7 +947,7 @@ - (void)_handleFrameHeader:(frame_header)frame_header curData:(NSData *)curData; static const uint8_t SRPayloadLenMask = 0x7F; -- (void)_readFrameContinue; +- (void)_readFrameContinue { assert((_currentFrameCount == 0 && _currentFrameOpcode == 0) || (_currentFrameCount > 0 && _currentFrameOpcode > 0)); @@ -1026,7 +1039,7 @@ - (void)_readFrameContinue; } readToCurrentFrame:NO unmaskBytes:NO]; } -- (void)_readFrameNew; +- (void)_readFrameNew { dispatch_async(_workQueue, ^{ // Don't reset the length, since Apple doesn't guarantee that this will free the memory (and in tests on @@ -1042,7 +1055,7 @@ - (void)_readFrameNew; }); } -- (void)_pumpWriting; +- (void)_pumpWriting { [self assertOnWorkQueue]; @@ -1107,13 +1120,13 @@ - (void)_pumpWriting; } } -- (void)_addConsumerWithScanner:(stream_scanner)consumer callback:(data_callback)callback; +- (void)_addConsumerWithScanner:(stream_scanner)consumer callback:(data_callback)callback { [self assertOnWorkQueue]; [self _addConsumerWithScanner:consumer callback:callback dataLength:0]; } -- (void)_addConsumerWithDataLength:(size_t)dataLength callback:(data_callback)callback readToCurrentFrame:(BOOL)readToCurrentFrame unmaskBytes:(BOOL)unmaskBytes; +- (void)_addConsumerWithDataLength:(size_t)dataLength callback:(data_callback)callback readToCurrentFrame:(BOOL)readToCurrentFrame unmaskBytes:(BOOL)unmaskBytes { [self assertOnWorkQueue]; assert(dataLength); @@ -1122,7 +1135,7 @@ - (void)_addConsumerWithDataLength:(size_t)dataLength callback:(data_callback)ca [self _pumpScanner]; } -- (void)_addConsumerWithScanner:(stream_scanner)consumer callback:(data_callback)callback dataLength:(size_t)dataLength; +- (void)_addConsumerWithScanner:(stream_scanner)consumer callback:(data_callback)callback dataLength:(size_t)dataLength { [self assertOnWorkQueue]; [_consumers addObject:[_consumerPool consumerWithScanner:consumer handler:callback bytesNeeded:dataLength readToCurrentFrame:NO unmaskBytes:NO]]; @@ -1167,12 +1180,12 @@ - (void)_cleanupSelfReference:(NSTimer *)timer static const char CRLFCRLFBytes[] = {'\r', '\n', '\r', '\n'}; -- (void)_readUntilHeaderCompleteWithCallback:(data_callback)dataHandler; +- (void)_readUntilHeaderCompleteWithCallback:(data_callback)dataHandler { [self _readUntilBytes:CRLFCRLFBytes length:sizeof(CRLFCRLFBytes) callback:dataHandler]; } -- (void)_readUntilBytes:(const void *)bytes length:(size_t)length callback:(data_callback)dataHandler; +- (void)_readUntilBytes:(const void *)bytes length:(size_t)length callback:(data_callback)dataHandler { // TODO optimize so this can continue from where we last searched stream_scanner consumer = ^size_t(NSData *data) { @@ -1311,7 +1324,7 @@ - (BOOL)_innerPumpScanner { return didWork; } --(void)_pumpScanner; +-(void)_pumpScanner { [self assertOnWorkQueue]; @@ -1381,12 +1394,10 @@ - (void)_sendFrameWithOpcode:(SROpCode)opCode data:(NSData *)data const uint8_t *unmaskedPayloadBuffer = (uint8_t *)data.bytes; uint8_t *maskKey = frameBuffer + frameBufferSize; - + size_t randomBytesSize = sizeof(uint32_t); - int result = SecRandomCopyBytes(kSecRandomDefault, randomBytesSize, maskKey); - if (result != 0) { - //TODO: (nlutsenko) Check if there was an error. - } + NSData *randomData = SRRandomData(randomBytesSize); + [randomData getBytes:maskKey range:NSMakeRange(0, randomBytesSize)]; frameBufferSize += randomBytesSize; // Copy and unmask the buffer diff --git a/native/iosTest/Pods/Target Support Files/DoubleConversion/DoubleConversion-umbrella.h b/native/iosTest/Pods/Target Support Files/DoubleConversion/DoubleConversion-umbrella.h new file mode 100644 index 000000000..d1ea490f4 --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/DoubleConversion/DoubleConversion-umbrella.h @@ -0,0 +1,26 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + +#import "double-conversion/bignum-dtoa.h" +#import "double-conversion/bignum.h" +#import "double-conversion/cached-powers.h" +#import "double-conversion/diy-fp.h" +#import "double-conversion/double-conversion.h" +#import "double-conversion/fast-dtoa.h" +#import "double-conversion/fixed-dtoa.h" +#import "double-conversion/ieee.h" +#import "double-conversion/strtod.h" +#import "double-conversion/utils.h" + +FOUNDATION_EXPORT double DoubleConversionVersionNumber; +FOUNDATION_EXPORT const unsigned char DoubleConversionVersionString[]; + diff --git a/native/iosTest/Pods/Target Support Files/DoubleConversion/DoubleConversion.debug.xcconfig b/native/iosTest/Pods/Target Support Files/DoubleConversion/DoubleConversion.debug.xcconfig index 835082023..b56e11fb9 100644 --- a/native/iosTest/Pods/Target Support Files/DoubleConversion/DoubleConversion.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/DoubleConversion/DoubleConversion.debug.xcconfig @@ -1,5 +1,6 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion +DEFINES_MODULE = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/DoubleConversion" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/native/iosTest/Pods/Target Support Files/DoubleConversion/DoubleConversion.modulemap b/native/iosTest/Pods/Target Support Files/DoubleConversion/DoubleConversion.modulemap new file mode 100644 index 000000000..1533ba735 --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/DoubleConversion/DoubleConversion.modulemap @@ -0,0 +1,6 @@ +module DoubleConversion { + umbrella header "DoubleConversion-umbrella.h" + + export * + module * { export * } +} diff --git a/native/iosTest/Pods/Target Support Files/DoubleConversion/DoubleConversion.release.xcconfig b/native/iosTest/Pods/Target Support Files/DoubleConversion/DoubleConversion.release.xcconfig index 835082023..b56e11fb9 100644 --- a/native/iosTest/Pods/Target Support Files/DoubleConversion/DoubleConversion.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/DoubleConversion/DoubleConversion.release.xcconfig @@ -1,5 +1,6 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion +DEFINES_MODULE = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/DoubleConversion" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/native/iosTest/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.debug.xcconfig b/native/iosTest/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.debug.xcconfig deleted file mode 100644 index 226fb16f6..000000000 --- a/native/iosTest/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.debug.xcconfig +++ /dev/null @@ -1,17 +0,0 @@ -CLANG_CXX_LANGUAGE_STANDARD = c++20 -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/RCT-Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../node_modules/react-native/React/FBReactNativeSpec -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_HEADERMAP = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/native/iosTest/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.release.xcconfig b/native/iosTest/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.release.xcconfig deleted file mode 100644 index 226fb16f6..000000000 --- a/native/iosTest/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.release.xcconfig +++ /dev/null @@ -1,17 +0,0 @@ -CLANG_CXX_LANGUAGE_STANDARD = c++20 -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/RCT-Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../node_modules/react-native/React/FBReactNativeSpec -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_HEADERMAP = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester-WatermelonTesterTests/Pods-WatermelonTester-WatermelonTesterTests-acknowledgements.markdown b/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester-WatermelonTesterTests/Pods-WatermelonTester-WatermelonTesterTests-acknowledgements.markdown index d8807515e..6a48c4ab4 100644 --- a/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester-WatermelonTesterTests/Pods-WatermelonTester-WatermelonTesterTests-acknowledgements.markdown +++ b/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester-WatermelonTesterTests/Pods-WatermelonTester-WatermelonTesterTests-acknowledgements.markdown @@ -495,109 +495,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -## libevent - -Libevent is available for use under the following license, commonly known -as the 3-clause (or "modified") BSD license: - -============================== -Copyright (c) 2000-2007 Niels Provos -Copyright (c) 2007-2012 Niels Provos and Nick Mathewson - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -============================== - -Portions of Libevent are based on works by others, also made available by -them under the three-clause BSD license above. The copyright notices are -available in the corresponding source files; the license is as above. Here's -a list: - -log.c: - Copyright (c) 2000 Dug Song - Copyright (c) 1993 The Regents of the University of California. - -strlcpy.c: - Copyright (c) 1998 Todd C. Miller - -win32select.c: - Copyright (c) 2003 Michael A. Davis - -evport.c: - Copyright (c) 2007 Sun Microsystems - -ht-internal.h: - Copyright (c) 2002 Christopher Clark - -minheap-internal.h: - Copyright (c) 2006 Maxim Yegorushkin - -============================== - -The arc4module is available under the following, sometimes called the -"OpenBSD" license: - - Copyright (c) 1996, David Mazieres - Copyright (c) 2008, Damien Miller - - Permission to use, copy, modify, and distribute this software for any - purpose with or without fee is hereby granted, provided that the above - copyright notice and this permission notice appear in all copies. - - THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -============================== - -The Windows timer code is based on code from libutp, which is -distributed under this license, sometimes called the "MIT" license. - - -Copyright (c) 2010 BitTorrent, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - ## simdjson Apache License diff --git a/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester-WatermelonTesterTests/Pods-WatermelonTester-WatermelonTesterTests-acknowledgements.plist b/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester-WatermelonTesterTests/Pods-WatermelonTester-WatermelonTesterTests-acknowledgements.plist index e624f77dd..95e67689a 100644 --- a/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester-WatermelonTesterTests/Pods-WatermelonTester-WatermelonTesterTests-acknowledgements.plist +++ b/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester-WatermelonTesterTests/Pods-WatermelonTester-WatermelonTesterTests-acknowledgements.plist @@ -566,115 +566,6 @@ SOFTWARE. Type PSGroupSpecifier - - FooterText - Libevent is available for use under the following license, commonly known -as the 3-clause (or "modified") BSD license: - -============================== -Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> -Copyright (c) 2007-2012 Niels Provos and Nick Mathewson - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -============================== - -Portions of Libevent are based on works by others, also made available by -them under the three-clause BSD license above. The copyright notices are -available in the corresponding source files; the license is as above. Here's -a list: - -log.c: - Copyright (c) 2000 Dug Song <dugsong@monkey.org> - Copyright (c) 1993 The Regents of the University of California. - -strlcpy.c: - Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> - -win32select.c: - Copyright (c) 2003 Michael A. Davis <mike@datanerds.net> - -evport.c: - Copyright (c) 2007 Sun Microsystems - -ht-internal.h: - Copyright (c) 2002 Christopher Clark - -minheap-internal.h: - Copyright (c) 2006 Maxim Yegorushkin <maxim.yegorushkin@gmail.com> - -============================== - -The arc4module is available under the following, sometimes called the -"OpenBSD" license: - - Copyright (c) 1996, David Mazieres <dm@uun.org> - Copyright (c) 2008, Damien Miller <djm@openbsd.org> - - Permission to use, copy, modify, and distribute this software for any - purpose with or without fee is hereby granted, provided that the above - copyright notice and this permission notice appear in all copies. - - THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -============================== - -The Windows timer code is based on code from libutp, which is -distributed under this license, sometimes called the "MIT" license. - - -Copyright (c) 2010 BitTorrent, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - BSD 3-Clause - Title - libevent - Type - PSGroupSpecifier - FooterText Apache License diff --git a/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester-WatermelonTesterTests/Pods-WatermelonTester-WatermelonTesterTests.debug.xcconfig b/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester-WatermelonTesterTests/Pods-WatermelonTester-WatermelonTesterTests.debug.xcconfig index ea44d0e63..17faa8a6f 100644 --- a/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester-WatermelonTesterTests/Pods-WatermelonTester-WatermelonTesterTests.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester-WatermelonTesterTests/Pods-WatermelonTester-WatermelonTesterTests.debug.xcconfig @@ -1,12 +1,13 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTAppDelegate" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTFabric" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/WatermelonDB" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "${PODS_ROOT}/Headers/Public/simdjson" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/Headers/Private/React-Core" "$(PODS_TARGET_SRCROOT)/include/" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTAppDelegate" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTFabric" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RuntimeApple" "${PODS_ROOT}/Headers/Public/React-RuntimeCore" "${PODS_ROOT}/Headers/Public/React-RuntimeHermes" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/WatermelonDB" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/simdjson" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/RCT-Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric" "${PODS_CONFIGURATION_BUILD_DIR}/React-FabricImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-ImageManager" "${PODS_CONFIGURATION_BUILD_DIR}/React-Mapbuffer" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAppDelegate" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTFabric" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics" "${PODS_CONFIGURATION_BUILD_DIR}/React-hermes" "${PODS_CONFIGURATION_BUILD_DIR}/React-jserrorhandler" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/React-logger" "${PODS_CONFIGURATION_BUILD_DIR}/React-nativeconfig" "${PODS_CONFIGURATION_BUILD_DIR}/React-perflogger" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler" "${PODS_CONFIGURATION_BUILD_DIR}/React-utils" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/SocketRocket" "${PODS_CONFIGURATION_BUILD_DIR}/WatermelonDB" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/fmt" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libevent" "${PODS_CONFIGURATION_BUILD_DIR}/simdjson" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -isystem "${PODS_ROOT}/Headers/Public" -OTHER_LDFLAGS = $(inherited) -ObjC -l"DoubleConversion" -l"RCT-Folly" -l"RCTTypeSafety" -l"React-Codegen" -l"React-Core" -l"React-CoreModules" -l"React-Fabric" -l"React-FabricImage" -l"React-ImageManager" -l"React-Mapbuffer" -l"React-NativeModulesApple" -l"React-RCTAnimation" -l"React-RCTAppDelegate" -l"React-RCTBlob" -l"React-RCTFabric" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-debug" -l"React-graphics" -l"React-hermes" -l"React-jserrorhandler" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"React-logger" -l"React-nativeconfig" -l"React-perflogger" -l"React-rendererdebug" -l"React-runtimescheduler" -l"React-utils" -l"ReactCommon" -l"SocketRocket" -l"WatermelonDB" -l"Yoga" -l"c++" -l"c++abi" -l"fmt" -l"glog" -l"icucore" -l"libevent" -l"simdjson" -l"sqlite3" -framework "Accelerate" -framework "AudioToolbox" -framework "CFNetwork" -framework "JavaScriptCore" -framework "MobileCoreServices" -framework "Security" -framework "UIKit" -framework "hermes" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/RCT-Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RCTDeprecation" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric" "${PODS_CONFIGURATION_BUILD_DIR}/React-FabricImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-ImageManager" "${PODS_CONFIGURATION_BUILD_DIR}/React-Mapbuffer" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAppDelegate" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTFabric" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeApple" "${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeCore" "${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeHermes" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug" "${PODS_CONFIGURATION_BUILD_DIR}/React-featureflags" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics" "${PODS_CONFIGURATION_BUILD_DIR}/React-hermes" "${PODS_CONFIGURATION_BUILD_DIR}/React-jserrorhandler" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/React-logger" "${PODS_CONFIGURATION_BUILD_DIR}/React-nativeconfig" "${PODS_CONFIGURATION_BUILD_DIR}/React-perflogger" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler" "${PODS_CONFIGURATION_BUILD_DIR}/React-utils" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/SocketRocket" "${PODS_CONFIGURATION_BUILD_DIR}/WatermelonDB" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/fmt" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/simdjson" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -isystem "${PODS_ROOT}/Headers/Public" +OTHER_CPLUSPLUSFLAGS = $(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 +OTHER_LDFLAGS = $(inherited) -ObjC -l"DoubleConversion" -l"RCT-Folly" -l"RCTDeprecation" -l"RCTTypeSafety" -l"React-Codegen" -l"React-Core" -l"React-CoreModules" -l"React-Fabric" -l"React-FabricImage" -l"React-ImageManager" -l"React-Mapbuffer" -l"React-NativeModulesApple" -l"React-RCTAnimation" -l"React-RCTAppDelegate" -l"React-RCTBlob" -l"React-RCTFabric" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RuntimeApple" -l"React-RuntimeCore" -l"React-RuntimeHermes" -l"React-cxxreact" -l"React-debug" -l"React-featureflags" -l"React-graphics" -l"React-hermes" -l"React-jserrorhandler" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"React-logger" -l"React-nativeconfig" -l"React-perflogger" -l"React-rendererdebug" -l"React-runtimescheduler" -l"React-utils" -l"ReactCommon" -l"SocketRocket" -l"WatermelonDB" -l"Yoga" -l"c++" -l"c++abi" -l"fmt" -l"glog" -l"icucore" -l"simdjson" -l"sqlite3" -framework "Accelerate" -framework "AudioToolbox" -framework "CFNetwork" -framework "JavaScriptCore" -framework "MobileCoreServices" -framework "Security" -framework "UIKit" -framework "hermes" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester-WatermelonTesterTests/Pods-WatermelonTester-WatermelonTesterTests.release.xcconfig b/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester-WatermelonTesterTests/Pods-WatermelonTester-WatermelonTesterTests.release.xcconfig index ea44d0e63..fb23d85b4 100644 --- a/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester-WatermelonTesterTests/Pods-WatermelonTester-WatermelonTesterTests.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester-WatermelonTesterTests/Pods-WatermelonTester-WatermelonTesterTests.release.xcconfig @@ -1,12 +1,13 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTAppDelegate" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTFabric" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/WatermelonDB" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "${PODS_ROOT}/Headers/Public/simdjson" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/Headers/Private/React-Core" "$(PODS_TARGET_SRCROOT)/include/" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTAppDelegate" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTFabric" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RuntimeApple" "${PODS_ROOT}/Headers/Public/React-RuntimeCore" "${PODS_ROOT}/Headers/Public/React-RuntimeHermes" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/WatermelonDB" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/simdjson" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/RCT-Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric" "${PODS_CONFIGURATION_BUILD_DIR}/React-FabricImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-ImageManager" "${PODS_CONFIGURATION_BUILD_DIR}/React-Mapbuffer" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAppDelegate" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTFabric" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics" "${PODS_CONFIGURATION_BUILD_DIR}/React-hermes" "${PODS_CONFIGURATION_BUILD_DIR}/React-jserrorhandler" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/React-logger" "${PODS_CONFIGURATION_BUILD_DIR}/React-nativeconfig" "${PODS_CONFIGURATION_BUILD_DIR}/React-perflogger" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler" "${PODS_CONFIGURATION_BUILD_DIR}/React-utils" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/SocketRocket" "${PODS_CONFIGURATION_BUILD_DIR}/WatermelonDB" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/fmt" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libevent" "${PODS_CONFIGURATION_BUILD_DIR}/simdjson" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -isystem "${PODS_ROOT}/Headers/Public" -OTHER_LDFLAGS = $(inherited) -ObjC -l"DoubleConversion" -l"RCT-Folly" -l"RCTTypeSafety" -l"React-Codegen" -l"React-Core" -l"React-CoreModules" -l"React-Fabric" -l"React-FabricImage" -l"React-ImageManager" -l"React-Mapbuffer" -l"React-NativeModulesApple" -l"React-RCTAnimation" -l"React-RCTAppDelegate" -l"React-RCTBlob" -l"React-RCTFabric" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-debug" -l"React-graphics" -l"React-hermes" -l"React-jserrorhandler" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"React-logger" -l"React-nativeconfig" -l"React-perflogger" -l"React-rendererdebug" -l"React-runtimescheduler" -l"React-utils" -l"ReactCommon" -l"SocketRocket" -l"WatermelonDB" -l"Yoga" -l"c++" -l"c++abi" -l"fmt" -l"glog" -l"icucore" -l"libevent" -l"simdjson" -l"sqlite3" -framework "Accelerate" -framework "AudioToolbox" -framework "CFNetwork" -framework "JavaScriptCore" -framework "MobileCoreServices" -framework "Security" -framework "UIKit" -framework "hermes" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/RCT-Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RCTDeprecation" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric" "${PODS_CONFIGURATION_BUILD_DIR}/React-FabricImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-ImageManager" "${PODS_CONFIGURATION_BUILD_DIR}/React-Mapbuffer" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAppDelegate" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTFabric" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeApple" "${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeCore" "${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeHermes" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug" "${PODS_CONFIGURATION_BUILD_DIR}/React-featureflags" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics" "${PODS_CONFIGURATION_BUILD_DIR}/React-hermes" "${PODS_CONFIGURATION_BUILD_DIR}/React-jserrorhandler" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/React-logger" "${PODS_CONFIGURATION_BUILD_DIR}/React-nativeconfig" "${PODS_CONFIGURATION_BUILD_DIR}/React-perflogger" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler" "${PODS_CONFIGURATION_BUILD_DIR}/React-utils" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/SocketRocket" "${PODS_CONFIGURATION_BUILD_DIR}/WatermelonDB" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/fmt" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/simdjson" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -isystem "${PODS_ROOT}/Headers/Public" -DNDEBUG +OTHER_CPLUSPLUSFLAGS = $(inherited) -DNDEBUG -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 +OTHER_LDFLAGS = $(inherited) -ObjC -l"DoubleConversion" -l"RCT-Folly" -l"RCTDeprecation" -l"RCTTypeSafety" -l"React-Codegen" -l"React-Core" -l"React-CoreModules" -l"React-Fabric" -l"React-FabricImage" -l"React-ImageManager" -l"React-Mapbuffer" -l"React-NativeModulesApple" -l"React-RCTAnimation" -l"React-RCTAppDelegate" -l"React-RCTBlob" -l"React-RCTFabric" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RuntimeApple" -l"React-RuntimeCore" -l"React-RuntimeHermes" -l"React-cxxreact" -l"React-debug" -l"React-featureflags" -l"React-graphics" -l"React-hermes" -l"React-jserrorhandler" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"React-logger" -l"React-nativeconfig" -l"React-perflogger" -l"React-rendererdebug" -l"React-runtimescheduler" -l"React-utils" -l"ReactCommon" -l"SocketRocket" -l"WatermelonDB" -l"Yoga" -l"c++" -l"c++abi" -l"fmt" -l"glog" -l"icucore" -l"simdjson" -l"sqlite3" -framework "Accelerate" -framework "AudioToolbox" -framework "CFNetwork" -framework "JavaScriptCore" -framework "MobileCoreServices" -framework "Security" -framework "UIKit" -framework "hermes" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester/Pods-WatermelonTester-acknowledgements.markdown b/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester/Pods-WatermelonTester-acknowledgements.markdown index d8807515e..6a48c4ab4 100644 --- a/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester/Pods-WatermelonTester-acknowledgements.markdown +++ b/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester/Pods-WatermelonTester-acknowledgements.markdown @@ -495,109 +495,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -## libevent - -Libevent is available for use under the following license, commonly known -as the 3-clause (or "modified") BSD license: - -============================== -Copyright (c) 2000-2007 Niels Provos -Copyright (c) 2007-2012 Niels Provos and Nick Mathewson - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -============================== - -Portions of Libevent are based on works by others, also made available by -them under the three-clause BSD license above. The copyright notices are -available in the corresponding source files; the license is as above. Here's -a list: - -log.c: - Copyright (c) 2000 Dug Song - Copyright (c) 1993 The Regents of the University of California. - -strlcpy.c: - Copyright (c) 1998 Todd C. Miller - -win32select.c: - Copyright (c) 2003 Michael A. Davis - -evport.c: - Copyright (c) 2007 Sun Microsystems - -ht-internal.h: - Copyright (c) 2002 Christopher Clark - -minheap-internal.h: - Copyright (c) 2006 Maxim Yegorushkin - -============================== - -The arc4module is available under the following, sometimes called the -"OpenBSD" license: - - Copyright (c) 1996, David Mazieres - Copyright (c) 2008, Damien Miller - - Permission to use, copy, modify, and distribute this software for any - purpose with or without fee is hereby granted, provided that the above - copyright notice and this permission notice appear in all copies. - - THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -============================== - -The Windows timer code is based on code from libutp, which is -distributed under this license, sometimes called the "MIT" license. - - -Copyright (c) 2010 BitTorrent, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - ## simdjson Apache License diff --git a/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester/Pods-WatermelonTester-acknowledgements.plist b/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester/Pods-WatermelonTester-acknowledgements.plist index e624f77dd..95e67689a 100644 --- a/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester/Pods-WatermelonTester-acknowledgements.plist +++ b/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester/Pods-WatermelonTester-acknowledgements.plist @@ -566,115 +566,6 @@ SOFTWARE. Type PSGroupSpecifier - - FooterText - Libevent is available for use under the following license, commonly known -as the 3-clause (or "modified") BSD license: - -============================== -Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> -Copyright (c) 2007-2012 Niels Provos and Nick Mathewson - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -============================== - -Portions of Libevent are based on works by others, also made available by -them under the three-clause BSD license above. The copyright notices are -available in the corresponding source files; the license is as above. Here's -a list: - -log.c: - Copyright (c) 2000 Dug Song <dugsong@monkey.org> - Copyright (c) 1993 The Regents of the University of California. - -strlcpy.c: - Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> - -win32select.c: - Copyright (c) 2003 Michael A. Davis <mike@datanerds.net> - -evport.c: - Copyright (c) 2007 Sun Microsystems - -ht-internal.h: - Copyright (c) 2002 Christopher Clark - -minheap-internal.h: - Copyright (c) 2006 Maxim Yegorushkin <maxim.yegorushkin@gmail.com> - -============================== - -The arc4module is available under the following, sometimes called the -"OpenBSD" license: - - Copyright (c) 1996, David Mazieres <dm@uun.org> - Copyright (c) 2008, Damien Miller <djm@openbsd.org> - - Permission to use, copy, modify, and distribute this software for any - purpose with or without fee is hereby granted, provided that the above - copyright notice and this permission notice appear in all copies. - - THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -============================== - -The Windows timer code is based on code from libutp, which is -distributed under this license, sometimes called the "MIT" license. - - -Copyright (c) 2010 BitTorrent, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - BSD 3-Clause - Title - libevent - Type - PSGroupSpecifier - FooterText Apache License diff --git a/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester/Pods-WatermelonTester.debug.xcconfig b/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester/Pods-WatermelonTester.debug.xcconfig index ea44d0e63..17faa8a6f 100644 --- a/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester/Pods-WatermelonTester.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester/Pods-WatermelonTester.debug.xcconfig @@ -1,12 +1,13 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTAppDelegate" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTFabric" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/WatermelonDB" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "${PODS_ROOT}/Headers/Public/simdjson" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/Headers/Private/React-Core" "$(PODS_TARGET_SRCROOT)/include/" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTAppDelegate" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTFabric" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RuntimeApple" "${PODS_ROOT}/Headers/Public/React-RuntimeCore" "${PODS_ROOT}/Headers/Public/React-RuntimeHermes" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/WatermelonDB" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/simdjson" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/RCT-Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric" "${PODS_CONFIGURATION_BUILD_DIR}/React-FabricImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-ImageManager" "${PODS_CONFIGURATION_BUILD_DIR}/React-Mapbuffer" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAppDelegate" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTFabric" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics" "${PODS_CONFIGURATION_BUILD_DIR}/React-hermes" "${PODS_CONFIGURATION_BUILD_DIR}/React-jserrorhandler" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/React-logger" "${PODS_CONFIGURATION_BUILD_DIR}/React-nativeconfig" "${PODS_CONFIGURATION_BUILD_DIR}/React-perflogger" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler" "${PODS_CONFIGURATION_BUILD_DIR}/React-utils" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/SocketRocket" "${PODS_CONFIGURATION_BUILD_DIR}/WatermelonDB" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/fmt" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libevent" "${PODS_CONFIGURATION_BUILD_DIR}/simdjson" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -isystem "${PODS_ROOT}/Headers/Public" -OTHER_LDFLAGS = $(inherited) -ObjC -l"DoubleConversion" -l"RCT-Folly" -l"RCTTypeSafety" -l"React-Codegen" -l"React-Core" -l"React-CoreModules" -l"React-Fabric" -l"React-FabricImage" -l"React-ImageManager" -l"React-Mapbuffer" -l"React-NativeModulesApple" -l"React-RCTAnimation" -l"React-RCTAppDelegate" -l"React-RCTBlob" -l"React-RCTFabric" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-debug" -l"React-graphics" -l"React-hermes" -l"React-jserrorhandler" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"React-logger" -l"React-nativeconfig" -l"React-perflogger" -l"React-rendererdebug" -l"React-runtimescheduler" -l"React-utils" -l"ReactCommon" -l"SocketRocket" -l"WatermelonDB" -l"Yoga" -l"c++" -l"c++abi" -l"fmt" -l"glog" -l"icucore" -l"libevent" -l"simdjson" -l"sqlite3" -framework "Accelerate" -framework "AudioToolbox" -framework "CFNetwork" -framework "JavaScriptCore" -framework "MobileCoreServices" -framework "Security" -framework "UIKit" -framework "hermes" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/RCT-Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RCTDeprecation" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric" "${PODS_CONFIGURATION_BUILD_DIR}/React-FabricImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-ImageManager" "${PODS_CONFIGURATION_BUILD_DIR}/React-Mapbuffer" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAppDelegate" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTFabric" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeApple" "${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeCore" "${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeHermes" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug" "${PODS_CONFIGURATION_BUILD_DIR}/React-featureflags" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics" "${PODS_CONFIGURATION_BUILD_DIR}/React-hermes" "${PODS_CONFIGURATION_BUILD_DIR}/React-jserrorhandler" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/React-logger" "${PODS_CONFIGURATION_BUILD_DIR}/React-nativeconfig" "${PODS_CONFIGURATION_BUILD_DIR}/React-perflogger" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler" "${PODS_CONFIGURATION_BUILD_DIR}/React-utils" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/SocketRocket" "${PODS_CONFIGURATION_BUILD_DIR}/WatermelonDB" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/fmt" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/simdjson" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -isystem "${PODS_ROOT}/Headers/Public" +OTHER_CPLUSPLUSFLAGS = $(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 +OTHER_LDFLAGS = $(inherited) -ObjC -l"DoubleConversion" -l"RCT-Folly" -l"RCTDeprecation" -l"RCTTypeSafety" -l"React-Codegen" -l"React-Core" -l"React-CoreModules" -l"React-Fabric" -l"React-FabricImage" -l"React-ImageManager" -l"React-Mapbuffer" -l"React-NativeModulesApple" -l"React-RCTAnimation" -l"React-RCTAppDelegate" -l"React-RCTBlob" -l"React-RCTFabric" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RuntimeApple" -l"React-RuntimeCore" -l"React-RuntimeHermes" -l"React-cxxreact" -l"React-debug" -l"React-featureflags" -l"React-graphics" -l"React-hermes" -l"React-jserrorhandler" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"React-logger" -l"React-nativeconfig" -l"React-perflogger" -l"React-rendererdebug" -l"React-runtimescheduler" -l"React-utils" -l"ReactCommon" -l"SocketRocket" -l"WatermelonDB" -l"Yoga" -l"c++" -l"c++abi" -l"fmt" -l"glog" -l"icucore" -l"simdjson" -l"sqlite3" -framework "Accelerate" -framework "AudioToolbox" -framework "CFNetwork" -framework "JavaScriptCore" -framework "MobileCoreServices" -framework "Security" -framework "UIKit" -framework "hermes" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester/Pods-WatermelonTester.release.xcconfig b/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester/Pods-WatermelonTester.release.xcconfig index ea44d0e63..fb23d85b4 100644 --- a/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester/Pods-WatermelonTester.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/Pods-WatermelonTester/Pods-WatermelonTester.release.xcconfig @@ -1,12 +1,13 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTAppDelegate" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTFabric" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/WatermelonDB" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "${PODS_ROOT}/Headers/Public/simdjson" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/Headers/Private/React-Core" "$(PODS_TARGET_SRCROOT)/include/" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTAppDelegate" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTFabric" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RuntimeApple" "${PODS_ROOT}/Headers/Public/React-RuntimeCore" "${PODS_ROOT}/Headers/Public/React-RuntimeHermes" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/WatermelonDB" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/simdjson" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/RCT-Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric" "${PODS_CONFIGURATION_BUILD_DIR}/React-FabricImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-ImageManager" "${PODS_CONFIGURATION_BUILD_DIR}/React-Mapbuffer" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAppDelegate" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTFabric" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics" "${PODS_CONFIGURATION_BUILD_DIR}/React-hermes" "${PODS_CONFIGURATION_BUILD_DIR}/React-jserrorhandler" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/React-logger" "${PODS_CONFIGURATION_BUILD_DIR}/React-nativeconfig" "${PODS_CONFIGURATION_BUILD_DIR}/React-perflogger" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler" "${PODS_CONFIGURATION_BUILD_DIR}/React-utils" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/SocketRocket" "${PODS_CONFIGURATION_BUILD_DIR}/WatermelonDB" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/fmt" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libevent" "${PODS_CONFIGURATION_BUILD_DIR}/simdjson" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -isystem "${PODS_ROOT}/Headers/Public" -OTHER_LDFLAGS = $(inherited) -ObjC -l"DoubleConversion" -l"RCT-Folly" -l"RCTTypeSafety" -l"React-Codegen" -l"React-Core" -l"React-CoreModules" -l"React-Fabric" -l"React-FabricImage" -l"React-ImageManager" -l"React-Mapbuffer" -l"React-NativeModulesApple" -l"React-RCTAnimation" -l"React-RCTAppDelegate" -l"React-RCTBlob" -l"React-RCTFabric" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-debug" -l"React-graphics" -l"React-hermes" -l"React-jserrorhandler" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"React-logger" -l"React-nativeconfig" -l"React-perflogger" -l"React-rendererdebug" -l"React-runtimescheduler" -l"React-utils" -l"ReactCommon" -l"SocketRocket" -l"WatermelonDB" -l"Yoga" -l"c++" -l"c++abi" -l"fmt" -l"glog" -l"icucore" -l"libevent" -l"simdjson" -l"sqlite3" -framework "Accelerate" -framework "AudioToolbox" -framework "CFNetwork" -framework "JavaScriptCore" -framework "MobileCoreServices" -framework "Security" -framework "UIKit" -framework "hermes" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/RCT-Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RCTDeprecation" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric" "${PODS_CONFIGURATION_BUILD_DIR}/React-FabricImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-ImageManager" "${PODS_CONFIGURATION_BUILD_DIR}/React-Mapbuffer" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAppDelegate" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTFabric" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeApple" "${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeCore" "${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeHermes" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug" "${PODS_CONFIGURATION_BUILD_DIR}/React-featureflags" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics" "${PODS_CONFIGURATION_BUILD_DIR}/React-hermes" "${PODS_CONFIGURATION_BUILD_DIR}/React-jserrorhandler" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/React-logger" "${PODS_CONFIGURATION_BUILD_DIR}/React-nativeconfig" "${PODS_CONFIGURATION_BUILD_DIR}/React-perflogger" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler" "${PODS_CONFIGURATION_BUILD_DIR}/React-utils" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/SocketRocket" "${PODS_CONFIGURATION_BUILD_DIR}/WatermelonDB" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/fmt" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/simdjson" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -isystem "${PODS_ROOT}/Headers/Public" -DNDEBUG +OTHER_CPLUSPLUSFLAGS = $(inherited) -DNDEBUG -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 +OTHER_LDFLAGS = $(inherited) -ObjC -l"DoubleConversion" -l"RCT-Folly" -l"RCTDeprecation" -l"RCTTypeSafety" -l"React-Codegen" -l"React-Core" -l"React-CoreModules" -l"React-Fabric" -l"React-FabricImage" -l"React-ImageManager" -l"React-Mapbuffer" -l"React-NativeModulesApple" -l"React-RCTAnimation" -l"React-RCTAppDelegate" -l"React-RCTBlob" -l"React-RCTFabric" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RuntimeApple" -l"React-RuntimeCore" -l"React-RuntimeHermes" -l"React-cxxreact" -l"React-debug" -l"React-featureflags" -l"React-graphics" -l"React-hermes" -l"React-jserrorhandler" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"React-logger" -l"React-nativeconfig" -l"React-perflogger" -l"React-rendererdebug" -l"React-runtimescheduler" -l"React-utils" -l"ReactCommon" -l"SocketRocket" -l"WatermelonDB" -l"Yoga" -l"c++" -l"c++abi" -l"fmt" -l"glog" -l"icucore" -l"simdjson" -l"sqlite3" -framework "Accelerate" -framework "AudioToolbox" -framework "CFNetwork" -framework "JavaScriptCore" -framework "MobileCoreServices" -framework "Security" -framework "UIKit" -framework "hermes" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/native/iosTest/Pods/Target Support Files/RCT-Folly/RCT-Folly-umbrella.h b/native/iosTest/Pods/Target Support Files/RCT-Folly/RCT-Folly-umbrella.h index 6cb0baa82..106b2a426 100644 --- a/native/iosTest/Pods/Target Support Files/RCT-Folly/RCT-Folly-umbrella.h +++ b/native/iosTest/Pods/Target Support Files/RCT-Folly/RCT-Folly-umbrella.h @@ -10,7 +10,6 @@ #endif #endif -#import "folly/system/ThreadId.h" #import "folly/AtomicHashArray-inl.h" #import "folly/AtomicHashArray.h" #import "folly/AtomicHashMap-inl.h" @@ -18,6 +17,7 @@ #import "folly/AtomicIntrusiveLinkedList.h" #import "folly/AtomicLinkedList.h" #import "folly/AtomicUnorderedMap.h" +#import "folly/base64.h" #import "folly/Benchmark.h" #import "folly/BenchmarkUtil.h" #import "folly/Bits.h" @@ -30,7 +30,7 @@ #import "folly/ConcurrentSkipList-inl.h" #import "folly/ConcurrentSkipList.h" #import "folly/ConstexprMath.h" -#import "folly/ConstructorCallback.h" +#import "folly/ConstructorCallbackList.h" #import "folly/Conv.h" #import "folly/CPortability.h" #import "folly/CppAttributes.h" @@ -78,6 +78,7 @@ #import "folly/MacAddress.h" #import "folly/MapUtil.h" #import "folly/Math.h" +#import "folly/MaybeManagedPtr.h" #import "folly/Memory.h" #import "folly/MicroLock.h" #import "folly/MicroSpinLock.h" @@ -144,10 +145,12 @@ #import "folly/container/heap_vector_types.h" #import "folly/container/HeterogeneousAccess-fwd.h" #import "folly/container/HeterogeneousAccess.h" +#import "folly/container/IntrusiveHeap.h" #import "folly/container/Iterator.h" #import "folly/container/Merge.h" #import "folly/container/SparseByteSet.h" #import "folly/container/View.h" +#import "folly/container/WeightedEvictingCacheMap.h" #import "folly/container/detail/BitIteratorDetail.h" #import "folly/container/detail/F14Defaults.h" #import "folly/container/detail/F14IntrinsicsAvailability.h" @@ -172,21 +175,32 @@ #import "folly/detail/Iterators.h" #import "folly/detail/MemoryIdler.h" #import "folly/detail/MPMCPipelineDetail.h" +#import "folly/detail/PerfScoped.h" #import "folly/detail/PolyDetail.h" #import "folly/detail/RangeCommon.h" #import "folly/detail/RangeSse42.h" +#import "folly/detail/SimdAnyOf.h" +#import "folly/detail/SimdCharPlatform.h" +#import "folly/detail/SimdForEach.h" +#import "folly/detail/SimpleSimdStringUtils.h" +#import "folly/detail/SimpleSimdStringUtilsImpl.h" #import "folly/detail/Singleton.h" #import "folly/detail/SlowFingerprint.h" #import "folly/detail/SocketFastOpen.h" +#import "folly/detail/SplitStringSimd.h" +#import "folly/detail/SplitStringSimdImpl.h" #import "folly/detail/Sse.h" #import "folly/detail/StaticSingletonManager.h" #import "folly/detail/ThreadLocalDetail.h" #import "folly/detail/TurnSequencer.h" #import "folly/detail/TypeList.h" #import "folly/detail/UniqueInstance.h" +#import "folly/detail/UnrollUtils.h" #import "folly/functional/ApplyTuple.h" #import "folly/functional/Invoke.h" #import "folly/functional/Partial.h" +#import "folly/functional/protocol.h" +#import "folly/functional/traits.h" #import "folly/hash/Checksum.h" #import "folly/hash/FarmHash.h" #import "folly/hash/Hash.h" @@ -198,6 +212,7 @@ #import "folly/lang/Assume.h" #import "folly/lang/Badge.h" #import "folly/lang/Bits.h" +#import "folly/lang/Builtin.h" #import "folly/lang/Byte.h" #import "folly/lang/CArray.h" #import "folly/lang/Cast.h" @@ -265,6 +280,7 @@ #import "folly/portability/PThread.h" #import "folly/portability/Sched.h" #import "folly/portability/Sockets.h" +#import "folly/portability/SourceLocation.h" #import "folly/portability/Stdio.h" #import "folly/portability/Stdlib.h" #import "folly/portability/String.h" @@ -281,108 +297,14 @@ #import "folly/portability/Time.h" #import "folly/portability/Unistd.h" #import "folly/portability/Windows.h" -#import "folly/concurrency/CacheLocality.h" -#import "folly/synchronization/AsymmetricThreadFence.h" -#import "folly/synchronization/AtomicNotification-inl.h" -#import "folly/synchronization/AtomicNotification.h" -#import "folly/synchronization/AtomicRef.h" -#import "folly/synchronization/AtomicStruct.h" -#import "folly/synchronization/AtomicUtil-inl.h" -#import "folly/synchronization/AtomicUtil.h" -#import "folly/synchronization/Baton.h" -#import "folly/synchronization/CallOnce.h" -#import "folly/synchronization/DelayedInit.h" -#import "folly/synchronization/DistributedMutex-inl.h" -#import "folly/synchronization/DistributedMutex.h" -#import "folly/synchronization/Hazptr-fwd.h" -#import "folly/synchronization/Hazptr.h" -#import "folly/synchronization/HazptrDomain.h" -#import "folly/synchronization/HazptrHolder.h" -#import "folly/synchronization/HazptrObj.h" -#import "folly/synchronization/HazptrObjLinked.h" -#import "folly/synchronization/HazptrRec.h" -#import "folly/synchronization/HazptrThreadPoolExecutor.h" -#import "folly/synchronization/HazptrThrLocal.h" -#import "folly/synchronization/Latch.h" -#import "folly/synchronization/LifoSem.h" -#import "folly/synchronization/Lock.h" -#import "folly/synchronization/MicroSpinLock.h" -#import "folly/synchronization/NativeSemaphore.h" -#import "folly/synchronization/ParkingLot.h" -#import "folly/synchronization/PicoSpinLock.h" -#import "folly/synchronization/Rcu.h" -#import "folly/synchronization/RelaxedAtomic.h" -#import "folly/synchronization/RWSpinLock.h" -#import "folly/synchronization/SanitizeThread.h" -#import "folly/synchronization/SaturatingSemaphore.h" -#import "folly/synchronization/SmallLocks.h" -#import "folly/synchronization/Utility.h" -#import "folly/synchronization/WaitOptions.h" -#import "folly/system/ThreadId.h" -#import "folly/futures/Barrier.h" -#import "folly/futures/Future-inl.h" -#import "folly/futures/Future-pre.h" -#import "folly/futures/Future.h" -#import "folly/futures/FutureSplitter.h" -#import "folly/futures/ManualTimekeeper.h" -#import "folly/futures/Portability.h" -#import "folly/futures/Promise-inl.h" -#import "folly/futures/Promise.h" -#import "folly/futures/Retrying.h" -#import "folly/futures/SharedPromise-inl.h" -#import "folly/futures/SharedPromise.h" -#import "folly/futures/ThreadWheelTimekeeper.h" -#import "folly/futures/WTCallback.h" -#import "folly/futures/detail/Core.h" -#import "folly/futures/detail/Types.h" -#import "folly/executors/Async.h" -#import "folly/executors/Codel.h" -#import "folly/executors/CPUThreadPoolExecutor.h" -#import "folly/executors/DrivableExecutor.h" -#import "folly/executors/EDFThreadPoolExecutor.h" -#import "folly/executors/ExecutorWithPriority-inl.h" -#import "folly/executors/ExecutorWithPriority.h" -#import "folly/executors/FiberIOExecutor.h" -#import "folly/executors/FutureExecutor.h" -#import "folly/executors/GlobalExecutor.h" -#import "folly/executors/GlobalThreadPoolList.h" -#import "folly/executors/InlineExecutor.h" -#import "folly/executors/IOExecutor.h" -#import "folly/executors/IOObjectCache.h" -#import "folly/executors/IOThreadPoolDeadlockDetectorObserver.h" -#import "folly/executors/IOThreadPoolExecutor.h" -#import "folly/executors/ManualExecutor.h" -#import "folly/executors/MeteredExecutor.h" -#import "folly/executors/QueuedImmediateExecutor.h" -#import "folly/executors/QueueObserver.h" -#import "folly/executors/ScheduledExecutor.h" -#import "folly/executors/SequencedExecutor.h" -#import "folly/executors/SerialExecutor.h" -#import "folly/executors/SoftRealTimeExecutor.h" -#import "folly/executors/StrandExecutor.h" -#import "folly/executors/ThreadedExecutor.h" -#import "folly/executors/ThreadPoolExecutor.h" -#import "folly/executors/TimedDrivableExecutor.h" -#import "folly/executors/TimekeeperScheduledExecutor.h" -#import "folly/executors/thread_factory/NamedThreadFactory.h" -#import "folly/executors/thread_factory/ThreadFactory.h" -#import "folly/executors/task_queue/BlockingQueue.h" -#import "folly/executors/task_queue/LifoSemMPMCQueue.h" -#import "folly/executors/task_queue/PriorityLifoSemMPMCQueue.h" -#import "folly/executors/task_queue/PriorityUnboundedBlockingQueue.h" -#import "folly/executors/task_queue/UnboundedBlockingQueue.h" -#import "folly/concurrency/AtomicSharedPtr.h" -#import "folly/concurrency/CacheLocality.h" -#import "folly/concurrency/ConcurrentHashMap.h" -#import "folly/concurrency/CoreCachedSharedPtr.h" -#import "folly/concurrency/DeadlockDetector.h" -#import "folly/concurrency/DynamicBoundedQueue.h" -#import "folly/concurrency/PriorityUnboundedQueueSet.h" -#import "folly/concurrency/ThreadCachedSynchronized.h" -#import "folly/concurrency/UnboundedQueue.h" +#import "folly/system/AtFork.h" #import "folly/system/HardwareConcurrency.h" +#import "folly/system/MemoryMapping.h" +#import "folly/system/Pid.h" +#import "folly/system/Shell.h" #import "folly/system/ThreadId.h" #import "folly/system/ThreadName.h" +#import "folly/concurrency/CacheLocality.h" #import "folly/synchronization/AsymmetricThreadFence.h" #import "folly/synchronization/AtomicNotification-inl.h" #import "folly/synchronization/AtomicNotification.h" @@ -417,294 +339,10 @@ #import "folly/synchronization/SanitizeThread.h" #import "folly/synchronization/SaturatingSemaphore.h" #import "folly/synchronization/SmallLocks.h" +#import "folly/synchronization/ThrottledLifoSem.h" #import "folly/synchronization/Utility.h" #import "folly/synchronization/WaitOptions.h" -#import "folly/synchronization/detail/AtomicUtils.h" -#import "folly/synchronization/detail/Hardware.h" -#import "folly/synchronization/detail/HazptrUtils.h" -#import "folly/synchronization/detail/InlineFunctionRef.h" -#import "folly/synchronization/detail/Sleeper.h" -#import "folly/synchronization/detail/Spin.h" -#import "folly/synchronization/detail/ThreadCachedLists.h" -#import "folly/synchronization/detail/ThreadCachedReaders.h" -#import "folly/synchronization/detail/ThreadCachedTag.h" -#import "folly/experimental/ExecutionObserver.h" -#import "folly/experimental/ReadMostlySharedPtr.h" -#import "folly/experimental/SingleWriterFixedHashMap.h" -#import "folly/experimental/TLRefCount.h" -#import "folly/io/async/AsyncTimeout.h" -#import "folly/io/async/AtomicNotificationQueue-inl.h" -#import "folly/io/async/AtomicNotificationQueue.h" -#import "folly/io/async/DelayedDestruction.h" -#import "folly/io/async/DelayedDestructionBase.h" -#import "folly/io/async/EventBase.h" -#import "folly/io/async/EventBaseAtomicNotificationQueue-inl.h" -#import "folly/io/async/EventBaseAtomicNotificationQueue.h" -#import "folly/io/async/EventBaseBackendBase.h" -#import "folly/io/async/EventBaseLocal.h" -#import "folly/io/async/EventBaseManager.h" -#import "folly/io/async/EventHandler.h" -#import "folly/io/async/EventUtil.h" -#import "folly/io/async/HHWheelTimer-fwd.h" -#import "folly/io/async/HHWheelTimer.h" -#import "folly/io/async/NotificationQueue.h" -#import "folly/io/async/Request.h" -#import "folly/io/async/TimeoutManager.h" -#import "folly/io/async/VirtualEventBase.h" -#import "folly/io/Cursor-inl.h" -#import "folly/io/Cursor.h" -#import "folly/io/IOBuf.h" -#import "folly/io/IOBufQueue.h" -#import "folly/tracing/StaticTracepoint.h" -#import "folly/tracing/AsyncStack.h" -#import "folly/tracing/AsyncStack-inl.h" -#import "folly/ExceptionString.h" -#import "folly/ExceptionWrapper-inl.h" -#import "folly/ExceptionWrapper.h" -#import "folly/Executor.h" -#import "folly/FileUtil.h" -#import "folly/SharedMutex.h" -#import "folly/Singleton.h" -#import "folly/detail/AsyncTrace.h" -#import "folly/detail/Futex-inl.h" -#import "folly/detail/Futex.h" -#import "folly/detail/MemoryIdler.h" -#import "folly/detail/StaticSingletonManager.h" -#import "folly/detail/ThreadLocalDetail.h" -#import "folly/lang/SafeAssert.h" -#import "folly/memory/MallctlHelper.h" -#import "folly/memory/SanitizeAddress.h" -#import "folly/portability/GFlags.h" -#import "folly/portability/SysUio.h" -#import "folly/chrono/Hardware.h" -#import "folly/experimental/coro/Traits.h" -#import "folly/fibers/AddTasks-inl.h" -#import "folly/fibers/AddTasks.h" -#import "folly/fibers/AtomicBatchDispatcher-inl.h" -#import "folly/fibers/AtomicBatchDispatcher.h" -#import "folly/fibers/BatchDispatcher.h" -#import "folly/fibers/BatchSemaphore.h" -#import "folly/fibers/Baton-inl.h" -#import "folly/fibers/Baton.h" -#import "folly/fibers/BoostContextCompatibility.h" -#import "folly/fibers/CallOnce.h" -#import "folly/fibers/EventBaseLoopController-inl.h" -#import "folly/fibers/EventBaseLoopController.h" -#import "folly/fibers/ExecutorBasedLoopController.h" -#import "folly/fibers/ExecutorLoopController-inl.h" -#import "folly/fibers/ExecutorLoopController.h" -#import "folly/fibers/Fiber-inl.h" -#import "folly/fibers/Fiber.h" -#import "folly/fibers/FiberManager-inl.h" -#import "folly/fibers/FiberManager.h" -#import "folly/fibers/FiberManagerInternal-inl.h" -#import "folly/fibers/FiberManagerInternal.h" -#import "folly/fibers/FiberManagerMap-inl.h" -#import "folly/fibers/FiberManagerMap.h" -#import "folly/fibers/ForEach-inl.h" -#import "folly/fibers/ForEach.h" -#import "folly/fibers/GenericBaton.h" -#import "folly/fibers/GuardPageAllocator.h" -#import "folly/fibers/LoopController.h" -#import "folly/fibers/Promise-inl.h" -#import "folly/fibers/Promise.h" -#import "folly/fibers/Semaphore.h" -#import "folly/fibers/SemaphoreBase.h" -#import "folly/fibers/SimpleLoopController.h" -#import "folly/fibers/TimedMutex-inl.h" -#import "folly/fibers/TimedMutex.h" -#import "folly/fibers/traits.h" -#import "folly/fibers/WhenN-inl.h" -#import "folly/fibers/WhenN.h" -#import "folly/experimental/coro/Coroutine.h" -#import "folly/experimental/AtomicReadMostlyMainPtr.h" -#import "folly/experimental/AutoTimer.h" -#import "folly/experimental/Bits.h" -#import "folly/experimental/BitVectorCoding.h" -#import "folly/experimental/bser/Bser.h" -#import "folly/experimental/channels/Channel-fwd.h" -#import "folly/experimental/channels/Channel-inl.h" -#import "folly/experimental/channels/Channel.h" -#import "folly/experimental/channels/ChannelCallbackHandle.h" -#import "folly/experimental/channels/ChannelProcessor-inl.h" -#import "folly/experimental/channels/ChannelProcessor.h" -#import "folly/experimental/channels/ConsumeChannel-inl.h" -#import "folly/experimental/channels/ConsumeChannel.h" -#import "folly/experimental/channels/detail/AtomicQueue.h" -#import "folly/experimental/channels/detail/ChannelBridge.h" -#import "folly/experimental/channels/detail/FunctionTraits.h" -#import "folly/experimental/channels/detail/IntrusivePtr.h" -#import "folly/experimental/channels/detail/MultiplexerTraits.h" -#import "folly/experimental/channels/detail/PointerVariant.h" -#import "folly/experimental/channels/detail/Utility.h" -#import "folly/experimental/channels/FanoutChannel-inl.h" -#import "folly/experimental/channels/FanoutChannel.h" -#import "folly/experimental/channels/FanoutSender-inl.h" -#import "folly/experimental/channels/FanoutSender.h" -#import "folly/experimental/channels/Merge-inl.h" -#import "folly/experimental/channels/Merge.h" -#import "folly/experimental/channels/MergeChannel-inl.h" -#import "folly/experimental/channels/MergeChannel.h" -#import "folly/experimental/channels/MultiplexChannel-inl.h" -#import "folly/experimental/channels/MultiplexChannel.h" -#import "folly/experimental/channels/OnClosedException.h" -#import "folly/experimental/channels/Producer-inl.h" -#import "folly/experimental/channels/Producer.h" -#import "folly/experimental/channels/RateLimiter.h" -#import "folly/experimental/channels/test/ChannelTestUtil.h" -#import "folly/experimental/channels/Transform-inl.h" -#import "folly/experimental/channels/Transform.h" -#import "folly/experimental/Cleanup.h" -#import "folly/experimental/CodingDetail.h" -#import "folly/experimental/Coinflip.h" -#import "folly/experimental/coro/Accumulate-inl.h" -#import "folly/experimental/coro/Accumulate.h" -#import "folly/experimental/coro/AsyncGenerator.h" -#import "folly/experimental/coro/AsyncPipe.h" -#import "folly/experimental/coro/AsyncScope.h" -#import "folly/experimental/coro/AsyncStack.h" -#import "folly/experimental/coro/Baton.h" -#import "folly/experimental/coro/BlockingWait.h" -#import "folly/experimental/coro/BoundedQueue.h" -#import "folly/experimental/coro/Collect-inl.h" -#import "folly/experimental/coro/Collect.h" -#import "folly/experimental/coro/Concat-inl.h" -#import "folly/experimental/coro/Concat.h" -#import "folly/experimental/coro/CurrentExecutor.h" -#import "folly/experimental/coro/DetachOnCancel.h" -#import "folly/experimental/coro/detail/Barrier.h" -#import "folly/experimental/coro/detail/BarrierTask.h" -#import "folly/experimental/coro/detail/CurrentAsyncFrame.h" -#import "folly/experimental/coro/detail/Helpers.h" -#import "folly/experimental/coro/detail/InlineTask.h" -#import "folly/experimental/coro/detail/Malloc.h" -#import "folly/experimental/coro/detail/ManualLifetime.h" -#import "folly/experimental/coro/detail/Traits.h" -#import "folly/experimental/coro/Filter-inl.h" -#import "folly/experimental/coro/Filter.h" -#import "folly/experimental/coro/FutureUtil.h" -#import "folly/experimental/coro/Generator.h" -#import "folly/experimental/coro/GmockHelpers.h" -#import "folly/experimental/coro/GtestHelpers.h" -#import "folly/experimental/coro/Invoke.h" -#import "folly/experimental/coro/Merge-inl.h" -#import "folly/experimental/coro/Merge.h" -#import "folly/experimental/coro/Mutex.h" -#import "folly/experimental/coro/Promise.h" -#import "folly/experimental/coro/Result.h" -#import "folly/experimental/coro/Retry.h" -#import "folly/experimental/coro/RustAdaptors.h" -#import "folly/experimental/coro/ScopeExit.h" -#import "folly/experimental/coro/SharedLock.h" -#import "folly/experimental/coro/SharedMutex.h" -#import "folly/experimental/coro/Sleep-inl.h" -#import "folly/experimental/coro/Sleep.h" -#import "folly/experimental/coro/SmallUnboundedQueue.h" -#import "folly/experimental/coro/Task.h" -#import "folly/experimental/coro/TimedWait.h" -#import "folly/experimental/coro/Timeout-inl.h" -#import "folly/experimental/coro/Timeout.h" -#import "folly/experimental/coro/Transform-inl.h" -#import "folly/experimental/coro/Transform.h" -#import "folly/experimental/coro/UnboundedQueue.h" -#import "folly/experimental/coro/ViaIfAsync.h" -#import "folly/experimental/coro/WithAsyncStack.h" -#import "folly/experimental/coro/WithCancellation.h" -#import "folly/experimental/crypto/Blake2xb.h" -#import "folly/experimental/crypto/detail/LtHashInternal.h" -#import "folly/experimental/crypto/LtHash-inl.h" -#import "folly/experimental/crypto/LtHash.h" -#import "folly/experimental/DynamicParser-inl.h" -#import "folly/experimental/DynamicParser.h" -#import "folly/experimental/EliasFanoCoding.h" -#import "folly/experimental/EnvUtil.h" -#import "folly/experimental/EventCount.h" -#import "folly/experimental/exception_tracer/ExceptionAbi.h" -#import "folly/experimental/exception_tracer/ExceptionCounterLib.h" -#import "folly/experimental/exception_tracer/ExceptionTracer.h" -#import "folly/experimental/exception_tracer/ExceptionTracerLib.h" -#import "folly/experimental/exception_tracer/SmartExceptionTracer.h" -#import "folly/experimental/exception_tracer/SmartExceptionTracerSingleton.h" -#import "folly/experimental/exception_tracer/StackTrace.h" -#import "folly/experimental/FlatCombiningPriorityQueue.h" -#import "folly/experimental/flat_combining/FlatCombining.h" -#import "folly/experimental/flat_combining/test/FlatCombiningExamples.h" -#import "folly/experimental/flat_combining/test/FlatCombiningTestHelpers.h" -#import "folly/experimental/FunctionScheduler.h" -#import "folly/experimental/FutureDAG.h" -#import "folly/experimental/Instructions.h" -#import "folly/experimental/io/AsyncBase.h" -#import "folly/experimental/io/AsyncIO.h" -#import "folly/experimental/io/FsUtil.h" -#import "folly/experimental/io/HugePages.h" -#import "folly/experimental/io/IoUring.h" -#import "folly/experimental/io/IoUringBackend.h" -#import "folly/experimental/io/SimpleAsyncIO.h" -#import "folly/experimental/io/test/AsyncBaseTestLib.h" -#import "folly/experimental/io/test/IoTestTempFileUtil.h" -#import "folly/experimental/JemallocHugePageAllocator.h" -#import "folly/experimental/JemallocNodumpAllocator.h" -#import "folly/experimental/JSONSchema.h" -#import "folly/experimental/LockFreeRingBuffer.h" -#import "folly/experimental/NestedCommandLineApp.h" -#import "folly/experimental/observer/detail/Core.h" -#import "folly/experimental/observer/detail/GraphCycleDetector.h" -#import "folly/experimental/observer/detail/ObserverManager.h" -#import "folly/experimental/observer/Observable-inl.h" -#import "folly/experimental/observer/Observable.h" -#import "folly/experimental/observer/Observer-inl.h" -#import "folly/experimental/observer/Observer-pre.h" -#import "folly/experimental/observer/Observer.h" -#import "folly/experimental/observer/SimpleObservable-inl.h" -#import "folly/experimental/observer/SimpleObservable.h" -#import "folly/experimental/observer/WithJitter-inl.h" -#import "folly/experimental/observer/WithJitter.h" -#import "folly/experimental/PrimaryPtr.h" -#import "folly/experimental/ProgramOptions.h" -#import "folly/experimental/QuotientMultiSet-inl.h" -#import "folly/experimental/QuotientMultiSet.h" -#import "folly/experimental/RelaxedConcurrentPriorityQueue.h" -#import "folly/experimental/Select64.h" -#import "folly/experimental/settings/detail/SettingsImpl.h" -#import "folly/experimental/settings/Settings.h" -#import "folly/experimental/settings/SettingsMetadata.h" -#import "folly/experimental/settings/test/a.h" -#import "folly/experimental/settings/test/b.h" -#import "folly/experimental/SingletonRelaxedCounter.h" -#import "folly/experimental/StampedPtr.h" -#import "folly/experimental/StringKeyedCommon.h" -#import "folly/experimental/StringKeyedMap.h" -#import "folly/experimental/StringKeyedSet.h" -#import "folly/experimental/StringKeyedUnorderedMap.h" -#import "folly/experimental/StringKeyedUnorderedSet.h" -#import "folly/experimental/STTimerFDTimeoutManager.h" -#import "folly/experimental/symbolizer/detail/Debug.h" -#import "folly/experimental/symbolizer/Dwarf.h" -#import "folly/experimental/symbolizer/DwarfImpl.h" -#import "folly/experimental/symbolizer/DwarfLineNumberVM.h" -#import "folly/experimental/symbolizer/DwarfSection.h" -#import "folly/experimental/symbolizer/DwarfUtil.h" -#import "folly/experimental/symbolizer/Elf-inl.h" -#import "folly/experimental/symbolizer/Elf.h" -#import "folly/experimental/symbolizer/ElfCache.h" -#import "folly/experimental/symbolizer/LineReader.h" -#import "folly/experimental/symbolizer/SignalHandler.h" -#import "folly/experimental/symbolizer/StackTrace.h" -#import "folly/experimental/symbolizer/SymbolizedFrame.h" -#import "folly/experimental/symbolizer/SymbolizePrinter.h" -#import "folly/experimental/symbolizer/Symbolizer.h" -#import "folly/experimental/symbolizer/test/SignalHandlerTest.h" -#import "folly/experimental/symbolizer/test/SymbolizerTestUtils-inl.h" -#import "folly/experimental/symbolizer/test/SymbolizerTestUtils.h" -#import "folly/experimental/test/CodingTestUtils.h" -#import "folly/experimental/TestUtil.h" -#import "folly/experimental/ThreadedRepeatingFunctionRunner.h" -#import "folly/experimental/ThreadWheelTimekeeperHighRes.h" -#import "folly/experimental/TimerFD.h" -#import "folly/experimental/TimerFDTimeoutManager.h" -#import "folly/experimental/TupleOps.h" -#import "folly/system/AtFork.h" -#import "folly/system/Pid.h" +#import "folly/system/ThreadId.h" FOUNDATION_EXPORT double follyVersionNumber; FOUNDATION_EXPORT const unsigned char follyVersionString[]; diff --git a/native/iosTest/Pods/Target Support Files/RCT-Folly/RCT-Folly.debug.xcconfig b/native/iosTest/Pods/Target Support Files/RCT-Folly/RCT-Folly.debug.xcconfig index 25d4a694c..21410a15b 100644 --- a/native/iosTest/Pods/Target Support Files/RCT-Folly/RCT-Folly.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/RCT-Folly/RCT-Folly.debug.xcconfig @@ -1,9 +1,10 @@ CLANG_CXX_LANGUAGE_STANDARD = c++20 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RCT-Folly +DEFINES_MODULE = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RCT-Folly" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/libevent/include/" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/libevent/include/" $(inherited) $(PODS_ROOT)/Headers/Public/libevent/event -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RCT-Folly" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" OTHER_LDFLAGS = $(inherited) -Wl,-U,_jump_fcontext -Wl,-U,_make_fcontext PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/native/iosTest/Pods/Target Support Files/RCT-Folly/RCT-Folly.release.xcconfig b/native/iosTest/Pods/Target Support Files/RCT-Folly/RCT-Folly.release.xcconfig index 25d4a694c..21410a15b 100644 --- a/native/iosTest/Pods/Target Support Files/RCT-Folly/RCT-Folly.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/RCT-Folly/RCT-Folly.release.xcconfig @@ -1,9 +1,10 @@ CLANG_CXX_LANGUAGE_STANDARD = c++20 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RCT-Folly +DEFINES_MODULE = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RCT-Folly" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/libevent/include/" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/libevent/include/" $(inherited) $(PODS_ROOT)/Headers/Public/libevent/event -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RCT-Folly" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" OTHER_LDFLAGS = $(inherited) -Wl,-U,_jump_fcontext -Wl,-U,_make_fcontext PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation-dummy.m b/native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation-dummy.m new file mode 100644 index 000000000..b3fb9bca1 --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_RCTDeprecation : NSObject +@end +@implementation PodsDummy_RCTDeprecation +@end diff --git a/native/iosTest/Pods/Target Support Files/libevent/libevent-prefix.pch b/native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation-prefix.pch similarity index 100% rename from native/iosTest/Pods/Target Support Files/libevent/libevent-prefix.pch rename to native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation-prefix.pch diff --git a/native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation-umbrella.h b/native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation-umbrella.h new file mode 100644 index 000000000..adb57fde8 --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation-umbrella.h @@ -0,0 +1,17 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + +#import "RCTDeprecation.h" + +FOUNDATION_EXPORT double RCTDeprecationVersionNumber; +FOUNDATION_EXPORT const unsigned char RCTDeprecationVersionString[]; + diff --git a/native/iosTest/Pods/Target Support Files/libevent/libevent.debug.xcconfig b/native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation.debug.xcconfig similarity index 64% rename from native/iosTest/Pods/Target Support Files/libevent/libevent.debug.xcconfig rename to native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation.debug.xcconfig index 4b1a8e538..e5ba7cb22 100644 --- a/native/iosTest/Pods/Target Support Files/libevent/libevent.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation.debug.xcconfig @@ -1,12 +1,14 @@ +CLANG_CXX_LANGUAGE_STANDARD = c++20 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/libevent +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RCTDeprecation +DEFINES_MODULE = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/libevent" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_TARGET_SRCROOT)/include/" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RCTDeprecation" "${PODS_ROOT}/Headers/Public" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/libevent +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation.modulemap b/native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation.modulemap new file mode 100644 index 000000000..e1c413b0c --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation.modulemap @@ -0,0 +1,6 @@ +module RCTDeprecation { + umbrella header "RCTDeprecation-umbrella.h" + + export * + module * { export * } +} diff --git a/native/iosTest/Pods/Target Support Files/libevent/libevent.release.xcconfig b/native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation.release.xcconfig similarity index 64% rename from native/iosTest/Pods/Target Support Files/libevent/libevent.release.xcconfig rename to native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation.release.xcconfig index 4b1a8e538..e5ba7cb22 100644 --- a/native/iosTest/Pods/Target Support Files/libevent/libevent.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/RCTDeprecation/RCTDeprecation.release.xcconfig @@ -1,12 +1,14 @@ +CLANG_CXX_LANGUAGE_STANDARD = c++20 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/libevent +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RCTDeprecation +DEFINES_MODULE = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/libevent" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_TARGET_SRCROOT)/include/" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RCTDeprecation" "${PODS_ROOT}/Headers/Public" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/libevent +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/native/iosTest/Pods/Target Support Files/RCTRequired/RCTRequired.debug.xcconfig b/native/iosTest/Pods/Target Support Files/RCTRequired/RCTRequired.debug.xcconfig index d04c454d1..d36349fea 100644 --- a/native/iosTest/Pods/Target Support Files/RCTRequired/RCTRequired.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/RCTRequired/RCTRequired.debug.xcconfig @@ -6,7 +6,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../node_modules/react-native/Libraries/RCTRequired +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../node_modules/react-native/Libraries/Required PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/native/iosTest/Pods/Target Support Files/RCTRequired/RCTRequired.release.xcconfig b/native/iosTest/Pods/Target Support Files/RCTRequired/RCTRequired.release.xcconfig index d04c454d1..d36349fea 100644 --- a/native/iosTest/Pods/Target Support Files/RCTRequired/RCTRequired.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/RCTRequired/RCTRequired.release.xcconfig @@ -6,7 +6,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../node_modules/react-native/Libraries/RCTRequired +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../node_modules/react-native/Libraries/Required PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/native/iosTest/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.debug.xcconfig b/native/iosTest/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.debug.xcconfig index 7bbfd93ee..80d3bd428 100644 --- a/native/iosTest/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.debug.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RCTTypeSafety" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_TARGET_SRCROOT)/Libraries/TypeSafety" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RCTTypeSafety" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_TARGET_SRCROOT)/Libraries/TypeSafety" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.release.xcconfig b/native/iosTest/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.release.xcconfig index 7bbfd93ee..80d3bd428 100644 --- a/native/iosTest/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.release.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RCTTypeSafety" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_TARGET_SRCROOT)/Libraries/TypeSafety" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RCTTypeSafety" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_TARGET_SRCROOT)/Libraries/TypeSafety" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-Codegen/React-Codegen-umbrella.h b/native/iosTest/Pods/Target Support Files/React-Codegen/React-Codegen-umbrella.h index 051cb36c7..31c52cefb 100644 --- a/native/iosTest/Pods/Target Support Files/React-Codegen/React-Codegen-umbrella.h +++ b/native/iosTest/Pods/Target Support Files/React-Codegen/React-Codegen-umbrella.h @@ -11,6 +11,8 @@ #endif #import "FBReactNativeSpec/FBReactNativeSpec.h" +#import "FBReactNativeSpecJSI.h" +#import "RCTModulesConformingToProtocolsProvider.h" FOUNDATION_EXPORT double React_CodegenVersionNumber; FOUNDATION_EXPORT const unsigned char React_CodegenVersionString[]; diff --git a/native/iosTest/Pods/Target Support Files/React-Codegen/React-Codegen.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-Codegen/React-Codegen.debug.xcconfig index bb2680a57..24875d389 100644 --- a/native/iosTest/Pods/Target Support Files/React-Codegen/React-Codegen.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-Codegen/React-Codegen.debug.xcconfig @@ -2,8 +2,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-Codegen" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "$(PODS_ROOT)/Headers/Private/React-Fabric" "$(PODS_ROOT)/Headers/Private/React-RCTFabric" "$(PODS_ROOT)/Headers/Private/Yoga" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_TARGET_SRCROOT)" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-Codegen" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "$(PODS_ROOT)/Headers/Private/React-Fabric" "$(PODS_ROOT)/Headers/Private/React-RCTFabric" "$(PODS_ROOT)/Headers/Private/Yoga" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_TARGET_SRCROOT)" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-Codegen/React-Codegen.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-Codegen/React-Codegen.release.xcconfig index bb2680a57..24875d389 100644 --- a/native/iosTest/Pods/Target Support Files/React-Codegen/React-Codegen.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-Codegen/React-Codegen.release.xcconfig @@ -2,8 +2,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-Codegen" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "$(PODS_ROOT)/Headers/Private/React-Fabric" "$(PODS_ROOT)/Headers/Private/React-RCTFabric" "$(PODS_ROOT)/Headers/Private/Yoga" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_TARGET_SRCROOT)" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-Codegen" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "$(PODS_ROOT)/Headers/Private/React-Fabric" "$(PODS_ROOT)/Headers/Private/React-RCTFabric" "$(PODS_ROOT)/Headers/Private/Yoga" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_TARGET_SRCROOT)" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-Core/React-Core-umbrella.h b/native/iosTest/Pods/Target Support Files/React-Core/React-Core-umbrella.h index 4215743b1..867a0533d 100644 --- a/native/iosTest/Pods/Target Support Files/React-Core/React-Core-umbrella.h +++ b/native/iosTest/Pods/Target Support Files/React-Core/React-Core-umbrella.h @@ -38,6 +38,7 @@ #import "React/RCTWebSocketExecutor.h" #import "React/RCTWebSocketModule.h" #import "React/RCTAssert.h" +#import "React/RCTBridge+Inspector.h" #import "React/RCTBridge+Private.h" #import "React/RCTBridge.h" #import "React/RCTBridgeConstants.h" @@ -45,6 +46,7 @@ #import "React/RCTBridgeMethod.h" #import "React/RCTBridgeModule.h" #import "React/RCTBridgeModuleDecorator.h" +#import "React/RCTBridgeProxy+Cxx.h" #import "React/RCTBridgeProxy.h" #import "React/RCTBundleManager.h" #import "React/RCTBundleURLProvider.h" @@ -84,6 +86,7 @@ #import "React/RCTRootView.h" #import "React/RCTRootViewDelegate.h" #import "React/RCTRootViewInternal.h" +#import "React/RCTRuntimeExecutorModule.h" #import "React/RCTTouchEvent.h" #import "React/RCTTouchHandler.h" #import "React/RCTTurboModuleRegistry.h" @@ -129,6 +132,9 @@ #import "React/RCTComponentData.h" #import "React/RCTConvert+CoreLocation.h" #import "React/RCTConvert+Transform.h" +#import "React/RCTCursor.h" +#import "React/RCTDebuggingOverlay.h" +#import "React/RCTDebuggingOverlayManager.h" #import "React/RCTFont.h" #import "React/RCTLayout.h" #import "React/RCTModalHostView.h" @@ -145,7 +151,6 @@ #import "React/RCTSwitch.h" #import "React/RCTSwitchManager.h" #import "React/RCTTextDecorationLineType.h" -#import "React/RCTTransformOrigin.h" #import "React/RCTView.h" #import "React/RCTViewManager.h" #import "React/RCTViewUtils.h" diff --git a/native/iosTest/Pods/Target Support Files/React-Core/React-Core.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-Core/React-Core.debug.xcconfig index 7a0af5865..214ac6e40 100644 --- a/native/iosTest/Pods/Target Support Files/React-Core/React-Core.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-Core/React-Core.debug.xcconfig @@ -4,8 +4,8 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-Core DEFINES_MODULE = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" "$(PODS_CONFIGURATION_BUILD_DIR)/React-hermes" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 RCT_METRO_PORT=${RCT_METRO_PORT} -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-Core" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" $(PODS_TARGET_SRCROOT)/ReactCommon $(PODS_ROOT)/boost $(PODS_ROOT)/DoubleConversion $(PODS_ROOT)/fmt/include $(PODS_ROOT)/RCT-Folly ${PODS_ROOT}/Headers/Public/FlipperKit $(PODS_ROOT)/Headers/Public/ReactCommon $(PODS_ROOT)/Headers/Public/React-hermes $(PODS_ROOT)/Headers/Public/hermes-engine -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-Core" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" $(PODS_TARGET_SRCROOT)/ReactCommon $(PODS_ROOT)/boost $(PODS_ROOT)/DoubleConversion $(PODS_ROOT)/fmt/include $(PODS_ROOT)/RCT-Folly ${PODS_ROOT}/Headers/Public/FlipperKit $(PODS_ROOT)/Headers/Public/ReactCommon $(PODS_ROOT)/Headers/Public/React-hermes $(PODS_ROOT)/Headers/Public/hermes-engine "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RCTDeprecation/RCTDeprecation.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-Core/React-Core.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-Core/React-Core.release.xcconfig index 7a0af5865..214ac6e40 100644 --- a/native/iosTest/Pods/Target Support Files/React-Core/React-Core.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-Core/React-Core.release.xcconfig @@ -4,8 +4,8 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-Core DEFINES_MODULE = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" "$(PODS_CONFIGURATION_BUILD_DIR)/React-hermes" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 RCT_METRO_PORT=${RCT_METRO_PORT} -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-Core" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" $(PODS_TARGET_SRCROOT)/ReactCommon $(PODS_ROOT)/boost $(PODS_ROOT)/DoubleConversion $(PODS_ROOT)/fmt/include $(PODS_ROOT)/RCT-Folly ${PODS_ROOT}/Headers/Public/FlipperKit $(PODS_ROOT)/Headers/Public/ReactCommon $(PODS_ROOT)/Headers/Public/React-hermes $(PODS_ROOT)/Headers/Public/hermes-engine -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-Core" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" $(PODS_TARGET_SRCROOT)/ReactCommon $(PODS_ROOT)/boost $(PODS_ROOT)/DoubleConversion $(PODS_ROOT)/fmt/include $(PODS_ROOT)/RCT-Folly ${PODS_ROOT}/Headers/Public/FlipperKit $(PODS_ROOT)/Headers/Public/ReactCommon $(PODS_ROOT)/Headers/Public/React-hermes $(PODS_ROOT)/Headers/Public/hermes-engine "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RCTDeprecation/RCTDeprecation.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-Core/ResourceBundle-RCTI18nStrings-React-Core-Info.plist b/native/iosTest/Pods/Target Support Files/React-Core/ResourceBundle-RCTI18nStrings-React-Core-Info.plist index 730a4b8cd..98974fff3 100644 --- a/native/iosTest/Pods/Target Support Files/React-Core/ResourceBundle-RCTI18nStrings-React-Core-Info.plist +++ b/native/iosTest/Pods/Target Support Files/React-Core/ResourceBundle-RCTI18nStrings-React-Core-Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.73.11 + 0.74.6 CFBundleSignature ???? CFBundleVersion diff --git a/native/iosTest/Pods/Target Support Files/React-CoreModules/React-CoreModules.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-CoreModules/React-CoreModules.debug.xcconfig index e001173c5..3ff8f3838 100644 --- a/native/iosTest/Pods/Target Support Files/React-CoreModules/React-CoreModules.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-CoreModules/React-CoreModules.debug.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_TARGET_SRCROOT)/React/CoreModules" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_TARGET_SRCROOT)/React/CoreModules" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-CoreModules/React-CoreModules.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-CoreModules/React-CoreModules.release.xcconfig index e001173c5..3ff8f3838 100644 --- a/native/iosTest/Pods/Target Support Files/React-CoreModules/React-CoreModules.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-CoreModules/React-CoreModules.release.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_TARGET_SRCROOT)/React/CoreModules" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_TARGET_SRCROOT)/React/CoreModules" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-Fabric/React-Fabric-umbrella.h b/native/iosTest/Pods/Target Support Files/React-Fabric/React-Fabric-umbrella.h index a18225bef..fb123ed8e 100644 --- a/native/iosTest/Pods/Target Support Files/React-Fabric/React-Fabric-umbrella.h +++ b/native/iosTest/Pods/Target Support Files/React-Fabric/React-Fabric-umbrella.h @@ -27,7 +27,6 @@ #import "react/renderer/componentregistry/ComponentDescriptorProviderRegistry.h" #import "react/renderer/componentregistry/ComponentDescriptorRegistry.h" #import "react/renderer/componentregistry/componentNameByReactViewName.h" -#import "react/renderer/componentregistry/NativeComponentRegistryBinding.h" #import "react/renderer/componentregistry/native/NativeComponentRegistryBinding.h" #import "react/renderer/components/inputaccessory/InputAccessoryComponentDescriptor.h" #import "react/renderer/components/inputaccessory/InputAccessoryShadowNode.h" @@ -38,6 +37,8 @@ #import "react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropViewEventEmitter.h" #import "react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropViewProps.h" #import "react/renderer/components/legacyviewmanagerinterop/RCTLegacyViewManagerInteropCoordinator.h" +#import "react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticComponentDescriptor.h" +#import "react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticShadowNode.h" #import "react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerInteropComponentDescriptor.h" #import "react/renderer/components/modal/ModalHostViewComponentDescriptor.h" #import "react/renderer/components/modal/ModalHostViewShadowNode.h" @@ -108,7 +109,6 @@ #import "react/renderer/components/view/TouchEventEmitter.h" #import "react/renderer/components/view/ViewComponentDescriptor.h" #import "react/renderer/components/view/ViewEventEmitter.h" -#import "react/renderer/components/view/viewPropConversions.h" #import "react/renderer/components/view/ViewProps.h" #import "react/renderer/components/view/ViewPropsInterpolation.h" #import "react/renderer/components/view/ViewShadowNode.h" @@ -124,7 +124,6 @@ #import "react/renderer/core/EventBeat.h" #import "react/renderer/core/EventDispatcher.h" #import "react/renderer/core/EventEmitter.h" -#import "react/renderer/core/EventHandler.h" #import "react/renderer/core/EventListener.h" #import "react/renderer/core/EventLogger.h" #import "react/renderer/core/EventPayload.h" @@ -163,7 +162,6 @@ #import "react/renderer/core/StateData.h" #import "react/renderer/core/StatePipe.h" #import "react/renderer/core/StateUpdate.h" -#import "react/renderer/core/TraitCast.h" #import "react/renderer/core/UnbatchedEventQueue.h" #import "react/renderer/core/ValueFactory.h" #import "react/renderer/core/ValueFactoryEventPayload.h" @@ -200,18 +198,18 @@ #import "react/renderer/scheduler/SynchronousEventBeat.h" #import "react/renderer/telemetry/SurfaceTelemetry.h" #import "react/renderer/telemetry/TransactionTelemetry.h" -#import "react/renderer/templateprocessor/UITemplateProcessor.h" -#import "react/renderer/textlayoutmanager/NSTextStorage+FontScaling.h" #import "react/renderer/textlayoutmanager/RCTAttributedTextUtils.h" #import "react/renderer/textlayoutmanager/RCTFontProperties.h" #import "react/renderer/textlayoutmanager/RCTFontUtils.h" #import "react/renderer/textlayoutmanager/RCTTextLayoutManager.h" #import "react/renderer/textlayoutmanager/RCTTextPrimitivesConversions.h" #import "react/renderer/textlayoutmanager/TextLayoutManager.h" +#import "react/renderer/textlayoutmanager/TextLayoutContext.h" #import "react/renderer/textlayoutmanager/TextMeasureCache.h" #import "react/renderer/uimanager/bindingUtils.h" #import "react/renderer/uimanager/LayoutAnimationStatusDelegate.h" #import "react/renderer/uimanager/PointerEventsProcessor.h" +#import "react/renderer/uimanager/PointerHoverTracker.h" #import "react/renderer/uimanager/primitives.h" #import "react/renderer/uimanager/SurfaceRegistryBinding.h" #import "react/renderer/uimanager/UIManager.h" diff --git a/native/iosTest/Pods/Target Support Files/React-Fabric/React-Fabric.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-Fabric/React-Fabric.debug.xcconfig index b015e5ddb..3294e115f 100644 --- a/native/iosTest/Pods/Target Support Files/React-Fabric/React-Fabric.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-Fabric/React-Fabric.debug.xcconfig @@ -5,8 +5,8 @@ DEFINES_MODULE = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 GCC_WARN_PEDANTIC = YES -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-Fabric" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "$(PODS_ROOT)/Headers/Private/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "$(PODS_ROOT)/Headers/Private/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "$(PODS_ROOT)/boost" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/Headers/Private/Yoga" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-Fabric" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "$(PODS_ROOT)/Headers/Private/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "$(PODS_ROOT)/Headers/Private/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "$(PODS_ROOT)/boost" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/Headers/Private/Yoga" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-Fabric/React-Fabric.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-Fabric/React-Fabric.release.xcconfig index b015e5ddb..3294e115f 100644 --- a/native/iosTest/Pods/Target Support Files/React-Fabric/React-Fabric.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-Fabric/React-Fabric.release.xcconfig @@ -5,8 +5,8 @@ DEFINES_MODULE = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 GCC_WARN_PEDANTIC = YES -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-Fabric" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "$(PODS_ROOT)/Headers/Private/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "$(PODS_ROOT)/Headers/Private/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "$(PODS_ROOT)/boost" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/Headers/Private/Yoga" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-Fabric" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "$(PODS_ROOT)/Headers/Private/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "$(PODS_ROOT)/Headers/Private/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "$(PODS_ROOT)/boost" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/Headers/Private/Yoga" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-FabricImage/React-FabricImage.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-FabricImage/React-FabricImage.debug.xcconfig index 58531a9d3..bcdd44a40 100644 --- a/native/iosTest/Pods/Target Support Files/React-FabricImage/React-FabricImage.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-FabricImage/React-FabricImage.debug.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-FabricImage FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-FabricImage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/boost" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/Headers/Private/Yoga" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/imagemanager/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-FabricImage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/Headers/Private/Yoga" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/imagemanager/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-FabricImage/React-FabricImage.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-FabricImage/React-FabricImage.release.xcconfig index 58531a9d3..bcdd44a40 100644 --- a/native/iosTest/Pods/Target Support Files/React-FabricImage/React-FabricImage.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-FabricImage/React-FabricImage.release.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-FabricImage FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-FabricImage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/boost" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/Headers/Private/Yoga" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/imagemanager/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-FabricImage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/Headers/Private/Yoga" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/imagemanager/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-ImageManager/React-ImageManager.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-ImageManager/React-ImageManager.debug.xcconfig index a5be60ed2..ad43c9dc8 100644 --- a/native/iosTest/Pods/Target Support Files/React-ImageManager/React-ImageManager.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-ImageManager/React-ImageManager.debug.xcconfig @@ -4,8 +4,8 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-ImageManager DEFINES_MODULE = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-ImageManager" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_TARGET_SRCROOT)/../../../" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-utils/React_utils.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-ImageManager" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_TARGET_SRCROOT)/../../../" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-utils/React_utils.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-ImageManager/React-ImageManager.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-ImageManager/React-ImageManager.release.xcconfig index a5be60ed2..ad43c9dc8 100644 --- a/native/iosTest/Pods/Target Support Files/React-ImageManager/React-ImageManager.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-ImageManager/React-ImageManager.release.xcconfig @@ -4,8 +4,8 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-ImageManager DEFINES_MODULE = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-ImageManager" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_TARGET_SRCROOT)/../../../" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-utils/React_utils.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-ImageManager" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_TARGET_SRCROOT)/../../../" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-utils/React_utils.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-NativeModulesApple/React-NativeModulesApple-umbrella.h b/native/iosTest/Pods/Target Support Files/React-NativeModulesApple/React-NativeModulesApple-umbrella.h index 4583b10b7..88098b2c5 100644 --- a/native/iosTest/Pods/Target Support Files/React-NativeModulesApple/React-NativeModulesApple-umbrella.h +++ b/native/iosTest/Pods/Target Support Files/React-NativeModulesApple/React-NativeModulesApple-umbrella.h @@ -10,8 +10,8 @@ #endif #endif -#import "ReactCommon/RCTBlockGuard.h" #import "ReactCommon/RCTInteropTurboModule.h" +#import "ReactCommon/RCTRuntimeExecutor.h" #import "ReactCommon/RCTTurboModule.h" #import "ReactCommon/RCTTurboModuleManager.h" diff --git a/native/iosTest/Pods/Target Support Files/React-NativeModulesApple/React-NativeModulesApple.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-NativeModulesApple/React-NativeModulesApple.debug.xcconfig index be4148dc4..43f42c205 100644 --- a/native/iosTest/Pods/Target Support Files/React-NativeModulesApple/React-NativeModulesApple.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-NativeModulesApple/React-NativeModulesApple.debug.xcconfig @@ -4,8 +4,8 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApp FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 GCC_WARN_PEDANTIC = YES -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/Headers/Private/React-Core" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/Headers/Private/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-NativeModulesApple/React-NativeModulesApple.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-NativeModulesApple/React-NativeModulesApple.release.xcconfig index be4148dc4..43f42c205 100644 --- a/native/iosTest/Pods/Target Support Files/React-NativeModulesApple/React-NativeModulesApple.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-NativeModulesApple/React-NativeModulesApple.release.xcconfig @@ -4,8 +4,8 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApp FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 GCC_WARN_PEDANTIC = YES -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/Headers/Private/React-Core" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/Headers/Private/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.debug.xcconfig index 89a550400..321ba112e 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.debug.xcconfig @@ -2,8 +2,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.release.xcconfig index 89a550400..321ba112e 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.release.xcconfig @@ -2,8 +2,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.debug.xcconfig index 2e183627c..d3b5c78d1 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.debug.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTAnimation" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTAnimation" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.release.xcconfig index 2e183627c..d3b5c78d1 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.release.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTAnimation" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTAnimation" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate-umbrella.h b/native/iosTest/Pods/Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate-umbrella.h index 6ae1d93cc..5069f850a 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate-umbrella.h +++ b/native/iosTest/Pods/Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate-umbrella.h @@ -10,9 +10,10 @@ #endif #endif +#import "RCTAppDelegate+Protected.h" #import "RCTAppDelegate.h" #import "RCTAppSetupUtils.h" -#import "RCTLegacyInteropComponents.h" +#import "RCTRootViewFactory.h" FOUNDATION_EXPORT double React_RCTAppDelegateVersionNumber; FOUNDATION_EXPORT const unsigned char React_RCTAppDelegateVersionString[]; diff --git a/native/iosTest/Pods/Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate.debug.xcconfig index ce6e64e02..8525d564e 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate.debug.xcconfig @@ -4,9 +4,9 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAppDelegate DEFINES_MODULE = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTAppDelegate" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTFabric" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" $(PODS_TARGET_SRCROOT)/../../ReactCommon $(PODS_ROOT)/Headers/Private/React-Core $(PODS_ROOT)/boost $(PODS_ROOT)/DoubleConversion $(PODS_ROOT)/fmt/include $(PODS_ROOT)/RCT-Folly ${PODS_ROOT}/Headers/Public/FlipperKit $(PODS_ROOT)/Headers/Public/ReactCommon $(PODS_ROOT)/Headers/Public/React-RCTFabric $(PODS_ROOT)/Headers/Private/Yoga $(PODS_ROOT)/Headers/Public/React-hermes $(PODS_ROOT)/Headers/Public/hermes-engine "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler/React_runtimescheduler.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTFabric/RCTFabric.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -OTHER_CPLUSPLUSFLAGS = $(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DRN_FABRIC_ENABLED -DUSE_HERMES +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTAppDelegate" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTFabric" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RuntimeApple" "${PODS_ROOT}/Headers/Public/React-RuntimeCore" "${PODS_ROOT}/Headers/Public/React-RuntimeHermes" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" $(PODS_TARGET_SRCROOT)/../../ReactCommon $(PODS_ROOT)/Headers/Private/React-Core $(PODS_ROOT)/boost $(PODS_ROOT)/DoubleConversion $(PODS_ROOT)/fmt/include $(PODS_ROOT)/RCT-Folly ${PODS_ROOT}/Headers/Public/FlipperKit $(PODS_ROOT)/Headers/Public/ReactCommon $(PODS_ROOT)/Headers/Public/React-RCTFabric $(PODS_ROOT)/Headers/Private/Yoga $(PODS_ROOT)/Headers/Public/React-hermes $(PODS_ROOT)/Headers/Public/hermes-engine "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler/React_runtimescheduler.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTFabric/RCTFabric.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeCore/React_RuntimeCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeApple/React_RuntimeApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-utils/React_utils.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-featureflags/React_featureflags.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CPLUSPLUSFLAGS = $(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DUSE_HERMES PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate.release.xcconfig index ce6e64e02..8525d564e 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate.release.xcconfig @@ -4,9 +4,9 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAppDelegate DEFINES_MODULE = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTAppDelegate" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTFabric" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" $(PODS_TARGET_SRCROOT)/../../ReactCommon $(PODS_ROOT)/Headers/Private/React-Core $(PODS_ROOT)/boost $(PODS_ROOT)/DoubleConversion $(PODS_ROOT)/fmt/include $(PODS_ROOT)/RCT-Folly ${PODS_ROOT}/Headers/Public/FlipperKit $(PODS_ROOT)/Headers/Public/ReactCommon $(PODS_ROOT)/Headers/Public/React-RCTFabric $(PODS_ROOT)/Headers/Private/Yoga $(PODS_ROOT)/Headers/Public/React-hermes $(PODS_ROOT)/Headers/Public/hermes-engine "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler/React_runtimescheduler.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTFabric/RCTFabric.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -OTHER_CPLUSPLUSFLAGS = $(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DRN_FABRIC_ENABLED -DUSE_HERMES +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTAppDelegate" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTFabric" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RuntimeApple" "${PODS_ROOT}/Headers/Public/React-RuntimeCore" "${PODS_ROOT}/Headers/Public/React-RuntimeHermes" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" $(PODS_TARGET_SRCROOT)/../../ReactCommon $(PODS_ROOT)/Headers/Private/React-Core $(PODS_ROOT)/boost $(PODS_ROOT)/DoubleConversion $(PODS_ROOT)/fmt/include $(PODS_ROOT)/RCT-Folly ${PODS_ROOT}/Headers/Public/FlipperKit $(PODS_ROOT)/Headers/Public/ReactCommon $(PODS_ROOT)/Headers/Public/React-RCTFabric $(PODS_ROOT)/Headers/Private/Yoga $(PODS_ROOT)/Headers/Public/React-hermes $(PODS_ROOT)/Headers/Public/hermes-engine "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler/React_runtimescheduler.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTFabric/RCTFabric.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeCore/React_RuntimeCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeApple/React_RuntimeApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-utils/React_utils.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-featureflags/React_featureflags.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CPLUSPLUSFLAGS = $(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -DUSE_HERMES PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.debug.xcconfig index 1a6d3659a..a1cd22033 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.debug.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTBlob" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTBlob" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.release.xcconfig index 1a6d3659a..a1cd22033 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.release.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTBlob" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTBlob" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTFabric/React-RCTFabric-umbrella.h b/native/iosTest/Pods/Target Support Files/React-RCTFabric/React-RCTFabric-umbrella.h index 8b0ec5276..9ccbdf9ac 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTFabric/React-RCTFabric-umbrella.h +++ b/native/iosTest/Pods/Target Support Files/React-RCTFabric/React-RCTFabric-umbrella.h @@ -11,6 +11,7 @@ #endif #import "React/RCTActivityIndicatorViewComponentView.h" +#import "React/RCTDebuggingOverlayComponentView.h" #import "React/RCTImageComponentView.h" #import "React/RCTInputAccessoryComponentView.h" #import "React/RCTInputAccessoryContentView.h" diff --git a/native/iosTest/Pods/Target Support Files/React-RCTFabric/React-RCTFabric.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTFabric/React-RCTFabric.debug.xcconfig index 45d943edd..c18a0e14a 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTFabric/React-RCTFabric.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTFabric/React-RCTFabric.debug.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTFabric FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTFabric" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTFabric" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/Headers/Private/React-Core" "$(PODS_ROOT)/Headers/Private/Yoga" "$(PODS_ROOT)/Headers/Public/React-Codegen" "${PODS_CONFIGURATION_BUILD_DIR}/React-FabricImage/React_FabricImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/textlayoutmanager/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/textinput/iostextinput" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/imagemanager/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-nativeconfig/React_nativeconfig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-ImageManager/React_ImageManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-utils/React_utils.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler/React_runtimescheduler.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" $(inherited) -DRN_FABRIC_ENABLED -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTFabric" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTFabric" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/Headers/Private/React-Core" "$(PODS_ROOT)/Headers/Private/Yoga" "$(PODS_ROOT)/Headers/Public/React-Codegen" "${PODS_CONFIGURATION_BUILD_DIR}/React-FabricImage/React_FabricImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/textlayoutmanager/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/textinput/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/imagemanager/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-nativeconfig/React_nativeconfig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-ImageManager/React_ImageManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-featureflags/React_featureflags.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-utils/React_utils.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler/React_runtimescheduler.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" $(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTFabric/React-RCTFabric.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTFabric/React-RCTFabric.release.xcconfig index 45d943edd..c18a0e14a 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTFabric/React-RCTFabric.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTFabric/React-RCTFabric.release.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTFabric FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTFabric" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTFabric" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/Headers/Private/React-Core" "$(PODS_ROOT)/Headers/Private/Yoga" "$(PODS_ROOT)/Headers/Public/React-Codegen" "${PODS_CONFIGURATION_BUILD_DIR}/React-FabricImage/React_FabricImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/textlayoutmanager/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/textinput/iostextinput" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/imagemanager/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-nativeconfig/React_nativeconfig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-ImageManager/React_ImageManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-utils/React_utils.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler/React_runtimescheduler.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" $(inherited) -DRN_FABRIC_ENABLED -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTFabric" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTFabric" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/Headers/Private/React-Core" "$(PODS_ROOT)/Headers/Private/Yoga" "$(PODS_ROOT)/Headers/Public/React-Codegen" "${PODS_CONFIGURATION_BUILD_DIR}/React-FabricImage/React_FabricImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/textlayoutmanager/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/textinput/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx" "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/imagemanager/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-nativeconfig/React_nativeconfig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios" "${PODS_CONFIGURATION_BUILD_DIR}/React-ImageManager/React_ImageManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-featureflags/React_featureflags.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-utils/React_utils.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler/React_runtimescheduler.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" $(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTImage/React-RCTImage.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTImage/React-RCTImage.debug.xcconfig index 7211ecfa6..76c9a7071 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTImage/React-RCTImage.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTImage/React-RCTImage.debug.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTImage/React-RCTImage.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTImage/React-RCTImage.release.xcconfig index 7211ecfa6..76c9a7071 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTImage/React-RCTImage.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTImage/React-RCTImage.release.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.debug.xcconfig index 1f0bc9a8d..372559dd0 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.debug.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers/build/generated/ios" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers/build/generated/ios" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.release.xcconfig index 1f0bc9a8d..372559dd0 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.release.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers/build/generated/ios" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers/build/generated/ios" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.debug.xcconfig index 6cb1a7d37..570dafab2 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.debug.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers/build/generated/ios" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers/build/generated/ios" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.release.xcconfig index 6cb1a7d37..570dafab2 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.release.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers/build/generated/ios" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers/build/generated/ios" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.debug.xcconfig index 2d733e9a5..72f4184ab 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.debug.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers/build/generated/ios" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers/build/generated/ios" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.release.xcconfig index 2d733e9a5..72f4184ab 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.release.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers/build/generated/ios" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers/build/generated/ios" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTText/React-RCTText.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTText/React-RCTText.debug.xcconfig index 513dc8e16..0a765c4a2 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTText/React-RCTText.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTText/React-RCTText.debug.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTText" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTText" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTText/React-RCTText.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTText/React-RCTText.release.xcconfig index 513dc8e16..0a765c4a2 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTText/React-RCTText.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTText/React-RCTText.release.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTText" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTText" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.debug.xcconfig index d8eb314d9..783a1b561 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.debug.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.release.xcconfig index d8eb314d9..783a1b561 100644 --- a/native/iosTest/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.release.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers/build/generated/ios" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core" "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-RuntimeApple/React-RuntimeApple-dummy.m b/native/iosTest/Pods/Target Support Files/React-RuntimeApple/React-RuntimeApple-dummy.m new file mode 100644 index 000000000..7871eed50 --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-RuntimeApple/React-RuntimeApple-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_React_RuntimeApple : NSObject +@end +@implementation PodsDummy_React_RuntimeApple +@end diff --git a/native/iosTest/Pods/Target Support Files/React-RuntimeApple/React-RuntimeApple-prefix.pch b/native/iosTest/Pods/Target Support Files/React-RuntimeApple/React-RuntimeApple-prefix.pch new file mode 100644 index 000000000..beb2a2441 --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-RuntimeApple/React-RuntimeApple-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/native/iosTest/Pods/Target Support Files/React-RuntimeApple/React-RuntimeApple.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-RuntimeApple/React-RuntimeApple.debug.xcconfig new file mode 100644 index 000000000..7fff760ae --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-RuntimeApple/React-RuntimeApple.debug.xcconfig @@ -0,0 +1,18 @@ +CLANG_CXX_LANGUAGE_STANDARD = c++20 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeApple +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +GCC_WARN_PEDANTIC = YES +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RuntimeApple" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTFabric" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RuntimeApple" "${PODS_ROOT}/Headers/Public/React-RuntimeCore" "${PODS_ROOT}/Headers/Public/React-RuntimeHermes" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" $(PODS_ROOT)/boost $(PODS_ROOT)/Headers/Private/React-Core $(PODS_TARGET_SRCROOT)/../../../.. $(PODS_TARGET_SRCROOT)/../../../../.. +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_HEADERMAP = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/native/iosTest/Pods/Target Support Files/React-RuntimeApple/React-RuntimeApple.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-RuntimeApple/React-RuntimeApple.release.xcconfig new file mode 100644 index 000000000..7fff760ae --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-RuntimeApple/React-RuntimeApple.release.xcconfig @@ -0,0 +1,18 @@ +CLANG_CXX_LANGUAGE_STANDARD = c++20 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeApple +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +GCC_WARN_PEDANTIC = YES +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RuntimeApple" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTFabric" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RuntimeApple" "${PODS_ROOT}/Headers/Public/React-RuntimeCore" "${PODS_ROOT}/Headers/Public/React-RuntimeHermes" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" $(PODS_ROOT)/boost $(PODS_ROOT)/Headers/Private/React-Core $(PODS_TARGET_SRCROOT)/../../../.. $(PODS_TARGET_SRCROOT)/../../../../.. +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTFabric/React-RCTFabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_HEADERMAP = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/native/iosTest/Pods/Target Support Files/React-RuntimeCore/React-RuntimeCore-dummy.m b/native/iosTest/Pods/Target Support Files/React-RuntimeCore/React-RuntimeCore-dummy.m new file mode 100644 index 000000000..194fe2a1e --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-RuntimeCore/React-RuntimeCore-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_React_RuntimeCore : NSObject +@end +@implementation PodsDummy_React_RuntimeCore +@end diff --git a/native/iosTest/Pods/Target Support Files/React-RuntimeCore/React-RuntimeCore-prefix.pch b/native/iosTest/Pods/Target Support Files/React-RuntimeCore/React-RuntimeCore-prefix.pch new file mode 100644 index 000000000..beb2a2441 --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-RuntimeCore/React-RuntimeCore-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/native/iosTest/Pods/Target Support Files/React-RuntimeCore/React-RuntimeCore.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-RuntimeCore/React-RuntimeCore.debug.xcconfig new file mode 100644 index 000000000..1203ee331 --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-RuntimeCore/React-RuntimeCore.debug.xcconfig @@ -0,0 +1,18 @@ +CLANG_CXX_LANGUAGE_STANDARD = c++20 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeCore +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +GCC_WARN_PEDANTIC = YES +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RuntimeCore" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-RuntimeCore" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/Headers/Private/React-Core" "${PODS_TARGET_SRCROOT}/../.." +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../node_modules/react-native/ReactCommon/react/runtime +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_HEADERMAP = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/native/iosTest/Pods/Target Support Files/React-RuntimeCore/React-RuntimeCore.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-RuntimeCore/React-RuntimeCore.release.xcconfig new file mode 100644 index 000000000..1203ee331 --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-RuntimeCore/React-RuntimeCore.release.xcconfig @@ -0,0 +1,18 @@ +CLANG_CXX_LANGUAGE_STANDARD = c++20 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeCore +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +GCC_WARN_PEDANTIC = YES +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RuntimeCore" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-RuntimeCore" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/Headers/Private/React-Core" "${PODS_TARGET_SRCROOT}/../.." +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../node_modules/react-native/ReactCommon/react/runtime +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_HEADERMAP = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/native/iosTest/Pods/Target Support Files/React-RuntimeHermes/React-RuntimeHermes-dummy.m b/native/iosTest/Pods/Target Support Files/React-RuntimeHermes/React-RuntimeHermes-dummy.m new file mode 100644 index 000000000..312681d9a --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-RuntimeHermes/React-RuntimeHermes-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_React_RuntimeHermes : NSObject +@end +@implementation PodsDummy_React_RuntimeHermes +@end diff --git a/native/iosTest/Pods/Target Support Files/React-RuntimeHermes/React-RuntimeHermes-prefix.pch b/native/iosTest/Pods/Target Support Files/React-RuntimeHermes/React-RuntimeHermes-prefix.pch new file mode 100644 index 000000000..beb2a2441 --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-RuntimeHermes/React-RuntimeHermes-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/native/iosTest/Pods/Target Support Files/React-RuntimeHermes/React-RuntimeHermes.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-RuntimeHermes/React-RuntimeHermes.debug.xcconfig new file mode 100644 index 000000000..1bdfae205 --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-RuntimeHermes/React-RuntimeHermes.debug.xcconfig @@ -0,0 +1,18 @@ +CLANG_CXX_LANGUAGE_STANDARD = c++20 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeHermes +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +GCC_WARN_PEDANTIC = YES +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RuntimeHermes" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-RuntimeCore" "${PODS_ROOT}/Headers/Public/React-RuntimeHermes" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_TARGET_SRCROOT}/../.." "${PODS_TARGET_SRCROOT}/../../hermes/executor" "$(PODS_ROOT)/boost" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../node_modules/react-native/ReactCommon/react/runtime +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_HEADERMAP = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/native/iosTest/Pods/Target Support Files/React-RuntimeHermes/React-RuntimeHermes.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-RuntimeHermes/React-RuntimeHermes.release.xcconfig new file mode 100644 index 000000000..1bdfae205 --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-RuntimeHermes/React-RuntimeHermes.release.xcconfig @@ -0,0 +1,18 @@ +CLANG_CXX_LANGUAGE_STANDARD = c++20 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeHermes +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +GCC_WARN_PEDANTIC = YES +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RuntimeHermes" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-RuntimeCore" "${PODS_ROOT}/Headers/Public/React-RuntimeHermes" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-nativeconfig" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_TARGET_SRCROOT}/../.." "${PODS_TARGET_SRCROOT}/../../hermes/executor" "$(PODS_ROOT)/boost" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../node_modules/react-native/ReactCommon/react/runtime +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_HEADERMAP = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/native/iosTest/Pods/Target Support Files/React-cxxreact/React-cxxreact.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-cxxreact/React-cxxreact.debug.xcconfig index 8cb5b5807..47be0fd80 100644 --- a/native/iosTest/Pods/Target Support Files/React-cxxreact/React-cxxreact.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-cxxreact/React-cxxreact.debug.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-cxxreact" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_CONFIGURATION_BUILD_DIR)/React-debug/React_debug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimeexecutor/React_runtimeexecutor.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-cxxreact" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_CONFIGURATION_BUILD_DIR)/React-debug/React_debug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimeexecutor/React_runtimeexecutor.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-cxxreact/React-cxxreact.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-cxxreact/React-cxxreact.release.xcconfig index 8cb5b5807..47be0fd80 100644 --- a/native/iosTest/Pods/Target Support Files/React-cxxreact/React-cxxreact.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-cxxreact/React-cxxreact.release.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-cxxreact" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_CONFIGURATION_BUILD_DIR)/React-debug/React_debug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimeexecutor/React_runtimeexecutor.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-cxxreact" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_CONFIGURATION_BUILD_DIR)/React-debug/React_debug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-runtimeexecutor/React_runtimeexecutor.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags-dummy.m b/native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags-dummy.m new file mode 100644 index 000000000..c335dc773 --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_React_featureflags : NSObject +@end +@implementation PodsDummy_React_featureflags +@end diff --git a/native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags-prefix.pch b/native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags-prefix.pch new file mode 100644 index 000000000..beb2a2441 --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags-umbrella.h b/native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags-umbrella.h new file mode 100644 index 000000000..b76f74645 --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags-umbrella.h @@ -0,0 +1,20 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + +#import "react/featureflags/ReactNativeFeatureFlags.h" +#import "react/featureflags/ReactNativeFeatureFlagsAccessor.h" +#import "react/featureflags/ReactNativeFeatureFlagsDefaults.h" +#import "react/featureflags/ReactNativeFeatureFlagsProvider.h" + +FOUNDATION_EXPORT double react_featureflagsVersionNumber; +FOUNDATION_EXPORT const unsigned char react_featureflagsVersionString[]; + diff --git a/native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags.debug.xcconfig new file mode 100644 index 000000000..6e6b3dc9b --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags.debug.xcconfig @@ -0,0 +1,15 @@ +CLANG_CXX_LANGUAGE_STANDARD = c++20 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-featureflags +DEFINES_MODULE = YES +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-featureflags" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/React-featureflags" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../node_modules/react-native/ReactCommon/react/featureflags +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags.modulemap b/native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags.modulemap new file mode 100644 index 000000000..3ef1e7f77 --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags.modulemap @@ -0,0 +1,6 @@ +module react_featureflags { + umbrella header "React-featureflags-umbrella.h" + + export * + module * { export * } +} diff --git a/native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags.release.xcconfig new file mode 100644 index 000000000..6e6b3dc9b --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-featureflags/React-featureflags.release.xcconfig @@ -0,0 +1,15 @@ +CLANG_CXX_LANGUAGE_STANDARD = c++20 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-featureflags +DEFINES_MODULE = YES +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-featureflags" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/React-featureflags" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../node_modules/react-native/ReactCommon/react/featureflags +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/native/iosTest/Pods/Target Support Files/React-graphics/React-graphics-umbrella.h b/native/iosTest/Pods/Target Support Files/React-graphics/React-graphics-umbrella.h index 67f0c9b3e..ddb0f25fe 100644 --- a/native/iosTest/Pods/Target Support Files/React-graphics/React-graphics-umbrella.h +++ b/native/iosTest/Pods/Target Support Files/React-graphics/React-graphics-umbrella.h @@ -13,6 +13,7 @@ #import "react/renderer/graphics/Color.h" #import "react/renderer/graphics/ColorComponents.h" #import "react/renderer/graphics/conversions.h" +#import "react/renderer/graphics/fromRawValueShared.h" #import "react/renderer/graphics/Geometry.h" #import "react/renderer/graphics/Float.h" #import "react/renderer/graphics/HostPlatformColor.h" diff --git a/native/iosTest/Pods/Target Support Files/React-graphics/React-graphics.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-graphics/React-graphics.debug.xcconfig index 9a128c178..39b728305 100644 --- a/native/iosTest/Pods/Target Support Files/React-graphics/React-graphics.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-graphics/React-graphics.debug.xcconfig @@ -4,8 +4,8 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics DEFINES_MODULE = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-graphics" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_TARGET_SRCROOT)/../../../" "$(PODS_ROOT)/RCT-Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-graphics" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_TARGET_SRCROOT)/../../../" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-graphics/React-graphics.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-graphics/React-graphics.release.xcconfig index 9a128c178..39b728305 100644 --- a/native/iosTest/Pods/Target Support Files/React-graphics/React-graphics.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-graphics/React-graphics.release.xcconfig @@ -4,8 +4,8 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics DEFINES_MODULE = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-graphics" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_TARGET_SRCROOT)/../../../" "$(PODS_ROOT)/RCT-Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-graphics" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_TARGET_SRCROOT)/../../../" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-hermes/React-hermes.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-hermes/React-hermes.debug.xcconfig index 2ba91ff94..aa79c86b9 100644 --- a/native/iosTest/Pods/Target Support Files/React-hermes/React-hermes.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-hermes/React-hermes.debug.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-hermes FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-hermes" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "${PODS_ROOT}/hermes-engine/destroot/include" "$(PODS_TARGET_SRCROOT)/.." "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/libevent/include" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-hermes" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/hermes-engine/destroot/include" "$(PODS_TARGET_SRCROOT)/.." "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-hermes/React-hermes.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-hermes/React-hermes.release.xcconfig index 2ba91ff94..aa79c86b9 100644 --- a/native/iosTest/Pods/Target Support Files/React-hermes/React-hermes.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-hermes/React-hermes.release.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-hermes FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-hermes" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "${PODS_ROOT}/hermes-engine/destroot/include" "$(PODS_TARGET_SRCROOT)/.." "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/libevent/include" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-hermes" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/hermes-engine/destroot/include" "$(PODS_TARGET_SRCROOT)/.." "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-jserrorhandler/React-jserrorhandler.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-jserrorhandler/React-jserrorhandler.debug.xcconfig index 163427cf3..30eaa81bc 100644 --- a/native/iosTest/Pods/Target Support Files/React-jserrorhandler/React-jserrorhandler.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-jserrorhandler/React-jserrorhandler.debug.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-jserrorhandler FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jserrorhandler" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Mapbuffer/React_Mapbuffer.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jserrorhandler" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Mapbuffer/React_Mapbuffer.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-jserrorhandler/React-jserrorhandler.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-jserrorhandler/React-jserrorhandler.release.xcconfig index 163427cf3..30eaa81bc 100644 --- a/native/iosTest/Pods/Target Support Files/React-jserrorhandler/React-jserrorhandler.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-jserrorhandler/React-jserrorhandler.release.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-jserrorhandler FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jserrorhandler" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Mapbuffer/React_Mapbuffer.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jserrorhandler" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-Mapbuffer" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-jserrorhandler" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/React-Mapbuffer/React_Mapbuffer.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-jsi/React-jsi.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-jsi/React-jsi.debug.xcconfig index 004b9227e..76d9f185f 100644 --- a/native/iosTest/Pods/Target Support Files/React-jsi/React-jsi.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-jsi/React-jsi.debug.xcconfig @@ -4,7 +4,7 @@ DEFINES_MODULE = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jsi" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-jsi/React-jsi.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-jsi/React-jsi.release.xcconfig index 004b9227e..76d9f185f 100644 --- a/native/iosTest/Pods/Target Support Files/React-jsi/React-jsi.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-jsi/React-jsi.release.xcconfig @@ -4,7 +4,7 @@ DEFINES_MODULE = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jsi" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-jsiexecutor/React-jsiexecutor.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-jsiexecutor/React-jsiexecutor.debug.xcconfig index 51468f51b..cdb5eca4b 100644 --- a/native/iosTest/Pods/Target Support Files/React-jsiexecutor/React-jsiexecutor.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-jsiexecutor/React-jsiexecutor.debug.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jsiexecutor" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jsiexecutor" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-jsiexecutor/React-jsiexecutor.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-jsiexecutor/React-jsiexecutor.release.xcconfig index 51468f51b..cdb5eca4b 100644 --- a/native/iosTest/Pods/Target Support Files/React-jsiexecutor/React-jsiexecutor.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-jsiexecutor/React-jsiexecutor.release.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jsiexecutor" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jsiexecutor" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-jsinspector/React-jsinspector-umbrella.h b/native/iosTest/Pods/Target Support Files/React-jsinspector/React-jsinspector-umbrella.h new file mode 100644 index 000000000..da79ef8d5 --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-jsinspector/React-jsinspector-umbrella.h @@ -0,0 +1,38 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + +#import "jsinspector-modern/ExecutionContext.h" +#import "jsinspector-modern/ExecutionContextManager.h" +#import "jsinspector-modern/FallbackRuntimeAgentDelegate.h" +#import "jsinspector-modern/InspectorFlags.h" +#import "jsinspector-modern/InspectorInterfaces.h" +#import "jsinspector-modern/InspectorPackagerConnection.h" +#import "jsinspector-modern/InspectorPackagerConnectionImpl.h" +#import "jsinspector-modern/InspectorUtilities.h" +#import "jsinspector-modern/InstanceAgent.h" +#import "jsinspector-modern/InstanceTarget.h" +#import "jsinspector-modern/PageAgent.h" +#import "jsinspector-modern/PageTarget.h" +#import "jsinspector-modern/Parsing.h" +#import "jsinspector-modern/ReactCdp.h" +#import "jsinspector-modern/RuntimeAgent.h" +#import "jsinspector-modern/RuntimeAgentDelegate.h" +#import "jsinspector-modern/RuntimeTarget.h" +#import "jsinspector-modern/ScopedExecutor.h" +#import "jsinspector-modern/SessionState.h" +#import "jsinspector-modern/UniqueMonostate.h" +#import "jsinspector-modern/WeakList.h" +#import "jsinspector-modern/WebSocketInterfaces.h" + +FOUNDATION_EXPORT double jsinspector_modernVersionNumber; +FOUNDATION_EXPORT const unsigned char jsinspector_modernVersionString[]; + diff --git a/native/iosTest/Pods/Target Support Files/React-jsinspector/React-jsinspector.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-jsinspector/React-jsinspector.debug.xcconfig index 77ad62f8b..6fe32b8fa 100644 --- a/native/iosTest/Pods/Target Support Files/React-jsinspector/React-jsinspector.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-jsinspector/React-jsinspector.debug.xcconfig @@ -1,8 +1,11 @@ CLANG_CXX_LANGUAGE_STANDARD = c++20 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector +DEFINES_MODULE = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jsinspector" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/React-jsinspector" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jsinspector" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_TARGET_SRCROOT)/.." "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-jsinspector/React-jsinspector.modulemap b/native/iosTest/Pods/Target Support Files/React-jsinspector/React-jsinspector.modulemap new file mode 100644 index 000000000..a8b9cf9bc --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-jsinspector/React-jsinspector.modulemap @@ -0,0 +1,6 @@ +module jsinspector_modern { + umbrella header "React-jsinspector-umbrella.h" + + export * + module * { export * } +} diff --git a/native/iosTest/Pods/Target Support Files/React-jsinspector/React-jsinspector.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-jsinspector/React-jsinspector.release.xcconfig index 77ad62f8b..6fe32b8fa 100644 --- a/native/iosTest/Pods/Target Support Files/React-jsinspector/React-jsinspector.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-jsinspector/React-jsinspector.release.xcconfig @@ -1,8 +1,11 @@ CLANG_CXX_LANGUAGE_STANDARD = c++20 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector +DEFINES_MODULE = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jsinspector" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/React-jsinspector" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jsinspector" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_TARGET_SRCROOT)/.." "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-jsitracing/React-jsitracing.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-jsitracing/React-jsitracing.debug.xcconfig new file mode 100644 index 000000000..bbaca9f05 --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-jsitracing/React-jsitracing.debug.xcconfig @@ -0,0 +1,18 @@ +CLANG_CXX_LANGUAGE_STANDARD = c++20 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-jsitracing +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +GCC_WARN_PEDANTIC = YES +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_TARGET_SRCROOT}/../.." +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../node_modules/react-native/ReactCommon/hermes/executor +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_HEADERMAP = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/native/iosTest/Pods/Target Support Files/React-jsitracing/React-jsitracing.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-jsitracing/React-jsitracing.release.xcconfig new file mode 100644 index 000000000..bbaca9f05 --- /dev/null +++ b/native/iosTest/Pods/Target Support Files/React-jsitracing/React-jsitracing.release.xcconfig @@ -0,0 +1,18 @@ +CLANG_CXX_LANGUAGE_STANDARD = c++20 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-jsitracing +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +GCC_WARN_PEDANTIC = YES +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_TARGET_SRCROOT}/../.." +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../node_modules/react-native/ReactCommon/hermes/executor +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_HEADERMAP = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/native/iosTest/Pods/Target Support Files/React-rendererdebug/React-rendererdebug.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-rendererdebug/React-rendererdebug.debug.xcconfig index f95363b6a..fcaa6adcf 100644 --- a/native/iosTest/Pods/Target Support Files/React-rendererdebug/React-rendererdebug.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-rendererdebug/React-rendererdebug.debug.xcconfig @@ -4,7 +4,7 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug DEFINES_MODULE = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-rendererdebug" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-rendererdebug/React-rendererdebug.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-rendererdebug/React-rendererdebug.release.xcconfig index f95363b6a..fcaa6adcf 100644 --- a/native/iosTest/Pods/Target Support Files/React-rendererdebug/React-rendererdebug.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-rendererdebug/React-rendererdebug.release.xcconfig @@ -4,7 +4,7 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug DEFINES_MODULE = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-rendererdebug" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-runtimeexecutor/React-runtimeexecutor.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-runtimeexecutor/React-runtimeexecutor.debug.xcconfig index 8a99b5866..6ef185879 100644 --- a/native/iosTest/Pods/Target Support Files/React-runtimeexecutor/React-runtimeexecutor.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-runtimeexecutor/React-runtimeexecutor.debug.xcconfig @@ -2,8 +2,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-runtimeexecutor FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-runtimeexecutor/React-runtimeexecutor.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-runtimeexecutor/React-runtimeexecutor.release.xcconfig index 8a99b5866..6ef185879 100644 --- a/native/iosTest/Pods/Target Support Files/React-runtimeexecutor/React-runtimeexecutor.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-runtimeexecutor/React-runtimeexecutor.release.xcconfig @@ -2,8 +2,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-runtimeexecutor FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-runtimescheduler/React-runtimescheduler.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-runtimescheduler/React-runtimescheduler.debug.xcconfig index f135bd0dc..7509dca73 100644 --- a/native/iosTest/Pods/Target Support Files/React-runtimescheduler/React-runtimescheduler.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-runtimescheduler/React-runtimescheduler.debug.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-runtimescheduler" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/boost" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-runtimescheduler" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/boost" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-runtimescheduler/React-runtimescheduler.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-runtimescheduler/React-runtimescheduler.release.xcconfig index f135bd0dc..7509dca73 100644 --- a/native/iosTest/Pods/Target Support Files/React-runtimescheduler/React-runtimescheduler.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-runtimescheduler/React-runtimescheduler.release.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-runtimescheduler" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/boost" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-runtimescheduler" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/boost" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-utils/React-utils-umbrella.h b/native/iosTest/Pods/Target Support Files/React-utils/React-utils-umbrella.h index febb9c6b9..31fce2806 100644 --- a/native/iosTest/Pods/Target Support Files/React-utils/React-utils-umbrella.h +++ b/native/iosTest/Pods/Target Support Files/React-utils/React-utils-umbrella.h @@ -10,16 +10,19 @@ #endif #endif -#import "react/utils/CalledOnceMovableOnlyFunction.h" #import "react/utils/ContextContainer.h" #import "react/utils/CoreFeatures.h" #import "react/utils/FloatComparison.h" +#import "react/utils/fnv1a.h" #import "react/utils/hash_combine.h" +#import "react/utils/jsi.h" #import "react/utils/ManagedObjectWrapper.h" +#import "react/utils/PackTraits.h" #import "react/utils/RunLoopObserver.h" #import "react/utils/SharedFunction.h" #import "react/utils/SimpleThreadSafeCache.h" #import "react/utils/Telemetry.h" +#import "react/utils/to_underlying.h" FOUNDATION_EXPORT double react_utilsVersionNumber; FOUNDATION_EXPORT const unsigned char react_utilsVersionString[]; diff --git a/native/iosTest/Pods/Target Support Files/React-utils/React-utils.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React-utils/React-utils.debug.xcconfig index 44ea18159..6701f0e04 100644 --- a/native/iosTest/Pods/Target Support Files/React-utils/React-utils.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-utils/React-utils.debug.xcconfig @@ -2,9 +2,10 @@ CLANG_CXX_LANGUAGE_STANDARD = c++20 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-utils DEFINES_MODULE = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-utils" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/RCT-Folly" "$(PODS_TARGET_SRCROOT)" "$(PODS_TARGET_SRCROOT)/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-utils" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/RCT-Folly" "$(PODS_TARGET_SRCROOT)" "$(PODS_TARGET_SRCROOT)/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React-utils/React-utils.release.xcconfig b/native/iosTest/Pods/Target Support Files/React-utils/React-utils.release.xcconfig index 44ea18159..6701f0e04 100644 --- a/native/iosTest/Pods/Target Support Files/React-utils/React-utils.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React-utils/React-utils.release.xcconfig @@ -2,9 +2,10 @@ CLANG_CXX_LANGUAGE_STANDARD = c++20 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-utils DEFINES_MODULE = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-utils" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/RCT-Folly" "$(PODS_TARGET_SRCROOT)" "$(PODS_TARGET_SRCROOT)/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-utils" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/RCT-Folly" "$(PODS_TARGET_SRCROOT)" "$(PODS_TARGET_SRCROOT)/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React/React.debug.xcconfig b/native/iosTest/Pods/Target Support Files/React/React.debug.xcconfig index c14956e74..1b8b0e89d 100644 --- a/native/iosTest/Pods/Target Support Files/React/React.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React/React.debug.xcconfig @@ -2,8 +2,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/React/React.release.xcconfig b/native/iosTest/Pods/Target Support Files/React/React.release.xcconfig index c14956e74..1b8b0e89d 100644 --- a/native/iosTest/Pods/Target Support Files/React/React.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/React/React.release.xcconfig @@ -2,8 +2,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/ReactCommon/ReactCommon-umbrella.h b/native/iosTest/Pods/Target Support Files/ReactCommon/ReactCommon-umbrella.h index cd6378ddb..fd7b8af34 100644 --- a/native/iosTest/Pods/Target Support Files/ReactCommon/ReactCommon-umbrella.h +++ b/native/iosTest/Pods/Target Support Files/ReactCommon/ReactCommon-umbrella.h @@ -27,6 +27,7 @@ #import "react/bridging/Promise.h" #import "react/bridging/Value.h" #import "ReactCommon/CallbackWrapper.h" +#import "ReactCommon/CxxTurboModuleUtils.h" #import "ReactCommon/LongLivedObject.h" #import "ReactCommon/TurboCxxModule.h" #import "ReactCommon/TurboModule.h" diff --git a/native/iosTest/Pods/Target Support Files/ReactCommon/ReactCommon.debug.xcconfig b/native/iosTest/Pods/Target Support Files/ReactCommon/ReactCommon.debug.xcconfig index 33dd51003..e9f9c74f8 100644 --- a/native/iosTest/Pods/Target Support Files/ReactCommon/ReactCommon.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/ReactCommon/ReactCommon.debug.xcconfig @@ -1,11 +1,12 @@ CLANG_CXX_LANGUAGE_STANDARD = c++20 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon +DEFINES_MODULE = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 GCC_WARN_PEDANTIC = YES -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/ReactCommon" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/Headers/Private/React-Core" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/Headers/Private/React-Core" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_ROOT)/RCT-Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/ReactCommon" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/Headers/Private/React-Core" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/Headers/Private/React-Core" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/Headers/Private/React-Core" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_CONFIGURATION_BUILD_DIR)/React-debug/React_debug.framework/Headers" "$(PODS_CONFIGURATION_BUILD_DIR)/React-utils/React_utils.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/ReactCommon/ReactCommon.release.xcconfig b/native/iosTest/Pods/Target Support Files/ReactCommon/ReactCommon.release.xcconfig index 33dd51003..e9f9c74f8 100644 --- a/native/iosTest/Pods/Target Support Files/ReactCommon/ReactCommon.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/ReactCommon/ReactCommon.release.xcconfig @@ -1,11 +1,12 @@ CLANG_CXX_LANGUAGE_STANDARD = c++20 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon +DEFINES_MODULE = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 GCC_WARN_PEDANTIC = YES -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/ReactCommon" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/Headers/Private/React-Core" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/Headers/Private/React-Core" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_ROOT)/RCT-Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/ReactCommon" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/Headers/Private/React-Core" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/Headers/Private/React-Core" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/boost" "$(PODS_ROOT)/RCT-Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/fmt/include" "$(PODS_ROOT)/Headers/Private/React-Core" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_CONFIGURATION_BUILD_DIR)/React-debug/React_debug.framework/Headers" "$(PODS_CONFIGURATION_BUILD_DIR)/React-utils/React_utils.framework/Headers" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/WatermelonDB/WatermelonDB.debug.xcconfig b/native/iosTest/Pods/Target Support Files/WatermelonDB/WatermelonDB.debug.xcconfig index a5b4f7d8d..d74fb269f 100644 --- a/native/iosTest/Pods/Target Support Files/WatermelonDB/WatermelonDB.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/WatermelonDB/WatermelonDB.debug.xcconfig @@ -2,8 +2,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/WatermelonDB FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/WatermelonDB" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/WatermelonDB" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "${PODS_ROOT}/Headers/Public/simdjson" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/WatermelonDB" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/WatermelonDB" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/simdjson" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/WatermelonDB/WatermelonDB.release.xcconfig b/native/iosTest/Pods/Target Support Files/WatermelonDB/WatermelonDB.release.xcconfig index a5b4f7d8d..d74fb269f 100644 --- a/native/iosTest/Pods/Target Support Files/WatermelonDB/WatermelonDB.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/WatermelonDB/WatermelonDB.release.xcconfig @@ -2,8 +2,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/WatermelonDB FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/universal" "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/WatermelonDB" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/WatermelonDB" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/libevent" "${PODS_ROOT}/Headers/Public/simdjson" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/WatermelonDB" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCT-Folly" "${PODS_ROOT}/Headers/Public/RCTDeprecation" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Codegen" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-Fabric" "${PODS_ROOT}/Headers/Public/React-FabricImage" "${PODS_ROOT}/Headers/Public/React-ImageManager" "${PODS_ROOT}/Headers/Public/React-NativeModulesApple" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-debug" "${PODS_ROOT}/Headers/Public/React-featureflags" "${PODS_ROOT}/Headers/Public/React-graphics" "${PODS_ROOT}/Headers/Public/React-hermes" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/React-logger" "${PODS_ROOT}/Headers/Public/React-perflogger" "${PODS_ROOT}/Headers/Public/React-rendererdebug" "${PODS_ROOT}/Headers/Public/React-runtimeexecutor" "${PODS_ROOT}/Headers/Public/React-runtimescheduler" "${PODS_ROOT}/Headers/Public/React-utils" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SocketRocket" "${PODS_ROOT}/Headers/Public/WatermelonDB" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/fmt" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/hermes-engine" "${PODS_ROOT}/Headers/Public/simdjson" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/DoubleConversion/DoubleConversion.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/ReactCommon/ReactCommon.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Codegen/React-Codegen.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_Fabric/React-Fabric.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/folly/RCT-Folly.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/glog/glog.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsi/React-jsi.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/jsinspector_modern/React-jsinspector.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_debug/React-debug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_featureflags/React-featureflags.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_graphics/React-graphics.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/react_utils/React-utils.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/simdjson/simdjson.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} diff --git a/native/iosTest/Pods/Target Support Files/Yoga/Yoga-umbrella.h b/native/iosTest/Pods/Target Support Files/Yoga/Yoga-umbrella.h index c0cf9425e..197b0e426 100644 --- a/native/iosTest/Pods/Target Support Files/Yoga/Yoga-umbrella.h +++ b/native/iosTest/Pods/Target Support Files/Yoga/Yoga-umbrella.h @@ -10,8 +10,13 @@ #endif #endif +#import "yoga/YGConfig.h" #import "yoga/YGEnums.h" #import "yoga/YGMacros.h" +#import "yoga/YGNode.h" +#import "yoga/YGNodeLayout.h" +#import "yoga/YGNodeStyle.h" +#import "yoga/YGPixelGrid.h" #import "yoga/YGValue.h" #import "yoga/Yoga.h" diff --git a/native/iosTest/Pods/Target Support Files/fmt/fmt.debug.xcconfig b/native/iosTest/Pods/Target Support Files/fmt/fmt.debug.xcconfig index 05b444aaf..6d751d691 100644 --- a/native/iosTest/Pods/Target Support Files/fmt/fmt.debug.xcconfig +++ b/native/iosTest/Pods/Target Support Files/fmt/fmt.debug.xcconfig @@ -1,9 +1,8 @@ -ALWAYS_SEARCH_USER_PATHS = NO -CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_CXX_LANGUAGE_STANDARD = c++20 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/fmt GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/fmt" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/fmt" ${PODS_TARGET_SRCROOT}/include +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/fmt" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/fmt" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} @@ -12,5 +11,4 @@ PODS_TARGET_SRCROOT = ${PODS_ROOT}/fmt PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES -USE_HEADERMAP = NO USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/native/iosTest/Pods/Target Support Files/fmt/fmt.release.xcconfig b/native/iosTest/Pods/Target Support Files/fmt/fmt.release.xcconfig index 05b444aaf..6d751d691 100644 --- a/native/iosTest/Pods/Target Support Files/fmt/fmt.release.xcconfig +++ b/native/iosTest/Pods/Target Support Files/fmt/fmt.release.xcconfig @@ -1,9 +1,8 @@ -ALWAYS_SEARCH_USER_PATHS = NO -CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_CXX_LANGUAGE_STANDARD = c++20 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/fmt GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/fmt" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/fmt" ${PODS_TARGET_SRCROOT}/include +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/fmt" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/fmt" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} @@ -12,5 +11,4 @@ PODS_TARGET_SRCROOT = ${PODS_ROOT}/fmt PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES -USE_HEADERMAP = NO USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/native/iosTest/Pods/Target Support Files/hermes-engine/hermes-engine-xcframeworks.sh b/native/iosTest/Pods/Target Support Files/hermes-engine/hermes-engine-xcframeworks.sh index 18acc4b3a..f857c9529 100755 --- a/native/iosTest/Pods/Target Support Files/hermes-engine/hermes-engine-xcframeworks.sh +++ b/native/iosTest/Pods/Target Support Files/hermes-engine/hermes-engine-xcframeworks.sh @@ -26,6 +26,12 @@ variant_for_slice() "hermes.xcframework/ios-arm64_x86_64-simulator") echo "simulator" ;; + "hermes.xcframework/xros-arm64") + echo "" + ;; + "hermes.xcframework/xros-arm64-simulator") + echo "simulator" + ;; esac } @@ -41,6 +47,12 @@ archs_for_slice() "hermes.xcframework/ios-arm64_x86_64-simulator") echo "arm64 x86_64" ;; + "hermes.xcframework/xros-arm64") + echo "arm64" + ;; + "hermes.xcframework/xros-arm64-simulator") + echo "arm64" + ;; esac } diff --git a/native/iosTest/Pods/Target Support Files/libevent/libevent-dummy.m b/native/iosTest/Pods/Target Support Files/libevent/libevent-dummy.m deleted file mode 100644 index 03f1bc806..000000000 --- a/native/iosTest/Pods/Target Support Files/libevent/libevent-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_libevent : NSObject -@end -@implementation PodsDummy_libevent -@end diff --git a/native/iosTest/Pods/fmt/README.rst b/native/iosTest/Pods/fmt/README.rst index af9f92520..cc6d7c41a 100644 --- a/native/iosTest/Pods/fmt/README.rst +++ b/native/iosTest/Pods/fmt/README.rst @@ -1,159 +1,186 @@ -{fmt} -===== +.. image:: https://user-images.githubusercontent.com/ + 576385/156254208-f5b743a9-88cf-439d-b0c0-923d53e8d551.png + :width: 25% + :alt: {fmt} -.. image:: https://travis-ci.org/fmtlib/fmt.png?branch=master - :target: https://travis-ci.org/fmtlib/fmt +.. image:: https://github.com/fmtlib/fmt/workflows/linux/badge.svg + :target: https://github.com/fmtlib/fmt/actions?query=workflow%3Alinux -.. image:: https://ci.appveyor.com/api/projects/status/ehjkiefde6gucy1v - :target: https://ci.appveyor.com/project/vitaut/fmt +.. image:: https://github.com/fmtlib/fmt/workflows/macos/badge.svg + :target: https://github.com/fmtlib/fmt/actions?query=workflow%3Amacos -.. image:: https://oss-fuzz-build-logs.storage.googleapis.com/badges/libfmt.svg - :alt: fmt is continuously fuzzed att oss-fuzz - :target: https://bugs.chromium.org/p/oss-fuzz/issues/list?colspec=ID%20Type%20Component%20Status%20Proj%20Reported%20Owner%20Summary&q=proj%3Dlibfmt&can=1 +.. image:: https://github.com/fmtlib/fmt/workflows/windows/badge.svg + :target: https://github.com/fmtlib/fmt/actions?query=workflow%3Awindows + +.. image:: https://oss-fuzz-build-logs.storage.googleapis.com/badges/fmt.svg + :alt: fmt is continuously fuzzed at oss-fuzz + :target: https://bugs.chromium.org/p/oss-fuzz/issues/list?\ + colspec=ID%20Type%20Component%20Status%20Proj%20Reported%20Owner%20\ + Summary&q=proj%3Dfmt&can=1 .. image:: https://img.shields.io/badge/stackoverflow-fmt-blue.svg :alt: Ask questions at StackOverflow with the tag fmt :target: https://stackoverflow.com/questions/tagged/fmt -**{fmt}** is an open-source formatting library for C++. -It can be used as a safe and fast alternative to (s)printf and iostreams. +**{fmt}** is an open-source formatting library providing a fast and safe +alternative to C stdio and C++ iostreams. + +If you like this project, please consider donating to one of the funds that +help victims of the war in Ukraine: https://www.stopputin.net/. + +`Documentation `__ + +`Cheat Sheets `__ -`Documentation `__ +Q&A: ask questions on `StackOverflow with the tag fmt +`_. -Q&A: ask questions on `StackOverflow with the tag fmt `_. +Try {fmt} in `Compiler Explorer `_. Features -------- -* Replacement-based `format API `_ with - positional arguments for localization. -* `Format string syntax `_ similar to the one - of `str.format `_ - in Python. +* Simple `format API `_ with positional arguments + for localization +* Implementation of `C++20 std::format + `__ +* `Format string syntax `_ similar to Python's + `format `_ +* Fast IEEE 754 floating-point formatter with correct rounding, shortness and + round-trip guarantees * Safe `printf implementation - `_ including - the POSIX extension for positional arguments. -* Implementation of `C++20 std::format `__. -* Support for user-defined types. + `_ including the POSIX + extension for positional arguments +* Extensibility: `support for user-defined types + `_ * High performance: faster than common standard library implementations of - `printf `_ and - iostreams. See `Speed tests`_ and `Fast integer to string conversion in C++ - `_. -* Small code size both in terms of source code (the minimum configuration - consists of just three header files, ``core.h``, ``format.h`` and - ``format-inl.h``) and compiled code. See `Compile time and code bloat`_. -* Reliability: the library has an extensive set of `unit tests - `_ and is continuously fuzzed. + ``(s)printf``, iostreams, ``to_string`` and ``to_chars``, see `Speed tests`_ + and `Converting a hundred million integers to strings per second + `_ +* Small code size both in terms of source code with the minimum configuration + consisting of just three files, ``core.h``, ``format.h`` and ``format-inl.h``, + and compiled code; see `Compile time and code bloat`_ +* Reliability: the library has an extensive set of `tests + `_ and is `continuously fuzzed + `_ * Safety: the library is fully type safe, errors in format strings can be reported at compile time, automatic memory management prevents buffer overflow - errors. + errors * Ease of use: small self-contained code base, no external dependencies, permissive MIT `license `_ * `Portability `_ with - consistent output across platforms and support for older compilers. -* Clean warning-free codebase even on high warning levels - (``-Wall -Wextra -pedantic``). -* Support for wide strings. -* Optional header-only configuration enabled with the ``FMT_HEADER_ONLY`` macro. + consistent output across platforms and support for older compilers +* Clean warning-free codebase even on high warning levels such as + ``-Wall -Wextra -pedantic`` +* Locale-independence by default +* Optional header-only configuration enabled with the ``FMT_HEADER_ONLY`` macro -See the `documentation `_ for more details. +See the `documentation `_ for more details. Examples -------- -Print ``Hello, world!`` to ``stdout``: +**Print to stdout** (`run `_) .. code:: c++ - fmt::print("Hello, {}!", "world"); // Python-like format string syntax - fmt::printf("Hello, %s!", "world"); // printf format string syntax + #include + + int main() { + fmt::print("Hello, world!\n"); + } -Format a string and use positional arguments: +**Format a string** (`run `_) + +.. code:: c++ + + std::string s = fmt::format("The answer is {}.", 42); + // s == "The answer is 42." + +**Format a string using positional arguments** (`run `_) .. code:: c++ std::string s = fmt::format("I'd rather be {1} than {0}.", "right", "happy"); // s == "I'd rather be happy than right." -Check a format string at compile time: +**Print chrono durations** (`run `_) .. code:: c++ - // test.cc - #include - std::string s = format(FMT_STRING("{2}"), 42); + #include + + int main() { + using namespace std::literals::chrono_literals; + fmt::print("Default format: {} {}\n", 42s, 100ms); + fmt::print("strftime-like format: {:%H:%M:%S}\n", 3h + 15min + 30s); + } -.. code:: +Output:: - $ c++ -Iinclude -std=c++14 test.cc - ... - test.cc:4:17: note: in instantiation of function template specialization 'fmt::v5::format' requested here - std::string s = format(FMT_STRING("{2}"), 42); - ^ - include/fmt/core.h:778:19: note: non-constexpr function 'on_error' cannot be used in a constant expression - ErrorHandler::on_error(message); - ^ - include/fmt/format.h:2226:16: note: in call to '&checker.context_->on_error(&"argument index out of range"[0])' - context_.on_error("argument index out of range"); - ^ + Default format: 42s 100ms + strftime-like format: 03:15:30 -Use {fmt} as a safe portable replacement for ``itoa`` -(`godbolt `_): +**Print a container** (`run `_) .. code:: c++ - fmt::memory_buffer buf; - format_to(buf, "{}", 42); // replaces itoa(42, buffer, 10) - format_to(buf, "{:x}", 42); // replaces itoa(42, buffer, 16) - // access the string with to_string(buf) or buf.data() + #include + #include -Format objects of user-defined types via a simple `extension API -`_: + int main() { + std::vector v = {1, 2, 3}; + fmt::print("{}\n", v); + } -.. code:: c++ +Output:: - #include "fmt/format.h" + [1, 2, 3] - struct date { - int year, month, day; - }; +**Check a format string at compile time** - template <> - struct fmt::formatter { - constexpr auto parse(format_parse_context& ctx) { return ctx.begin(); } +.. code:: c++ - template - auto format(const date& d, FormatContext& ctx) { - return format_to(ctx.out(), "{}-{}-{}", d.year, d.month, d.day); - } - }; + std::string s = fmt::format("{:d}", "I am not a number"); - std::string s = fmt::format("The date is {}", date{2012, 12, 9}); - // s == "The date is 2012-12-9" +This gives a compile-time error in C++20 because ``d`` is an invalid format +specifier for a string. -Create your own functions similar to `format -`_ and -`print `_ -which take arbitrary arguments (`godbolt `_): +**Write a file from a single thread** .. code:: c++ - // Prints formatted error message. - void vreport_error(const char* format, fmt::format_args args) { - fmt::print("Error: "); - fmt::vprint(format, args); + #include + + int main() { + auto out = fmt::output_file("guide.txt"); + out.print("Don't {}", "Panic"); } - template - void report_error(const char* format, const Args & ... args) { - vreport_error(format, fmt::make_format_args(args...)); + +This can be `5 to 9 times faster than fprintf +`_. + +**Print with colors and text styles** + +.. code:: c++ + + #include + + int main() { + fmt::print(fg(fmt::color::crimson) | fmt::emphasis::bold, + "Hello, {}!\n", "world"); + fmt::print(fg(fmt::color::floral_white) | bg(fmt::color::slate_gray) | + fmt::emphasis::underline, "Hello, {}!\n", "мир"); + fmt::print(fg(fmt::color::steel_blue) | fmt::emphasis::italic, + "Hello, {}!\n", "世界"); } - report_error("file not found: {}", path); +Output on a modern terminal: -Note that ``vreport_error`` is not parameterized on argument types which can -improve compile times and reduce code size compared to a fully parameterized -version. +.. image:: https://user-images.githubusercontent.com/ + 576385/88485597-d312f600-cf2b-11ea-9cbe-61f535a86e28.png Benchmarks ---------- @@ -174,18 +201,20 @@ Folly Format folly::format 2.23 {fmt} is the fastest of the benchmarked methods, ~35% faster than ``printf``. The above results were generated by building ``tinyformat_test.cpp`` on macOS -10.14.6 with ``clang++ -O3 -DSPEED_TEST -DHAVE_FORMAT``, and taking the best of -three runs. In the test, the format string ``"%0.10f:%04d:%+g:%s:%p:%c:%%\n"`` +10.14.6 with ``clang++ -O3 -DNDEBUG -DSPEED_TEST -DHAVE_FORMAT``, and taking the +best of three runs. In the test, the format string ``"%0.10f:%04d:%+g:%s:%p:%c:%%\n"`` or equivalent is filled 2,000,000 times with output sent to ``/dev/null``; for further details refer to the `source -`_. +`_. -{fmt} is 10x faster than ``std::ostringstream`` and ``sprintf`` on floating-point -formatting (`dtoa-benchmark `_) -and as fast as `double-conversion `_: +{fmt} is up to 20-30x faster than ``std::ostringstream`` and ``sprintf`` on +floating-point formatting (`dtoa-benchmark `_) +and faster than `double-conversion `_ and +`ryu `_: -.. image:: https://user-images.githubusercontent.com/576385/69767160-cdaca400-112f-11ea-9fc5-347c9f83caad.png - :target: https://fmt.dev/unknown_mac64_clang10.0.html +.. image:: https://user-images.githubusercontent.com/576385/ + 95684665-11719600-0ba8-11eb-8e5b-972ff4e49428.png + :target: https://fmt.dev/unknown_mac64_clang12.0.html Compile time and code bloat ~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -260,90 +289,133 @@ Then you can run the speed test:: or the bloat test:: $ make bloat-test + +Migrating code +-------------- + +`clang-tidy-fmt `_ provides clang +tidy checks for converting occurrences of ``printf`` and ``fprintf`` to +``fmt::print``. Projects using this library --------------------------- -* `0 A.D. `_: A free, open-source, cross-platform real-time - strategy game +* `0 A.D. `_: a free, open-source, cross-platform + real-time strategy game + +* `2GIS `_: free business listings with a city map * `AMPL/MP `_: - An open-source library for mathematical programming - -* `AvioBook `_: A comprehensive aircraft + an open-source library for mathematical programming + +* `Aseprite `_: + animated sprite editor & pixel art tool + +* `AvioBook `_: a comprehensive aircraft operations suite -* `Celestia `_: Real-time 3D visualization of space +* `Blizzard Battle.net `_: an online gaming platform + +* `Celestia `_: real-time 3D visualization of space -* `Ceph `_: A scalable distributed storage system +* `Ceph `_: a scalable distributed storage system -* `ccache `_: A compiler cache +* `ccache `_: a compiler cache -* `CUAUV `_: Cornell University's autonomous underwater +* `ClickHouse `_: analytical database + management system + +* `CUAUV `_: Cornell University's autonomous underwater vehicle -* `HarpyWar/pvpgn `_: - Player vs Player Gaming Network with tweaks +* `Drake `_: a planning, control, and analysis toolbox + for nonlinear dynamical systems (MIT) -* `KBEngine `_: An open-source MMOG server engine +* `Envoy `_: C++ L7 proxy and communication bus + (Lyft) -* `Keypirinha `_: A semantic launcher for Windows +* `FiveM `_: a modification framework for GTA V -* `Kodi `_ (formerly xbmc): Home theater software +* `fmtlog `_: a performant fmtlib-style + logging library with latency in nanoseconds -* `Lifeline `_: A 2D game +* `Folly `_: Facebook open-source library -* `Drake `_: A planning, control, and analysis toolbox - for nonlinear dynamical systems (MIT) +* `GemRB `_: a portable open-source implementation of + Bioware’s Infinity Engine -* `Envoy `_: C++ L7 proxy and communication bus - (Lyft) +* `Grand Mountain Adventure + `_: + a beautiful open-world ski & snowboarding game -* `FiveM `_: a modification framework for GTA V +* `HarpyWar/pvpgn `_: + Player vs Player Gaming Network with tweaks + +* `KBEngine `_: an open-source MMOG server + engine + +* `Keypirinha `_: a semantic launcher for Windows + +* `Kodi `_ (formerly xbmc): home theater software + +* `Knuth `_: high-performance Bitcoin full-node + +* `Microsoft Verona `_: + research programming language for concurrent ownership -* `MongoDB `_: Distributed document database +* `MongoDB `_: distributed document database -* `MongoDB Smasher `_: A small tool to +* `MongoDB Smasher `_: a small tool to generate randomized datasets -* `OpenSpace `_: An open-source astrovisualization - framework +* `OpenSpace `_: an open-source + astrovisualization framework * `PenUltima Online (POL) `_: - An MMO server, compatible with most Ultima Online clients + an MMO server, compatible with most Ultima Online clients -* `quasardb `_: A distributed, high-performance, +* `PyTorch `_: an open-source machine + learning library + +* `quasardb `_: a distributed, high-performance, associative database + +* `Quill `_: asynchronous low-latency logging library -* `readpe `_: Read Portable Executable +* `QKW `_: generalizing aliasing to simplify + navigation, and executing complex multi-line terminal command sequences -* `redis-cerberus `_: A Redis cluster +* `redis-cerberus `_: a Redis cluster proxy -* `rpclib `_: A modern C++ msgpack-RPC server and client - library +* `redpanda `_: a 10x faster Kafka® replacement + for mission critical systems written in C++ -* `Saddy `_: - Small crossplatform 2D graphic engine +* `rpclib `_: a modern C++ msgpack-RPC server and client + library -* `Salesforce Analytics Cloud `_: - Business intelligence software +* `Salesforce Analytics Cloud + `_: + business intelligence software -* `Scylla `_: A Cassandra-compatible NoSQL data store +* `Scylla `_: a Cassandra-compatible NoSQL data store that can handle 1 million transactions per second on a single server -* `Seastar `_: An advanced, open-source C++ +* `Seastar `_: an advanced, open-source C++ framework for high-performance server applications on modern hardware -* `spdlog `_: Super fast C++ logging library +* `spdlog `_: super fast C++ logging library -* `Stellar `_: Financial platform +* `Stellar `_: financial platform -* `Touch Surgery `_: Surgery simulator +* `Touch Surgery `_: surgery simulator -* `TrinityCore `_: Open-source +* `TrinityCore `_: open-source MMORPG framework +* `Windows Terminal `_: the new Windows + terminal + `More... `_ If you are aware of other projects using this library, please let me know @@ -400,15 +472,15 @@ Boost Format This is a very powerful library which supports both ``printf``-like format strings and positional arguments. Its main drawback is performance. According to -various benchmarks it is much slower than other methods considered here. Boost +various benchmarks, it is much slower than other methods considered here. Boost Format also has excessive build times and severe code bloat issues (see `Benchmarks`_). FastFormat ~~~~~~~~~~ -This is an interesting library which is fast, safe and has positional -arguments. However it has significant limitations, citing its author: +This is an interesting library which is fast, safe and has positional arguments. +However, it has significant limitations, citing its author: Three features that have no hope of being accommodated within the current design are: @@ -417,8 +489,8 @@ arguments. However it has significant limitations, citing its author: * Octal/hexadecimal encoding * Runtime width/alignment specification -It is also quite big and has a heavy dependency, STLSoft, which might be -too restrictive for using it in some projects. +It is also quite big and has a heavy dependency, STLSoft, which might be too +restrictive for using it in some projects. Boost Spirit.Karma ~~~~~~~~~~~~~~~~~~ @@ -426,32 +498,9 @@ Boost Spirit.Karma This is not really a formatting library but I decided to include it here for completeness. As iostreams, it suffers from the problem of mixing verbatim text with arguments. The library is pretty fast, but slower on integer formatting -than ``fmt::format_int`` on Karma's own benchmark, -see `Fast integer to string conversion in C++ -`_. - -FAQ ---- - -Q: how can I capture formatting arguments and format them later? - -A: use ``std::tuple``: - -.. code:: c++ - - template - auto capture(const Args&... args) { - return std::make_tuple(args...); - } - - auto print_message = [](const auto&... args) { - fmt::print(args...); - }; - - // Capture and store arguments: - auto args = capture("{} {}", 42, "foo"); - // Do formatting: - std::apply(print_message, args); +than ``fmt::format_to`` with format string compilation on Karma's own benchmark, +see `Converting a hundred million integers to strings per second +`_. License ------- @@ -459,18 +508,19 @@ License {fmt} is distributed under the MIT `license `_. -The `Format String Syntax -`_ +Documentation License +--------------------- + +The `Format String Syntax `_ section in the documentation is based on the one from Python `string module -documentation `_ -adapted for the current library. For this reason the documentation is -distributed under the Python Software Foundation license available in -`doc/python-license.txt +documentation `_. +For this reason the documentation is distributed under the Python Software +Foundation license available in `doc/python-license.txt `_. -It only applies if you distribute the documentation of fmt. +It only applies if you distribute the documentation of {fmt}. -Acknowledgments ---------------- +Maintainers +----------- The {fmt} library is maintained by Victor Zverovich (`vitaut `_) and Jonathan Müller (`foonathan @@ -479,23 +529,3 @@ See `Contributors `_ and `Releases `_ for some of the names. Let us know if your contribution is not listed or mentioned incorrectly and we'll make it right. - -The benchmark section of this readme file and the performance tests are taken -from the excellent `tinyformat `_ library -written by Chris Foster. Boost Format library is acknowledged transitively -since it had some influence on tinyformat. -Some ideas used in the implementation are borrowed from `Loki -`_ SafeFormat and `Diagnostic API -`_ in -`Clang `_. -Format string syntax and the documentation are based on Python's `str.format -`_. -Thanks `Doug Turnbull `_ for his valuable -comments and contribution to the design of the type-safe API and -`Gregory Czajkowski `_ for implementing binary -formatting. Thanks `Ruslan Baratov `_ for comprehensive -`comparison of integer formatting algorithms `_ -and useful comments regarding performance, `Boris Kaul `_ for -`C++ counting digits benchmark `_. -Thanks to `CarterLi `_ for contributing various -improvements to the code. diff --git a/native/iosTest/Pods/fmt/include/fmt/args.h b/native/iosTest/Pods/fmt/include/fmt/args.h new file mode 100644 index 000000000..a3966d140 --- /dev/null +++ b/native/iosTest/Pods/fmt/include/fmt/args.h @@ -0,0 +1,234 @@ +// Formatting library for C++ - dynamic format arguments +// +// Copyright (c) 2012 - present, Victor Zverovich +// All rights reserved. +// +// For the license information refer to format.h. + +#ifndef FMT_ARGS_H_ +#define FMT_ARGS_H_ + +#include // std::reference_wrapper +#include // std::unique_ptr +#include + +#include "core.h" + +FMT_BEGIN_NAMESPACE + +namespace detail { + +template struct is_reference_wrapper : std::false_type {}; +template +struct is_reference_wrapper> : std::true_type {}; + +template const T& unwrap(const T& v) { return v; } +template const T& unwrap(const std::reference_wrapper& v) { + return static_cast(v); +} + +class dynamic_arg_list { + // Workaround for clang's -Wweak-vtables. Unlike for regular classes, for + // templates it doesn't complain about inability to deduce single translation + // unit for placing vtable. So storage_node_base is made a fake template. + template struct node { + virtual ~node() = default; + std::unique_ptr> next; + }; + + template struct typed_node : node<> { + T value; + + template + FMT_CONSTEXPR typed_node(const Arg& arg) : value(arg) {} + + template + FMT_CONSTEXPR typed_node(const basic_string_view& arg) + : value(arg.data(), arg.size()) {} + }; + + std::unique_ptr> head_; + + public: + template const T& push(const Arg& arg) { + auto new_node = std::unique_ptr>(new typed_node(arg)); + auto& value = new_node->value; + new_node->next = std::move(head_); + head_ = std::move(new_node); + return value; + } +}; +} // namespace detail + +/** + \rst + A dynamic version of `fmt::format_arg_store`. + It's equipped with a storage to potentially temporary objects which lifetimes + could be shorter than the format arguments object. + + It can be implicitly converted into `~fmt::basic_format_args` for passing + into type-erased formatting functions such as `~fmt::vformat`. + \endrst + */ +template +class dynamic_format_arg_store +#if FMT_GCC_VERSION && FMT_GCC_VERSION < 409 + // Workaround a GCC template argument substitution bug. + : public basic_format_args +#endif +{ + private: + using char_type = typename Context::char_type; + + template struct need_copy { + static constexpr detail::type mapped_type = + detail::mapped_type_constant::value; + + enum { + value = !(detail::is_reference_wrapper::value || + std::is_same>::value || + std::is_same>::value || + (mapped_type != detail::type::cstring_type && + mapped_type != detail::type::string_type && + mapped_type != detail::type::custom_type)) + }; + }; + + template + using stored_type = conditional_t< + std::is_convertible>::value && + !detail::is_reference_wrapper::value, + std::basic_string, T>; + + // Storage of basic_format_arg must be contiguous. + std::vector> data_; + std::vector> named_info_; + + // Storage of arguments not fitting into basic_format_arg must grow + // without relocation because items in data_ refer to it. + detail::dynamic_arg_list dynamic_args_; + + friend class basic_format_args; + + unsigned long long get_types() const { + return detail::is_unpacked_bit | data_.size() | + (named_info_.empty() + ? 0ULL + : static_cast(detail::has_named_args_bit)); + } + + const basic_format_arg* data() const { + return named_info_.empty() ? data_.data() : data_.data() + 1; + } + + template void emplace_arg(const T& arg) { + data_.emplace_back(detail::make_arg(arg)); + } + + template + void emplace_arg(const detail::named_arg& arg) { + if (named_info_.empty()) { + constexpr const detail::named_arg_info* zero_ptr{nullptr}; + data_.insert(data_.begin(), {zero_ptr, 0}); + } + data_.emplace_back(detail::make_arg(detail::unwrap(arg.value))); + auto pop_one = [](std::vector>* data) { + data->pop_back(); + }; + std::unique_ptr>, decltype(pop_one)> + guard{&data_, pop_one}; + named_info_.push_back({arg.name, static_cast(data_.size() - 2u)}); + data_[0].value_.named_args = {named_info_.data(), named_info_.size()}; + guard.release(); + } + + public: + constexpr dynamic_format_arg_store() = default; + + /** + \rst + Adds an argument into the dynamic store for later passing to a formatting + function. + + Note that custom types and string types (but not string views) are copied + into the store dynamically allocating memory if necessary. + + **Example**:: + + fmt::dynamic_format_arg_store store; + store.push_back(42); + store.push_back("abc"); + store.push_back(1.5f); + std::string result = fmt::vformat("{} and {} and {}", store); + \endrst + */ + template void push_back(const T& arg) { + if (detail::const_check(need_copy::value)) + emplace_arg(dynamic_args_.push>(arg)); + else + emplace_arg(detail::unwrap(arg)); + } + + /** + \rst + Adds a reference to the argument into the dynamic store for later passing to + a formatting function. + + **Example**:: + + fmt::dynamic_format_arg_store store; + char band[] = "Rolling Stones"; + store.push_back(std::cref(band)); + band[9] = 'c'; // Changing str affects the output. + std::string result = fmt::vformat("{}", store); + // result == "Rolling Scones" + \endrst + */ + template void push_back(std::reference_wrapper arg) { + static_assert( + need_copy::value, + "objects of built-in types and string views are always copied"); + emplace_arg(arg.get()); + } + + /** + Adds named argument into the dynamic store for later passing to a formatting + function. ``std::reference_wrapper`` is supported to avoid copying of the + argument. The name is always copied into the store. + */ + template + void push_back(const detail::named_arg& arg) { + const char_type* arg_name = + dynamic_args_.push>(arg.name).c_str(); + if (detail::const_check(need_copy::value)) { + emplace_arg( + fmt::arg(arg_name, dynamic_args_.push>(arg.value))); + } else { + emplace_arg(fmt::arg(arg_name, arg.value)); + } + } + + /** Erase all elements from the store */ + void clear() { + data_.clear(); + named_info_.clear(); + dynamic_args_ = detail::dynamic_arg_list(); + } + + /** + \rst + Reserves space to store at least *new_cap* arguments including + *new_cap_named* named arguments. + \endrst + */ + void reserve(size_t new_cap, size_t new_cap_named) { + FMT_ASSERT(new_cap >= new_cap_named, + "Set of arguments includes set of named arguments"); + data_.reserve(new_cap); + named_info_.reserve(new_cap_named); + } +}; + +FMT_END_NAMESPACE + +#endif // FMT_ARGS_H_ diff --git a/native/iosTest/Pods/fmt/include/fmt/chrono.h b/native/iosTest/Pods/fmt/include/fmt/chrono.h index 421d464ad..b112f76e9 100644 --- a/native/iosTest/Pods/fmt/include/fmt/chrono.h +++ b/native/iosTest/Pods/fmt/include/fmt/chrono.h @@ -8,16 +8,34 @@ #ifndef FMT_CHRONO_H_ #define FMT_CHRONO_H_ +#include #include +#include // std::isfinite +#include // std::memcpy #include +#include #include -#include +#include +#include #include "format.h" -#include "locale.h" FMT_BEGIN_NAMESPACE +// Enable tzset. +#ifndef FMT_USE_TZSET +// UWP doesn't provide _tzset. +# if FMT_HAS_INCLUDE("winapifamily.h") +# include +# endif +# if defined(_WIN32) && (!defined(WINAPI_FAMILY) || \ + (WINAPI_FAMILY == WINAPI_FAMILY_DESKTOP_APP)) +# define FMT_USE_TZSET 1 +# else +# define FMT_USE_TZSET 0 +# endif +#endif + // Enable safe chrono durations, unless explicitly disabled. #ifndef FMT_SAFE_DURATION_CAST # define FMT_SAFE_DURATION_CAST 1 @@ -44,11 +62,11 @@ FMT_CONSTEXPR To lossless_integral_conversion(const From from, int& ec) { static_assert(T::is_integer, "To must be integral"); // A and B are both signed, or both unsigned. - if (F::digits <= T::digits) { + if (detail::const_check(F::digits <= T::digits)) { // From fits in To without any problem. } else { // From does not always fit in To, resort to a dynamic check. - if (from < T::min() || from > T::max()) { + if (from < (T::min)() || from > (T::max)()) { // outside range. ec = 1; return {}; @@ -72,43 +90,28 @@ FMT_CONSTEXPR To lossless_integral_conversion(const From from, int& ec) { static_assert(F::is_integer, "From must be integral"); static_assert(T::is_integer, "To must be integral"); - if (F::is_signed && !T::is_signed) { + if (detail::const_check(F::is_signed && !T::is_signed)) { // From may be negative, not allowed! - if (fmt::internal::is_negative(from)) { + if (fmt::detail::is_negative(from)) { ec = 1; return {}; } - // From is positive. Can it always fit in To? - if (F::digits <= T::digits) { - // yes, From always fits in To. - } else { - // from may not fit in To, we have to do a dynamic check - if (from > static_cast(T::max())) { - ec = 1; - return {}; - } + if (detail::const_check(F::digits > T::digits) && + from > static_cast(detail::max_value())) { + ec = 1; + return {}; } } - if (!F::is_signed && T::is_signed) { - // can from be held in To? - if (F::digits < T::digits) { - // yes, From always fits in To. - } else { - // from may not fit in To, we have to do a dynamic check - if (from > static_cast(T::max())) { - // outside range. - ec = 1; - return {}; - } - } + if (detail::const_check(!F::is_signed && T::is_signed && + F::digits >= T::digits) && + from > static_cast(detail::max_value())) { + ec = 1; + return {}; } - - // reaching here means all is ok for lossless conversion. - return static_cast(from); - -} // function + return static_cast(from); // Lossless conversion. +} template ::value)> @@ -141,7 +144,7 @@ FMT_CONSTEXPR To safe_float_conversion(const From from, int& ec) { // catch the only happy case if (std::isfinite(from)) { - if (from >= T::lowest() && from <= T::max()) { + if (from >= T::lowest() && from <= (T::max)()) { return static_cast(from); } // not within range. @@ -190,35 +193,26 @@ To safe_duration_cast(std::chrono::duration from, // safe conversion to IntermediateRep IntermediateRep count = lossless_integral_conversion(from.count(), ec); - if (ec) { - return {}; - } + if (ec) return {}; // multiply with Factor::num without overflow or underflow - if (Factor::num != 1) { - const auto max1 = internal::max_value() / Factor::num; + if (detail::const_check(Factor::num != 1)) { + const auto max1 = detail::max_value() / Factor::num; if (count > max1) { ec = 1; return {}; } - const auto min1 = std::numeric_limits::min() / Factor::num; - if (count < min1) { + const auto min1 = + (std::numeric_limits::min)() / Factor::num; + if (!std::is_unsigned::value && count < min1) { ec = 1; return {}; } count *= Factor::num; } - // this can't go wrong, right? den>0 is checked earlier. - if (Factor::den != 1) { - count /= Factor::den; - } - // convert to the to type, safely - using ToRep = typename To::rep; - const ToRep tocount = lossless_integral_conversion(count, ec); - if (ec) { - return {}; - } - return To{tocount}; + if (detail::const_check(Factor::den != 1)) count /= Factor::den; + auto tocount = lossless_integral_conversion(count, ec); + return ec ? To() : To(tocount); } /** @@ -268,8 +262,8 @@ To safe_duration_cast(std::chrono::duration from, } // multiply with Factor::num without overflow or underflow - if (Factor::num != 1) { - constexpr auto max1 = internal::max_value() / + if (detail::const_check(Factor::num != 1)) { + constexpr auto max1 = detail::max_value() / static_cast(Factor::num); if (count > max1) { ec = 1; @@ -285,7 +279,7 @@ To safe_duration_cast(std::chrono::duration from, } // this can't go wrong, right? den>0 is checked earlier. - if (Factor::den != 1) { + if (detail::const_check(Factor::den != 1)) { using common_t = typename std::common_type::type; count /= static_cast(Factor::den); } @@ -306,14 +300,154 @@ To safe_duration_cast(std::chrono::duration from, // Usage: f FMT_NOMACRO() #define FMT_NOMACRO -namespace internal { +namespace detail { +template struct null {}; inline null<> localtime_r FMT_NOMACRO(...) { return null<>(); } inline null<> localtime_s(...) { return null<>(); } inline null<> gmtime_r(...) { return null<>(); } inline null<> gmtime_s(...) { return null<>(); } -} // namespace internal -// Thread-safe replacement for std::localtime +inline const std::locale& get_classic_locale() { + static const auto& locale = std::locale::classic(); + return locale; +} + +template struct codecvt_result { + static constexpr const size_t max_size = 32; + CodeUnit buf[max_size]; + CodeUnit* end; +}; +template +constexpr const size_t codecvt_result::max_size; + +template +void write_codecvt(codecvt_result& out, string_view in_buf, + const std::locale& loc) { +#if FMT_CLANG_VERSION +# pragma clang diagnostic push +# pragma clang diagnostic ignored "-Wdeprecated" + auto& f = std::use_facet>(loc); +# pragma clang diagnostic pop +#else + auto& f = std::use_facet>(loc); +#endif + auto mb = std::mbstate_t(); + const char* from_next = nullptr; + auto result = f.in(mb, in_buf.begin(), in_buf.end(), from_next, + std::begin(out.buf), std::end(out.buf), out.end); + if (result != std::codecvt_base::ok) + FMT_THROW(format_error("failed to format time")); +} + +template +auto write_encoded_tm_str(OutputIt out, string_view in, const std::locale& loc) + -> OutputIt { + if (detail::is_utf8() && loc != get_classic_locale()) { + // char16_t and char32_t codecvts are broken in MSVC (linkage errors) and + // gcc-4. +#if FMT_MSC_VERSION != 0 || \ + (defined(__GLIBCXX__) && !defined(_GLIBCXX_USE_DUAL_ABI)) + // The _GLIBCXX_USE_DUAL_ABI macro is always defined in libstdc++ from gcc-5 + // and newer. + using code_unit = wchar_t; +#else + using code_unit = char32_t; +#endif + + using unit_t = codecvt_result; + unit_t unit; + write_codecvt(unit, in, loc); + // In UTF-8 is used one to four one-byte code units. + auto&& buf = basic_memory_buffer(); + for (code_unit* p = unit.buf; p != unit.end; ++p) { + uint32_t c = static_cast(*p); + if (sizeof(code_unit) == 2 && c >= 0xd800 && c <= 0xdfff) { + // surrogate pair + ++p; + if (p == unit.end || (c & 0xfc00) != 0xd800 || + (*p & 0xfc00) != 0xdc00) { + FMT_THROW(format_error("failed to format time")); + } + c = (c << 10) + static_cast(*p) - 0x35fdc00; + } + if (c < 0x80) { + buf.push_back(static_cast(c)); + } else if (c < 0x800) { + buf.push_back(static_cast(0xc0 | (c >> 6))); + buf.push_back(static_cast(0x80 | (c & 0x3f))); + } else if ((c >= 0x800 && c <= 0xd7ff) || (c >= 0xe000 && c <= 0xffff)) { + buf.push_back(static_cast(0xe0 | (c >> 12))); + buf.push_back(static_cast(0x80 | ((c & 0xfff) >> 6))); + buf.push_back(static_cast(0x80 | (c & 0x3f))); + } else if (c >= 0x10000 && c <= 0x10ffff) { + buf.push_back(static_cast(0xf0 | (c >> 18))); + buf.push_back(static_cast(0x80 | ((c & 0x3ffff) >> 12))); + buf.push_back(static_cast(0x80 | ((c & 0xfff) >> 6))); + buf.push_back(static_cast(0x80 | (c & 0x3f))); + } else { + FMT_THROW(format_error("failed to format time")); + } + } + return copy_str(buf.data(), buf.data() + buf.size(), out); + } + return copy_str(in.data(), in.data() + in.size(), out); +} + +template ::value)> +auto write_tm_str(OutputIt out, string_view sv, const std::locale& loc) + -> OutputIt { + codecvt_result unit; + write_codecvt(unit, sv, loc); + return copy_str(unit.buf, unit.end, out); +} + +template ::value)> +auto write_tm_str(OutputIt out, string_view sv, const std::locale& loc) + -> OutputIt { + return write_encoded_tm_str(out, sv, loc); +} + +template +inline void do_write(buffer& buf, const std::tm& time, + const std::locale& loc, char format, char modifier) { + auto&& format_buf = formatbuf>(buf); + auto&& os = std::basic_ostream(&format_buf); + os.imbue(loc); + using iterator = std::ostreambuf_iterator; + const auto& facet = std::use_facet>(loc); + auto end = facet.put(os, os, Char(' '), &time, format, modifier); + if (end.failed()) FMT_THROW(format_error("failed to format time")); +} + +template ::value)> +auto write(OutputIt out, const std::tm& time, const std::locale& loc, + char format, char modifier = 0) -> OutputIt { + auto&& buf = get_buffer(out); + do_write(buf, time, loc, format, modifier); + return buf.out(); +} + +template ::value)> +auto write(OutputIt out, const std::tm& time, const std::locale& loc, + char format, char modifier = 0) -> OutputIt { + auto&& buf = basic_memory_buffer(); + do_write(buf, time, loc, format, modifier); + return write_encoded_tm_str(out, string_view(buf.data(), buf.size()), loc); +} + +} // namespace detail + +FMT_MODULE_EXPORT_BEGIN + +/** + Converts given time since epoch as ``std::time_t`` value into calendar time, + expressed in local time. Unlike ``std::localtime``, this function is + thread-safe on most platforms. + */ inline std::tm localtime(std::time_t time) { struct dispatcher { std::time_t time_; @@ -322,22 +456,22 @@ inline std::tm localtime(std::time_t time) { dispatcher(std::time_t t) : time_(t) {} bool run() { - using namespace fmt::internal; + using namespace fmt::detail; return handle(localtime_r(&time_, &tm_)); } bool handle(std::tm* tm) { return tm != nullptr; } - bool handle(internal::null<>) { - using namespace fmt::internal; + bool handle(detail::null<>) { + using namespace fmt::detail; return fallback(localtime_s(&tm_, &time_)); } bool fallback(int res) { return res == 0; } -#if !FMT_MSC_VER - bool fallback(internal::null<>) { - using namespace fmt::internal; +#if !FMT_MSC_VERSION + bool fallback(detail::null<>) { + using namespace fmt::detail; std::tm* tm = std::localtime(&time_); if (tm) tm_ = *tm; return tm != nullptr; @@ -350,7 +484,16 @@ inline std::tm localtime(std::time_t time) { return lt.tm_; } -// Thread-safe replacement for std::gmtime +inline std::tm localtime( + std::chrono::time_point time_point) { + return localtime(std::chrono::system_clock::to_time_t(time_point)); +} + +/** + Converts given time since epoch as ``std::time_t`` value into calendar time, + expressed in Coordinated Universal Time (UTC). Unlike ``std::gmtime``, this + function is thread-safe on most platforms. + */ inline std::tm gmtime(std::time_t time) { struct dispatcher { std::time_t time_; @@ -359,21 +502,21 @@ inline std::tm gmtime(std::time_t time) { dispatcher(std::time_t t) : time_(t) {} bool run() { - using namespace fmt::internal; + using namespace fmt::detail; return handle(gmtime_r(&time_, &tm_)); } bool handle(std::tm* tm) { return tm != nullptr; } - bool handle(internal::null<>) { - using namespace fmt::internal; + bool handle(detail::null<>) { + using namespace fmt::detail; return fallback(gmtime_s(&tm_, &time_)); } bool fallback(int res) { return res == 0; } -#if !FMT_MSC_VER - bool fallback(internal::null<>) { +#if !FMT_MSC_VERSION + bool fallback(detail::null<>) { std::tm* tm = std::gmtime(&time_); if (tm) tm_ = *tm; return tm != nullptr; @@ -386,86 +529,69 @@ inline std::tm gmtime(std::time_t time) { return gt.tm_; } -namespace internal { -inline std::size_t strftime(char* str, std::size_t count, const char* format, - const std::tm* time) { - return std::strftime(str, count, format, time); +inline std::tm gmtime( + std::chrono::time_point time_point) { + return gmtime(std::chrono::system_clock::to_time_t(time_point)); } -inline std::size_t strftime(wchar_t* str, std::size_t count, - const wchar_t* format, const std::tm* time) { - return std::wcsftime(str, count, format, time); -} -} // namespace internal - -template struct formatter { - template - auto parse(ParseContext& ctx) -> decltype(ctx.begin()) { - auto it = ctx.begin(); - if (it != ctx.end() && *it == ':') ++it; - auto end = it; - while (end != ctx.end() && *end != '}') ++end; - tm_format.reserve(internal::to_unsigned(end - it + 1)); - tm_format.append(it, end); - tm_format.push_back('\0'); - return end; - } - - template - auto format(const std::tm& tm, FormatContext& ctx) -> decltype(ctx.out()) { - basic_memory_buffer buf; - std::size_t start = buf.size(); - for (;;) { - std::size_t size = buf.capacity() - start; - std::size_t count = - internal::strftime(&buf[start], size, &tm_format[0], &tm); - if (count != 0) { - buf.resize(start + count); - break; - } - if (size >= tm_format.size() * 256) { - // If the buffer is 256 times larger than the format string, assume - // that `strftime` gives an empty result. There doesn't seem to be a - // better way to distinguish the two cases: - // https://github.com/fmtlib/fmt/issues/367 - break; - } - const std::size_t MIN_GROWTH = 10; - buf.reserve(buf.capacity() + (size > MIN_GROWTH ? size : MIN_GROWTH)); - } - return std::copy(buf.begin(), buf.end(), ctx.out()); +FMT_BEGIN_DETAIL_NAMESPACE + +// Writes two-digit numbers a, b and c separated by sep to buf. +// The method by Pavel Novikov based on +// https://johnnylee-sde.github.io/Fast-unsigned-integer-to-time-string/. +inline void write_digit2_separated(char* buf, unsigned a, unsigned b, + unsigned c, char sep) { + unsigned long long digits = + a | (b << 24) | (static_cast(c) << 48); + // Convert each value to BCD. + // We have x = a * 10 + b and we want to convert it to BCD y = a * 16 + b. + // The difference is + // y - x = a * 6 + // a can be found from x: + // a = floor(x / 10) + // then + // y = x + a * 6 = x + floor(x / 10) * 6 + // floor(x / 10) is (x * 205) >> 11 (needs 16 bits). + digits += (((digits * 205) >> 11) & 0x000f00000f00000f) * 6; + // Put low nibbles to high bytes and high nibbles to low bytes. + digits = ((digits & 0x00f00000f00000f0) >> 4) | + ((digits & 0x000f00000f00000f) << 8); + auto usep = static_cast(sep); + // Add ASCII '0' to each digit byte and insert separators. + digits |= 0x3030003030003030 | (usep << 16) | (usep << 40); + + constexpr const size_t len = 8; + if (const_check(is_big_endian())) { + char tmp[len]; + std::memcpy(tmp, &digits, len); + std::reverse_copy(tmp, tmp + len, buf); + } else { + std::memcpy(buf, &digits, len); } +} - basic_memory_buffer tm_format; -}; - -namespace internal { -template FMT_CONSTEXPR const char* get_units() { +template FMT_CONSTEXPR inline const char* get_units() { + if (std::is_same::value) return "as"; + if (std::is_same::value) return "fs"; + if (std::is_same::value) return "ps"; + if (std::is_same::value) return "ns"; + if (std::is_same::value) return "µs"; + if (std::is_same::value) return "ms"; + if (std::is_same::value) return "cs"; + if (std::is_same::value) return "ds"; + if (std::is_same>::value) return "s"; + if (std::is_same::value) return "das"; + if (std::is_same::value) return "hs"; + if (std::is_same::value) return "ks"; + if (std::is_same::value) return "Ms"; + if (std::is_same::value) return "Gs"; + if (std::is_same::value) return "Ts"; + if (std::is_same::value) return "Ps"; + if (std::is_same::value) return "Es"; + if (std::is_same>::value) return "m"; + if (std::is_same>::value) return "h"; return nullptr; } -template <> FMT_CONSTEXPR const char* get_units() { return "as"; } -template <> FMT_CONSTEXPR const char* get_units() { return "fs"; } -template <> FMT_CONSTEXPR const char* get_units() { return "ps"; } -template <> FMT_CONSTEXPR const char* get_units() { return "ns"; } -template <> FMT_CONSTEXPR const char* get_units() { return "µs"; } -template <> FMT_CONSTEXPR const char* get_units() { return "ms"; } -template <> FMT_CONSTEXPR const char* get_units() { return "cs"; } -template <> FMT_CONSTEXPR const char* get_units() { return "ds"; } -template <> FMT_CONSTEXPR const char* get_units>() { return "s"; } -template <> FMT_CONSTEXPR const char* get_units() { return "das"; } -template <> FMT_CONSTEXPR const char* get_units() { return "hs"; } -template <> FMT_CONSTEXPR const char* get_units() { return "ks"; } -template <> FMT_CONSTEXPR const char* get_units() { return "Ms"; } -template <> FMT_CONSTEXPR const char* get_units() { return "Gs"; } -template <> FMT_CONSTEXPR const char* get_units() { return "Ts"; } -template <> FMT_CONSTEXPR const char* get_units() { return "Ps"; } -template <> FMT_CONSTEXPR const char* get_units() { return "Es"; } -template <> FMT_CONSTEXPR const char* get_units>() { - return "m"; -} -template <> FMT_CONSTEXPR const char* get_units>() { - return "h"; -} enum class numeric_system { standard, @@ -504,6 +630,22 @@ FMT_CONSTEXPR const Char* parse_chrono_format(const Char* begin, handler.on_text(tab, tab + 1); break; } + // Year: + case 'Y': + handler.on_year(numeric_system::standard); + break; + case 'y': + handler.on_short_year(numeric_system::standard); + break; + case 'C': + handler.on_century(numeric_system::standard); + break; + case 'G': + handler.on_iso_week_based_year(); + break; + case 'g': + handler.on_iso_week_based_short_year(); + break; // Day of the week: case 'a': handler.on_abbr_weekday(); @@ -519,11 +661,34 @@ FMT_CONSTEXPR const Char* parse_chrono_format(const Char* begin, break; // Month: case 'b': + case 'h': handler.on_abbr_month(); break; case 'B': handler.on_full_month(); break; + case 'm': + handler.on_dec_month(numeric_system::standard); + break; + // Day of the year/month: + case 'U': + handler.on_dec0_week_of_year(numeric_system::standard); + break; + case 'W': + handler.on_dec1_week_of_year(numeric_system::standard); + break; + case 'V': + handler.on_iso_week_of_year(numeric_system::standard); + break; + case 'j': + handler.on_day_of_year(); + break; + case 'd': + handler.on_day_of_month(numeric_system::standard); + break; + case 'e': + handler.on_day_of_month_space(numeric_system::standard); + break; // Hour, minute, second: case 'H': handler.on_24_hour(numeric_system::standard); @@ -582,6 +747,15 @@ FMT_CONSTEXPR const Char* parse_chrono_format(const Char* begin, if (ptr == end) FMT_THROW(format_error("invalid format")); c = *ptr++; switch (c) { + case 'Y': + handler.on_year(numeric_system::alternative); + break; + case 'y': + handler.on_offset_year(); + break; + case 'C': + handler.on_century(numeric_system::alternative); + break; case 'c': handler.on_datetime(numeric_system::alternative); break; @@ -600,6 +774,27 @@ FMT_CONSTEXPR const Char* parse_chrono_format(const Char* begin, if (ptr == end) FMT_THROW(format_error("invalid format")); c = *ptr++; switch (c) { + case 'y': + handler.on_short_year(numeric_system::alternative); + break; + case 'm': + handler.on_dec_month(numeric_system::alternative); + break; + case 'U': + handler.on_dec0_week_of_year(numeric_system::alternative); + break; + case 'W': + handler.on_dec1_week_of_year(numeric_system::alternative); + break; + case 'V': + handler.on_iso_week_of_year(numeric_system::alternative); + break; + case 'd': + handler.on_day_of_month(numeric_system::alternative); + break; + case 'e': + handler.on_day_of_month_space(numeric_system::alternative); + break; case 'w': handler.on_dec0_weekday(numeric_system::alternative); break; @@ -631,67 +826,587 @@ FMT_CONSTEXPR const Char* parse_chrono_format(const Char* begin, return ptr; } -struct chrono_format_checker { - FMT_NORETURN void report_no_date() { FMT_THROW(format_error("no date")); } - - template void on_text(const Char*, const Char*) {} - FMT_NORETURN void on_abbr_weekday() { report_no_date(); } - FMT_NORETURN void on_full_weekday() { report_no_date(); } - FMT_NORETURN void on_dec0_weekday(numeric_system) { report_no_date(); } - FMT_NORETURN void on_dec1_weekday(numeric_system) { report_no_date(); } - FMT_NORETURN void on_abbr_month() { report_no_date(); } - FMT_NORETURN void on_full_month() { report_no_date(); } - void on_24_hour(numeric_system) {} - void on_12_hour(numeric_system) {} - void on_minute(numeric_system) {} - void on_second(numeric_system) {} - FMT_NORETURN void on_datetime(numeric_system) { report_no_date(); } - FMT_NORETURN void on_loc_date(numeric_system) { report_no_date(); } - FMT_NORETURN void on_loc_time(numeric_system) { report_no_date(); } - FMT_NORETURN void on_us_date() { report_no_date(); } - FMT_NORETURN void on_iso_date() { report_no_date(); } - void on_12_hour_time() {} - void on_24_hour_time() {} - void on_iso_time() {} - void on_am_pm() {} - void on_duration_value() {} - void on_duration_unit() {} - FMT_NORETURN void on_utc_offset() { report_no_date(); } - FMT_NORETURN void on_tz_name() { report_no_date(); } +template struct null_chrono_spec_handler { + FMT_CONSTEXPR void unsupported() { + static_cast(this)->unsupported(); + } + FMT_CONSTEXPR void on_year(numeric_system) { unsupported(); } + FMT_CONSTEXPR void on_short_year(numeric_system) { unsupported(); } + FMT_CONSTEXPR void on_offset_year() { unsupported(); } + FMT_CONSTEXPR void on_century(numeric_system) { unsupported(); } + FMT_CONSTEXPR void on_iso_week_based_year() { unsupported(); } + FMT_CONSTEXPR void on_iso_week_based_short_year() { unsupported(); } + FMT_CONSTEXPR void on_abbr_weekday() { unsupported(); } + FMT_CONSTEXPR void on_full_weekday() { unsupported(); } + FMT_CONSTEXPR void on_dec0_weekday(numeric_system) { unsupported(); } + FMT_CONSTEXPR void on_dec1_weekday(numeric_system) { unsupported(); } + FMT_CONSTEXPR void on_abbr_month() { unsupported(); } + FMT_CONSTEXPR void on_full_month() { unsupported(); } + FMT_CONSTEXPR void on_dec_month(numeric_system) { unsupported(); } + FMT_CONSTEXPR void on_dec0_week_of_year(numeric_system) { unsupported(); } + FMT_CONSTEXPR void on_dec1_week_of_year(numeric_system) { unsupported(); } + FMT_CONSTEXPR void on_iso_week_of_year(numeric_system) { unsupported(); } + FMT_CONSTEXPR void on_day_of_year() { unsupported(); } + FMT_CONSTEXPR void on_day_of_month(numeric_system) { unsupported(); } + FMT_CONSTEXPR void on_day_of_month_space(numeric_system) { unsupported(); } + FMT_CONSTEXPR void on_24_hour(numeric_system) { unsupported(); } + FMT_CONSTEXPR void on_12_hour(numeric_system) { unsupported(); } + FMT_CONSTEXPR void on_minute(numeric_system) { unsupported(); } + FMT_CONSTEXPR void on_second(numeric_system) { unsupported(); } + FMT_CONSTEXPR void on_datetime(numeric_system) { unsupported(); } + FMT_CONSTEXPR void on_loc_date(numeric_system) { unsupported(); } + FMT_CONSTEXPR void on_loc_time(numeric_system) { unsupported(); } + FMT_CONSTEXPR void on_us_date() { unsupported(); } + FMT_CONSTEXPR void on_iso_date() { unsupported(); } + FMT_CONSTEXPR void on_12_hour_time() { unsupported(); } + FMT_CONSTEXPR void on_24_hour_time() { unsupported(); } + FMT_CONSTEXPR void on_iso_time() { unsupported(); } + FMT_CONSTEXPR void on_am_pm() { unsupported(); } + FMT_CONSTEXPR void on_duration_value() { unsupported(); } + FMT_CONSTEXPR void on_duration_unit() { unsupported(); } + FMT_CONSTEXPR void on_utc_offset() { unsupported(); } + FMT_CONSTEXPR void on_tz_name() { unsupported(); } }; -template ::value)> -inline bool isnan(T) { - return false; +struct tm_format_checker : null_chrono_spec_handler { + FMT_NORETURN void unsupported() { FMT_THROW(format_error("no format")); } + + template + FMT_CONSTEXPR void on_text(const Char*, const Char*) {} + FMT_CONSTEXPR void on_year(numeric_system) {} + FMT_CONSTEXPR void on_short_year(numeric_system) {} + FMT_CONSTEXPR void on_offset_year() {} + FMT_CONSTEXPR void on_century(numeric_system) {} + FMT_CONSTEXPR void on_iso_week_based_year() {} + FMT_CONSTEXPR void on_iso_week_based_short_year() {} + FMT_CONSTEXPR void on_abbr_weekday() {} + FMT_CONSTEXPR void on_full_weekday() {} + FMT_CONSTEXPR void on_dec0_weekday(numeric_system) {} + FMT_CONSTEXPR void on_dec1_weekday(numeric_system) {} + FMT_CONSTEXPR void on_abbr_month() {} + FMT_CONSTEXPR void on_full_month() {} + FMT_CONSTEXPR void on_dec_month(numeric_system) {} + FMT_CONSTEXPR void on_dec0_week_of_year(numeric_system) {} + FMT_CONSTEXPR void on_dec1_week_of_year(numeric_system) {} + FMT_CONSTEXPR void on_iso_week_of_year(numeric_system) {} + FMT_CONSTEXPR void on_day_of_year() {} + FMT_CONSTEXPR void on_day_of_month(numeric_system) {} + FMT_CONSTEXPR void on_day_of_month_space(numeric_system) {} + FMT_CONSTEXPR void on_24_hour(numeric_system) {} + FMT_CONSTEXPR void on_12_hour(numeric_system) {} + FMT_CONSTEXPR void on_minute(numeric_system) {} + FMT_CONSTEXPR void on_second(numeric_system) {} + FMT_CONSTEXPR void on_datetime(numeric_system) {} + FMT_CONSTEXPR void on_loc_date(numeric_system) {} + FMT_CONSTEXPR void on_loc_time(numeric_system) {} + FMT_CONSTEXPR void on_us_date() {} + FMT_CONSTEXPR void on_iso_date() {} + FMT_CONSTEXPR void on_12_hour_time() {} + FMT_CONSTEXPR void on_24_hour_time() {} + FMT_CONSTEXPR void on_iso_time() {} + FMT_CONSTEXPR void on_am_pm() {} + FMT_CONSTEXPR void on_utc_offset() {} + FMT_CONSTEXPR void on_tz_name() {} +}; + +inline const char* tm_wday_full_name(int wday) { + static constexpr const char* full_name_list[] = { + "Sunday", "Monday", "Tuesday", "Wednesday", + "Thursday", "Friday", "Saturday"}; + return wday >= 0 && wday <= 6 ? full_name_list[wday] : "?"; } -template ::value)> -inline bool isnan(T value) { - return std::isnan(value); +inline const char* tm_wday_short_name(int wday) { + static constexpr const char* short_name_list[] = {"Sun", "Mon", "Tue", "Wed", + "Thu", "Fri", "Sat"}; + return wday >= 0 && wday <= 6 ? short_name_list[wday] : "???"; } +inline const char* tm_mon_full_name(int mon) { + static constexpr const char* full_name_list[] = { + "January", "February", "March", "April", "May", "June", + "July", "August", "September", "October", "November", "December"}; + return mon >= 0 && mon <= 11 ? full_name_list[mon] : "?"; +} +inline const char* tm_mon_short_name(int mon) { + static constexpr const char* short_name_list[] = { + "Jan", "Feb", "Mar", "Apr", "May", "Jun", + "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", + }; + return mon >= 0 && mon <= 11 ? short_name_list[mon] : "???"; +} + +template +struct has_member_data_tm_gmtoff : std::false_type {}; +template +struct has_member_data_tm_gmtoff> + : std::true_type {}; + +template +struct has_member_data_tm_zone : std::false_type {}; +template +struct has_member_data_tm_zone> + : std::true_type {}; + +#if FMT_USE_TZSET +inline void tzset_once() { + static bool init = []() -> bool { + _tzset(); + return true; + }(); + ignore_unused(init); +} +#endif + +template class tm_writer { + private: + static constexpr int days_per_week = 7; + + const std::locale& loc_; + const bool is_classic_; + OutputIt out_; + const std::tm& tm_; + + auto tm_sec() const noexcept -> int { + FMT_ASSERT(tm_.tm_sec >= 0 && tm_.tm_sec <= 61, ""); + return tm_.tm_sec; + } + auto tm_min() const noexcept -> int { + FMT_ASSERT(tm_.tm_min >= 0 && tm_.tm_min <= 59, ""); + return tm_.tm_min; + } + auto tm_hour() const noexcept -> int { + FMT_ASSERT(tm_.tm_hour >= 0 && tm_.tm_hour <= 23, ""); + return tm_.tm_hour; + } + auto tm_mday() const noexcept -> int { + FMT_ASSERT(tm_.tm_mday >= 1 && tm_.tm_mday <= 31, ""); + return tm_.tm_mday; + } + auto tm_mon() const noexcept -> int { + FMT_ASSERT(tm_.tm_mon >= 0 && tm_.tm_mon <= 11, ""); + return tm_.tm_mon; + } + auto tm_year() const noexcept -> long long { return 1900ll + tm_.tm_year; } + auto tm_wday() const noexcept -> int { + FMT_ASSERT(tm_.tm_wday >= 0 && tm_.tm_wday <= 6, ""); + return tm_.tm_wday; + } + auto tm_yday() const noexcept -> int { + FMT_ASSERT(tm_.tm_yday >= 0 && tm_.tm_yday <= 365, ""); + return tm_.tm_yday; + } + + auto tm_hour12() const noexcept -> int { + const auto h = tm_hour(); + const auto z = h < 12 ? h : h - 12; + return z == 0 ? 12 : z; + } + + // POSIX and the C Standard are unclear or inconsistent about what %C and %y + // do if the year is negative or exceeds 9999. Use the convention that %C + // concatenated with %y yields the same output as %Y, and that %Y contains at + // least 4 characters, with more only if necessary. + auto split_year_lower(long long year) const noexcept -> int { + auto l = year % 100; + if (l < 0) l = -l; // l in [0, 99] + return static_cast(l); + } + + // Algorithm: + // https://en.wikipedia.org/wiki/ISO_week_date#Calculating_the_week_number_from_a_month_and_day_of_the_month_or_ordinal_date + auto iso_year_weeks(long long curr_year) const noexcept -> int { + const auto prev_year = curr_year - 1; + const auto curr_p = + (curr_year + curr_year / 4 - curr_year / 100 + curr_year / 400) % + days_per_week; + const auto prev_p = + (prev_year + prev_year / 4 - prev_year / 100 + prev_year / 400) % + days_per_week; + return 52 + ((curr_p == 4 || prev_p == 3) ? 1 : 0); + } + auto iso_week_num(int tm_yday, int tm_wday) const noexcept -> int { + return (tm_yday + 11 - (tm_wday == 0 ? days_per_week : tm_wday)) / + days_per_week; + } + auto tm_iso_week_year() const noexcept -> long long { + const auto year = tm_year(); + const auto w = iso_week_num(tm_yday(), tm_wday()); + if (w < 1) return year - 1; + if (w > iso_year_weeks(year)) return year + 1; + return year; + } + auto tm_iso_week_of_year() const noexcept -> int { + const auto year = tm_year(); + const auto w = iso_week_num(tm_yday(), tm_wday()); + if (w < 1) return iso_year_weeks(year - 1); + if (w > iso_year_weeks(year)) return 1; + return w; + } + + void write1(int value) { + *out_++ = static_cast('0' + to_unsigned(value) % 10); + } + void write2(int value) { + const char* d = digits2(to_unsigned(value) % 100); + *out_++ = *d++; + *out_++ = *d; + } + + void write_year_extended(long long year) { + // At least 4 characters. + int width = 4; + if (year < 0) { + *out_++ = '-'; + year = 0 - year; + --width; + } + uint32_or_64_or_128_t n = to_unsigned(year); + const int num_digits = count_digits(n); + if (width > num_digits) out_ = std::fill_n(out_, width - num_digits, '0'); + out_ = format_decimal(out_, n, num_digits).end; + } + void write_year(long long year) { + if (year >= 0 && year < 10000) { + write2(static_cast(year / 100)); + write2(static_cast(year % 100)); + } else { + write_year_extended(year); + } + } + + void write_utc_offset(long offset) { + if (offset < 0) { + *out_++ = '-'; + offset = -offset; + } else { + *out_++ = '+'; + } + offset /= 60; + write2(static_cast(offset / 60)); + write2(static_cast(offset % 60)); + } + template ::value)> + void format_utc_offset_impl(const T& tm) { + write_utc_offset(tm.tm_gmtoff); + } + template ::value)> + void format_utc_offset_impl(const T& tm) { +#if defined(_WIN32) && defined(_UCRT) +# if FMT_USE_TZSET + tzset_once(); +# endif + long offset = 0; + _get_timezone(&offset); + if (tm.tm_isdst) { + long dstbias = 0; + _get_dstbias(&dstbias); + offset += dstbias; + } + write_utc_offset(-offset); +#else + ignore_unused(tm); + format_localized('z'); +#endif + } + + template ::value)> + void format_tz_name_impl(const T& tm) { + if (is_classic_) + out_ = write_tm_str(out_, tm.tm_zone, loc_); + else + format_localized('Z'); + } + template ::value)> + void format_tz_name_impl(const T&) { + format_localized('Z'); + } + + void format_localized(char format, char modifier = 0) { + out_ = write(out_, tm_, loc_, format, modifier); + } + + public: + tm_writer(const std::locale& loc, OutputIt out, const std::tm& tm) + : loc_(loc), + is_classic_(loc_ == get_classic_locale()), + out_(out), + tm_(tm) {} + + OutputIt out() const { return out_; } + + FMT_CONSTEXPR void on_text(const Char* begin, const Char* end) { + out_ = copy_str(begin, end, out_); + } + + void on_abbr_weekday() { + if (is_classic_) + out_ = write(out_, tm_wday_short_name(tm_wday())); + else + format_localized('a'); + } + void on_full_weekday() { + if (is_classic_) + out_ = write(out_, tm_wday_full_name(tm_wday())); + else + format_localized('A'); + } + void on_dec0_weekday(numeric_system ns) { + if (is_classic_ || ns == numeric_system::standard) return write1(tm_wday()); + format_localized('w', 'O'); + } + void on_dec1_weekday(numeric_system ns) { + if (is_classic_ || ns == numeric_system::standard) { + auto wday = tm_wday(); + write1(wday == 0 ? days_per_week : wday); + } else { + format_localized('u', 'O'); + } + } + + void on_abbr_month() { + if (is_classic_) + out_ = write(out_, tm_mon_short_name(tm_mon())); + else + format_localized('b'); + } + void on_full_month() { + if (is_classic_) + out_ = write(out_, tm_mon_full_name(tm_mon())); + else + format_localized('B'); + } + + void on_datetime(numeric_system ns) { + if (is_classic_) { + on_abbr_weekday(); + *out_++ = ' '; + on_abbr_month(); + *out_++ = ' '; + on_day_of_month_space(numeric_system::standard); + *out_++ = ' '; + on_iso_time(); + *out_++ = ' '; + on_year(numeric_system::standard); + } else { + format_localized('c', ns == numeric_system::standard ? '\0' : 'E'); + } + } + void on_loc_date(numeric_system ns) { + if (is_classic_) + on_us_date(); + else + format_localized('x', ns == numeric_system::standard ? '\0' : 'E'); + } + void on_loc_time(numeric_system ns) { + if (is_classic_) + on_iso_time(); + else + format_localized('X', ns == numeric_system::standard ? '\0' : 'E'); + } + void on_us_date() { + char buf[8]; + write_digit2_separated(buf, to_unsigned(tm_mon() + 1), + to_unsigned(tm_mday()), + to_unsigned(split_year_lower(tm_year())), '/'); + out_ = copy_str(std::begin(buf), std::end(buf), out_); + } + void on_iso_date() { + auto year = tm_year(); + char buf[10]; + size_t offset = 0; + if (year >= 0 && year < 10000) { + copy2(buf, digits2(static_cast(year / 100))); + } else { + offset = 4; + write_year_extended(year); + year = 0; + } + write_digit2_separated(buf + 2, static_cast(year % 100), + to_unsigned(tm_mon() + 1), to_unsigned(tm_mday()), + '-'); + out_ = copy_str(std::begin(buf) + offset, std::end(buf), out_); + } + + void on_utc_offset() { format_utc_offset_impl(tm_); } + void on_tz_name() { format_tz_name_impl(tm_); } + + void on_year(numeric_system ns) { + if (is_classic_ || ns == numeric_system::standard) + return write_year(tm_year()); + format_localized('Y', 'E'); + } + void on_short_year(numeric_system ns) { + if (is_classic_ || ns == numeric_system::standard) + return write2(split_year_lower(tm_year())); + format_localized('y', 'O'); + } + void on_offset_year() { + if (is_classic_) return write2(split_year_lower(tm_year())); + format_localized('y', 'E'); + } + + void on_century(numeric_system ns) { + if (is_classic_ || ns == numeric_system::standard) { + auto year = tm_year(); + auto upper = year / 100; + if (year >= -99 && year < 0) { + // Zero upper on negative year. + *out_++ = '-'; + *out_++ = '0'; + } else if (upper >= 0 && upper < 100) { + write2(static_cast(upper)); + } else { + out_ = write(out_, upper); + } + } else { + format_localized('C', 'E'); + } + } + + void on_dec_month(numeric_system ns) { + if (is_classic_ || ns == numeric_system::standard) + return write2(tm_mon() + 1); + format_localized('m', 'O'); + } + + void on_dec0_week_of_year(numeric_system ns) { + if (is_classic_ || ns == numeric_system::standard) + return write2((tm_yday() + days_per_week - tm_wday()) / days_per_week); + format_localized('U', 'O'); + } + void on_dec1_week_of_year(numeric_system ns) { + if (is_classic_ || ns == numeric_system::standard) { + auto wday = tm_wday(); + write2((tm_yday() + days_per_week - + (wday == 0 ? (days_per_week - 1) : (wday - 1))) / + days_per_week); + } else { + format_localized('W', 'O'); + } + } + void on_iso_week_of_year(numeric_system ns) { + if (is_classic_ || ns == numeric_system::standard) + return write2(tm_iso_week_of_year()); + format_localized('V', 'O'); + } + + void on_iso_week_based_year() { write_year(tm_iso_week_year()); } + void on_iso_week_based_short_year() { + write2(split_year_lower(tm_iso_week_year())); + } + + void on_day_of_year() { + auto yday = tm_yday() + 1; + write1(yday / 100); + write2(yday % 100); + } + void on_day_of_month(numeric_system ns) { + if (is_classic_ || ns == numeric_system::standard) return write2(tm_mday()); + format_localized('d', 'O'); + } + void on_day_of_month_space(numeric_system ns) { + if (is_classic_ || ns == numeric_system::standard) { + auto mday = to_unsigned(tm_mday()) % 100; + const char* d2 = digits2(mday); + *out_++ = mday < 10 ? ' ' : d2[0]; + *out_++ = d2[1]; + } else { + format_localized('e', 'O'); + } + } + + void on_24_hour(numeric_system ns) { + if (is_classic_ || ns == numeric_system::standard) return write2(tm_hour()); + format_localized('H', 'O'); + } + void on_12_hour(numeric_system ns) { + if (is_classic_ || ns == numeric_system::standard) + return write2(tm_hour12()); + format_localized('I', 'O'); + } + void on_minute(numeric_system ns) { + if (is_classic_ || ns == numeric_system::standard) return write2(tm_min()); + format_localized('M', 'O'); + } + void on_second(numeric_system ns) { + if (is_classic_ || ns == numeric_system::standard) return write2(tm_sec()); + format_localized('S', 'O'); + } + + void on_12_hour_time() { + if (is_classic_) { + char buf[8]; + write_digit2_separated(buf, to_unsigned(tm_hour12()), + to_unsigned(tm_min()), to_unsigned(tm_sec()), ':'); + out_ = copy_str(std::begin(buf), std::end(buf), out_); + *out_++ = ' '; + on_am_pm(); + } else { + format_localized('r'); + } + } + void on_24_hour_time() { + write2(tm_hour()); + *out_++ = ':'; + write2(tm_min()); + } + void on_iso_time() { + char buf[8]; + write_digit2_separated(buf, to_unsigned(tm_hour()), to_unsigned(tm_min()), + to_unsigned(tm_sec()), ':'); + out_ = copy_str(std::begin(buf), std::end(buf), out_); + } + + void on_am_pm() { + if (is_classic_) { + *out_++ = tm_hour() < 12 ? 'A' : 'P'; + *out_++ = 'M'; + } else { + format_localized('p'); + } + } + + // These apply to chrono durations but not tm. + void on_duration_value() {} + void on_duration_unit() {} +}; + +struct chrono_format_checker : null_chrono_spec_handler { + FMT_NORETURN void unsupported() { FMT_THROW(format_error("no date")); } + + template + FMT_CONSTEXPR void on_text(const Char*, const Char*) {} + FMT_CONSTEXPR void on_24_hour(numeric_system) {} + FMT_CONSTEXPR void on_12_hour(numeric_system) {} + FMT_CONSTEXPR void on_minute(numeric_system) {} + FMT_CONSTEXPR void on_second(numeric_system) {} + FMT_CONSTEXPR void on_12_hour_time() {} + FMT_CONSTEXPR void on_24_hour_time() {} + FMT_CONSTEXPR void on_iso_time() {} + FMT_CONSTEXPR void on_am_pm() {} + FMT_CONSTEXPR void on_duration_value() {} + FMT_CONSTEXPR void on_duration_unit() {} +}; + template ::value)> inline bool isfinite(T) { return true; } -template ::value)> -inline bool isfinite(T value) { - return std::isfinite(value); -} -// Converts value to int and checks that it's in the range [0, upper). -template ::value)> -inline int to_nonnegative_int(T value, int upper) { - FMT_ASSERT(value >= 0 && value <= upper, "invalid value"); +// Converts value to Int and checks that it's in the range [0, upper). +template ::value)> +inline Int to_nonnegative_int(T value, Int upper) { + FMT_ASSERT(std::is_unsigned::value || + (value >= 0 && to_unsigned(value) <= to_unsigned(upper)), + "invalid value"); (void)upper; - return static_cast(value); + return static_cast(value); } -template ::value)> -inline int to_nonnegative_int(T value, int upper) { - FMT_ASSERT( - std::isnan(value) || (value >= 0 && value <= static_cast(upper)), - "invalid value"); - (void)upper; - return static_cast(value); +template ::value)> +inline Int to_nonnegative_int(T value, Int upper) { + if (value < 0 || value > static_cast(upper)) + FMT_THROW(format_error("invalid value")); + return static_cast(value); } template ::value)> @@ -748,49 +1463,118 @@ inline std::chrono::duration get_milliseconds( #endif } -template ::value)> -inline std::chrono::duration get_milliseconds( +// Counts the number of fractional digits in the range [0, 18] according to the +// C++20 spec. If more than 18 fractional digits are required then returns 6 for +// microseconds precision. +template () / 10)> +struct count_fractional_digits { + static constexpr int value = + Num % Den == 0 ? N : count_fractional_digits::value; +}; + +// Base case that doesn't instantiate any more templates +// in order to avoid overflow. +template +struct count_fractional_digits { + static constexpr int value = (Num % Den == 0) ? N : 6; +}; + +constexpr long long pow10(std::uint32_t n) { + return n == 0 ? 1 : 10 * pow10(n - 1); +} + +template ::is_signed)> +constexpr std::chrono::duration abs( std::chrono::duration d) { - using common_type = typename std::common_type::type; - auto ms = mod(d.count() * static_cast(Period::num) / - static_cast(Period::den) * 1000, - 1000); - return std::chrono::duration(static_cast(ms)); + // We need to compare the duration using the count() method directly + // due to a compiler bug in clang-11 regarding the spaceship operator, + // when -Wzero-as-null-pointer-constant is enabled. + // In clang-12 the bug has been fixed. See + // https://bugs.llvm.org/show_bug.cgi?id=46235 and the reproducible example: + // https://www.godbolt.org/z/Knbb5joYx. + return d.count() >= d.zero().count() ? d : -d; } -template +template ::is_signed)> +constexpr std::chrono::duration abs( + std::chrono::duration d) { + return d; +} + +template ::value)> +OutputIt format_duration_value(OutputIt out, Rep val, int) { + return write(out, val); +} + +template ::value)> OutputIt format_duration_value(OutputIt out, Rep val, int precision) { - const Char pr_f[] = {'{', ':', '.', '{', '}', 'f', '}', 0}; - if (precision >= 0) return format_to(out, pr_f, val, precision); - const Char fp_f[] = {'{', ':', 'g', '}', 0}; - const Char format[] = {'{', '}', 0}; - return format_to(out, std::is_floating_point::value ? fp_f : format, - val); + auto specs = basic_format_specs(); + specs.precision = precision; + specs.type = precision >= 0 ? presentation_type::fixed_lower + : presentation_type::general_lower; + return write(out, val, specs); +} + +template +OutputIt copy_unit(string_view unit, OutputIt out, Char) { + return std::copy(unit.begin(), unit.end(), out); +} + +template +OutputIt copy_unit(string_view unit, OutputIt out, wchar_t) { + // This works when wchar_t is UTF-32 because units only contain characters + // that have the same representation in UTF-16 and UTF-32. + utf8_to_utf16 u(unit); + return std::copy(u.c_str(), u.c_str() + u.size(), out); } template OutputIt format_duration_unit(OutputIt out) { - if (const char* unit = get_units()) { - string_view s(unit); - if (const_check(std::is_same())) { - utf8_to_utf16 u(s); - return std::copy(u.c_str(), u.c_str() + u.size(), out); - } - return std::copy(s.begin(), s.end(), out); + if (const char* unit = get_units()) + return copy_unit(string_view(unit), out, Char()); + *out++ = '['; + out = write(out, Period::num); + if (const_check(Period::den != 1)) { + *out++ = '/'; + out = write(out, Period::den); } - const Char num_f[] = {'[', '{', '}', ']', 's', 0}; - if (Period::den == 1) return format_to(out, num_f, Period::num); - const Char num_def_f[] = {'[', '{', '}', '/', '{', '}', ']', 's', 0}; - return format_to(out, num_def_f, Period::num, Period::den); + *out++ = ']'; + *out++ = 's'; + return out; } +class get_locale { + private: + union { + std::locale locale_; + }; + bool has_locale_ = false; + + public: + get_locale(bool localized, locale_ref loc) : has_locale_(localized) { + if (localized) + ::new (&locale_) std::locale(loc.template get()); + } + ~get_locale() { + if (has_locale_) locale_.~locale(); + } + operator const std::locale&() const { + return has_locale_ ? locale_ : get_classic_locale(); + } +}; + template struct chrono_formatter { FormatContext& context; OutputIt out; int precision; + bool localized = false; // rep is unsigned to avoid overflow. using rep = conditional_t::value && sizeof(Rep) < sizeof(int), @@ -802,9 +1586,10 @@ struct chrono_formatter { bool negative; using char_type = typename FormatContext::char_type; + using tm_writer_type = tm_writer; - explicit chrono_formatter(FormatContext& ctx, OutputIt o, - std::chrono::duration d) + chrono_formatter(FormatContext& ctx, OutputIt o, + std::chrono::duration d) : context(ctx), out(o), val(static_cast(d.count())), @@ -874,24 +1659,52 @@ struct chrono_formatter { if (isnan(value)) return write_nan(); uint32_or_64_or_128_t n = to_unsigned(to_nonnegative_int(value, max_value())); - int num_digits = internal::count_digits(n); + int num_digits = detail::count_digits(n); if (width > num_digits) out = std::fill_n(out, width - num_digits, '0'); - out = format_decimal(out, n, num_digits); + out = format_decimal(out, n, num_digits).end; + } + + template void write_fractional_seconds(Duration d) { + FMT_ASSERT(!std::is_floating_point::value, ""); + constexpr auto num_fractional_digits = + count_fractional_digits::value; + + using subsecond_precision = std::chrono::duration< + typename std::common_type::type, + std::ratio<1, detail::pow10(num_fractional_digits)>>; + if (std::ratio_less::value) { + *out++ = '.'; + auto fractional = + detail::abs(d) - std::chrono::duration_cast(d); + auto subseconds = + std::chrono::treat_as_floating_point< + typename subsecond_precision::rep>::value + ? fractional.count() + : std::chrono::duration_cast(fractional) + .count(); + uint32_or_64_or_128_t n = + to_unsigned(to_nonnegative_int(subseconds, max_value())); + int num_digits = detail::count_digits(n); + if (num_fractional_digits > num_digits) + out = std::fill_n(out, num_fractional_digits - num_digits, '0'); + out = format_decimal(out, n, num_digits).end; + } } void write_nan() { std::copy_n("nan", 3, out); } void write_pinf() { std::copy_n("inf", 3, out); } void write_ninf() { std::copy_n("-inf", 4, out); } - void format_localized(const tm& time, char format, char modifier = 0) { + template + void format_tm(const tm& time, Callback cb, Args... args) { if (isnan(val)) return write_nan(); - auto locale = context.locale().template get(); - auto& facet = std::use_facet>(locale); - std::basic_ostringstream os; - os.imbue(locale); - facet.put(os, os, ' ', &time, format, modifier); - auto str = os.str(); - std::copy(str.begin(), str.end(), out); + get_locale loc(localized, context.locale()); + auto w = tm_writer_type(loc, out, time); + (w.*cb)(args...); + out = w.out(); } void on_text(const char_type* begin, const char_type* end) { @@ -912,6 +1725,19 @@ struct chrono_formatter { void on_iso_date() {} void on_utc_offset() {} void on_tz_name() {} + void on_year(numeric_system) {} + void on_short_year(numeric_system) {} + void on_offset_year() {} + void on_century(numeric_system) {} + void on_iso_week_based_year() {} + void on_iso_week_based_short_year() {} + void on_dec_month(numeric_system) {} + void on_dec0_week_of_year(numeric_system) {} + void on_dec1_week_of_year(numeric_system) {} + void on_iso_week_of_year(numeric_system) {} + void on_day_of_year() {} + void on_day_of_month(numeric_system) {} + void on_day_of_month_space(numeric_system) {} void on_24_hour(numeric_system ns) { if (handle_nan_inf()) return; @@ -919,7 +1745,7 @@ struct chrono_formatter { if (ns == numeric_system::standard) return write(hour(), 2); auto time = tm(); time.tm_hour = to_nonnegative_int(hour(), 24); - format_localized(time, 'H', 'O'); + format_tm(time, &tm_writer_type::on_24_hour, ns); } void on_12_hour(numeric_system ns) { @@ -928,7 +1754,7 @@ struct chrono_formatter { if (ns == numeric_system::standard) return write(hour12(), 2); auto time = tm(); time.tm_hour = to_nonnegative_int(hour12(), 12); - format_localized(time, 'I', 'O'); + format_tm(time, &tm_writer_type::on_12_hour, ns); } void on_minute(numeric_system ns) { @@ -937,37 +1763,39 @@ struct chrono_formatter { if (ns == numeric_system::standard) return write(minute(), 2); auto time = tm(); time.tm_min = to_nonnegative_int(minute(), 60); - format_localized(time, 'M', 'O'); + format_tm(time, &tm_writer_type::on_minute, ns); } void on_second(numeric_system ns) { if (handle_nan_inf()) return; if (ns == numeric_system::standard) { - write(second(), 2); -#if FMT_SAFE_DURATION_CAST - // convert rep->Rep - using duration_rep = std::chrono::duration; - using duration_Rep = std::chrono::duration; - auto tmpval = fmt_safe_duration_cast(duration_rep{val}); -#else - auto tmpval = std::chrono::duration(val); -#endif - auto ms = get_milliseconds(tmpval); - if (ms != std::chrono::milliseconds(0)) { - *out++ = '.'; - write(ms.count(), 3); + if (std::is_floating_point::value) { + constexpr auto num_fractional_digits = + count_fractional_digits::value; + auto buf = memory_buffer(); + format_to(std::back_inserter(buf), runtime("{:.{}f}"), + std::fmod(val * static_cast(Period::num) / + static_cast(Period::den), + static_cast(60)), + num_fractional_digits); + if (negative) *out++ = '-'; + if (buf.size() < 2 || buf[1] == '.') *out++ = '0'; + out = std::copy(buf.begin(), buf.end(), out); + } else { + write(second(), 2); + write_fractional_seconds(std::chrono::duration(val)); } return; } auto time = tm(); time.tm_sec = to_nonnegative_int(second(), 60); - format_localized(time, 'S', 'O'); + format_tm(time, &tm_writer_type::on_second, ns); } void on_12_hour_time() { if (handle_nan_inf()) return; - format_localized(time(), 'r'); + format_tm(time(), &tm_writer_type::on_12_hour_time); } void on_24_hour_time() { @@ -986,12 +1814,12 @@ struct chrono_formatter { on_24_hour_time(); *out++ = ':'; if (handle_nan_inf()) return; - write(second(), 2); + on_second(numeric_system::standard); } void on_am_pm() { if (handle_nan_inf()) return; - format_localized(time(), 'p'); + format_tm(time(), &tm_writer_type::on_am_pm); } void on_duration_value() { @@ -1004,17 +1832,64 @@ struct chrono_formatter { out = format_duration_unit(out); } }; -} // namespace internal + +FMT_END_DETAIL_NAMESPACE + +#if defined(__cpp_lib_chrono) && __cpp_lib_chrono >= 201907 +using weekday = std::chrono::weekday; +#else +// A fallback version of weekday. +class weekday { + private: + unsigned char value; + + public: + weekday() = default; + explicit constexpr weekday(unsigned wd) noexcept + : value(static_cast(wd != 7 ? wd : 0)) {} + constexpr unsigned c_encoding() const noexcept { return value; } +}; + +class year_month_day {}; +#endif + +// A rudimentary weekday formatter. +template struct formatter { + private: + bool localized = false; + + public: + FMT_CONSTEXPR auto parse(basic_format_parse_context& ctx) + -> decltype(ctx.begin()) { + auto begin = ctx.begin(), end = ctx.end(); + if (begin != end && *begin == 'L') { + ++begin; + localized = true; + } + return begin; + } + + template + auto format(weekday wd, FormatContext& ctx) const -> decltype(ctx.out()) { + auto time = std::tm(); + time.tm_wday = static_cast(wd.c_encoding()); + detail::get_locale loc(localized, ctx.locale()); + auto w = detail::tm_writer(loc, ctx.out(), time); + w.on_abbr_weekday(); + return w.out(); + } +}; template struct formatter, Char> { private: basic_format_specs specs; - int precision; - using arg_ref_type = internal::arg_ref; + int precision = -1; + using arg_ref_type = detail::arg_ref; arg_ref_type width_ref; arg_ref_type precision_ref; - mutable basic_string_view format_str; + bool localized = false; + basic_string_view format_str; using duration = std::chrono::duration; struct spec_handler { @@ -1032,22 +1907,26 @@ struct formatter, Char> { return arg_ref_type(arg_id); } - FMT_CONSTEXPR arg_ref_type make_arg_ref(internal::auto_id) { + FMT_CONSTEXPR arg_ref_type make_arg_ref(detail::auto_id) { return arg_ref_type(context.next_arg_id()); } void on_error(const char* msg) { FMT_THROW(format_error(msg)); } - void on_fill(basic_string_view fill) { f.specs.fill = fill; } - void on_align(align_t align) { f.specs.align = align; } - void on_width(int width) { f.specs.width = width; } - void on_precision(int _precision) { f.precision = _precision; } - void end_precision() {} + FMT_CONSTEXPR void on_fill(basic_string_view fill) { + f.specs.fill = fill; + } + FMT_CONSTEXPR void on_align(align_t align) { f.specs.align = align; } + FMT_CONSTEXPR void on_width(int width) { f.specs.width = width; } + FMT_CONSTEXPR void on_precision(int _precision) { + f.precision = _precision; + } + FMT_CONSTEXPR void end_precision() {} - template void on_dynamic_width(Id arg_id) { + template FMT_CONSTEXPR void on_dynamic_width(Id arg_id) { f.width_ref = make_arg_ref(arg_id); } - template void on_dynamic_precision(Id arg_id) { + template FMT_CONSTEXPR void on_dynamic_precision(Id arg_id) { f.precision_ref = make_arg_ref(arg_id); } }; @@ -1062,58 +1941,129 @@ struct formatter, Char> { auto begin = ctx.begin(), end = ctx.end(); if (begin == end || *begin == '}') return {begin, begin}; spec_handler handler{*this, ctx, format_str}; - begin = internal::parse_align(begin, end, handler); + begin = detail::parse_align(begin, end, handler); if (begin == end) return {begin, begin}; - begin = internal::parse_width(begin, end, handler); + begin = detail::parse_width(begin, end, handler); if (begin == end) return {begin, begin}; if (*begin == '.') { if (std::is_floating_point::value) - begin = internal::parse_precision(begin, end, handler); + begin = detail::parse_precision(begin, end, handler); else handler.on_error("precision not allowed for this argument type"); } - end = parse_chrono_format(begin, end, internal::chrono_format_checker()); + if (begin != end && *begin == 'L') { + ++begin; + localized = true; + } + end = detail::parse_chrono_format(begin, end, + detail::chrono_format_checker()); return {begin, end}; } public: - formatter() : precision(-1) {} - FMT_CONSTEXPR auto parse(basic_format_parse_context& ctx) -> decltype(ctx.begin()) { auto range = do_parse(ctx); format_str = basic_string_view( - &*range.begin, internal::to_unsigned(range.end - range.begin)); + &*range.begin, detail::to_unsigned(range.end - range.begin)); return range.end; } template - auto format(const duration& d, FormatContext& ctx) -> decltype(ctx.out()) { + auto format(const duration& d, FormatContext& ctx) const + -> decltype(ctx.out()) { + auto specs_copy = specs; + auto precision_copy = precision; auto begin = format_str.begin(), end = format_str.end(); // As a possible future optimization, we could avoid extra copying if width // is not specified. basic_memory_buffer buf; auto out = std::back_inserter(buf); - using range = internal::output_range; - internal::basic_writer w(range(ctx.out())); - internal::handle_dynamic_spec(specs.width, - width_ref, ctx); - internal::handle_dynamic_spec( - precision, precision_ref, ctx); + detail::handle_dynamic_spec(specs_copy.width, + width_ref, ctx); + detail::handle_dynamic_spec(precision_copy, + precision_ref, ctx); if (begin == end || *begin == '}') { - out = internal::format_duration_value(out, d.count(), precision); - internal::format_duration_unit(out); + out = detail::format_duration_value(out, d.count(), precision_copy); + detail::format_duration_unit(out); } else { - internal::chrono_formatter f( + detail::chrono_formatter f( ctx, out, d); - f.precision = precision; - parse_chrono_format(begin, end, f); + f.precision = precision_copy; + f.localized = localized; + detail::parse_chrono_format(begin, end, f); } - w.write(buf.data(), buf.size(), specs); + return detail::write( + ctx.out(), basic_string_view(buf.data(), buf.size()), specs_copy); + } +}; + +template +struct formatter, + Char> : formatter { + FMT_CONSTEXPR formatter() { + basic_string_view default_specs = + detail::string_literal{}; + this->do_parse(default_specs.begin(), default_specs.end()); + } + + template + auto format(std::chrono::time_point val, + FormatContext& ctx) const -> decltype(ctx.out()) { + return formatter::format(localtime(val), ctx); + } +}; + +template struct formatter { + private: + enum class spec { + unknown, + year_month_day, + hh_mm_ss, + }; + spec spec_ = spec::unknown; + basic_string_view specs; + + protected: + template FMT_CONSTEXPR auto do_parse(It begin, It end) -> It { + if (begin != end && *begin == ':') ++begin; + end = detail::parse_chrono_format(begin, end, detail::tm_format_checker()); + // Replace default spec only if the new spec is not empty. + if (end != begin) specs = {begin, detail::to_unsigned(end - begin)}; + return end; + } + + public: + FMT_CONSTEXPR auto parse(basic_format_parse_context& ctx) + -> decltype(ctx.begin()) { + auto end = this->do_parse(ctx.begin(), ctx.end()); + // basic_string_view<>::compare isn't constexpr before C++17. + if (specs.size() == 2 && specs[0] == Char('%')) { + if (specs[1] == Char('F')) + spec_ = spec::year_month_day; + else if (specs[1] == Char('T')) + spec_ = spec::hh_mm_ss; + } + return end; + } + + template + auto format(const std::tm& tm, FormatContext& ctx) const + -> decltype(ctx.out()) { + const auto loc_ref = ctx.locale(); + detail::get_locale loc(static_cast(loc_ref), loc_ref); + auto w = detail::tm_writer(loc, ctx.out(), tm); + if (spec_ == spec::year_month_day) + w.on_iso_date(); + else if (spec_ == spec::hh_mm_ss) + w.on_iso_time(); + else + detail::parse_chrono_format(specs.begin(), specs.end(), w); return w.out(); } }; +FMT_MODULE_EXPORT_END FMT_END_NAMESPACE #endif // FMT_CHRONO_H_ diff --git a/native/iosTest/Pods/fmt/include/fmt/color.h b/native/iosTest/Pods/fmt/include/fmt/color.h index 96d9ab6b4..4c163277e 100644 --- a/native/iosTest/Pods/fmt/include/fmt/color.h +++ b/native/iosTest/Pods/fmt/include/fmt/color.h @@ -11,6 +11,7 @@ #include "format.h" FMT_BEGIN_NAMESPACE +FMT_MODULE_EXPORT_BEGIN enum class color : uint32_t { alice_blue = 0xF0F8FF, // rgb(240,248,255) @@ -177,9 +178,13 @@ enum class terminal_color : uint8_t { enum class emphasis : uint8_t { bold = 1, - italic = 1 << 1, - underline = 1 << 2, - strikethrough = 1 << 3 + faint = 1 << 1, + italic = 1 << 2, + underline = 1 << 3, + blink = 1 << 4, + reverse = 1 << 5, + conceal = 1 << 6, + strikethrough = 1 << 7, }; // rgb is a struct for red, green and blue colors. @@ -198,21 +203,20 @@ struct rgb { uint8_t b; }; -namespace internal { +FMT_BEGIN_DETAIL_NAMESPACE // color is a struct of either a rgb color or a terminal color. struct color_type { - FMT_CONSTEXPR color_type() FMT_NOEXCEPT : is_rgb(), value{} {} - FMT_CONSTEXPR color_type(color rgb_color) FMT_NOEXCEPT : is_rgb(true), - value{} { + FMT_CONSTEXPR color_type() noexcept : is_rgb(), value{} {} + FMT_CONSTEXPR color_type(color rgb_color) noexcept : is_rgb(true), value{} { value.rgb_color = static_cast(rgb_color); } - FMT_CONSTEXPR color_type(rgb rgb_color) FMT_NOEXCEPT : is_rgb(true), value{} { + FMT_CONSTEXPR color_type(rgb rgb_color) noexcept : is_rgb(true), value{} { value.rgb_color = (static_cast(rgb_color.r) << 16) | (static_cast(rgb_color.g) << 8) | rgb_color.b; } - FMT_CONSTEXPR color_type(terminal_color term_color) FMT_NOEXCEPT : is_rgb(), - value{} { + FMT_CONSTEXPR color_type(terminal_color term_color) noexcept + : is_rgb(), value{} { value.term_color = static_cast(term_color); } bool is_rgb; @@ -221,15 +225,14 @@ struct color_type { uint32_t rgb_color; } value; }; -} // namespace internal -// Experimental text formatting support. +FMT_END_DETAIL_NAMESPACE + +/** A text style consisting of foreground and background colors and emphasis. */ class text_style { public: - FMT_CONSTEXPR text_style(emphasis em = emphasis()) FMT_NOEXCEPT - : set_foreground_color(), - set_background_color(), - ems(em) {} + FMT_CONSTEXPR text_style(emphasis em = emphasis()) noexcept + : set_foreground_color(), set_background_color(), ems(em) {} FMT_CONSTEXPR text_style& operator|=(const text_style& rhs) { if (!set_foreground_color) { @@ -260,63 +263,32 @@ class text_style { return lhs |= rhs; } - FMT_CONSTEXPR text_style& operator&=(const text_style& rhs) { - if (!set_foreground_color) { - set_foreground_color = rhs.set_foreground_color; - foreground_color = rhs.foreground_color; - } else if (rhs.set_foreground_color) { - if (!foreground_color.is_rgb || !rhs.foreground_color.is_rgb) - FMT_THROW(format_error("can't AND a terminal color")); - foreground_color.value.rgb_color &= rhs.foreground_color.value.rgb_color; - } - - if (!set_background_color) { - set_background_color = rhs.set_background_color; - background_color = rhs.background_color; - } else if (rhs.set_background_color) { - if (!background_color.is_rgb || !rhs.background_color.is_rgb) - FMT_THROW(format_error("can't AND a terminal color")); - background_color.value.rgb_color &= rhs.background_color.value.rgb_color; - } - - ems = static_cast(static_cast(ems) & - static_cast(rhs.ems)); - return *this; - } - - friend FMT_CONSTEXPR text_style operator&(text_style lhs, - const text_style& rhs) { - return lhs &= rhs; - } - - FMT_CONSTEXPR bool has_foreground() const FMT_NOEXCEPT { + FMT_CONSTEXPR bool has_foreground() const noexcept { return set_foreground_color; } - FMT_CONSTEXPR bool has_background() const FMT_NOEXCEPT { + FMT_CONSTEXPR bool has_background() const noexcept { return set_background_color; } - FMT_CONSTEXPR bool has_emphasis() const FMT_NOEXCEPT { + FMT_CONSTEXPR bool has_emphasis() const noexcept { return static_cast(ems) != 0; } - FMT_CONSTEXPR internal::color_type get_foreground() const FMT_NOEXCEPT { + FMT_CONSTEXPR detail::color_type get_foreground() const noexcept { FMT_ASSERT(has_foreground(), "no foreground specified for this style"); return foreground_color; } - FMT_CONSTEXPR internal::color_type get_background() const FMT_NOEXCEPT { + FMT_CONSTEXPR detail::color_type get_background() const noexcept { FMT_ASSERT(has_background(), "no background specified for this style"); return background_color; } - FMT_CONSTEXPR emphasis get_emphasis() const FMT_NOEXCEPT { + FMT_CONSTEXPR emphasis get_emphasis() const noexcept { FMT_ASSERT(has_emphasis(), "no emphasis specified for this style"); return ems; } private: FMT_CONSTEXPR text_style(bool is_foreground, - internal::color_type text_color) FMT_NOEXCEPT - : set_foreground_color(), - set_background_color(), - ems() { + detail::color_type text_color) noexcept + : set_foreground_color(), set_background_color(), ems() { if (is_foreground) { foreground_color = text_color; set_foreground_color = true; @@ -326,45 +298,46 @@ class text_style { } } - friend FMT_CONSTEXPR_DECL text_style fg(internal::color_type foreground) - FMT_NOEXCEPT; - friend FMT_CONSTEXPR_DECL text_style bg(internal::color_type background) - FMT_NOEXCEPT; + friend FMT_CONSTEXPR text_style fg(detail::color_type foreground) noexcept; + + friend FMT_CONSTEXPR text_style bg(detail::color_type background) noexcept; - internal::color_type foreground_color; - internal::color_type background_color; + detail::color_type foreground_color; + detail::color_type background_color; bool set_foreground_color; bool set_background_color; emphasis ems; }; -FMT_CONSTEXPR text_style fg(internal::color_type foreground) FMT_NOEXCEPT { - return text_style(/*is_foreground=*/true, foreground); +/** Creates a text style from the foreground (text) color. */ +FMT_CONSTEXPR inline text_style fg(detail::color_type foreground) noexcept { + return text_style(true, foreground); } -FMT_CONSTEXPR text_style bg(internal::color_type background) FMT_NOEXCEPT { - return text_style(/*is_foreground=*/false, background); +/** Creates a text style from the background color. */ +FMT_CONSTEXPR inline text_style bg(detail::color_type background) noexcept { + return text_style(false, background); } -FMT_CONSTEXPR text_style operator|(emphasis lhs, emphasis rhs) FMT_NOEXCEPT { +FMT_CONSTEXPR inline text_style operator|(emphasis lhs, emphasis rhs) noexcept { return text_style(lhs) | rhs; } -namespace internal { +FMT_BEGIN_DETAIL_NAMESPACE template struct ansi_color_escape { - FMT_CONSTEXPR ansi_color_escape(internal::color_type text_color, - const char* esc) FMT_NOEXCEPT { + FMT_CONSTEXPR ansi_color_escape(detail::color_type text_color, + const char* esc) noexcept { // If we have a terminal color, we need to output another escape code // sequence. if (!text_color.is_rgb) { - bool is_background = esc == internal::data::background_color; + bool is_background = esc == string_view("\x1b[48;2;"); uint32_t value = text_color.value.term_color; // Background ASCII codes are the same as the foreground ones but with // 10 more. if (is_background) value += 10u; - std::size_t index = 0; + size_t index = 0; buffer[index++] = static_cast('\x1b'); buffer[index++] = static_cast('['); @@ -389,17 +362,19 @@ template struct ansi_color_escape { to_esc(color.b, buffer + 15, 'm'); buffer[19] = static_cast(0); } - FMT_CONSTEXPR ansi_color_escape(emphasis em) FMT_NOEXCEPT { - uint8_t em_codes[4] = {}; - uint8_t em_bits = static_cast(em); - if (em_bits & static_cast(emphasis::bold)) em_codes[0] = 1; - if (em_bits & static_cast(emphasis::italic)) em_codes[1] = 3; - if (em_bits & static_cast(emphasis::underline)) em_codes[2] = 4; - if (em_bits & static_cast(emphasis::strikethrough)) - em_codes[3] = 9; - - std::size_t index = 0; - for (int i = 0; i < 4; ++i) { + FMT_CONSTEXPR ansi_color_escape(emphasis em) noexcept { + uint8_t em_codes[num_emphases] = {}; + if (has_emphasis(em, emphasis::bold)) em_codes[0] = 1; + if (has_emphasis(em, emphasis::faint)) em_codes[1] = 2; + if (has_emphasis(em, emphasis::italic)) em_codes[2] = 3; + if (has_emphasis(em, emphasis::underline)) em_codes[3] = 4; + if (has_emphasis(em, emphasis::blink)) em_codes[4] = 5; + if (has_emphasis(em, emphasis::reverse)) em_codes[5] = 7; + if (has_emphasis(em, emphasis::conceal)) em_codes[6] = 8; + if (has_emphasis(em, emphasis::strikethrough)) em_codes[7] = 9; + + size_t index = 0; + for (size_t i = 0; i < num_emphases; ++i) { if (!em_codes[i]) continue; buffer[index++] = static_cast('\x1b'); buffer[index++] = static_cast('['); @@ -408,129 +383,147 @@ template struct ansi_color_escape { } buffer[index++] = static_cast(0); } - FMT_CONSTEXPR operator const Char*() const FMT_NOEXCEPT { return buffer; } + FMT_CONSTEXPR operator const Char*() const noexcept { return buffer; } - FMT_CONSTEXPR const Char* begin() const FMT_NOEXCEPT { return buffer; } - FMT_CONSTEXPR const Char* end() const FMT_NOEXCEPT { + FMT_CONSTEXPR const Char* begin() const noexcept { return buffer; } + FMT_CONSTEXPR_CHAR_TRAITS const Char* end() const noexcept { return buffer + std::char_traits::length(buffer); } private: - Char buffer[7u + 3u * 4u + 1u]; + static constexpr size_t num_emphases = 8; + Char buffer[7u + 3u * num_emphases + 1u]; static FMT_CONSTEXPR void to_esc(uint8_t c, Char* out, - char delimiter) FMT_NOEXCEPT { + char delimiter) noexcept { out[0] = static_cast('0' + c / 100); out[1] = static_cast('0' + c / 10 % 10); out[2] = static_cast('0' + c % 10); out[3] = static_cast(delimiter); } + static FMT_CONSTEXPR bool has_emphasis(emphasis em, emphasis mask) noexcept { + return static_cast(em) & static_cast(mask); + } }; template FMT_CONSTEXPR ansi_color_escape make_foreground_color( - internal::color_type foreground) FMT_NOEXCEPT { - return ansi_color_escape(foreground, internal::data::foreground_color); + detail::color_type foreground) noexcept { + return ansi_color_escape(foreground, "\x1b[38;2;"); } template FMT_CONSTEXPR ansi_color_escape make_background_color( - internal::color_type background) FMT_NOEXCEPT { - return ansi_color_escape(background, internal::data::background_color); + detail::color_type background) noexcept { + return ansi_color_escape(background, "\x1b[48;2;"); } template -FMT_CONSTEXPR ansi_color_escape make_emphasis(emphasis em) FMT_NOEXCEPT { +FMT_CONSTEXPR ansi_color_escape make_emphasis(emphasis em) noexcept { return ansi_color_escape(em); } -template -inline void fputs(const Char* chars, FILE* stream) FMT_NOEXCEPT { - std::fputs(chars, stream); +template inline void fputs(const Char* chars, FILE* stream) { + int result = std::fputs(chars, stream); + if (result < 0) + FMT_THROW(system_error(errno, FMT_STRING("cannot write to file"))); } -template <> -inline void fputs(const wchar_t* chars, FILE* stream) FMT_NOEXCEPT { - std::fputws(chars, stream); +template <> inline void fputs(const wchar_t* chars, FILE* stream) { + int result = std::fputws(chars, stream); + if (result < 0) + FMT_THROW(system_error(errno, FMT_STRING("cannot write to file"))); } -template inline void reset_color(FILE* stream) FMT_NOEXCEPT { - fputs(internal::data::reset_color, stream); +template inline void reset_color(FILE* stream) { + fputs("\x1b[0m", stream); } -template <> inline void reset_color(FILE* stream) FMT_NOEXCEPT { - fputs(internal::data::wreset_color, stream); +template <> inline void reset_color(FILE* stream) { + fputs(L"\x1b[0m", stream); } -template -inline void reset_color(basic_memory_buffer& buffer) FMT_NOEXCEPT { - const char* begin = data::reset_color; - const char* end = begin + sizeof(data::reset_color) - 1; - buffer.append(begin, end); +template inline void reset_color(buffer& buffer) { + auto reset_color = string_view("\x1b[0m"); + buffer.append(reset_color.begin(), reset_color.end()); } +template struct styled_arg { + const T& value; + text_style style; +}; + template -void vformat_to(basic_memory_buffer& buf, const text_style& ts, +void vformat_to(buffer& buf, const text_style& ts, basic_string_view format_str, - basic_format_args> args) { + basic_format_args>> args) { bool has_style = false; if (ts.has_emphasis()) { has_style = true; - auto emphasis = internal::make_emphasis(ts.get_emphasis()); + auto emphasis = detail::make_emphasis(ts.get_emphasis()); buf.append(emphasis.begin(), emphasis.end()); } if (ts.has_foreground()) { has_style = true; - auto foreground = - internal::make_foreground_color(ts.get_foreground()); + auto foreground = detail::make_foreground_color(ts.get_foreground()); buf.append(foreground.begin(), foreground.end()); } if (ts.has_background()) { has_style = true; - auto background = - internal::make_background_color(ts.get_background()); + auto background = detail::make_background_color(ts.get_background()); buf.append(background.begin(), background.end()); } - internal::vformat_to(buf, format_str, args); - if (has_style) internal::reset_color(buf); + detail::vformat_to(buf, format_str, args, {}); + if (has_style) detail::reset_color(buf); } -} // namespace internal + +FMT_END_DETAIL_NAMESPACE template > void vprint(std::FILE* f, const text_style& ts, const S& format, - basic_format_args> args) { + basic_format_args>> args) { basic_memory_buffer buf; - internal::vformat_to(buf, ts, to_string_view(format), args); - buf.push_back(Char(0)); - internal::fputs(buf.data(), f); + detail::vformat_to(buf, ts, detail::to_string_view(format), args); + if (detail::is_utf8()) { + detail::print(f, basic_string_view(buf.begin(), buf.size())); + } else { + buf.push_back(Char(0)); + detail::fputs(buf.data(), f); + } } /** + \rst Formats a string and prints it to the specified file stream using ANSI escape sequences to specify text formatting. - Example: + + **Example**:: + fmt::print(fmt::emphasis::bold | fg(fmt::color::red), "Elapsed time: {0:.2f} seconds", 1.23); + \endrst */ template ::value)> + FMT_ENABLE_IF(detail::is_string::value)> void print(std::FILE* f, const text_style& ts, const S& format_str, const Args&... args) { - internal::check_format_string(format_str); - using context = buffer_context>; - format_arg_store as{args...}; - vprint(f, ts, format_str, basic_format_args(as)); + vprint(f, ts, format_str, + fmt::make_format_args>>(args...)); } /** + \rst Formats a string and prints it to stdout using ANSI escape sequences to specify text formatting. - Example: + + **Example**:: + fmt::print(fmt::emphasis::bold | fg(fmt::color::red), "Elapsed time: {0:.2f} seconds", 1.23); + \endrst */ template ::value)> + FMT_ENABLE_IF(detail::is_string::value)> void print(const text_style& ts, const S& format_str, const Args&... args) { return print(stdout, ts, format_str, args...); } @@ -540,7 +533,7 @@ inline std::basic_string vformat( const text_style& ts, const S& format_str, basic_format_args>> args) { basic_memory_buffer buf; - internal::vformat_to(buf, ts, to_string_view(format_str), args); + detail::vformat_to(buf, ts, detail::to_string_view(format_str), args); return fmt::to_string(buf); } @@ -559,10 +552,100 @@ inline std::basic_string vformat( template > inline std::basic_string format(const text_style& ts, const S& format_str, const Args&... args) { - return vformat(ts, to_string_view(format_str), - internal::make_args_checked(format_str, args...)); + return fmt::vformat(ts, detail::to_string_view(format_str), + fmt::make_format_args>(args...)); +} + +/** + Formats a string with the given text_style and writes the output to ``out``. + */ +template ::value)> +OutputIt vformat_to( + OutputIt out, const text_style& ts, basic_string_view format_str, + basic_format_args>> args) { + auto&& buf = detail::get_buffer(out); + detail::vformat_to(buf, ts, format_str, args); + return detail::get_iterator(buf); +} + +/** + \rst + Formats arguments with the given text_style, writes the result to the output + iterator ``out`` and returns the iterator past the end of the output range. + + **Example**:: + + std::vector out; + fmt::format_to(std::back_inserter(out), + fmt::emphasis::bold | fg(fmt::color::red), "{}", 42); + \endrst +*/ +template >::value&& + detail::is_string::value> +inline auto format_to(OutputIt out, const text_style& ts, const S& format_str, + Args&&... args) -> + typename std::enable_if::type { + return vformat_to(out, ts, detail::to_string_view(format_str), + fmt::make_format_args>>(args...)); +} + +template +struct formatter, Char> : formatter { + template + auto format(const detail::styled_arg& arg, FormatContext& ctx) const + -> decltype(ctx.out()) { + const auto& ts = arg.style; + const auto& value = arg.value; + auto out = ctx.out(); + + bool has_style = false; + if (ts.has_emphasis()) { + has_style = true; + auto emphasis = detail::make_emphasis(ts.get_emphasis()); + out = std::copy(emphasis.begin(), emphasis.end(), out); + } + if (ts.has_foreground()) { + has_style = true; + auto foreground = + detail::make_foreground_color(ts.get_foreground()); + out = std::copy(foreground.begin(), foreground.end(), out); + } + if (ts.has_background()) { + has_style = true; + auto background = + detail::make_background_color(ts.get_background()); + out = std::copy(background.begin(), background.end(), out); + } + out = formatter::format(value, ctx); + if (has_style) { + auto reset_color = string_view("\x1b[0m"); + out = std::copy(reset_color.begin(), reset_color.end(), out); + } + return out; + } +}; + +/** + \rst + Returns an argument that will be formatted using ANSI escape sequences, + to be used in a formatting function. + + **Example**:: + + fmt::print("Elapsed time: {0:.2f} seconds", + fmt::styled(1.23, fmt::fg(fmt::color::green) | + fmt::bg(fmt::color::blue))); + \endrst + */ +template +FMT_CONSTEXPR auto styled(const T& value, text_style ts) + -> detail::styled_arg> { + return detail::styled_arg>{value, ts}; } +FMT_MODULE_EXPORT_END FMT_END_NAMESPACE #endif // FMT_COLOR_H_ diff --git a/native/iosTest/Pods/fmt/include/fmt/compile.h b/native/iosTest/Pods/fmt/include/fmt/compile.h index e4b12f349..933668c41 100644 --- a/native/iosTest/Pods/fmt/include/fmt/compile.h +++ b/native/iosTest/Pods/fmt/include/fmt/compile.h @@ -8,344 +8,162 @@ #ifndef FMT_COMPILE_H_ #define FMT_COMPILE_H_ -#include - #include "format.h" FMT_BEGIN_NAMESPACE -namespace internal { - -// Part of a compiled format string. It can be either literal text or a -// replacement field. -template struct format_part { - enum class kind { arg_index, arg_name, text, replacement }; - - struct replacement { - arg_ref arg_id; - dynamic_format_specs specs; - }; - - kind part_kind; - union value { - int arg_index; - basic_string_view str; - replacement repl; - - FMT_CONSTEXPR value(int index = 0) : arg_index(index) {} - FMT_CONSTEXPR value(basic_string_view s) : str(s) {} - FMT_CONSTEXPR value(replacement r) : repl(r) {} - } val; - // Position past the end of the argument id. - const Char* arg_id_end = nullptr; - - FMT_CONSTEXPR format_part(kind k = kind::arg_index, value v = {}) - : part_kind(k), val(v) {} - - static FMT_CONSTEXPR format_part make_arg_index(int index) { - return format_part(kind::arg_index, index); - } - static FMT_CONSTEXPR format_part make_arg_name(basic_string_view name) { - return format_part(kind::arg_name, name); - } - static FMT_CONSTEXPR format_part make_text(basic_string_view text) { - return format_part(kind::text, text); - } - static FMT_CONSTEXPR format_part make_replacement(replacement repl) { - return format_part(kind::replacement, repl); - } -}; +namespace detail { -template struct part_counter { - unsigned num_parts = 0; +template +FMT_CONSTEXPR inline counting_iterator copy_str(InputIt begin, InputIt end, + counting_iterator it) { + return it + (end - begin); +} - FMT_CONSTEXPR void on_text(const Char* begin, const Char* end) { - if (begin != end) ++num_parts; - } +template class truncating_iterator_base { + protected: + OutputIt out_; + size_t limit_; + size_t count_ = 0; - FMT_CONSTEXPR void on_arg_id() { ++num_parts; } - FMT_CONSTEXPR void on_arg_id(int) { ++num_parts; } - FMT_CONSTEXPR void on_arg_id(basic_string_view) { ++num_parts; } - - FMT_CONSTEXPR void on_replacement_field(const Char*) {} - - FMT_CONSTEXPR const Char* on_format_specs(const Char* begin, - const Char* end) { - // Find the matching brace. - unsigned brace_counter = 0; - for (; begin != end; ++begin) { - if (*begin == '{') { - ++brace_counter; - } else if (*begin == '}') { - if (brace_counter == 0u) break; - --brace_counter; - } - } - return begin; - } + truncating_iterator_base() : out_(), limit_(0) {} - FMT_CONSTEXPR void on_error(const char*) {} -}; + truncating_iterator_base(OutputIt out, size_t limit) + : out_(out), limit_(limit) {} -// Counts the number of parts in a format string. -template -FMT_CONSTEXPR unsigned count_parts(basic_string_view format_str) { - part_counter counter; - parse_format_string(format_str, counter); - return counter.num_parts; -} + public: + using iterator_category = std::output_iterator_tag; + using value_type = typename std::iterator_traits::value_type; + using difference_type = std::ptrdiff_t; + using pointer = void; + using reference = void; + FMT_UNCHECKED_ITERATOR(truncating_iterator_base); + + OutputIt base() const { return out_; } + size_t count() const { return count_; } +}; -template -class format_string_compiler : public error_handler { - private: - using part = format_part; +// An output iterator that truncates the output and counts the number of objects +// written to it. +template ::value_type>::type> +class truncating_iterator; - PartHandler handler_; - part part_; - basic_string_view format_str_; - basic_format_parse_context parse_context_; +template +class truncating_iterator + : public truncating_iterator_base { + mutable typename truncating_iterator_base::value_type blackhole_; public: - FMT_CONSTEXPR format_string_compiler(basic_string_view format_str, - PartHandler handler) - : handler_(handler), - format_str_(format_str), - parse_context_(format_str) {} - - FMT_CONSTEXPR void on_text(const Char* begin, const Char* end) { - if (begin != end) - handler_(part::make_text({begin, to_unsigned(end - begin)})); - } + using value_type = typename truncating_iterator_base::value_type; - FMT_CONSTEXPR void on_arg_id() { - part_ = part::make_arg_index(parse_context_.next_arg_id()); - } + truncating_iterator() = default; - FMT_CONSTEXPR void on_arg_id(int id) { - parse_context_.check_arg_id(id); - part_ = part::make_arg_index(id); - } + truncating_iterator(OutputIt out, size_t limit) + : truncating_iterator_base(out, limit) {} - FMT_CONSTEXPR void on_arg_id(basic_string_view id) { - part_ = part::make_arg_name(id); + truncating_iterator& operator++() { + if (this->count_++ < this->limit_) ++this->out_; + return *this; } - FMT_CONSTEXPR void on_replacement_field(const Char* ptr) { - part_.arg_id_end = ptr; - handler_(part_); - } - - FMT_CONSTEXPR const Char* on_format_specs(const Char* begin, - const Char* end) { - auto repl = typename part::replacement(); - dynamic_specs_handler> handler( - repl.specs, parse_context_); - auto it = parse_format_specs(begin, end, handler); - if (*it != '}') on_error("missing '}' in format string"); - repl.arg_id = part_.part_kind == part::kind::arg_index - ? arg_ref(part_.val.arg_index) - : arg_ref(part_.val.str); - auto part = part::make_replacement(repl); - part.arg_id_end = begin; - handler_(part); + truncating_iterator operator++(int) { + auto it = *this; + ++*this; return it; } -}; - -// Compiles a format string and invokes handler(part) for each parsed part. -template -FMT_CONSTEXPR void compile_format_string(basic_string_view format_str, - PartHandler handler) { - parse_format_string( - format_str, - format_string_compiler(format_str, handler)); -} - -template -void format_arg( - basic_format_parse_context& parse_ctx, - Context& ctx, Id arg_id) { - ctx.advance_to( - visit_format_arg(arg_formatter(ctx, &parse_ctx), ctx.arg(arg_id))); -} - -// vformat_to is defined in a subnamespace to prevent ADL. -namespace cf { -template -auto vformat_to(Range out, CompiledFormat& cf, basic_format_args args) - -> typename Context::iterator { - using char_type = typename Context::char_type; - basic_format_parse_context parse_ctx( - to_string_view(cf.format_str_)); - Context ctx(out.begin(), args); - - const auto& parts = cf.parts(); - for (auto part_it = std::begin(parts); part_it != std::end(parts); - ++part_it) { - const auto& part = *part_it; - const auto& value = part.val; - - using format_part_t = format_part; - switch (part.part_kind) { - case format_part_t::kind::text: { - const auto text = value.str; - auto output = ctx.out(); - auto&& it = reserve(output, text.size()); - it = std::copy_n(text.begin(), text.size(), it); - ctx.advance_to(output); - break; - } - case format_part_t::kind::arg_index: - advance_to(parse_ctx, part.arg_id_end); - internal::format_arg(parse_ctx, ctx, value.arg_index); - break; - - case format_part_t::kind::arg_name: - advance_to(parse_ctx, part.arg_id_end); - internal::format_arg(parse_ctx, ctx, value.str); - break; - - case format_part_t::kind::replacement: { - const auto& arg_id_value = value.repl.arg_id.val; - const auto arg = value.repl.arg_id.kind == arg_id_kind::index - ? ctx.arg(arg_id_value.index) - : ctx.arg(arg_id_value.name); - - auto specs = value.repl.specs; - - handle_dynamic_spec(specs.width, specs.width_ref, ctx); - handle_dynamic_spec(specs.precision, - specs.precision_ref, ctx); - - error_handler h; - numeric_specs_checker checker(h, arg.type()); - if (specs.align == align::numeric) checker.require_numeric_argument(); - if (specs.sign != sign::none) checker.check_sign(); - if (specs.alt) checker.require_numeric_argument(); - if (specs.precision >= 0) checker.check_precision(); - - advance_to(parse_ctx, part.arg_id_end); - ctx.advance_to( - visit_format_arg(arg_formatter(ctx, nullptr, &specs), arg)); - break; - } - } + value_type& operator*() const { + return this->count_ < this->limit_ ? *this->out_ : blackhole_; } - return ctx.out(); -} -} // namespace cf - -struct basic_compiled_format {}; +}; -template -struct compiled_format_base : basic_compiled_format { - using char_type = char_t; - using parts_container = std::vector>; +template +class truncating_iterator + : public truncating_iterator_base { + public: + truncating_iterator() = default; - parts_container compiled_parts; + truncating_iterator(OutputIt out, size_t limit) + : truncating_iterator_base(out, limit) {} - explicit compiled_format_base(basic_string_view format_str) { - compile_format_string(format_str, - [this](const format_part& part) { - compiled_parts.push_back(part); - }); + template truncating_iterator& operator=(T val) { + if (this->count_++ < this->limit_) *this->out_++ = val; + return *this; } - const parts_container& parts() const { return compiled_parts; } + truncating_iterator& operator++() { return *this; } + truncating_iterator& operator++(int) { return *this; } + truncating_iterator& operator*() { return *this; } }; -template struct format_part_array { - format_part data[N] = {}; - FMT_CONSTEXPR format_part_array() = default; -}; - -template -FMT_CONSTEXPR format_part_array compile_to_parts( - basic_string_view format_str) { - format_part_array parts; - unsigned counter = 0; - // This is not a lambda for compatibility with older compilers. - struct { - format_part* parts; - unsigned* counter; - FMT_CONSTEXPR void operator()(const format_part& part) { - parts[(*counter)++] = part; - } - } collector{parts.data, &counter}; - compile_format_string(format_str, collector); - if (counter < N) { - parts.data[counter] = - format_part::make_text(basic_string_view()); - } - return parts; -} - -template constexpr const T& constexpr_max(const T& a, const T& b) { - return (a < b) ? b : a; -} +// A compile-time string which is compiled into fast formatting code. +class compiled_string {}; template -struct compiled_format_base::value>> - : basic_compiled_format { - using char_type = char_t; - - FMT_CONSTEXPR explicit compiled_format_base(basic_string_view) {} - -// Workaround for old compilers. Format string compilation will not be -// performed there anyway. -#if FMT_USE_CONSTEXPR - static FMT_CONSTEXPR_DECL const unsigned num_format_parts = - constexpr_max(count_parts(to_string_view(S())), 1u); +struct is_compiled_string : std::is_base_of {}; + +/** + \rst + Converts a string literal *s* into a format string that will be parsed at + compile time and converted into efficient formatting code. Requires C++17 + ``constexpr if`` compiler support. + + **Example**:: + + // Converts 42 into std::string using the most efficient method and no + // runtime format string processing. + std::string s = fmt::format(FMT_COMPILE("{}"), 42); + \endrst + */ +#if defined(__cpp_if_constexpr) && defined(__cpp_return_type_deduction) +# define FMT_COMPILE(s) \ + FMT_STRING_IMPL(s, fmt::detail::compiled_string, explicit) #else - static const unsigned num_format_parts = 1; +# define FMT_COMPILE(s) FMT_STRING(s) #endif - using parts_container = format_part[num_format_parts]; - - const parts_container& parts() const { - static FMT_CONSTEXPR_DECL const auto compiled_parts = - compile_to_parts( - internal::to_string_view(S())); - return compiled_parts.data; +#if FMT_USE_NONTYPE_TEMPLATE_ARGS +template Str> +struct udl_compiled_string : compiled_string { + using char_type = Char; + explicit constexpr operator basic_string_view() const { + return {Str.data, N - 1}; } }; +#endif -template -class compiled_format : private compiled_format_base { - public: - using typename compiled_format_base::char_type; - - private: - basic_string_view format_str_; - - template - friend auto cf::vformat_to(Range out, CompiledFormat& cf, - basic_format_args args) -> - typename Context::iterator; - - public: - compiled_format() = delete; - explicit constexpr compiled_format(basic_string_view format_str) - : compiled_format_base(format_str), format_str_(format_str) {} -}; +template +const T& first(const T& value, const Tail&...) { + return value; +} -#ifdef __cpp_if_constexpr +#if defined(__cpp_if_constexpr) && defined(__cpp_return_type_deduction) template struct type_list {}; // Returns a reference to the argument at index N from [first, rest...]. template -constexpr const auto& get(const T& first, const Args&... rest) { +constexpr const auto& get([[maybe_unused]] const T& first, + [[maybe_unused]] const Args&... rest) { static_assert(N < 1 + sizeof...(Args), "index is out of bounds"); if constexpr (N == 0) return first; else - return get(rest...); + return detail::get(rest...); +} + +template +constexpr int get_arg_index_by_name(basic_string_view name, + type_list) { + return get_arg_index_by_name(name); } template struct get_type_impl; template struct get_type_impl> { - using type = remove_cvref_t(std::declval()...))>; + using type = + remove_cvref_t(std::declval()...))>; }; template @@ -358,9 +176,8 @@ template struct text { using char_type = Char; template - OutputIt format(OutputIt out, const Args&...) const { - // TODO: reserve - return copy_str(data.begin(), data.end(), out); + constexpr OutputIt format(OutputIt out, const Args&...) const { + return write(out, data); } }; @@ -373,55 +190,100 @@ constexpr text make_text(basic_string_view s, size_t pos, return {{&s[pos], size}}; } -template , int> = 0> -OutputIt format_default(OutputIt out, T value) { - // TODO: reserve - format_int fi(value); - return std::copy(fi.data(), fi.data() + fi.size(), out); -} +template struct code_unit { + Char value; + using char_type = Char; -template -OutputIt format_default(OutputIt out, double value) { - writer w(out); - w.write(value); - return w.out(); -} + template + constexpr OutputIt format(OutputIt out, const Args&...) const { + return write(out, value); + } +}; -template -OutputIt format_default(OutputIt out, Char value) { - *out++ = value; - return out; +// This ensures that the argument type is convertible to `const T&`. +template +constexpr const T& get_arg_checked(const Args&... args) { + const auto& arg = detail::get(args...); + if constexpr (detail::is_named_arg>()) { + return arg.value; + } else { + return arg; + } } -template -OutputIt format_default(OutputIt out, const Char* value) { - auto length = std::char_traits::length(value); - return copy_str(value, value + length, out); -} +template +struct is_compiled_format> : std::true_type {}; // A replacement field that refers to argument N. template struct field { using char_type = Char; template - OutputIt format(OutputIt out, const Args&... args) const { - // This ensures that the argument type is convertile to `const T&`. - const T& arg = get(args...); - return format_default(out, arg); + constexpr OutputIt format(OutputIt out, const Args&... args) const { + return write(out, get_arg_checked(args...)); } }; template struct is_compiled_format> : std::true_type {}; +// A replacement field that refers to argument with name. +template struct runtime_named_field { + using char_type = Char; + basic_string_view name; + + template + constexpr static bool try_format_argument( + OutputIt& out, + // [[maybe_unused]] due to unused-but-set-parameter warning in GCC 7,8,9 + [[maybe_unused]] basic_string_view arg_name, const T& arg) { + if constexpr (is_named_arg::type>::value) { + if (arg_name == arg.name) { + out = write(out, arg.value); + return true; + } + } + return false; + } + + template + constexpr OutputIt format(OutputIt out, const Args&... args) const { + bool found = (try_format_argument(out, name, args) || ...); + if (!found) { + FMT_THROW(format_error("argument with specified name is not found")); + } + return out; + } +}; + +template +struct is_compiled_format> : std::true_type {}; + +// A replacement field that refers to argument N and has format specifiers. +template struct spec_field { + using char_type = Char; + formatter fmt; + + template + constexpr FMT_INLINE OutputIt format(OutputIt out, + const Args&... args) const { + const auto& vargs = + fmt::make_format_args>(args...); + basic_format_context ctx(out, vargs); + return fmt.format(get_arg_checked(args...), ctx); + } +}; + +template +struct is_compiled_format> : std::true_type {}; + template struct concat { L lhs; R rhs; using char_type = typename L::char_type; template - OutputIt format(OutputIt out, const Args&... args) const { + constexpr OutputIt format(OutputIt out, const Args&... args) const { out = lhs.format(out, args...); return rhs.format(out, args...); } @@ -450,7 +312,8 @@ constexpr auto compile_format_string(S format_str); template constexpr auto parse_tail(T head, S format_str) { - if constexpr (POS != to_string_view(format_str).size()) { + if constexpr (POS != + basic_string_view(format_str).size()) { constexpr auto tail = compile_format_string(format_str); if constexpr (std::is_same, unknown_format>()) @@ -462,134 +325,287 @@ constexpr auto parse_tail(T head, S format_str) { } } +template struct parse_specs_result { + formatter fmt; + size_t end; + int next_arg_id; +}; + +constexpr int manual_indexing_id = -1; + +template +constexpr parse_specs_result parse_specs(basic_string_view str, + size_t pos, int next_arg_id) { + str.remove_prefix(pos); + auto ctx = compile_parse_context(str, max_value(), nullptr, {}, + next_arg_id); + auto f = formatter(); + auto end = f.parse(ctx); + return {f, pos + fmt::detail::to_unsigned(end - str.data()), + next_arg_id == 0 ? manual_indexing_id : ctx.next_arg_id()}; +} + +template struct arg_id_handler { + arg_ref arg_id; + + constexpr int operator()() { + FMT_ASSERT(false, "handler cannot be used with automatic indexing"); + return 0; + } + constexpr int operator()(int id) { + arg_id = arg_ref(id); + return 0; + } + constexpr int operator()(basic_string_view id) { + arg_id = arg_ref(id); + return 0; + } + + constexpr void on_error(const char* message) { + FMT_THROW(format_error(message)); + } +}; + +template struct parse_arg_id_result { + arg_ref arg_id; + const Char* arg_id_end; +}; + +template +constexpr auto parse_arg_id(const Char* begin, const Char* end) { + auto handler = arg_id_handler{arg_ref{}}; + auto arg_id_end = parse_arg_id(begin, end, handler); + return parse_arg_id_result{handler.arg_id, arg_id_end}; +} + +template struct field_type { + using type = remove_cvref_t; +}; + +template +struct field_type::value>> { + using type = remove_cvref_t; +}; + +template +constexpr auto parse_replacement_field_then_tail(S format_str) { + using char_type = typename S::char_type; + constexpr auto str = basic_string_view(format_str); + constexpr char_type c = END_POS != str.size() ? str[END_POS] : char_type(); + if constexpr (c == '}') { + return parse_tail( + field::type, ARG_INDEX>(), + format_str); + } else if constexpr (c != ':') { + FMT_THROW(format_error("expected ':'")); + } else { + constexpr auto result = parse_specs::type>( + str, END_POS + 1, NEXT_ID == manual_indexing_id ? 0 : NEXT_ID); + if constexpr (result.end >= str.size() || str[result.end] != '}') { + FMT_THROW(format_error("expected '}'")); + return 0; + } else { + return parse_tail( + spec_field::type, ARG_INDEX>{ + result.fmt}, + format_str); + } + } +} + // Compiles a non-empty format string and returns the compiled representation // or unknown_format() on unrecognized input. template constexpr auto compile_format_string(S format_str) { using char_type = typename S::char_type; - constexpr basic_string_view str = format_str; + constexpr auto str = basic_string_view(format_str); if constexpr (str[POS] == '{') { - if (POS + 1 == str.size()) - throw format_error("unmatched '{' in format string"); + if constexpr (POS + 1 == str.size()) + FMT_THROW(format_error("unmatched '{' in format string")); if constexpr (str[POS + 1] == '{') { return parse_tail(make_text(str, POS, 1), format_str); - } else if constexpr (str[POS + 1] == '}') { - using type = get_type; - if constexpr (std::is_same::value) { - return parse_tail(field(), - format_str); - } else { - return unknown_format(); - } + } else if constexpr (str[POS + 1] == '}' || str[POS + 1] == ':') { + static_assert(ID != manual_indexing_id, + "cannot switch from manual to automatic argument indexing"); + constexpr auto next_id = + ID != manual_indexing_id ? ID + 1 : manual_indexing_id; + return parse_replacement_field_then_tail, Args, + POS + 1, ID, next_id>( + format_str); } else { - return unknown_format(); + constexpr auto arg_id_result = + parse_arg_id(str.data() + POS + 1, str.data() + str.size()); + constexpr auto arg_id_end_pos = arg_id_result.arg_id_end - str.data(); + constexpr char_type c = + arg_id_end_pos != str.size() ? str[arg_id_end_pos] : char_type(); + static_assert(c == '}' || c == ':', "missing '}' in format string"); + if constexpr (arg_id_result.arg_id.kind == arg_id_kind::index) { + static_assert( + ID == manual_indexing_id || ID == 0, + "cannot switch from automatic to manual argument indexing"); + constexpr auto arg_index = arg_id_result.arg_id.val.index; + return parse_replacement_field_then_tail, + Args, arg_id_end_pos, + arg_index, manual_indexing_id>( + format_str); + } else if constexpr (arg_id_result.arg_id.kind == arg_id_kind::name) { + constexpr auto arg_index = + get_arg_index_by_name(arg_id_result.arg_id.val.name, Args{}); + if constexpr (arg_index != invalid_arg_index) { + constexpr auto next_id = + ID != manual_indexing_id ? ID + 1 : manual_indexing_id; + return parse_replacement_field_then_tail< + decltype(get_type::value), Args, arg_id_end_pos, + arg_index, next_id>(format_str); + } else { + if constexpr (c == '}') { + return parse_tail( + runtime_named_field{arg_id_result.arg_id.val.name}, + format_str); + } else if constexpr (c == ':') { + return unknown_format(); // no type info for specs parsing + } + } + } } } else if constexpr (str[POS] == '}') { - if (POS + 1 == str.size()) - throw format_error("unmatched '}' in format string"); + if constexpr (POS + 1 == str.size()) + FMT_THROW(format_error("unmatched '}' in format string")); return parse_tail(make_text(str, POS, 1), format_str); } else { constexpr auto end = parse_text(str, POS + 1); - return parse_tail(make_text(str, POS, end - POS), - format_str); + if constexpr (end - POS > 1) { + return parse_tail(make_text(str, POS, end - POS), + format_str); + } else { + return parse_tail(code_unit{str[POS]}, + format_str); + } } } -#endif // __cpp_if_constexpr -} // namespace internal -#if FMT_USE_CONSTEXPR -# ifdef __cpp_if_constexpr template ::value)> + FMT_ENABLE_IF(detail::is_compiled_string::value)> constexpr auto compile(S format_str) { - constexpr basic_string_view str = format_str; + constexpr auto str = basic_string_view(format_str); if constexpr (str.size() == 0) { - return internal::make_text(str, 0, 0); + return detail::make_text(str, 0, 0); } else { constexpr auto result = - internal::compile_format_string, 0, 0>( + detail::compile_format_string, 0, 0>( format_str); - if constexpr (std::is_same, - internal::unknown_format>()) { - return internal::compiled_format(to_string_view(format_str)); - } else { - return result; - } + return result; } } +#endif // defined(__cpp_if_constexpr) && defined(__cpp_return_type_deduction) +} // namespace detail + +FMT_MODULE_EXPORT_BEGIN + +#if defined(__cpp_if_constexpr) && defined(__cpp_return_type_deduction) template ::value)> -std::basic_string format(const CompiledFormat& cf, const Args&... args) { - basic_memory_buffer buffer; - cf.format(std::back_inserter(buffer), args...); - return to_string(buffer); + FMT_ENABLE_IF(detail::is_compiled_format::value)> +FMT_INLINE std::basic_string format(const CompiledFormat& cf, + const Args&... args) { + auto s = std::basic_string(); + cf.format(std::back_inserter(s), args...); + return s; } template ::value)> -OutputIt format_to(OutputIt out, const CompiledFormat& cf, - const Args&... args) { + FMT_ENABLE_IF(detail::is_compiled_format::value)> +constexpr FMT_INLINE OutputIt format_to(OutputIt out, const CompiledFormat& cf, + const Args&... args) { return cf.format(out, args...); } -# else -template ::value)> -constexpr auto compile(S format_str) -> internal::compiled_format { - return internal::compiled_format(to_string_view(format_str)); -} -# endif // __cpp_if_constexpr -#endif // FMT_USE_CONSTEXPR - -// Compiles the format string which must be a string literal. -template -auto compile(const Char (&format_str)[N]) - -> internal::compiled_format { - return internal::compiled_format( - basic_string_view(format_str, N - 1)); -} -template ::value)> -std::basic_string format(const CompiledFormat& cf, const Args&... args) { - basic_memory_buffer buffer; - using range = buffer_range; - using context = buffer_context; - internal::cf::vformat_to(range(buffer), cf, - make_format_args(args...)); - return to_string(buffer); +template ::value)> +FMT_INLINE std::basic_string format(const S&, + Args&&... args) { + if constexpr (std::is_same::value) { + constexpr auto str = basic_string_view(S()); + if constexpr (str.size() == 2 && str[0] == '{' && str[1] == '}') { + const auto& first = detail::first(args...); + if constexpr (detail::is_named_arg< + remove_cvref_t>::value) { + return fmt::to_string(first.value); + } else { + return fmt::to_string(first); + } + } + } + constexpr auto compiled = detail::compile(S()); + if constexpr (std::is_same, + detail::unknown_format>()) { + return fmt::format( + static_cast>(S()), + std::forward(args)...); + } else { + return fmt::format(compiled, std::forward(args)...); + } } -template ::value)> -OutputIt format_to(OutputIt out, const CompiledFormat& cf, - const Args&... args) { - using char_type = typename CompiledFormat::char_type; - using range = internal::output_range; - using context = format_context_t; - return internal::cf::vformat_to(range(out), cf, - make_format_args(args...)); +template ::value)> +FMT_CONSTEXPR OutputIt format_to(OutputIt out, const S&, Args&&... args) { + constexpr auto compiled = detail::compile(S()); + if constexpr (std::is_same, + detail::unknown_format>()) { + return fmt::format_to( + out, static_cast>(S()), + std::forward(args)...); + } else { + return fmt::format_to(out, compiled, std::forward(args)...); + } } +#endif -template ::value)> +template ::value)> format_to_n_result format_to_n(OutputIt out, size_t n, - const CompiledFormat& cf, - const Args&... args) { - auto it = - format_to(internal::truncating_iterator(out, n), cf, args...); + const S& format_str, Args&&... args) { + auto it = fmt::format_to(detail::truncating_iterator(out, n), + format_str, std::forward(args)...); return {it.base(), it.count()}; } -template -std::size_t formatted_size(const CompiledFormat& cf, const Args&... args) { - return format_to(internal::counting_iterator(), cf, args...).count(); +template ::value)> +FMT_CONSTEXPR20 size_t formatted_size(const S& format_str, + const Args&... args) { + return fmt::format_to(detail::counting_iterator(), format_str, args...) + .count(); } +template ::value)> +void print(std::FILE* f, const S& format_str, const Args&... args) { + memory_buffer buffer; + fmt::format_to(std::back_inserter(buffer), format_str, args...); + detail::print(f, {buffer.data(), buffer.size()}); +} + +template ::value)> +void print(const S& format_str, const Args&... args) { + print(stdout, format_str, args...); +} + +#if FMT_USE_NONTYPE_TEMPLATE_ARGS +inline namespace literals { +template constexpr auto operator""_cf() { + using char_t = remove_cvref_t; + return detail::udl_compiled_string(); +} +} // namespace literals +#endif + +FMT_MODULE_EXPORT_END FMT_END_NAMESPACE #endif // FMT_COMPILE_H_ diff --git a/native/iosTest/Pods/fmt/include/fmt/core.h b/native/iosTest/Pods/fmt/include/fmt/core.h index 0e0824f5f..f6a37af9e 100644 --- a/native/iosTest/Pods/fmt/include/fmt/core.h +++ b/native/iosTest/Pods/fmt/include/fmt/core.h @@ -1,4 +1,4 @@ -// Formatting library for C++ - the core API +// Formatting library for C++ - the core API for char/UTF-8 // // Copyright (c) 2012 - present, Victor Zverovich // All rights reserved. @@ -8,250 +8,295 @@ #ifndef FMT_CORE_H_ #define FMT_CORE_H_ -#include // std::FILE -#include -#include +#include // std::byte +#include // std::FILE +#include // std::strlen #include -#include +#include #include #include -#include // The fmt library version in the form major * 10000 + minor * 100 + patch. -#define FMT_VERSION 60201 +#define FMT_VERSION 90100 -#ifdef __has_feature -# define FMT_HAS_FEATURE(x) __has_feature(x) +#if defined(__clang__) && !defined(__ibmxl__) +# define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__) #else -# define FMT_HAS_FEATURE(x) 0 +# define FMT_CLANG_VERSION 0 #endif -#if defined(__has_include) && !defined(__INTELLISENSE__) && \ - !(defined(__INTEL_COMPILER) && __INTEL_COMPILER < 1600) -# define FMT_HAS_INCLUDE(x) __has_include(x) +#if defined(__GNUC__) && !defined(__clang__) && !defined(__INTEL_COMPILER) && \ + !defined(__NVCOMPILER) +# define FMT_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) #else -# define FMT_HAS_INCLUDE(x) 0 +# define FMT_GCC_VERSION 0 #endif -#ifdef __has_cpp_attribute -# define FMT_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x) -#else -# define FMT_HAS_CPP_ATTRIBUTE(x) 0 +#ifndef FMT_GCC_PRAGMA +// Workaround _Pragma bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59884. +# if FMT_GCC_VERSION >= 504 +# define FMT_GCC_PRAGMA(arg) _Pragma(arg) +# else +# define FMT_GCC_PRAGMA(arg) +# endif #endif -#define FMT_HAS_CPP14_ATTRIBUTE(attribute) \ - (__cplusplus >= 201402L && FMT_HAS_CPP_ATTRIBUTE(attribute)) - -#define FMT_HAS_CPP17_ATTRIBUTE(attribute) \ - (__cplusplus >= 201703L && FMT_HAS_CPP_ATTRIBUTE(attribute)) +#ifdef __ICL +# define FMT_ICC_VERSION __ICL +#elif defined(__INTEL_COMPILER) +# define FMT_ICC_VERSION __INTEL_COMPILER +#else +# define FMT_ICC_VERSION 0 +#endif -#ifdef __clang__ -# define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__) +#ifdef _MSC_VER +# define FMT_MSC_VERSION _MSC_VER +# define FMT_MSC_WARNING(...) __pragma(warning(__VA_ARGS__)) #else -# define FMT_CLANG_VERSION 0 +# define FMT_MSC_VERSION 0 +# define FMT_MSC_WARNING(...) #endif -#if defined(__GNUC__) && !defined(__clang__) -# define FMT_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) +#ifdef _MSVC_LANG +# define FMT_CPLUSPLUS _MSVC_LANG #else -# define FMT_GCC_VERSION 0 +# define FMT_CPLUSPLUS __cplusplus #endif -#if __cplusplus >= 201103L || defined(__GXX_EXPERIMENTAL_CXX0X__) -# define FMT_HAS_GXX_CXX11 FMT_GCC_VERSION +#ifdef __has_feature +# define FMT_HAS_FEATURE(x) __has_feature(x) #else -# define FMT_HAS_GXX_CXX11 0 +# define FMT_HAS_FEATURE(x) 0 #endif -#ifdef __NVCC__ -# define FMT_NVCC __NVCC__ +#if (defined(__has_include) || FMT_ICC_VERSION >= 1600 || \ + FMT_MSC_VERSION > 1900) && \ + !defined(__INTELLISENSE__) +# define FMT_HAS_INCLUDE(x) __has_include(x) #else -# define FMT_NVCC 0 +# define FMT_HAS_INCLUDE(x) 0 #endif -#ifdef _MSC_VER -# define FMT_MSC_VER _MSC_VER +#ifdef __has_cpp_attribute +# define FMT_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x) #else -# define FMT_MSC_VER 0 +# define FMT_HAS_CPP_ATTRIBUTE(x) 0 #endif +#define FMT_HAS_CPP14_ATTRIBUTE(attribute) \ + (FMT_CPLUSPLUS >= 201402L && FMT_HAS_CPP_ATTRIBUTE(attribute)) + +#define FMT_HAS_CPP17_ATTRIBUTE(attribute) \ + (FMT_CPLUSPLUS >= 201703L && FMT_HAS_CPP_ATTRIBUTE(attribute)) + // Check if relaxed C++14 constexpr is supported. // GCC doesn't allow throw in constexpr until version 6 (bug 67371). #ifndef FMT_USE_CONSTEXPR -# define FMT_USE_CONSTEXPR \ - (FMT_HAS_FEATURE(cxx_relaxed_constexpr) || FMT_MSC_VER >= 1910 || \ - (FMT_GCC_VERSION >= 600 && __cplusplus >= 201402L)) && \ - !FMT_NVCC +# if (FMT_HAS_FEATURE(cxx_relaxed_constexpr) || FMT_MSC_VERSION >= 1912 || \ + (FMT_GCC_VERSION >= 600 && FMT_CPLUSPLUS >= 201402L)) && \ + !FMT_ICC_VERSION && !defined(__NVCC__) +# define FMT_USE_CONSTEXPR 1 +# else +# define FMT_USE_CONSTEXPR 0 +# endif #endif #if FMT_USE_CONSTEXPR # define FMT_CONSTEXPR constexpr -# define FMT_CONSTEXPR_DECL constexpr #else -# define FMT_CONSTEXPR inline -# define FMT_CONSTEXPR_DECL +# define FMT_CONSTEXPR #endif -#ifndef FMT_OVERRIDE -# if FMT_HAS_FEATURE(cxx_override) || \ - (FMT_GCC_VERSION >= 408 && FMT_HAS_GXX_CXX11) || FMT_MSC_VER >= 1900 -# define FMT_OVERRIDE override -# else -# define FMT_OVERRIDE +#if ((FMT_CPLUSPLUS >= 202002L) && \ + (!defined(_GLIBCXX_RELEASE) || _GLIBCXX_RELEASE > 9)) || \ + (FMT_CPLUSPLUS >= 201709L && FMT_GCC_VERSION >= 1002) +# define FMT_CONSTEXPR20 constexpr +#else +# define FMT_CONSTEXPR20 +#endif + +// Check if constexpr std::char_traits<>::{compare,length} are supported. +#if defined(__GLIBCXX__) +# if FMT_CPLUSPLUS >= 201703L && defined(_GLIBCXX_RELEASE) && \ + _GLIBCXX_RELEASE >= 7 // GCC 7+ libstdc++ has _GLIBCXX_RELEASE. +# define FMT_CONSTEXPR_CHAR_TRAITS constexpr # endif +#elif defined(_LIBCPP_VERSION) && FMT_CPLUSPLUS >= 201703L && \ + _LIBCPP_VERSION >= 4000 +# define FMT_CONSTEXPR_CHAR_TRAITS constexpr +#elif FMT_MSC_VERSION >= 1914 && FMT_CPLUSPLUS >= 201703L +# define FMT_CONSTEXPR_CHAR_TRAITS constexpr +#endif +#ifndef FMT_CONSTEXPR_CHAR_TRAITS +# define FMT_CONSTEXPR_CHAR_TRAITS #endif // Check if exceptions are disabled. #ifndef FMT_EXCEPTIONS # if (defined(__GNUC__) && !defined(__EXCEPTIONS)) || \ - FMT_MSC_VER && !_HAS_EXCEPTIONS + (FMT_MSC_VERSION && !_HAS_EXCEPTIONS) # define FMT_EXCEPTIONS 0 # else # define FMT_EXCEPTIONS 1 # endif #endif -// Define FMT_USE_NOEXCEPT to make fmt use noexcept (C++11 feature). -#ifndef FMT_USE_NOEXCEPT -# define FMT_USE_NOEXCEPT 0 -#endif - -#if FMT_USE_NOEXCEPT || FMT_HAS_FEATURE(cxx_noexcept) || \ - (FMT_GCC_VERSION >= 408 && FMT_HAS_GXX_CXX11) || FMT_MSC_VER >= 1900 -# define FMT_DETECTED_NOEXCEPT noexcept -# define FMT_HAS_CXX11_NOEXCEPT 1 -#else -# define FMT_DETECTED_NOEXCEPT throw() -# define FMT_HAS_CXX11_NOEXCEPT 0 -#endif - -#ifndef FMT_NOEXCEPT -# if FMT_EXCEPTIONS || FMT_HAS_CXX11_NOEXCEPT -# define FMT_NOEXCEPT FMT_DETECTED_NOEXCEPT +#ifndef FMT_DEPRECATED +# if FMT_HAS_CPP14_ATTRIBUTE(deprecated) || FMT_MSC_VERSION >= 1900 +# define FMT_DEPRECATED [[deprecated]] # else -# define FMT_NOEXCEPT +# if (defined(__GNUC__) && !defined(__LCC__)) || defined(__clang__) +# define FMT_DEPRECATED __attribute__((deprecated)) +# elif FMT_MSC_VERSION +# define FMT_DEPRECATED __declspec(deprecated) +# else +# define FMT_DEPRECATED /* deprecated */ +# endif # endif #endif // [[noreturn]] is disabled on MSVC and NVCC because of bogus unreachable code // warnings. -#if FMT_EXCEPTIONS && FMT_HAS_CPP_ATTRIBUTE(noreturn) && !FMT_MSC_VER && \ - !FMT_NVCC +#if FMT_EXCEPTIONS && FMT_HAS_CPP_ATTRIBUTE(noreturn) && !FMT_MSC_VERSION && \ + !defined(__NVCC__) # define FMT_NORETURN [[noreturn]] #else # define FMT_NORETURN #endif -#ifndef FMT_MAYBE_UNUSED -# if FMT_HAS_CPP17_ATTRIBUTE(maybe_unused) -# define FMT_MAYBE_UNUSED [[maybe_unused]] +#if FMT_HAS_CPP17_ATTRIBUTE(fallthrough) +# define FMT_FALLTHROUGH [[fallthrough]] +#elif defined(__clang__) +# define FMT_FALLTHROUGH [[clang::fallthrough]] +#elif FMT_GCC_VERSION >= 700 && \ + (!defined(__EDG_VERSION__) || __EDG_VERSION__ >= 520) +# define FMT_FALLTHROUGH [[gnu::fallthrough]] +#else +# define FMT_FALLTHROUGH +#endif + +#ifndef FMT_NODISCARD +# if FMT_HAS_CPP17_ATTRIBUTE(nodiscard) +# define FMT_NODISCARD [[nodiscard]] # else -# define FMT_MAYBE_UNUSED +# define FMT_NODISCARD # endif #endif -#ifndef FMT_DEPRECATED -# if FMT_HAS_CPP14_ATTRIBUTE(deprecated) || FMT_MSC_VER >= 1900 -# define FMT_DEPRECATED [[deprecated]] +#ifndef FMT_USE_FLOAT +# define FMT_USE_FLOAT 1 +#endif +#ifndef FMT_USE_DOUBLE +# define FMT_USE_DOUBLE 1 +#endif +#ifndef FMT_USE_LONG_DOUBLE +# define FMT_USE_LONG_DOUBLE 1 +#endif + +#ifndef FMT_INLINE +# if FMT_GCC_VERSION || FMT_CLANG_VERSION +# define FMT_INLINE inline __attribute__((always_inline)) # else -# if defined(__GNUC__) || defined(__clang__) -# define FMT_DEPRECATED __attribute__((deprecated)) -# elif FMT_MSC_VER -# define FMT_DEPRECATED __declspec(deprecated) -# else -# define FMT_DEPRECATED /* deprecated */ -# endif +# define FMT_INLINE inline # endif #endif -// Workaround broken [[deprecated]] in the Intel, PGI and NVCC compilers. -#if defined(__INTEL_COMPILER) || defined(__PGI) || FMT_NVCC -# define FMT_DEPRECATED_ALIAS +// An inline std::forward replacement. +#define FMT_FORWARD(...) static_cast(__VA_ARGS__) + +#ifdef _MSC_VER +# define FMT_UNCHECKED_ITERATOR(It) \ + using _Unchecked_type = It // Mark iterator as checked. #else -# define FMT_DEPRECATED_ALIAS FMT_DEPRECATED +# define FMT_UNCHECKED_ITERATOR(It) using unchecked_type = It #endif #ifndef FMT_BEGIN_NAMESPACE -# if FMT_HAS_FEATURE(cxx_inline_namespaces) || FMT_GCC_VERSION >= 404 || \ - FMT_MSC_VER >= 1900 -# define FMT_INLINE_NAMESPACE inline namespace -# define FMT_END_NAMESPACE \ - } \ - } -# else -# define FMT_INLINE_NAMESPACE namespace -# define FMT_END_NAMESPACE \ - } \ - using namespace v6; \ - } -# endif # define FMT_BEGIN_NAMESPACE \ namespace fmt { \ - FMT_INLINE_NAMESPACE v6 { + inline namespace v9 { +# define FMT_END_NAMESPACE \ + } \ + } +#endif + +#ifndef FMT_MODULE_EXPORT +# define FMT_MODULE_EXPORT +# define FMT_MODULE_EXPORT_BEGIN +# define FMT_MODULE_EXPORT_END +# define FMT_BEGIN_DETAIL_NAMESPACE namespace detail { +# define FMT_END_DETAIL_NAMESPACE } #endif #if !defined(FMT_HEADER_ONLY) && defined(_WIN32) -# if FMT_MSC_VER -# define FMT_NO_W4275 __pragma(warning(suppress : 4275)) -# else -# define FMT_NO_W4275 -# endif -# define FMT_CLASS_API FMT_NO_W4275 +# define FMT_CLASS_API FMT_MSC_WARNING(suppress : 4275) # ifdef FMT_EXPORT # define FMT_API __declspec(dllexport) # elif defined(FMT_SHARED) # define FMT_API __declspec(dllimport) -# define FMT_EXTERN_TEMPLATE_API FMT_API # endif -#endif -#ifndef FMT_CLASS_API +#else # define FMT_CLASS_API -#endif -#ifndef FMT_API -# if FMT_GCC_VERSION || FMT_CLANG_VERSION -# define FMT_API __attribute__((visibility("default"))) -# define FMT_EXTERN_TEMPLATE_API FMT_API -# define FMT_INSTANTIATION_DEF_API -# else -# define FMT_API +# if defined(FMT_EXPORT) || defined(FMT_SHARED) +# if defined(__GNUC__) || defined(__clang__) +# define FMT_API __attribute__((visibility("default"))) +# endif # endif #endif -#ifndef FMT_EXTERN_TEMPLATE_API -# define FMT_EXTERN_TEMPLATE_API -#endif -#ifndef FMT_INSTANTIATION_DEF_API -# define FMT_INSTANTIATION_DEF_API FMT_API -#endif - -#ifndef FMT_HEADER_ONLY -# define FMT_EXTERN extern -#else -# define FMT_EXTERN +#ifndef FMT_API +# define FMT_API #endif // libc++ supports string_view in pre-c++17. -#if (FMT_HAS_INCLUDE() && \ - (__cplusplus > 201402L || defined(_LIBCPP_VERSION))) || \ - (defined(_MSVC_LANG) && _MSVC_LANG > 201402L && _MSC_VER >= 1910) +#if FMT_HAS_INCLUDE() && \ + (FMT_CPLUSPLUS >= 201703L || defined(_LIBCPP_VERSION)) # include # define FMT_USE_STRING_VIEW -#elif FMT_HAS_INCLUDE("experimental/string_view") && __cplusplus >= 201402L +#elif FMT_HAS_INCLUDE("experimental/string_view") && FMT_CPLUSPLUS >= 201402L # include # define FMT_USE_EXPERIMENTAL_STRING_VIEW #endif #ifndef FMT_UNICODE -# define FMT_UNICODE !FMT_MSC_VER +# define FMT_UNICODE !FMT_MSC_VERSION +#endif + +#ifndef FMT_CONSTEVAL +# if ((FMT_GCC_VERSION >= 1000 || FMT_CLANG_VERSION >= 1101) && \ + FMT_CPLUSPLUS >= 202002L && !defined(__apple_build_version__)) || \ + (defined(__cpp_consteval) && \ + (!FMT_MSC_VERSION || _MSC_FULL_VER >= 193030704)) +// consteval is broken in MSVC before VS2022 and Apple clang 13. +# define FMT_CONSTEVAL consteval +# define FMT_HAS_CONSTEVAL +# else +# define FMT_CONSTEVAL +# endif +#endif + +#ifndef FMT_USE_NONTYPE_TEMPLATE_ARGS +# if defined(__cpp_nontype_template_args) && \ + ((FMT_GCC_VERSION >= 903 && FMT_CPLUSPLUS >= 201709L) || \ + __cpp_nontype_template_args >= 201911L) && \ + !defined(__NVCOMPILER) +# define FMT_USE_NONTYPE_TEMPLATE_ARGS 1 +# else +# define FMT_USE_NONTYPE_TEMPLATE_ARGS 0 +# endif #endif -#if FMT_UNICODE && FMT_MSC_VER -# pragma execution_character_set("utf-8") + +// Enable minimal optimizations for more compact code in debug mode. +FMT_GCC_PRAGMA("GCC push_options") +#if !defined(__OPTIMIZE__) && !defined(__NVCOMPILER) +FMT_GCC_PRAGMA("GCC optimize(\"Og\")") #endif FMT_BEGIN_NAMESPACE +FMT_MODULE_EXPORT_BEGIN // Implementations of enable_if_t and other metafunctions for older systems. -template +template using enable_if_t = typename std::enable_if::type; -template +template using conditional_t = typename std::conditional::type; template using bool_constant = std::integral_constant; template @@ -262,35 +307,69 @@ template using remove_cvref_t = typename std::remove_cv>::type; template struct type_identity { using type = T; }; template using type_identity_t = typename type_identity::type; - -struct monostate {}; +template +using underlying_t = typename std::underlying_type::type; + +template struct disjunction : std::false_type {}; +template struct disjunction

: P {}; +template +struct disjunction + : conditional_t> {}; + +template struct conjunction : std::true_type {}; +template struct conjunction

: P {}; +template +struct conjunction + : conditional_t, P1> {}; + +struct monostate { + constexpr monostate() {} +}; // An enable_if helper to be used in template parameters which results in much // shorter symbols: https://godbolt.org/z/sWw4vP. Extra parentheses are needed // to workaround a bug in MSVC 2019 (see #1140 and #1186). -#define FMT_ENABLE_IF(...) enable_if_t<(__VA_ARGS__), int> = 0 +#ifdef FMT_DOC +# define FMT_ENABLE_IF(...) +#else +# define FMT_ENABLE_IF(...) enable_if_t<(__VA_ARGS__), int> = 0 +#endif -namespace internal { +FMT_BEGIN_DETAIL_NAMESPACE -// A helper function to suppress bogus "conditional expression is constant" -// warnings. -template FMT_CONSTEXPR T const_check(T value) { return value; } +// Suppresses "unused variable" warnings with the method described in +// https://herbsutter.com/2009/10/18/mailbag-shutting-up-compiler-warnings/. +// (void)var does not work on many Intel compilers. +template FMT_CONSTEXPR void ignore_unused(const T&...) {} -// A workaround for gcc 4.8 to make void_t work in a SFINAE context. -template struct void_t_impl { using type = void; }; +constexpr FMT_INLINE auto is_constant_evaluated( + bool default_value = false) noexcept -> bool { +#ifdef __cpp_lib_is_constant_evaluated + ignore_unused(default_value); + return std::is_constant_evaluated(); +#else + return default_value; +#endif +} + +// Suppresses "conditional expression is constant" warnings. +template constexpr FMT_INLINE auto const_check(T value) -> T { + return value; +} FMT_NORETURN FMT_API void assert_fail(const char* file, int line, const char* message); #ifndef FMT_ASSERT # ifdef NDEBUG -// FMT_ASSERT is not empty to avoid -Werror=empty-body. -# define FMT_ASSERT(condition, message) ((void)0) +// FMT_ASSERT is not empty to avoid -Wempty-body. +# define FMT_ASSERT(condition, message) \ + ::fmt::detail::ignore_unused((condition), (message)) # else # define FMT_ASSERT(condition, message) \ ((condition) /* void() fails with -Winvalid-constexpr on clang 4.0.1 */ \ ? (void)0 \ - : ::fmt::internal::assert_fail(__FILE__, __LINE__, (message))) + : ::fmt::detail::assert_fail(__FILE__, __LINE__, (message))) # endif #endif @@ -305,41 +384,41 @@ template struct std_string_view {}; #ifdef FMT_USE_INT128 // Do nothing. -#elif defined(__SIZEOF_INT128__) && !FMT_NVCC +#elif defined(__SIZEOF_INT128__) && !defined(__NVCC__) && \ + !(FMT_CLANG_VERSION && FMT_MSC_VERSION) # define FMT_USE_INT128 1 -using int128_t = __int128_t; -using uint128_t = __uint128_t; +using int128_opt = __int128_t; // An optional native 128-bit integer. +using uint128_opt = __uint128_t; +template inline auto convert_for_visit(T value) -> T { + return value; +} #else # define FMT_USE_INT128 0 #endif #if !FMT_USE_INT128 -struct int128_t {}; -struct uint128_t {}; +enum class int128_opt {}; +enum class uint128_opt {}; +// Reduce template instantiations. +template auto convert_for_visit(T) -> monostate { return {}; } #endif // Casts a nonnegative integer to unsigned. template -FMT_CONSTEXPR typename std::make_unsigned::type to_unsigned(Int value) { - FMT_ASSERT(value >= 0, "negative value"); +FMT_CONSTEXPR auto to_unsigned(Int value) -> + typename std::make_unsigned::type { + FMT_ASSERT(std::is_unsigned::value || value >= 0, "negative value"); return static_cast::type>(value); } -constexpr unsigned char micro[] = "\u00B5"; +FMT_MSC_WARNING(suppress : 4566) constexpr unsigned char micro[] = "\u00B5"; -template constexpr bool is_unicode() { - return FMT_UNICODE || sizeof(Char) != 1 || - (sizeof(micro) == 3 && micro[0] == 0xC2 && micro[1] == 0xB5); +constexpr auto is_utf8() -> bool { + // Avoid buggy sign extensions in MSVC's constant evaluation mode (#2297). + using uchar = unsigned char; + return FMT_UNICODE || (sizeof(micro) == 3 && uchar(micro[0]) == 0xC2 && + uchar(micro[1]) == 0xB5); } - -#ifdef __cpp_char8_t -using char8_type = char8_t; -#else -enum char8_type : unsigned char {}; -#endif -} // namespace internal - -template -using void_t = typename internal::void_t_impl::type; +FMT_END_DETAIL_NAMESPACE /** An implementation of ``std::basic_string_view`` for pre-C++17. It provides a @@ -354,16 +433,14 @@ template class basic_string_view { size_t size_; public: - using char_type FMT_DEPRECATED_ALIAS = Char; using value_type = Char; using iterator = const Char*; - FMT_CONSTEXPR basic_string_view() FMT_NOEXCEPT : data_(nullptr), size_(0) {} + constexpr basic_string_view() noexcept : data_(nullptr), size_(0) {} /** Constructs a string reference object from a C string and a size. */ - FMT_CONSTEXPR basic_string_view(const Char* s, size_t count) FMT_NOEXCEPT - : data_(s), - size_(count) {} + constexpr basic_string_view(const Char* s, size_t count) noexcept + : data_(s), size_(count) {} /** \rst @@ -371,43 +448,46 @@ template class basic_string_view { the size with ``std::char_traits::length``. \endrst */ -#if __cplusplus >= 201703L // C++17's char_traits::length() is constexpr. - FMT_CONSTEXPR -#endif + FMT_CONSTEXPR_CHAR_TRAITS + FMT_INLINE basic_string_view(const Char* s) - : data_(s), size_(std::char_traits::length(s)) {} + : data_(s), + size_(detail::const_check(std::is_same::value && + !detail::is_constant_evaluated(true)) + ? std::strlen(reinterpret_cast(s)) + : std::char_traits::length(s)) {} /** Constructs a string reference from a ``std::basic_string`` object. */ template FMT_CONSTEXPR basic_string_view( - const std::basic_string& s) FMT_NOEXCEPT - : data_(s.data()), - size_(s.size()) {} + const std::basic_string& s) noexcept + : data_(s.data()), size_(s.size()) {} - template < - typename S, - FMT_ENABLE_IF(std::is_same>::value)> - FMT_CONSTEXPR basic_string_view(S s) FMT_NOEXCEPT : data_(s.data()), - size_(s.size()) {} + template >::value)> + FMT_CONSTEXPR basic_string_view(S s) noexcept + : data_(s.data()), size_(s.size()) {} /** Returns a pointer to the string data. */ - FMT_CONSTEXPR const Char* data() const { return data_; } + constexpr auto data() const noexcept -> const Char* { return data_; } /** Returns the string size. */ - FMT_CONSTEXPR size_t size() const { return size_; } + constexpr auto size() const noexcept -> size_t { return size_; } - FMT_CONSTEXPR iterator begin() const { return data_; } - FMT_CONSTEXPR iterator end() const { return data_ + size_; } + constexpr auto begin() const noexcept -> iterator { return data_; } + constexpr auto end() const noexcept -> iterator { return data_ + size_; } - FMT_CONSTEXPR const Char& operator[](size_t pos) const { return data_[pos]; } + constexpr auto operator[](size_t pos) const noexcept -> const Char& { + return data_[pos]; + } - FMT_CONSTEXPR void remove_prefix(size_t n) { + FMT_CONSTEXPR void remove_prefix(size_t n) noexcept { data_ += n; size_ -= n; } // Lexicographically compare this string reference to other. - int compare(basic_string_view other) const { + FMT_CONSTEXPR_CHAR_TRAITS auto compare(basic_string_view other) const -> int { size_t str_size = size_ < other.size_ ? size_ : other.size_; int result = std::char_traits::compare(data_, other.data_, str_size); if (result == 0) @@ -415,100 +495,73 @@ template class basic_string_view { return result; } - friend bool operator==(basic_string_view lhs, basic_string_view rhs) { + FMT_CONSTEXPR_CHAR_TRAITS friend auto operator==(basic_string_view lhs, + basic_string_view rhs) + -> bool { return lhs.compare(rhs) == 0; } - friend bool operator!=(basic_string_view lhs, basic_string_view rhs) { + friend auto operator!=(basic_string_view lhs, basic_string_view rhs) -> bool { return lhs.compare(rhs) != 0; } - friend bool operator<(basic_string_view lhs, basic_string_view rhs) { + friend auto operator<(basic_string_view lhs, basic_string_view rhs) -> bool { return lhs.compare(rhs) < 0; } - friend bool operator<=(basic_string_view lhs, basic_string_view rhs) { + friend auto operator<=(basic_string_view lhs, basic_string_view rhs) -> bool { return lhs.compare(rhs) <= 0; } - friend bool operator>(basic_string_view lhs, basic_string_view rhs) { + friend auto operator>(basic_string_view lhs, basic_string_view rhs) -> bool { return lhs.compare(rhs) > 0; } - friend bool operator>=(basic_string_view lhs, basic_string_view rhs) { + friend auto operator>=(basic_string_view lhs, basic_string_view rhs) -> bool { return lhs.compare(rhs) >= 0; } }; using string_view = basic_string_view; -using wstring_view = basic_string_view; - -#ifndef __cpp_char8_t -// char8_t is deprecated; use char instead. -using char8_t FMT_DEPRECATED_ALIAS = internal::char8_type; -#endif /** Specifies if ``T`` is a character type. Can be specialized by users. */ template struct is_char : std::false_type {}; template <> struct is_char : std::true_type {}; -template <> struct is_char : std::true_type {}; -template <> struct is_char : std::true_type {}; -template <> struct is_char : std::true_type {}; -template <> struct is_char : std::true_type {}; -/** - \rst - Returns a string view of `s`. In order to add custom string type support to - {fmt} provide an overload of `to_string_view` for it in the same namespace as - the type for the argument-dependent lookup to work. +FMT_BEGIN_DETAIL_NAMESPACE - **Example**:: +// A base class for compile-time strings. +struct compile_string {}; - namespace my_ns { - inline string_view to_string_view(const my_string& s) { - return {s.data(), s.length()}; - } - } - std::string message = fmt::format(my_string("The answer is {}"), 42); - \endrst - */ +template +struct is_compile_string : std::is_base_of {}; + +// Returns a string view of `s`. template ::value)> -inline basic_string_view to_string_view(const Char* s) { +FMT_INLINE auto to_string_view(const Char* s) -> basic_string_view { return s; } - template -inline basic_string_view to_string_view( - const std::basic_string& s) { +inline auto to_string_view(const std::basic_string& s) + -> basic_string_view { return s; } - template -inline basic_string_view to_string_view(basic_string_view s) { +constexpr auto to_string_view(basic_string_view s) + -> basic_string_view { return s; } - template >::value)> -inline basic_string_view to_string_view( - internal::std_string_view s) { + FMT_ENABLE_IF(!std::is_empty>::value)> +inline auto to_string_view(std_string_view s) -> basic_string_view { return s; } - -// A base class for compile-time strings. It is defined in the fmt namespace to -// make formatting functions visible via ADL, e.g. format(fmt("{}"), 42). -struct compile_string {}; - -template -struct is_compile_string : std::is_base_of {}; - template ::value)> -constexpr basic_string_view to_string_view(const S& s) { - return s; +constexpr auto to_string_view(const S& s) + -> basic_string_view { + return basic_string_view(s); } - -namespace internal { void to_string_view(...); -using fmt::v6::to_string_view; // Specifies whether S is a string type convertible to fmt::basic_string_view. // It should be a constexpr function but MSVC 2017 fails to compile it in // enable_if and MSVC 2015 fails to compile it as an alias template. +// ADL invocation of to_string_view is DEPRECATED! template struct is_string : std::is_class()))> { }; @@ -519,107 +572,219 @@ template struct char_t_impl::value>> { using type = typename result::value_type; }; +enum class type { + none_type, + // Integer types should go first, + int_type, + uint_type, + long_long_type, + ulong_long_type, + int128_type, + uint128_type, + bool_type, + char_type, + last_integer_type = char_type, + // followed by floating-point types. + float_type, + double_type, + long_double_type, + last_numeric_type = long_double_type, + cstring_type, + string_type, + pointer_type, + custom_type +}; + +// Maps core type T to the corresponding type enum constant. +template +struct type_constant : std::integral_constant {}; + +#define FMT_TYPE_CONSTANT(Type, constant) \ + template \ + struct type_constant \ + : std::integral_constant {} + +FMT_TYPE_CONSTANT(int, int_type); +FMT_TYPE_CONSTANT(unsigned, uint_type); +FMT_TYPE_CONSTANT(long long, long_long_type); +FMT_TYPE_CONSTANT(unsigned long long, ulong_long_type); +FMT_TYPE_CONSTANT(int128_opt, int128_type); +FMT_TYPE_CONSTANT(uint128_opt, uint128_type); +FMT_TYPE_CONSTANT(bool, bool_type); +FMT_TYPE_CONSTANT(Char, char_type); +FMT_TYPE_CONSTANT(float, float_type); +FMT_TYPE_CONSTANT(double, double_type); +FMT_TYPE_CONSTANT(long double, long_double_type); +FMT_TYPE_CONSTANT(const Char*, cstring_type); +FMT_TYPE_CONSTANT(basic_string_view, string_type); +FMT_TYPE_CONSTANT(const void*, pointer_type); + +constexpr bool is_integral_type(type t) { + return t > type::none_type && t <= type::last_integer_type; +} + +constexpr bool is_arithmetic_type(type t) { + return t > type::none_type && t <= type::last_numeric_type; +} + +FMT_NORETURN FMT_API void throw_format_error(const char* message); + struct error_handler { - FMT_CONSTEXPR error_handler() = default; - FMT_CONSTEXPR error_handler(const error_handler&) = default; + constexpr error_handler() = default; + constexpr error_handler(const error_handler&) = default; // This function is intentionally not constexpr to give a compile-time error. - FMT_NORETURN FMT_API void on_error(const char* message); + FMT_NORETURN void on_error(const char* message) { + throw_format_error(message); + } }; -} // namespace internal +FMT_END_DETAIL_NAMESPACE /** String's character type. */ -template using char_t = typename internal::char_t_impl::type; +template using char_t = typename detail::char_t_impl::type; /** \rst Parsing context consisting of a format string range being parsed and an argument counter for automatic indexing. - - You can use one of the following type aliases for common character types: - - +-----------------------+-------------------------------------+ - | Type | Definition | - +=======================+=====================================+ - | format_parse_context | basic_format_parse_context | - +-----------------------+-------------------------------------+ - | wformat_parse_context | basic_format_parse_context | - +-----------------------+-------------------------------------+ + You can use the ``format_parse_context`` type alias for ``char`` instead. \endrst */ -template +template class basic_format_parse_context : private ErrorHandler { private: basic_string_view format_str_; int next_arg_id_; + FMT_CONSTEXPR void do_check_arg_id(int id); + public: using char_type = Char; using iterator = typename basic_string_view::iterator; - explicit FMT_CONSTEXPR basic_format_parse_context( - basic_string_view format_str, ErrorHandler eh = ErrorHandler()) - : ErrorHandler(eh), format_str_(format_str), next_arg_id_(0) {} + explicit constexpr basic_format_parse_context( + basic_string_view format_str, ErrorHandler eh = {}, + int next_arg_id = 0) + : ErrorHandler(eh), format_str_(format_str), next_arg_id_(next_arg_id) {} /** Returns an iterator to the beginning of the format string range being parsed. */ - FMT_CONSTEXPR iterator begin() const FMT_NOEXCEPT { + constexpr auto begin() const noexcept -> iterator { return format_str_.begin(); } /** Returns an iterator past the end of the format string range being parsed. */ - FMT_CONSTEXPR iterator end() const FMT_NOEXCEPT { return format_str_.end(); } + constexpr auto end() const noexcept -> iterator { return format_str_.end(); } /** Advances the begin iterator to ``it``. */ FMT_CONSTEXPR void advance_to(iterator it) { - format_str_.remove_prefix(internal::to_unsigned(it - begin())); + format_str_.remove_prefix(detail::to_unsigned(it - begin())); } /** Reports an error if using the manual argument indexing; otherwise returns the next argument index and switches to the automatic indexing. */ - FMT_CONSTEXPR int next_arg_id() { - if (next_arg_id_ >= 0) return next_arg_id_++; - on_error("cannot switch from manual to automatic argument indexing"); - return 0; + FMT_CONSTEXPR auto next_arg_id() -> int { + if (next_arg_id_ < 0) { + on_error("cannot switch from manual to automatic argument indexing"); + return 0; + } + int id = next_arg_id_++; + do_check_arg_id(id); + return id; } /** Reports an error if using the automatic argument indexing; otherwise switches to the manual indexing. */ - FMT_CONSTEXPR void check_arg_id(int) { - if (next_arg_id_ > 0) + FMT_CONSTEXPR void check_arg_id(int id) { + if (next_arg_id_ > 0) { on_error("cannot switch from automatic to manual argument indexing"); - else - next_arg_id_ = -1; + return; + } + next_arg_id_ = -1; + do_check_arg_id(id); } - FMT_CONSTEXPR void check_arg_id(basic_string_view) {} + FMT_CONSTEXPR void check_dynamic_spec(int arg_id); FMT_CONSTEXPR void on_error(const char* message) { ErrorHandler::on_error(message); } - FMT_CONSTEXPR ErrorHandler error_handler() const { return *this; } + constexpr auto error_handler() const -> ErrorHandler { return *this; } }; using format_parse_context = basic_format_parse_context; -using wformat_parse_context = basic_format_parse_context; -template -using basic_parse_context FMT_DEPRECATED_ALIAS = - basic_format_parse_context; -using parse_context FMT_DEPRECATED_ALIAS = basic_format_parse_context; -using wparse_context FMT_DEPRECATED_ALIAS = basic_format_parse_context; +FMT_BEGIN_DETAIL_NAMESPACE +// A parse context with extra data used only in compile-time checks. +template +class compile_parse_context + : public basic_format_parse_context { + private: + int num_args_; + const type* types_; + using base = basic_format_parse_context; + + public: + explicit FMT_CONSTEXPR compile_parse_context( + basic_string_view format_str, int num_args, const type* types, + ErrorHandler eh = {}, int next_arg_id = 0) + : base(format_str, eh, next_arg_id), num_args_(num_args), types_(types) {} + + constexpr auto num_args() const -> int { return num_args_; } + constexpr auto arg_type(int id) const -> type { return types_[id]; } + + FMT_CONSTEXPR auto next_arg_id() -> int { + int id = base::next_arg_id(); + if (id >= num_args_) this->on_error("argument not found"); + return id; + } + + FMT_CONSTEXPR void check_arg_id(int id) { + base::check_arg_id(id); + if (id >= num_args_) this->on_error("argument not found"); + } + using base::check_arg_id; + + FMT_CONSTEXPR void check_dynamic_spec(int arg_id) { + if (arg_id < num_args_ && types_ && !is_integral_type(types_[arg_id])) + this->on_error("width/precision is not integer"); + } +}; +FMT_END_DETAIL_NAMESPACE + +template +FMT_CONSTEXPR void +basic_format_parse_context::do_check_arg_id(int id) { + // Argument id is only checked at compile-time during parsing because + // formatting has its own validation. + if (detail::is_constant_evaluated() && FMT_GCC_VERSION >= 1200) { + using context = detail::compile_parse_context; + if (id >= static_cast(this)->num_args()) + on_error("argument not found"); + } +} + +template +FMT_CONSTEXPR void +basic_format_parse_context::check_dynamic_spec(int arg_id) { + if (detail::is_constant_evaluated()) { + using context = detail::compile_parse_context; + static_cast(this)->check_dynamic_spec(arg_id); + } +} template class basic_format_arg; template class basic_format_args; +template class dynamic_format_arg_store; // A formatter for objects of type T. template @@ -628,43 +793,97 @@ struct formatter { formatter() = delete; }; -template -struct FMT_DEPRECATED convert_to_int - : bool_constant::value && - std::is_convertible::value> {}; - // Specifies if T has an enabled formatter specialization. A type can be // formattable even if it doesn't have a formatter e.g. via a conversion. template using has_formatter = std::is_constructible>; -namespace internal { +// Checks whether T is a container with contiguous storage. +template struct is_contiguous : std::false_type {}; +template +struct is_contiguous> : std::true_type {}; -/** A contiguous memory buffer with an optional growing ability. */ -template class buffer { - private: - T* ptr_; - std::size_t size_; - std::size_t capacity_; +class appender; - protected: - // Don't initialize ptr_ since it is not accessed to save a few cycles. - buffer(std::size_t sz) FMT_NOEXCEPT : size_(sz), capacity_(sz) {} +FMT_BEGIN_DETAIL_NAMESPACE - buffer(T* p = nullptr, std::size_t sz = 0, std::size_t cap = 0) FMT_NOEXCEPT - : ptr_(p), - size_(sz), - capacity_(cap) {} +template +constexpr auto has_const_formatter_impl(T*) + -> decltype(typename Context::template formatter_type().format( + std::declval(), std::declval()), + true) { + return true; +} +template +constexpr auto has_const_formatter_impl(...) -> bool { + return false; +} +template +constexpr auto has_const_formatter() -> bool { + return has_const_formatter_impl(static_cast(nullptr)); +} - /** Sets the buffer data and capacity. */ - void set(T* buf_data, std::size_t buf_capacity) FMT_NOEXCEPT { - ptr_ = buf_data; - capacity_ = buf_capacity; - } +// Extracts a reference to the container from back_insert_iterator. +template +inline auto get_container(std::back_insert_iterator it) + -> Container& { + using base = std::back_insert_iterator; + struct accessor : base { + accessor(base b) : base(b) {} + using base::container; + }; + return *accessor(it).container; +} - /** Increases the buffer capacity to hold at least *capacity* elements. */ - virtual void grow(std::size_t capacity) = 0; +template +FMT_CONSTEXPR auto copy_str(InputIt begin, InputIt end, OutputIt out) + -> OutputIt { + while (begin != end) *out++ = static_cast(*begin++); + return out; +} + +template , U>::value&& is_char::value)> +FMT_CONSTEXPR auto copy_str(T* begin, T* end, U* out) -> U* { + if (is_constant_evaluated()) return copy_str(begin, end, out); + auto size = to_unsigned(end - begin); + memcpy(out, begin, size * sizeof(U)); + return out + size; +} + +/** + \rst + A contiguous memory buffer with an optional growing ability. It is an internal + class and shouldn't be used directly, only via `~fmt::basic_memory_buffer`. + \endrst + */ +template class buffer { + private: + T* ptr_; + size_t size_; + size_t capacity_; + + protected: + // Don't initialize ptr_ since it is not accessed to save a few cycles. + FMT_MSC_WARNING(suppress : 26495) + buffer(size_t sz) noexcept : size_(sz), capacity_(sz) {} + + FMT_CONSTEXPR20 buffer(T* p = nullptr, size_t sz = 0, size_t cap = 0) noexcept + : ptr_(p), size_(sz), capacity_(cap) {} + + FMT_CONSTEXPR20 ~buffer() = default; + buffer(buffer&&) = default; + + /** Sets the buffer data and capacity. */ + FMT_CONSTEXPR void set(T* buf_data, size_t buf_capacity) noexcept { + ptr_ = buf_data; + capacity_ = buf_capacity; + } + + /** Increases the buffer capacity to hold at least *capacity* elements. */ + virtual FMT_CONSTEXPR20 void grow(size_t capacity) = 0; public: using value_type = T; @@ -672,82 +891,232 @@ template class buffer { buffer(const buffer&) = delete; void operator=(const buffer&) = delete; - virtual ~buffer() = default; - T* begin() FMT_NOEXCEPT { return ptr_; } - T* end() FMT_NOEXCEPT { return ptr_ + size_; } + auto begin() noexcept -> T* { return ptr_; } + auto end() noexcept -> T* { return ptr_ + size_; } - const T* begin() const FMT_NOEXCEPT { return ptr_; } - const T* end() const FMT_NOEXCEPT { return ptr_ + size_; } + auto begin() const noexcept -> const T* { return ptr_; } + auto end() const noexcept -> const T* { return ptr_ + size_; } /** Returns the size of this buffer. */ - std::size_t size() const FMT_NOEXCEPT { return size_; } + constexpr auto size() const noexcept -> size_t { return size_; } /** Returns the capacity of this buffer. */ - std::size_t capacity() const FMT_NOEXCEPT { return capacity_; } + constexpr auto capacity() const noexcept -> size_t { return capacity_; } /** Returns a pointer to the buffer data. */ - T* data() FMT_NOEXCEPT { return ptr_; } + FMT_CONSTEXPR auto data() noexcept -> T* { return ptr_; } /** Returns a pointer to the buffer data. */ - const T* data() const FMT_NOEXCEPT { return ptr_; } - - /** - Resizes the buffer. If T is a POD type new elements may not be initialized. - */ - void resize(std::size_t new_size) { - reserve(new_size); - size_ = new_size; - } + FMT_CONSTEXPR auto data() const noexcept -> const T* { return ptr_; } /** Clears this buffer. */ void clear() { size_ = 0; } - /** Reserves space to store at least *capacity* elements. */ - void reserve(std::size_t new_capacity) { + // Tries resizing the buffer to contain *count* elements. If T is a POD type + // the new elements may not be initialized. + FMT_CONSTEXPR20 void try_resize(size_t count) { + try_reserve(count); + size_ = count <= capacity_ ? count : capacity_; + } + + // Tries increasing the buffer capacity to *new_capacity*. It can increase the + // capacity by a smaller amount than requested but guarantees there is space + // for at least one additional element either by increasing the capacity or by + // flushing the buffer if it is full. + FMT_CONSTEXPR20 void try_reserve(size_t new_capacity) { if (new_capacity > capacity_) grow(new_capacity); } - void push_back(const T& value) { - reserve(size_ + 1); + FMT_CONSTEXPR20 void push_back(const T& value) { + try_reserve(size_ + 1); ptr_[size_++] = value; } /** Appends data to the end of the buffer. */ template void append(const U* begin, const U* end); - template T& operator[](I index) { return ptr_[index]; } - template const T& operator[](I index) const { + template FMT_CONSTEXPR auto operator[](Idx index) -> T& { + return ptr_[index]; + } + template + FMT_CONSTEXPR auto operator[](Idx index) const -> const T& { return ptr_[index]; } }; -// A container-backed buffer. +struct buffer_traits { + explicit buffer_traits(size_t) {} + auto count() const -> size_t { return 0; } + auto limit(size_t size) -> size_t { return size; } +}; + +class fixed_buffer_traits { + private: + size_t count_ = 0; + size_t limit_; + + public: + explicit fixed_buffer_traits(size_t limit) : limit_(limit) {} + auto count() const -> size_t { return count_; } + auto limit(size_t size) -> size_t { + size_t n = limit_ > count_ ? limit_ - count_ : 0; + count_ += size; + return size < n ? size : n; + } +}; + +// A buffer that writes to an output iterator when flushed. +template +class iterator_buffer final : public Traits, public buffer { + private: + OutputIt out_; + enum { buffer_size = 256 }; + T data_[buffer_size]; + + protected: + FMT_CONSTEXPR20 void grow(size_t) override { + if (this->size() == buffer_size) flush(); + } + + void flush() { + auto size = this->size(); + this->clear(); + out_ = copy_str(data_, data_ + this->limit(size), out_); + } + + public: + explicit iterator_buffer(OutputIt out, size_t n = buffer_size) + : Traits(n), buffer(data_, 0, buffer_size), out_(out) {} + iterator_buffer(iterator_buffer&& other) + : Traits(other), buffer(data_, 0, buffer_size), out_(other.out_) {} + ~iterator_buffer() { flush(); } + + auto out() -> OutputIt { + flush(); + return out_; + } + auto count() const -> size_t { return Traits::count() + this->size(); } +}; + +template +class iterator_buffer final + : public fixed_buffer_traits, + public buffer { + private: + T* out_; + enum { buffer_size = 256 }; + T data_[buffer_size]; + + protected: + FMT_CONSTEXPR20 void grow(size_t) override { + if (this->size() == this->capacity()) flush(); + } + + void flush() { + size_t n = this->limit(this->size()); + if (this->data() == out_) { + out_ += n; + this->set(data_, buffer_size); + } + this->clear(); + } + + public: + explicit iterator_buffer(T* out, size_t n = buffer_size) + : fixed_buffer_traits(n), buffer(out, 0, n), out_(out) {} + iterator_buffer(iterator_buffer&& other) + : fixed_buffer_traits(other), + buffer(std::move(other)), + out_(other.out_) { + if (this->data() != out_) { + this->set(data_, buffer_size); + this->clear(); + } + } + ~iterator_buffer() { flush(); } + + auto out() -> T* { + flush(); + return out_; + } + auto count() const -> size_t { + return fixed_buffer_traits::count() + this->size(); + } +}; + +template class iterator_buffer final : public buffer { + protected: + FMT_CONSTEXPR20 void grow(size_t) override {} + + public: + explicit iterator_buffer(T* out, size_t = 0) : buffer(out, 0, ~size_t()) {} + + auto out() -> T* { return &*this->end(); } +}; + +// A buffer that writes to a container with the contiguous storage. template -class container_buffer : public buffer { +class iterator_buffer, + enable_if_t::value, + typename Container::value_type>> + final : public buffer { private: Container& container_; protected: - void grow(std::size_t capacity) FMT_OVERRIDE { + FMT_CONSTEXPR20 void grow(size_t capacity) override { container_.resize(capacity); this->set(&container_[0], capacity); } public: - explicit container_buffer(Container& c) + explicit iterator_buffer(Container& c) : buffer(c.size()), container_(c) {} + explicit iterator_buffer(std::back_insert_iterator out, size_t = 0) + : iterator_buffer(get_container(out)) {} + + auto out() -> std::back_insert_iterator { + return std::back_inserter(container_); + } }; -// Extracts a reference to the container from back_insert_iterator. -template -inline Container& get_container(std::back_insert_iterator it) { - using bi_iterator = std::back_insert_iterator; - struct accessor : bi_iterator { - accessor(bi_iterator iter) : bi_iterator(iter) {} - using bi_iterator::container; - }; - return *accessor(it).container; +// A buffer that counts the number of code units written discarding the output. +template class counting_buffer final : public buffer { + private: + enum { buffer_size = 256 }; + T data_[buffer_size]; + size_t count_ = 0; + + protected: + FMT_CONSTEXPR20 void grow(size_t) override { + if (this->size() != buffer_size) return; + count_ += this->size(); + this->clear(); + } + + public: + counting_buffer() : buffer(data_, 0, buffer_size) {} + + auto count() -> size_t { return count_ + this->size(); } +}; + +template +using buffer_appender = conditional_t::value, appender, + std::back_insert_iterator>>; + +// Maps an output iterator to a buffer. +template +auto get_buffer(OutputIt out) -> iterator_buffer { + return iterator_buffer(out); +} + +template +auto get_iterator(Buffer& buf) -> decltype(buf.out()) { + return buf.out(); +} +template auto get_iterator(buffer& buf) -> buffer_appender { + return buffer_appender(buf); } template @@ -756,82 +1125,115 @@ struct fallback_formatter { }; // Specifies if T has an enabled fallback_formatter specialization. -template +template using has_fallback_formatter = - std::is_constructible>; +#ifdef FMT_DEPRECATED_OSTREAM + std::is_constructible>; +#else + std::false_type; +#endif -template struct named_arg_base; -template struct named_arg; +struct view {}; -enum class type { - none_type, - named_arg_type, - // Integer types should go first, - int_type, - uint_type, - long_long_type, - ulong_long_type, - int128_type, - uint128_type, - bool_type, - char_type, - last_integer_type = char_type, - // followed by floating-point types. - float_type, - double_type, - long_double_type, - last_numeric_type = long_double_type, - cstring_type, - string_type, - pointer_type, - custom_type +template struct named_arg : view { + const Char* name; + const T& value; + named_arg(const Char* n, const T& v) : name(n), value(v) {} }; -// Maps core type T to the corresponding type enum constant. +template struct named_arg_info { + const Char* name; + int id; +}; + +template +struct arg_data { + // args_[0].named_args points to named_args_ to avoid bloating format_args. + // +1 to workaround a bug in gcc 7.5 that causes duplicated-branches warning. + T args_[1 + (NUM_ARGS != 0 ? NUM_ARGS : +1)]; + named_arg_info named_args_[NUM_NAMED_ARGS]; + + template + arg_data(const U&... init) : args_{T(named_args_, NUM_NAMED_ARGS), init...} {} + arg_data(const arg_data& other) = delete; + auto args() const -> const T* { return args_ + 1; } + auto named_args() -> named_arg_info* { return named_args_; } +}; + +template +struct arg_data { + // +1 to workaround a bug in gcc 7.5 that causes duplicated-branches warning. + T args_[NUM_ARGS != 0 ? NUM_ARGS : +1]; + + template + FMT_CONSTEXPR FMT_INLINE arg_data(const U&... init) : args_{init...} {} + FMT_CONSTEXPR FMT_INLINE auto args() const -> const T* { return args_; } + FMT_CONSTEXPR FMT_INLINE auto named_args() -> std::nullptr_t { + return nullptr; + } +}; + +template +inline void init_named_args(named_arg_info*, int, int) {} + +template struct is_named_arg : std::false_type {}; +template struct is_statically_named_arg : std::false_type {}; + template -struct type_constant : std::integral_constant {}; +struct is_named_arg> : std::true_type {}; -#define FMT_TYPE_CONSTANT(Type, constant) \ - template \ - struct type_constant \ - : std::integral_constant {} +template ::value)> +void init_named_args(named_arg_info* named_args, int arg_count, + int named_arg_count, const T&, const Tail&... args) { + init_named_args(named_args, arg_count + 1, named_arg_count, args...); +} -FMT_TYPE_CONSTANT(const named_arg_base&, named_arg_type); -FMT_TYPE_CONSTANT(int, int_type); -FMT_TYPE_CONSTANT(unsigned, uint_type); -FMT_TYPE_CONSTANT(long long, long_long_type); -FMT_TYPE_CONSTANT(unsigned long long, ulong_long_type); -FMT_TYPE_CONSTANT(int128_t, int128_type); -FMT_TYPE_CONSTANT(uint128_t, uint128_type); -FMT_TYPE_CONSTANT(bool, bool_type); -FMT_TYPE_CONSTANT(Char, char_type); -FMT_TYPE_CONSTANT(float, float_type); -FMT_TYPE_CONSTANT(double, double_type); -FMT_TYPE_CONSTANT(long double, long_double_type); -FMT_TYPE_CONSTANT(const Char*, cstring_type); -FMT_TYPE_CONSTANT(basic_string_view, string_type); -FMT_TYPE_CONSTANT(const void*, pointer_type); +template ::value)> +void init_named_args(named_arg_info* named_args, int arg_count, + int named_arg_count, const T& arg, const Tail&... args) { + named_args[named_arg_count++] = {arg.name, arg_count}; + init_named_args(named_args, arg_count + 1, named_arg_count, args...); +} -FMT_CONSTEXPR bool is_integral_type(type t) { - FMT_ASSERT(t != type::named_arg_type, "invalid argument type"); - return t > type::none_type && t <= type::last_integer_type; +template +FMT_CONSTEXPR FMT_INLINE void init_named_args(std::nullptr_t, int, int, + const Args&...) {} + +template constexpr auto count() -> size_t { return B ? 1 : 0; } +template constexpr auto count() -> size_t { + return (B1 ? 1 : 0) + count(); } -FMT_CONSTEXPR bool is_arithmetic_type(type t) { - FMT_ASSERT(t != type::named_arg_type, "invalid argument type"); - return t > type::none_type && t <= type::last_numeric_type; +template constexpr auto count_named_args() -> size_t { + return count::value...>(); } +template +constexpr auto count_statically_named_args() -> size_t { + return count::value...>(); +} + +struct unformattable {}; +struct unformattable_char : unformattable {}; +struct unformattable_const : unformattable {}; +struct unformattable_pointer : unformattable {}; + template struct string_value { const Char* data; - std::size_t size; + size_t size; +}; + +template struct named_arg_value { + const named_arg_info* data; + size_t size; }; template struct custom_value { - using parse_context = basic_format_parse_context; - const void* value; - void (*format)(const void* arg, - typename Context::parse_context_type& parse_ctx, Context& ctx); + using parse_context = typename Context::parse_context_type; + void* value; + void (*format)(void* arg, parse_context& parse_ctx, Context& ctx); }; // A formatting argument value. @@ -840,12 +1242,13 @@ template class value { using char_type = typename Context::char_type; union { + monostate no_value; int int_value; unsigned uint_value; long long long_long_value; unsigned long long ulong_long_value; - int128_t int128_value; - uint128_t uint128_value; + int128_opt int128_value; + uint128_opt uint128_value; bool bool_value; char_type char_value; float float_value; @@ -854,54 +1257,66 @@ template class value { const void* pointer; string_value string; custom_value custom; - const named_arg_base* named_arg; + named_arg_value named_args; }; - FMT_CONSTEXPR value(int val = 0) : int_value(val) {} - FMT_CONSTEXPR value(unsigned val) : uint_value(val) {} - value(long long val) : long_long_value(val) {} - value(unsigned long long val) : ulong_long_value(val) {} - value(int128_t val) : int128_value(val) {} - value(uint128_t val) : uint128_value(val) {} - value(float val) : float_value(val) {} - value(double val) : double_value(val) {} - value(long double val) : long_double_value(val) {} - value(bool val) : bool_value(val) {} - value(char_type val) : char_value(val) {} - value(const char_type* val) { string.data = val; } - value(basic_string_view val) { + constexpr FMT_INLINE value() : no_value() {} + constexpr FMT_INLINE value(int val) : int_value(val) {} + constexpr FMT_INLINE value(unsigned val) : uint_value(val) {} + constexpr FMT_INLINE value(long long val) : long_long_value(val) {} + constexpr FMT_INLINE value(unsigned long long val) : ulong_long_value(val) {} + FMT_INLINE value(int128_opt val) : int128_value(val) {} + FMT_INLINE value(uint128_opt val) : uint128_value(val) {} + constexpr FMT_INLINE value(float val) : float_value(val) {} + constexpr FMT_INLINE value(double val) : double_value(val) {} + FMT_INLINE value(long double val) : long_double_value(val) {} + constexpr FMT_INLINE value(bool val) : bool_value(val) {} + constexpr FMT_INLINE value(char_type val) : char_value(val) {} + FMT_CONSTEXPR FMT_INLINE value(const char_type* val) { + string.data = val; + if (is_constant_evaluated()) string.size = {}; + } + FMT_CONSTEXPR FMT_INLINE value(basic_string_view val) { string.data = val.data(); string.size = val.size(); } - value(const void* val) : pointer(val) {} + FMT_INLINE value(const void* val) : pointer(val) {} + FMT_INLINE value(const named_arg_info* args, size_t size) + : named_args{args, size} {} - template value(const T& val) { - custom.value = &val; + template FMT_CONSTEXPR FMT_INLINE value(T& val) { + using value_type = remove_cvref_t; + custom.value = const_cast(&val); // Get the formatter type through the context to allow different contexts // have different extension points, e.g. `formatter` for `format` and // `printf_formatter` for `printf`. custom.format = format_custom_arg< - T, conditional_t::value, - typename Context::template formatter_type, - fallback_formatter>>; + value_type, + conditional_t::value, + typename Context::template formatter_type, + fallback_formatter>>; } - - value(const named_arg_base& val) { named_arg = &val; } + value(unformattable); + value(unformattable_char); + value(unformattable_const); + value(unformattable_pointer); private: // Formats an argument of a custom type, such as a user-defined class. template - static void format_custom_arg(const void* arg, + static void format_custom_arg(void* arg, typename Context::parse_context_type& parse_ctx, Context& ctx) { - Formatter f; + auto f = Formatter(); parse_ctx.advance_to(f.parse(parse_ctx)); - ctx.advance_to(f.format(*static_cast(arg), ctx)); + using qualified_type = + conditional_t(), const T, T>; + ctx.advance_to(f.format(*static_cast(arg), ctx)); } }; template -FMT_CONSTEXPR basic_format_arg make_arg(const T& value); +FMT_CONSTEXPR auto make_arg(T&& value) -> basic_format_arg; // To minimize the number of types we need to deal with, long is translated // either to int or to long long depending on its size. @@ -909,117 +1324,204 @@ enum { long_short = sizeof(long) == sizeof(int) }; using long_type = conditional_t; using ulong_type = conditional_t; +#ifdef __cpp_lib_byte +inline auto format_as(std::byte b) -> unsigned char { + return static_cast(b); +} +#endif + +template struct has_format_as { + template ::value&& std::is_integral::value)> + static auto check(U*) -> std::true_type; + static auto check(...) -> std::false_type; + + enum { value = decltype(check(static_cast(nullptr)))::value }; +}; + // Maps formatting arguments to core types. +// arg_mapper reports errors by returning unformattable instead of using +// static_assert because it's used in the is_formattable trait. template struct arg_mapper { using char_type = typename Context::char_type; - FMT_CONSTEXPR int map(signed char val) { return val; } - FMT_CONSTEXPR unsigned map(unsigned char val) { return val; } - FMT_CONSTEXPR int map(short val) { return val; } - FMT_CONSTEXPR unsigned map(unsigned short val) { return val; } - FMT_CONSTEXPR int map(int val) { return val; } - FMT_CONSTEXPR unsigned map(unsigned val) { return val; } - FMT_CONSTEXPR long_type map(long val) { return val; } - FMT_CONSTEXPR ulong_type map(unsigned long val) { return val; } - FMT_CONSTEXPR long long map(long long val) { return val; } - FMT_CONSTEXPR unsigned long long map(unsigned long long val) { return val; } - FMT_CONSTEXPR int128_t map(int128_t val) { return val; } - FMT_CONSTEXPR uint128_t map(uint128_t val) { return val; } - FMT_CONSTEXPR bool map(bool val) { return val; } - - template ::value)> - FMT_CONSTEXPR char_type map(T val) { - static_assert( - std::is_same::value || std::is_same::value, - "mixing character types is disallowed"); + FMT_CONSTEXPR FMT_INLINE auto map(signed char val) -> int { return val; } + FMT_CONSTEXPR FMT_INLINE auto map(unsigned char val) -> unsigned { + return val; + } + FMT_CONSTEXPR FMT_INLINE auto map(short val) -> int { return val; } + FMT_CONSTEXPR FMT_INLINE auto map(unsigned short val) -> unsigned { + return val; + } + FMT_CONSTEXPR FMT_INLINE auto map(int val) -> int { return val; } + FMT_CONSTEXPR FMT_INLINE auto map(unsigned val) -> unsigned { return val; } + FMT_CONSTEXPR FMT_INLINE auto map(long val) -> long_type { return val; } + FMT_CONSTEXPR FMT_INLINE auto map(unsigned long val) -> ulong_type { + return val; + } + FMT_CONSTEXPR FMT_INLINE auto map(long long val) -> long long { return val; } + FMT_CONSTEXPR FMT_INLINE auto map(unsigned long long val) + -> unsigned long long { return val; } + FMT_CONSTEXPR FMT_INLINE auto map(int128_opt val) -> int128_opt { + return val; + } + FMT_CONSTEXPR FMT_INLINE auto map(uint128_opt val) -> uint128_opt { + return val; + } + FMT_CONSTEXPR FMT_INLINE auto map(bool val) -> bool { return val; } + + template ::value || + std::is_same::value)> + FMT_CONSTEXPR FMT_INLINE auto map(T val) -> char_type { + return val; + } + template ::value || +#ifdef __cpp_char8_t + std::is_same::value || +#endif + std::is_same::value || + std::is_same::value) && + !std::is_same::value, + int> = 0> + FMT_CONSTEXPR FMT_INLINE auto map(T) -> unformattable_char { + return {}; + } - FMT_CONSTEXPR float map(float val) { return val; } - FMT_CONSTEXPR double map(double val) { return val; } - FMT_CONSTEXPR long double map(long double val) { return val; } + FMT_CONSTEXPR FMT_INLINE auto map(float val) -> float { return val; } + FMT_CONSTEXPR FMT_INLINE auto map(double val) -> double { return val; } + FMT_CONSTEXPR FMT_INLINE auto map(long double val) -> long double { + return val; + } - FMT_CONSTEXPR const char_type* map(char_type* val) { return val; } - FMT_CONSTEXPR const char_type* map(const char_type* val) { return val; } - template ::value)> - FMT_CONSTEXPR basic_string_view map(const T& val) { - static_assert(std::is_same>::value, - "mixing character types is disallowed"); + FMT_CONSTEXPR FMT_INLINE auto map(char_type* val) -> const char_type* { + return val; + } + FMT_CONSTEXPR FMT_INLINE auto map(const char_type* val) -> const char_type* { + return val; + } + template ::value && !std::is_pointer::value && + std::is_same>::value)> + FMT_CONSTEXPR FMT_INLINE auto map(const T& val) + -> basic_string_view { return to_string_view(val); } + template ::value && !std::is_pointer::value && + !std::is_same>::value)> + FMT_CONSTEXPR FMT_INLINE auto map(const T&) -> unformattable_char { + return {}; + } template , T>::value && + std::is_convertible>::value && !is_string::value && !has_formatter::value && - !has_fallback_formatter::value)> - FMT_CONSTEXPR basic_string_view map(const T& val) { + !has_fallback_formatter::value)> + FMT_CONSTEXPR FMT_INLINE auto map(const T& val) + -> basic_string_view { return basic_string_view(val); } - template < - typename T, - FMT_ENABLE_IF( - std::is_constructible, T>::value && - !std::is_constructible, T>::value && - !is_string::value && !has_formatter::value && - !has_fallback_formatter::value)> - FMT_CONSTEXPR basic_string_view map(const T& val) { + template >::value && + !std::is_convertible>::value && + !is_string::value && !has_formatter::value && + !has_fallback_formatter::value)> + FMT_CONSTEXPR FMT_INLINE auto map(const T& val) + -> basic_string_view { return std_string_view(val); } - FMT_CONSTEXPR const char* map(const signed char* val) { - static_assert(std::is_same::value, "invalid string type"); - return reinterpret_cast(val); + + FMT_CONSTEXPR FMT_INLINE auto map(void* val) -> const void* { return val; } + FMT_CONSTEXPR FMT_INLINE auto map(const void* val) -> const void* { + return val; } - FMT_CONSTEXPR const char* map(const unsigned char* val) { - static_assert(std::is_same::value, "invalid string type"); - return reinterpret_cast(val); + FMT_CONSTEXPR FMT_INLINE auto map(std::nullptr_t val) -> const void* { + return val; } - FMT_CONSTEXPR const void* map(void* val) { return val; } - FMT_CONSTEXPR const void* map(const void* val) { return val; } - FMT_CONSTEXPR const void* map(std::nullptr_t val) { return val; } - template FMT_CONSTEXPR int map(const T*) { - // Formatting of arbitrary pointers is disallowed. If you want to output - // a pointer cast it to "void *" or "const void *". In particular, this - // forbids formatting of "[const] volatile char *" which is printed as bool - // by iostreams. - static_assert(!sizeof(T), "formatting of non-void pointers is disallowed"); - return 0; + // We use SFINAE instead of a const T* parameter to avoid conflicting with + // the C array overload. + template < + typename T, + FMT_ENABLE_IF( + std::is_pointer::value || std::is_member_pointer::value || + std::is_function::type>::value || + (std::is_convertible::value && + !std::is_convertible::value && + !has_formatter::value))> + FMT_CONSTEXPR auto map(const T&) -> unformattable_pointer { + return {}; + } + + template ::value)> + FMT_CONSTEXPR FMT_INLINE auto map(const T (&values)[N]) -> const T (&)[N] { + return values; } template ::value && - !has_formatter::value && - !has_fallback_formatter::value)> - FMT_CONSTEXPR auto map(const T& val) + FMT_ENABLE_IF( + std::is_enum::value&& std::is_convertible::value && + !has_format_as::value && !has_formatter::value && + !has_fallback_formatter::value)> + FMT_DEPRECATED FMT_CONSTEXPR FMT_INLINE auto map(const T& val) -> decltype(std::declval().map( - static_cast::type>(val))) { - return map(static_cast::type>(val)); + static_cast>(val))) { + return map(static_cast>(val)); } - template ::value && !is_char::value && - (has_formatter::value || - has_fallback_formatter::value))> - FMT_CONSTEXPR const T& map(const T& val) { - return val; + + template ::value && + !has_formatter::value)> + FMT_CONSTEXPR FMT_INLINE auto map(const T& val) + -> decltype(std::declval().map(format_as(T()))) { + return map(format_as(val)); } - template - FMT_CONSTEXPR const named_arg_base& map( - const named_arg& val) { - auto arg = make_arg(val.value); - std::memcpy(val.data, &arg, sizeof(arg)); + template > + struct formattable + : bool_constant() || + !std::is_const>::value || + has_fallback_formatter::value> {}; + +#if (FMT_MSC_VERSION != 0 && FMT_MSC_VERSION < 1910) || \ + FMT_ICC_VERSION != 0 || defined(__NVCC__) + // Workaround a bug in MSVC and Intel (Issue 2746). + template FMT_CONSTEXPR FMT_INLINE auto do_map(T&& val) -> T& { + return val; + } +#else + template ::value)> + FMT_CONSTEXPR FMT_INLINE auto do_map(T&& val) -> T& { return val; } + template ::value)> + FMT_CONSTEXPR FMT_INLINE auto do_map(T&&) -> unformattable_const { + return {}; + } +#endif - int map(...) { - constexpr bool formattable = sizeof(Context) == 0; - static_assert( - formattable, - "Cannot format argument. To make type T formattable provide a " - "formatter specialization: " - "https://fmt.dev/latest/api.html#formatting-user-defined-types"); - return 0; + template , + FMT_ENABLE_IF(!is_string::value && !is_char::value && + !std::is_array::value && + !std::is_pointer::value && + !has_format_as::value && + (has_formatter::value || + has_fallback_formatter::value))> + FMT_CONSTEXPR FMT_INLINE auto map(T&& val) + -> decltype(this->do_map(std::forward(val))) { + return do_map(std::forward(val)); + } + + template ::value)> + FMT_CONSTEXPR FMT_INLINE auto map(const T& named_arg) + -> decltype(std::declval().map(named_arg.value)) { + return map(named_arg.value); } + + auto map(...) -> unformattable { return {}; } }; // A type constant after applying arg_mapper. @@ -1028,24 +1530,43 @@ using mapped_type_constant = type_constant().map(std::declval())), typename Context::char_type>; -enum { packed_arg_bits = 5 }; +enum { packed_arg_bits = 4 }; // Maximum number of arguments with packed types. -enum { max_packed_args = 63 / packed_arg_bits }; +enum { max_packed_args = 62 / packed_arg_bits }; enum : unsigned long long { is_unpacked_bit = 1ULL << 63 }; +enum : unsigned long long { has_named_args_bit = 1ULL << 62 }; + +FMT_END_DETAIL_NAMESPACE + +// An output iterator that appends to a buffer. +// It is used to reduce symbol sizes for the common case. +class appender : public std::back_insert_iterator> { + using base = std::back_insert_iterator>; -template class arg_map; -} // namespace internal + template + friend auto get_buffer(appender out) -> detail::buffer& { + return detail::get_container(out); + } + + public: + using std::back_insert_iterator>::back_insert_iterator; + appender(base it) noexcept : base(it) {} + FMT_UNCHECKED_ITERATOR(appender); + + auto operator++() noexcept -> appender& { return *this; } + auto operator++(int) noexcept -> appender { return *this; } +}; // A formatting argument. It is a trivially copyable/constructible type to // allow storage in basic_memory_buffer. template class basic_format_arg { private: - internal::value value_; - internal::type type_; + detail::value value_; + detail::type type_; template - friend FMT_CONSTEXPR basic_format_arg internal::make_arg( - const T& value); + friend FMT_CONSTEXPR auto detail::make_arg(T&& value) + -> basic_format_arg; template friend FMT_CONSTEXPR auto visit_format_arg(Visitor&& vis, @@ -1053,14 +1574,20 @@ template class basic_format_arg { -> decltype(vis(0)); friend class basic_format_args; - friend class internal::arg_map; + friend class dynamic_format_arg_store; using char_type = typename Context::char_type; + template + friend struct detail::arg_data; + + basic_format_arg(const detail::named_arg_info* args, size_t size) + : value_(args, size) {} + public: class handle { public: - explicit handle(internal::custom_value custom) : custom_(custom) {} + explicit handle(detail::custom_value custom) : custom_(custom) {} void format(typename Context::parse_context_type& parse_ctx, Context& ctx) const { @@ -1068,19 +1595,21 @@ template class basic_format_arg { } private: - internal::custom_value custom_; + detail::custom_value custom_; }; - FMT_CONSTEXPR basic_format_arg() : type_(internal::type::none_type) {} + constexpr basic_format_arg() : type_(detail::type::none_type) {} - FMT_CONSTEXPR explicit operator bool() const FMT_NOEXCEPT { - return type_ != internal::type::none_type; + constexpr explicit operator bool() const noexcept { + return type_ != detail::type::none_type; } - internal::type type() const { return type_; } + auto type() const -> detail::type { return type_; } - bool is_integral() const { return internal::is_integral_type(type_); } - bool is_arithmetic() const { return internal::is_arithmetic_type(type_); } + auto is_integral() const -> bool { return detail::is_integral_type(type_); } + auto is_arithmetic() const -> bool { + return detail::is_arithmetic_type(type_); + } }; /** @@ -1091,120 +1620,151 @@ template class basic_format_arg { \endrst */ template -FMT_CONSTEXPR auto visit_format_arg(Visitor&& vis, - const basic_format_arg& arg) - -> decltype(vis(0)) { - using char_type = typename Context::char_type; +FMT_CONSTEXPR FMT_INLINE auto visit_format_arg( + Visitor&& vis, const basic_format_arg& arg) -> decltype(vis(0)) { switch (arg.type_) { - case internal::type::none_type: + case detail::type::none_type: break; - case internal::type::named_arg_type: - FMT_ASSERT(false, "invalid argument type"); - break; - case internal::type::int_type: + case detail::type::int_type: return vis(arg.value_.int_value); - case internal::type::uint_type: + case detail::type::uint_type: return vis(arg.value_.uint_value); - case internal::type::long_long_type: + case detail::type::long_long_type: return vis(arg.value_.long_long_value); - case internal::type::ulong_long_type: + case detail::type::ulong_long_type: return vis(arg.value_.ulong_long_value); -#if FMT_USE_INT128 - case internal::type::int128_type: - return vis(arg.value_.int128_value); - case internal::type::uint128_type: - return vis(arg.value_.uint128_value); -#else - case internal::type::int128_type: - case internal::type::uint128_type: - break; -#endif - case internal::type::bool_type: + case detail::type::int128_type: + return vis(detail::convert_for_visit(arg.value_.int128_value)); + case detail::type::uint128_type: + return vis(detail::convert_for_visit(arg.value_.uint128_value)); + case detail::type::bool_type: return vis(arg.value_.bool_value); - case internal::type::char_type: + case detail::type::char_type: return vis(arg.value_.char_value); - case internal::type::float_type: + case detail::type::float_type: return vis(arg.value_.float_value); - case internal::type::double_type: + case detail::type::double_type: return vis(arg.value_.double_value); - case internal::type::long_double_type: + case detail::type::long_double_type: return vis(arg.value_.long_double_value); - case internal::type::cstring_type: + case detail::type::cstring_type: return vis(arg.value_.string.data); - case internal::type::string_type: - return vis(basic_string_view(arg.value_.string.data, - arg.value_.string.size)); - case internal::type::pointer_type: + case detail::type::string_type: + using sv = basic_string_view; + return vis(sv(arg.value_.string.data, arg.value_.string.size)); + case detail::type::pointer_type: return vis(arg.value_.pointer); - case internal::type::custom_type: + case detail::type::custom_type: return vis(typename basic_format_arg::handle(arg.value_.custom)); } return vis(monostate()); } -namespace internal { -// A map from argument names to their values for named arguments. -template class arg_map { - private: - using char_type = typename Context::char_type; - - struct entry { - basic_string_view name; - basic_format_arg arg; - }; +FMT_BEGIN_DETAIL_NAMESPACE - entry* map_; - unsigned size_; +template +auto copy_str(InputIt begin, InputIt end, appender out) -> appender { + get_container(out).append(begin, end); + return out; +} - void push_back(value val) { - const auto& named = *val.named_arg; - map_[size_] = {named.name, named.template deserialize()}; - ++size_; - } +template +FMT_CONSTEXPR auto copy_str(R&& rng, OutputIt out) -> OutputIt { + return detail::copy_str(rng.begin(), rng.end(), out); +} - public: - arg_map(const arg_map&) = delete; - void operator=(const arg_map&) = delete; - arg_map() : map_(nullptr), size_(0) {} - void init(const basic_format_args& args); - ~arg_map() { delete[] map_; } - - basic_format_arg find(basic_string_view name) const { - // The list is unsorted, so just return the first matching name. - for (entry *it = map_, *end = map_ + size_; it != end; ++it) { - if (it->name == name) return it->arg; - } - return {}; - } -}; +#if FMT_GCC_VERSION && FMT_GCC_VERSION < 500 +// A workaround for gcc 4.8 to make void_t work in a SFINAE context. +template struct void_t_impl { using type = void; }; +template +using void_t = typename detail::void_t_impl::type; +#else +template using void_t = void; +#endif + +template +struct is_output_iterator : std::false_type {}; + +template +struct is_output_iterator< + It, T, + void_t::iterator_category, + decltype(*std::declval() = std::declval())>> + : std::true_type {}; + +template +struct is_back_insert_iterator : std::false_type {}; +template +struct is_back_insert_iterator> + : std::true_type {}; -// A type-erased reference to an std::locale to avoid heavy include. +template +struct is_contiguous_back_insert_iterator : std::false_type {}; +template +struct is_contiguous_back_insert_iterator> + : is_contiguous {}; +template <> +struct is_contiguous_back_insert_iterator : std::true_type {}; + +// A type-erased reference to an std::locale to avoid a heavy include. class locale_ref { private: const void* locale_; // A type-erased pointer to std::locale. public: - locale_ref() : locale_(nullptr) {} + constexpr locale_ref() : locale_(nullptr) {} template explicit locale_ref(const Locale& loc); - explicit operator bool() const FMT_NOEXCEPT { return locale_ != nullptr; } + explicit operator bool() const noexcept { return locale_ != nullptr; } - template Locale get() const; + template auto get() const -> Locale; }; -template constexpr unsigned long long encode_types() { return 0; } +template constexpr auto encode_types() -> unsigned long long { + return 0; +} template -constexpr unsigned long long encode_types() { +constexpr auto encode_types() -> unsigned long long { return static_cast(mapped_type_constant::value) | (encode_types() << packed_arg_bits); } template -FMT_CONSTEXPR basic_format_arg make_arg(const T& value) { +FMT_CONSTEXPR FMT_INLINE auto make_value(T&& val) -> value { + const auto& arg = arg_mapper().map(FMT_FORWARD(val)); + + constexpr bool formattable_char = + !std::is_same::value; + static_assert(formattable_char, "Mixing character types is disallowed."); + + constexpr bool formattable_const = + !std::is_same::value; + static_assert(formattable_const, "Cannot format a const argument."); + + // Formatting of arbitrary pointers is disallowed. If you want to output + // a pointer cast it to "void *" or "const void *". In particular, this + // forbids formatting of "[const] volatile char *" which is printed as bool + // by iostreams. + constexpr bool formattable_pointer = + !std::is_same::value; + static_assert(formattable_pointer, + "Formatting of non-void pointers is disallowed."); + + constexpr bool formattable = + !std::is_same::value; + static_assert( + formattable, + "Cannot format an argument. To make type T formattable provide a " + "formatter specialization: https://fmt.dev/latest/api.html#udt"); + return {arg}; +} + +template +FMT_CONSTEXPR auto make_arg(T&& value) -> basic_format_arg { basic_format_arg arg; arg.type_ = mapped_type_constant::value; - arg.value_ = arg_mapper().map(value); + arg.value_ = make_value(value); return arg; } @@ -1213,53 +1773,16 @@ FMT_CONSTEXPR basic_format_arg make_arg(const T& value) { // another (not recommended). template -inline value make_arg(const T& val) { - return arg_mapper().map(val); +FMT_CONSTEXPR FMT_INLINE auto make_arg(T&& val) -> value { + return make_value(val); } template -inline basic_format_arg make_arg(const T& value) { +FMT_CONSTEXPR inline auto make_arg(T&& value) -> basic_format_arg { return make_arg(value); } - -template struct is_reference_wrapper : std::false_type {}; - -template -struct is_reference_wrapper> : std::true_type {}; - -class dynamic_arg_list { - // Workaround for clang's -Wweak-vtables. Unlike for regular classes, for - // templates it doesn't complain about inability to deduce single translation - // unit for placing vtable. So storage_node_base is made a fake template. - template struct node { - virtual ~node() = default; - std::unique_ptr> next; - }; - - template struct typed_node : node<> { - T value; - - template - FMT_CONSTEXPR typed_node(const Arg& arg) : value(arg) {} - - template - FMT_CONSTEXPR typed_node(const basic_string_view& arg) - : value(arg.data(), arg.size()) {} - }; - - std::unique_ptr> head_; - - public: - template const T& push(const Arg& arg) { - auto node = std::unique_ptr>(new typed_node(arg)); - auto& value = node->value; - node->next = std::move(head_); - head_ = std::move(node); - return value; - } -}; -} // namespace internal +FMT_END_DETAIL_NAMESPACE // Formatting context. template class basic_format_context { @@ -1270,8 +1793,7 @@ template class basic_format_context { private: OutputIt out_; basic_format_args args_; - internal::arg_map map_; - internal::locale_ref loc_; + detail::locale_ref loc_; public: using iterator = OutputIt; @@ -1279,41 +1801,58 @@ template class basic_format_context { using parse_context_type = basic_format_parse_context; template using formatter_type = formatter; + basic_format_context(basic_format_context&&) = default; basic_format_context(const basic_format_context&) = delete; void operator=(const basic_format_context&) = delete; /** Constructs a ``basic_format_context`` object. References to the arguments are stored in the object so make sure they have appropriate lifetimes. */ - basic_format_context(OutputIt out, - basic_format_args ctx_args, - internal::locale_ref loc = internal::locale_ref()) + constexpr basic_format_context( + OutputIt out, basic_format_args ctx_args, + detail::locale_ref loc = detail::locale_ref()) : out_(out), args_(ctx_args), loc_(loc) {} - format_arg arg(int id) const { return args_.get(id); } - - // Checks if manual indexing is used and returns the argument with the - // specified name. - format_arg arg(basic_string_view name); + constexpr auto arg(int id) const -> format_arg { return args_.get(id); } + FMT_CONSTEXPR auto arg(basic_string_view name) -> format_arg { + return args_.get(name); + } + FMT_CONSTEXPR auto arg_id(basic_string_view name) -> int { + return args_.get_id(name); + } + auto args() const -> const basic_format_args& { + return args_; + } - internal::error_handler error_handler() { return {}; } + FMT_CONSTEXPR auto error_handler() -> detail::error_handler { return {}; } void on_error(const char* message) { error_handler().on_error(message); } // Returns an iterator to the beginning of the output range. - iterator out() { return out_; } + FMT_CONSTEXPR auto out() -> iterator { return out_; } // Advances the begin iterator to ``it``. - void advance_to(iterator it) { out_ = it; } + void advance_to(iterator it) { + if (!detail::is_back_insert_iterator()) out_ = it; + } - internal::locale_ref locale() { return loc_; } + FMT_CONSTEXPR auto locale() -> detail::locale_ref { return loc_; } }; template using buffer_context = - basic_format_context>, - Char>; + basic_format_context, Char>; using format_context = buffer_context; -using wformat_context = buffer_context; + +// Workaround an alias issue: https://stackoverflow.com/q/62767544/471164. +#define FMT_BUFFER_CONTEXT(Char) \ + basic_format_context, Char> + +template +using is_formattable = bool_constant< + !std::is_base_of>().map( + std::declval()))>::value && + !detail::has_fallback_formatter::value>; /** \rst @@ -1331,141 +1870,70 @@ class format_arg_store { private: static const size_t num_args = sizeof...(Args); - static const bool is_packed = num_args < internal::max_packed_args; + static const size_t num_named_args = detail::count_named_args(); + static const bool is_packed = num_args <= detail::max_packed_args; - using value_type = conditional_t, + using value_type = conditional_t, basic_format_arg>; - // If the arguments are not packed, add one more element to mark the end. - value_type data_[num_args + (num_args == 0 ? 1 : 0)]; + detail::arg_data + data_; friend class basic_format_args; - public: - static constexpr unsigned long long types = - is_packed ? internal::encode_types() - : internal::is_unpacked_bit | num_args; + static constexpr unsigned long long desc = + (is_packed ? detail::encode_types() + : detail::is_unpacked_bit | num_args) | + (num_named_args != 0 + ? static_cast(detail::has_named_args_bit) + : 0); - format_arg_store(const Args&... args) + public: + template + FMT_CONSTEXPR FMT_INLINE format_arg_store(T&&... args) : #if FMT_GCC_VERSION && FMT_GCC_VERSION < 409 basic_format_args(*this), #endif - data_{internal::make_arg< + data_{detail::make_arg< is_packed, Context, - internal::mapped_type_constant::value>(args)...} { + detail::mapped_type_constant, Context>::value>( + FMT_FORWARD(args))...} { + detail::init_named_args(data_.named_args(), 0, 0, args...); } }; /** \rst - Constructs an `~fmt::format_arg_store` object that contains references to + Constructs a `~fmt::format_arg_store` object that contains references to arguments and can be implicitly converted to `~fmt::format_args`. `Context` can be omitted in which case it defaults to `~fmt::context`. See `~fmt::arg` for lifetime considerations. \endrst */ template -inline format_arg_store make_format_args( - const Args&... args) { - return {args...}; +constexpr auto make_format_args(Args&&... args) + -> format_arg_store...> { + return {FMT_FORWARD(args)...}; } /** \rst - A dynamic version of `fmt::format_arg_store<>`. - It's equipped with a storage to potentially temporary objects which lifetime - could be shorter than the format arguments object. + Returns a named argument to be used in a formatting function. + It should only be used in a call to a formatting function or + `dynamic_format_arg_store::push_back`. + + **Example**:: - It can be implicitly converted into `~fmt::basic_format_args` for passing - into type-erased formatting functions such as `~fmt::vformat`. + fmt::print("Elapsed time: {s:.2f} seconds", fmt::arg("s", 1.23)); \endrst */ -template -class dynamic_format_arg_store -#if FMT_GCC_VERSION && FMT_GCC_VERSION < 409 - // Workaround a GCC template argument substitution bug. - : public basic_format_args -#endif -{ - private: - using char_type = typename Context::char_type; - - template struct need_copy { - static constexpr internal::type mapped_type = - internal::mapped_type_constant::value; - - enum { - value = !(internal::is_reference_wrapper::value || - std::is_same>::value || - std::is_same>::value || - (mapped_type != internal::type::cstring_type && - mapped_type != internal::type::string_type && - mapped_type != internal::type::custom_type && - mapped_type != internal::type::named_arg_type)) - }; - }; - - template - using stored_type = conditional_t::value, - std::basic_string, T>; - - // Storage of basic_format_arg must be contiguous. - std::vector> data_; - - // Storage of arguments not fitting into basic_format_arg must grow - // without relocation because items in data_ refer to it. - internal::dynamic_arg_list dynamic_args_; - - friend class basic_format_args; - - unsigned long long get_types() const { - return internal::is_unpacked_bit | data_.size(); - } - - template void emplace_arg(const T& arg) { - data_.emplace_back(internal::make_arg(arg)); - } - - public: - /** - \rst - Adds an argument into the dynamic store for later passing to a formating - function. - - Note that custom types and string types (but not string views!) are copied - into the store with dynamic memory (in addition to resizing vector). - - **Example**:: - - fmt::dynamic_format_arg_store store; - store.push_back(42); - store.push_back("abc"); - store.push_back(1.5f); - std::string result = fmt::vformat("{} and {} and {}", store); - \endrst - */ - template void push_back(const T& arg) { - static_assert( - !std::is_base_of, T>::value, - "named arguments are not supported yet"); - if (internal::const_check(need_copy::value)) - emplace_arg(dynamic_args_.push>(arg)); - else - emplace_arg(arg); - } - - /** - Adds a reference to the argument into the dynamic store for later passing to - a formating function. - */ - template void push_back(std::reference_wrapper arg) { - static_assert( - need_copy::value, - "objects of built-in types and string views are always copied"); - emplace_arg(arg.get()); - } -}; +template +inline auto arg(const Char* name, const T& arg) -> detail::named_arg { + static_assert(!detail::is_named_arg(), "nested named arguments"); + return {name, arg}; +} /** \rst @@ -1483,49 +1951,42 @@ template class basic_format_args { using format_arg = basic_format_arg; private: - // To reduce compiled code size per formatting function call, types of first - // max_packed_args arguments are passed in the types_ field. - unsigned long long types_; + // A descriptor that contains information about formatting arguments. + // If the number of arguments is less or equal to max_packed_args then + // argument types are passed in the descriptor. This reduces binary code size + // per formatting function call. + unsigned long long desc_; union { - // If the number of arguments is less than max_packed_args, the argument - // values are stored in values_, otherwise they are stored in args_. - // This is done to reduce compiled code size as storing larger objects + // If is_packed() returns true then argument values are stored in values_; + // otherwise they are stored in args_. This is done to improve cache + // locality and reduce compiled code size since storing larger objects // may require more code (at least on x86-64) even if the same amount of // data is actually copied to stack. It saves ~10% on the bloat test. - const internal::value* values_; + const detail::value* values_; const format_arg* args_; }; - bool is_packed() const { return (types_ & internal::is_unpacked_bit) == 0; } - - internal::type type(int index) const { - int shift = index * internal::packed_arg_bits; - unsigned int mask = (1 << internal::packed_arg_bits) - 1; - return static_cast((types_ >> shift) & mask); + constexpr auto is_packed() const -> bool { + return (desc_ & detail::is_unpacked_bit) == 0; + } + auto has_named_args() const -> bool { + return (desc_ & detail::has_named_args_bit) != 0; } - friend class internal::arg_map; - - void set_data(const internal::value* values) { values_ = values; } - void set_data(const format_arg* args) { args_ = args; } - - format_arg do_get(int index) const { - format_arg arg; - if (!is_packed()) { - auto num_args = max_size(); - if (index < num_args) arg = args_[index]; - return arg; - } - if (index > internal::max_packed_args) return arg; - arg.type_ = type(index); - if (arg.type_ == internal::type::none_type) return arg; - internal::value& val = arg.value_; - val = values_[index]; - return arg; + FMT_CONSTEXPR auto type(int index) const -> detail::type { + int shift = index * detail::packed_arg_bits; + unsigned int mask = (1 << detail::packed_arg_bits) - 1; + return static_cast((desc_ >> shift) & mask); } + constexpr FMT_INLINE basic_format_args(unsigned long long desc, + const detail::value* values) + : desc_(desc), values_(values) {} + constexpr basic_format_args(unsigned long long desc, const format_arg* args) + : desc_(desc), args_(args) {} + public: - basic_format_args() : types_(0) {} + constexpr basic_format_args() : desc_(0), args_(nullptr) {} /** \rst @@ -1533,10 +1994,10 @@ template class basic_format_args { \endrst */ template - basic_format_args(const format_arg_store& store) - : types_(store.types) { - set_data(store.data_); - } + constexpr FMT_INLINE basic_format_args( + const format_arg_store& store) + : basic_format_args(format_arg_store::desc, + store.data_.args()) {} /** \rst @@ -1544,253 +2005,1319 @@ template class basic_format_args { `~fmt::dynamic_format_arg_store`. \endrst */ - basic_format_args(const dynamic_format_arg_store& store) - : types_(store.get_types()) { - set_data(store.data_.data()); - } + constexpr FMT_INLINE basic_format_args( + const dynamic_format_arg_store& store) + : basic_format_args(store.get_types(), store.data()) {} /** \rst Constructs a `basic_format_args` object from a dynamic set of arguments. \endrst */ - basic_format_args(const format_arg* args, int count) - : types_(internal::is_unpacked_bit | internal::to_unsigned(count)) { - set_data(args); - } + constexpr basic_format_args(const format_arg* args, int count) + : basic_format_args(detail::is_unpacked_bit | detail::to_unsigned(count), + args) {} - /** Returns the argument at specified index. */ - format_arg get(int index) const { - format_arg arg = do_get(index); - if (arg.type_ == internal::type::named_arg_type) - arg = arg.value_.named_arg->template deserialize(); + /** Returns the argument with the specified id. */ + FMT_CONSTEXPR auto get(int id) const -> format_arg { + format_arg arg; + if (!is_packed()) { + if (id < max_size()) arg = args_[id]; + return arg; + } + if (id >= detail::max_packed_args) return arg; + arg.type_ = type(id); + if (arg.type_ == detail::type::none_type) return arg; + arg.value_ = values_[id]; return arg; } - int max_size() const { - unsigned long long max_packed = internal::max_packed_args; + template + auto get(basic_string_view name) const -> format_arg { + int id = get_id(name); + return id >= 0 ? get(id) : format_arg(); + } + + template + auto get_id(basic_string_view name) const -> int { + if (!has_named_args()) return -1; + const auto& named_args = + (is_packed() ? values_[-1] : args_[-1].value_).named_args; + for (size_t i = 0; i < named_args.size; ++i) { + if (named_args.data[i].name == name) return named_args.data[i].id; + } + return -1; + } + + auto max_size() const -> int { + unsigned long long max_packed = detail::max_packed_args; return static_cast(is_packed() ? max_packed - : types_ & ~internal::is_unpacked_bit); + : desc_ & ~detail::is_unpacked_bit); } }; -/** An alias to ``basic_format_args``. */ -// It is a separate type rather than an alias to make symbols readable. -struct format_args : basic_format_args { - template - format_args(Args&&... args) - : basic_format_args(static_cast(args)...) {} +/** An alias to ``basic_format_args``. */ +// A separate type would result in shorter symbols but break ABI compatibility +// between clang and gcc on ARM (#1919). +using format_args = basic_format_args; + +// We cannot use enum classes as bit fields because of a gcc bug, so we put them +// in namespaces instead (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61414). +// Additionally, if an underlying type is specified, older gcc incorrectly warns +// that the type is too small. Both bugs are fixed in gcc 9.3. +#if FMT_GCC_VERSION && FMT_GCC_VERSION < 903 +# define FMT_ENUM_UNDERLYING_TYPE(type) +#else +# define FMT_ENUM_UNDERLYING_TYPE(type) : type +#endif +namespace align { +enum type FMT_ENUM_UNDERLYING_TYPE(unsigned char){none, left, right, center, + numeric}; +} +using align_t = align::type; +namespace sign { +enum type FMT_ENUM_UNDERLYING_TYPE(unsigned char){none, minus, plus, space}; +} +using sign_t = sign::type; + +FMT_BEGIN_DETAIL_NAMESPACE + +// Workaround an array initialization issue in gcc 4.8. +template struct fill_t { + private: + enum { max_size = 4 }; + Char data_[max_size] = {Char(' '), Char(0), Char(0), Char(0)}; + unsigned char size_ = 1; + + public: + FMT_CONSTEXPR void operator=(basic_string_view s) { + auto size = s.size(); + if (size > max_size) return throw_format_error("invalid fill"); + for (size_t i = 0; i < size; ++i) data_[i] = s[i]; + size_ = static_cast(size); + } + + constexpr auto size() const -> size_t { return size_; } + constexpr auto data() const -> const Char* { return data_; } + + FMT_CONSTEXPR auto operator[](size_t index) -> Char& { return data_[index]; } + FMT_CONSTEXPR auto operator[](size_t index) const -> const Char& { + return data_[index]; + } }; -struct wformat_args : basic_format_args { - template - wformat_args(Args&&... args) - : basic_format_args(static_cast(args)...) {} +FMT_END_DETAIL_NAMESPACE + +enum class presentation_type : unsigned char { + none, + // Integer types should go first, + dec, // 'd' + oct, // 'o' + hex_lower, // 'x' + hex_upper, // 'X' + bin_lower, // 'b' + bin_upper, // 'B' + hexfloat_lower, // 'a' + hexfloat_upper, // 'A' + exp_lower, // 'e' + exp_upper, // 'E' + fixed_lower, // 'f' + fixed_upper, // 'F' + general_lower, // 'g' + general_upper, // 'G' + chr, // 'c' + string, // 's' + pointer, // 'p' + debug // '?' }; -template struct is_contiguous : std::false_type {}; +// Format specifiers for built-in and string types. +template struct basic_format_specs { + int width; + int precision; + presentation_type type; + align_t align : 4; + sign_t sign : 3; + bool alt : 1; // Alternate form ('#'). + bool localized : 1; + detail::fill_t fill; + + constexpr basic_format_specs() + : width(0), + precision(-1), + type(presentation_type::none), + align(align::none), + sign(sign::none), + alt(false), + localized(false) {} +}; -template -struct is_contiguous> : std::true_type {}; +using format_specs = basic_format_specs; + +FMT_BEGIN_DETAIL_NAMESPACE + +enum class arg_id_kind { none, index, name }; + +// An argument reference. +template struct arg_ref { + FMT_CONSTEXPR arg_ref() : kind(arg_id_kind::none), val() {} + + FMT_CONSTEXPR explicit arg_ref(int index) + : kind(arg_id_kind::index), val(index) {} + FMT_CONSTEXPR explicit arg_ref(basic_string_view name) + : kind(arg_id_kind::name), val(name) {} + + FMT_CONSTEXPR auto operator=(int idx) -> arg_ref& { + kind = arg_id_kind::index; + val.index = idx; + return *this; + } + arg_id_kind kind; + union value { + FMT_CONSTEXPR value(int id = 0) : index{id} {} + FMT_CONSTEXPR value(basic_string_view n) : name(n) {} + + int index; + basic_string_view name; + } val; +}; + +// Format specifiers with width and precision resolved at formatting rather +// than parsing time to allow re-using the same parsed specifiers with +// different sets of arguments (precompilation of format strings). template -struct is_contiguous> : std::true_type {}; +struct dynamic_format_specs : basic_format_specs { + arg_ref width_ref; + arg_ref precision_ref; +}; -namespace internal { +struct auto_id {}; -template -struct is_contiguous_back_insert_iterator : std::false_type {}; -template -struct is_contiguous_back_insert_iterator> - : is_contiguous {}; +// A format specifier handler that sets fields in basic_format_specs. +template class specs_setter { + protected: + basic_format_specs& specs_; + + public: + explicit FMT_CONSTEXPR specs_setter(basic_format_specs& specs) + : specs_(specs) {} -template struct named_arg_base { - basic_string_view name; + FMT_CONSTEXPR specs_setter(const specs_setter& other) + : specs_(other.specs_) {} - // Serialized value. - mutable char data[sizeof(basic_format_arg>)]; + FMT_CONSTEXPR void on_align(align_t align) { specs_.align = align; } + FMT_CONSTEXPR void on_fill(basic_string_view fill) { + specs_.fill = fill; + } + FMT_CONSTEXPR void on_sign(sign_t s) { specs_.sign = s; } + FMT_CONSTEXPR void on_hash() { specs_.alt = true; } + FMT_CONSTEXPR void on_localized() { specs_.localized = true; } - named_arg_base(basic_string_view nm) : name(nm) {} + FMT_CONSTEXPR void on_zero() { + if (specs_.align == align::none) specs_.align = align::numeric; + specs_.fill[0] = Char('0'); + } - template basic_format_arg deserialize() const { - basic_format_arg arg; - std::memcpy(&arg, data, sizeof(basic_format_arg)); - return arg; + FMT_CONSTEXPR void on_width(int width) { specs_.width = width; } + FMT_CONSTEXPR void on_precision(int precision) { + specs_.precision = precision; } + FMT_CONSTEXPR void end_precision() {} + + FMT_CONSTEXPR void on_type(presentation_type type) { specs_.type = type; } }; -struct view {}; +// Format spec handler that saves references to arguments representing dynamic +// width and precision to be resolved at formatting time. +template +class dynamic_specs_handler + : public specs_setter { + public: + using char_type = typename ParseContext::char_type; -template -struct named_arg : view, named_arg_base { - const T& value; + FMT_CONSTEXPR dynamic_specs_handler(dynamic_format_specs& specs, + ParseContext& ctx) + : specs_setter(specs), specs_(specs), context_(ctx) {} + + FMT_CONSTEXPR dynamic_specs_handler(const dynamic_specs_handler& other) + : specs_setter(other), + specs_(other.specs_), + context_(other.context_) {} + + template FMT_CONSTEXPR void on_dynamic_width(Id arg_id) { + specs_.width_ref = make_arg_ref(arg_id); + } + + template FMT_CONSTEXPR void on_dynamic_precision(Id arg_id) { + specs_.precision_ref = make_arg_ref(arg_id); + } + + FMT_CONSTEXPR void on_error(const char* message) { + context_.on_error(message); + } + + private: + dynamic_format_specs& specs_; + ParseContext& context_; + + using arg_ref_type = arg_ref; - named_arg(basic_string_view name, const T& val) - : named_arg_base(name), value(val) {} + FMT_CONSTEXPR auto make_arg_ref(int arg_id) -> arg_ref_type { + context_.check_arg_id(arg_id); + context_.check_dynamic_spec(arg_id); + return arg_ref_type(arg_id); + } + + FMT_CONSTEXPR auto make_arg_ref(auto_id) -> arg_ref_type { + int arg_id = context_.next_arg_id(); + context_.check_dynamic_spec(arg_id); + return arg_ref_type(arg_id); + } + + FMT_CONSTEXPR auto make_arg_ref(basic_string_view arg_id) + -> arg_ref_type { + context_.check_arg_id(arg_id); + basic_string_view format_str( + context_.begin(), to_unsigned(context_.end() - context_.begin())); + return arg_ref_type(arg_id); + } }; -template ::value)> -inline void check_format_string(const S&) { -#if defined(FMT_ENFORCE_COMPILE_STRING) - static_assert(is_compile_string::value, - "FMT_ENFORCE_COMPILE_STRING requires all format strings to " - "utilize FMT_STRING() or fmt()."); -#endif +template constexpr bool is_ascii_letter(Char c) { + return (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z'); } -template ::value)> -void check_format_string(S); -template struct bool_pack; -template -using all_true = - std::is_same, bool_pack>; +// Converts a character to ASCII. Returns a number > 127 on conversion failure. +template ::value)> +constexpr auto to_ascii(Char c) -> Char { + return c; +} +template ::value)> +constexpr auto to_ascii(Char c) -> underlying_t { + return c; +} -template > -inline format_arg_store, remove_reference_t...> -make_args_checked(const S& format_str, - const remove_reference_t&... args) { - static_assert( - all_true<(!std::is_base_of>::value || - !std::is_reference::value)...>::value, - "passing views as lvalues is disallowed"); - check_format_string(format_str); - return {args...}; +FMT_CONSTEXPR inline auto code_point_length_impl(char c) -> int { + return "\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\0\0\0\0\0\0\0\0\2\2\2\2\3\3\4" + [static_cast(c) >> 3]; } template -std::basic_string vformat( - basic_string_view format_str, - basic_format_args>> args); +FMT_CONSTEXPR auto code_point_length(const Char* begin) -> int { + if (const_check(sizeof(Char) != 1)) return 1; + int len = code_point_length_impl(static_cast(*begin)); + + // Compute the pointer to the next character early so that the next + // iteration can start working on the next character. Neither Clang + // nor GCC figure out this reordering on their own. + return len + !len; +} +// Return the result via the out param to workaround gcc bug 77539. +template +FMT_CONSTEXPR auto find(Ptr first, Ptr last, T value, Ptr& out) -> bool { + for (out = first; out != last; ++out) { + if (*out == value) return true; + } + return false; +} + +template <> +inline auto find(const char* first, const char* last, char value, + const char*& out) -> bool { + out = static_cast( + std::memchr(first, value, to_unsigned(last - first))); + return out != nullptr; +} + +// Parses the range [begin, end) as an unsigned integer. This function assumes +// that the range is non-empty and the first character is a digit. template -typename buffer_context::iterator vformat_to( - buffer& buf, basic_string_view format_str, - basic_format_args>> args); +FMT_CONSTEXPR auto parse_nonnegative_int(const Char*& begin, const Char* end, + int error_value) noexcept -> int { + FMT_ASSERT(begin != end && '0' <= *begin && *begin <= '9', ""); + unsigned value = 0, prev = 0; + auto p = begin; + do { + prev = value; + value = value * 10 + unsigned(*p - '0'); + ++p; + } while (p != end && '0' <= *p && *p <= '9'); + auto num_digits = p - begin; + begin = p; + if (num_digits <= std::numeric_limits::digits10) + return static_cast(value); + // Check for overflow. + const unsigned max = to_unsigned((std::numeric_limits::max)()); + return num_digits == std::numeric_limits::digits10 + 1 && + prev * 10ull + unsigned(p[-1] - '0') <= max + ? static_cast(value) + : error_value; +} -template ::value)> -inline void vprint_mojibake(std::FILE*, basic_string_view, const Args&) {} +// Parses fill and alignment. +template +FMT_CONSTEXPR auto parse_align(const Char* begin, const Char* end, + Handler&& handler) -> const Char* { + FMT_ASSERT(begin != end, ""); + auto align = align::none; + auto p = begin + code_point_length(begin); + if (end - p <= 0) p = begin; + for (;;) { + switch (to_ascii(*p)) { + case '<': + align = align::left; + break; + case '>': + align = align::right; + break; + case '^': + align = align::center; + break; + default: + break; + } + if (align != align::none) { + if (p != begin) { + auto c = *begin; + if (c == '{') + return handler.on_error("invalid fill character '{'"), begin; + handler.on_fill(basic_string_view(begin, to_unsigned(p - begin))); + begin = p + 1; + } else + ++begin; + handler.on_align(align); + break; + } else if (p == begin) { + break; + } + p = begin; + } + return begin; +} + +template FMT_CONSTEXPR bool is_name_start(Char c) { + return ('a' <= c && c <= 'z') || ('A' <= c && c <= 'Z') || '_' == c; +} + +template +FMT_CONSTEXPR auto do_parse_arg_id(const Char* begin, const Char* end, + IDHandler&& handler) -> const Char* { + FMT_ASSERT(begin != end, ""); + Char c = *begin; + if (c >= '0' && c <= '9') { + int index = 0; + if (c != '0') + index = + parse_nonnegative_int(begin, end, (std::numeric_limits::max)()); + else + ++begin; + if (begin == end || (*begin != '}' && *begin != ':')) + handler.on_error("invalid format string"); + else + handler(index); + return begin; + } + if (!is_name_start(c)) { + handler.on_error("invalid format string"); + return begin; + } + auto it = begin; + do { + ++it; + } while (it != end && (is_name_start(c = *it) || ('0' <= c && c <= '9'))); + handler(basic_string_view(begin, to_unsigned(it - begin))); + return it; +} + +template +FMT_CONSTEXPR FMT_INLINE auto parse_arg_id(const Char* begin, const Char* end, + IDHandler&& handler) -> const Char* { + Char c = *begin; + if (c != '}' && c != ':') return do_parse_arg_id(begin, end, handler); + handler(); + return begin; +} + +template +FMT_CONSTEXPR auto parse_width(const Char* begin, const Char* end, + Handler&& handler) -> const Char* { + using detail::auto_id; + struct width_adapter { + Handler& handler; + + FMT_CONSTEXPR void operator()() { handler.on_dynamic_width(auto_id()); } + FMT_CONSTEXPR void operator()(int id) { handler.on_dynamic_width(id); } + FMT_CONSTEXPR void operator()(basic_string_view id) { + handler.on_dynamic_width(id); + } + FMT_CONSTEXPR void on_error(const char* message) { + if (message) handler.on_error(message); + } + }; + + FMT_ASSERT(begin != end, ""); + if ('0' <= *begin && *begin <= '9') { + int width = parse_nonnegative_int(begin, end, -1); + if (width != -1) + handler.on_width(width); + else + handler.on_error("number is too big"); + } else if (*begin == '{') { + ++begin; + if (begin != end) begin = parse_arg_id(begin, end, width_adapter{handler}); + if (begin == end || *begin != '}') + return handler.on_error("invalid format string"), begin; + ++begin; + } + return begin; +} + +template +FMT_CONSTEXPR auto parse_precision(const Char* begin, const Char* end, + Handler&& handler) -> const Char* { + using detail::auto_id; + struct precision_adapter { + Handler& handler; + + FMT_CONSTEXPR void operator()() { handler.on_dynamic_precision(auto_id()); } + FMT_CONSTEXPR void operator()(int id) { handler.on_dynamic_precision(id); } + FMT_CONSTEXPR void operator()(basic_string_view id) { + handler.on_dynamic_precision(id); + } + FMT_CONSTEXPR void on_error(const char* message) { + if (message) handler.on_error(message); + } + }; + + ++begin; + auto c = begin != end ? *begin : Char(); + if ('0' <= c && c <= '9') { + auto precision = parse_nonnegative_int(begin, end, -1); + if (precision != -1) + handler.on_precision(precision); + else + handler.on_error("number is too big"); + } else if (c == '{') { + ++begin; + if (begin != end) + begin = parse_arg_id(begin, end, precision_adapter{handler}); + if (begin == end || *begin++ != '}') + return handler.on_error("invalid format string"), begin; + } else { + return handler.on_error("missing precision specifier"), begin; + } + handler.end_precision(); + return begin; +} + +template +FMT_CONSTEXPR auto parse_presentation_type(Char type) -> presentation_type { + switch (to_ascii(type)) { + case 'd': + return presentation_type::dec; + case 'o': + return presentation_type::oct; + case 'x': + return presentation_type::hex_lower; + case 'X': + return presentation_type::hex_upper; + case 'b': + return presentation_type::bin_lower; + case 'B': + return presentation_type::bin_upper; + case 'a': + return presentation_type::hexfloat_lower; + case 'A': + return presentation_type::hexfloat_upper; + case 'e': + return presentation_type::exp_lower; + case 'E': + return presentation_type::exp_upper; + case 'f': + return presentation_type::fixed_lower; + case 'F': + return presentation_type::fixed_upper; + case 'g': + return presentation_type::general_lower; + case 'G': + return presentation_type::general_upper; + case 'c': + return presentation_type::chr; + case 's': + return presentation_type::string; + case 'p': + return presentation_type::pointer; + case '?': + return presentation_type::debug; + default: + return presentation_type::none; + } +} + +// Parses standard format specifiers and sends notifications about parsed +// components to handler. +template +FMT_CONSTEXPR FMT_INLINE auto parse_format_specs(const Char* begin, + const Char* end, + SpecHandler&& handler) + -> const Char* { + if (1 < end - begin && begin[1] == '}' && is_ascii_letter(*begin) && + *begin != 'L') { + presentation_type type = parse_presentation_type(*begin++); + if (type == presentation_type::none) + handler.on_error("invalid type specifier"); + handler.on_type(type); + return begin; + } + + if (begin == end) return begin; + + begin = parse_align(begin, end, handler); + if (begin == end) return begin; + + // Parse sign. + switch (to_ascii(*begin)) { + case '+': + handler.on_sign(sign::plus); + ++begin; + break; + case '-': + handler.on_sign(sign::minus); + ++begin; + break; + case ' ': + handler.on_sign(sign::space); + ++begin; + break; + default: + break; + } + if (begin == end) return begin; + + if (*begin == '#') { + handler.on_hash(); + if (++begin == end) return begin; + } + + // Parse zero flag. + if (*begin == '0') { + handler.on_zero(); + if (++begin == end) return begin; + } + + begin = parse_width(begin, end, handler); + if (begin == end) return begin; + + // Parse precision. + if (*begin == '.') { + begin = parse_precision(begin, end, handler); + if (begin == end) return begin; + } + + if (*begin == 'L') { + handler.on_localized(); + ++begin; + } + + // Parse type. + if (begin != end && *begin != '}') { + presentation_type type = parse_presentation_type(*begin++); + if (type == presentation_type::none) + handler.on_error("invalid type specifier"); + handler.on_type(type); + } + return begin; +} + +template +FMT_CONSTEXPR auto parse_replacement_field(const Char* begin, const Char* end, + Handler&& handler) -> const Char* { + struct id_adapter { + Handler& handler; + int arg_id; + + FMT_CONSTEXPR void operator()() { arg_id = handler.on_arg_id(); } + FMT_CONSTEXPR void operator()(int id) { arg_id = handler.on_arg_id(id); } + FMT_CONSTEXPR void operator()(basic_string_view id) { + arg_id = handler.on_arg_id(id); + } + FMT_CONSTEXPR void on_error(const char* message) { + if (message) handler.on_error(message); + } + }; + + ++begin; + if (begin == end) return handler.on_error("invalid format string"), end; + if (*begin == '}') { + handler.on_replacement_field(handler.on_arg_id(), begin); + } else if (*begin == '{') { + handler.on_text(begin, begin + 1); + } else { + auto adapter = id_adapter{handler, 0}; + begin = parse_arg_id(begin, end, adapter); + Char c = begin != end ? *begin : Char(); + if (c == '}') { + handler.on_replacement_field(adapter.arg_id, begin); + } else if (c == ':') { + begin = handler.on_format_specs(adapter.arg_id, begin + 1, end); + if (begin == end || *begin != '}') + return handler.on_error("unknown format specifier"), end; + } else { + return handler.on_error("missing '}' in format string"), end; + } + } + return begin + 1; +} + +template +FMT_CONSTEXPR FMT_INLINE void parse_format_string( + basic_string_view format_str, Handler&& handler) { + // Workaround a name-lookup bug in MSVC's modules implementation. + using detail::find; + + auto begin = format_str.data(); + auto end = begin + format_str.size(); + if (end - begin < 32) { + // Use a simple loop instead of memchr for small strings. + const Char* p = begin; + while (p != end) { + auto c = *p++; + if (c == '{') { + handler.on_text(begin, p - 1); + begin = p = parse_replacement_field(p - 1, end, handler); + } else if (c == '}') { + if (p == end || *p != '}') + return handler.on_error("unmatched '}' in format string"); + handler.on_text(begin, p); + begin = ++p; + } + } + handler.on_text(begin, end); + return; + } + struct writer { + FMT_CONSTEXPR void operator()(const Char* from, const Char* to) { + if (from == to) return; + for (;;) { + const Char* p = nullptr; + if (!find(from, to, Char('}'), p)) + return handler_.on_text(from, to); + ++p; + if (p == to || *p != '}') + return handler_.on_error("unmatched '}' in format string"); + handler_.on_text(from, p); + from = p + 1; + } + } + Handler& handler_; + } write = {handler}; + while (begin != end) { + // Doing two passes with memchr (one for '{' and another for '}') is up to + // 2.5x faster than the naive one-pass implementation on big format strings. + const Char* p = begin; + if (*begin != '{' && !find(begin + 1, end, Char('{'), p)) + return write(begin, end); + write(begin, p); + begin = parse_replacement_field(p, end, handler); + } +} + +template ::value> struct strip_named_arg { + using type = T; +}; +template struct strip_named_arg { + using type = remove_cvref_t; +}; + +template +FMT_CONSTEXPR auto parse_format_specs(ParseContext& ctx) + -> decltype(ctx.begin()) { + using char_type = typename ParseContext::char_type; + using context = buffer_context; + using stripped_type = typename strip_named_arg::type; + using mapped_type = conditional_t< + mapped_type_constant::value != type::custom_type, + decltype(arg_mapper().map(std::declval())), + stripped_type>; + auto f = conditional_t::value, + formatter, + fallback_formatter>(); + return f.parse(ctx); +} + +template +FMT_CONSTEXPR void check_int_type_spec(presentation_type type, + ErrorHandler&& eh) { + if (type > presentation_type::bin_upper && type != presentation_type::chr) + eh.on_error("invalid type specifier"); +} + +// Checks char specs and returns true if the type spec is char (and not int). +template +FMT_CONSTEXPR auto check_char_specs(const basic_format_specs& specs, + ErrorHandler&& eh = {}) -> bool { + if (specs.type != presentation_type::none && + specs.type != presentation_type::chr && + specs.type != presentation_type::debug) { + check_int_type_spec(specs.type, eh); + return false; + } + if (specs.align == align::numeric || specs.sign != sign::none || specs.alt) + eh.on_error("invalid format specifier for char"); + return true; +} + +// A floating-point presentation format. +enum class float_format : unsigned char { + general, // General: exponent notation or fixed point based on magnitude. + exp, // Exponent notation with the default precision of 6, e.g. 1.2e-3. + fixed, // Fixed point with the default precision of 6, e.g. 0.0012. + hex +}; + +struct float_specs { + int precision; + float_format format : 8; + sign_t sign : 8; + bool upper : 1; + bool locale : 1; + bool binary32 : 1; + bool showpoint : 1; +}; + +template +FMT_CONSTEXPR auto parse_float_type_spec(const basic_format_specs& specs, + ErrorHandler&& eh = {}) + -> float_specs { + auto result = float_specs(); + result.showpoint = specs.alt; + result.locale = specs.localized; + switch (specs.type) { + case presentation_type::none: + result.format = float_format::general; + break; + case presentation_type::general_upper: + result.upper = true; + FMT_FALLTHROUGH; + case presentation_type::general_lower: + result.format = float_format::general; + break; + case presentation_type::exp_upper: + result.upper = true; + FMT_FALLTHROUGH; + case presentation_type::exp_lower: + result.format = float_format::exp; + result.showpoint |= specs.precision != 0; + break; + case presentation_type::fixed_upper: + result.upper = true; + FMT_FALLTHROUGH; + case presentation_type::fixed_lower: + result.format = float_format::fixed; + result.showpoint |= specs.precision != 0; + break; + case presentation_type::hexfloat_upper: + result.upper = true; + FMT_FALLTHROUGH; + case presentation_type::hexfloat_lower: + result.format = float_format::hex; + break; + default: + eh.on_error("invalid type specifier"); + break; + } + return result; +} + +template +FMT_CONSTEXPR auto check_cstring_type_spec(presentation_type type, + ErrorHandler&& eh = {}) -> bool { + if (type == presentation_type::none || type == presentation_type::string || + type == presentation_type::debug) + return true; + if (type != presentation_type::pointer) eh.on_error("invalid type specifier"); + return false; +} + +template +FMT_CONSTEXPR void check_string_type_spec(presentation_type type, + ErrorHandler&& eh = {}) { + if (type != presentation_type::none && type != presentation_type::string && + type != presentation_type::debug) + eh.on_error("invalid type specifier"); +} + +template +FMT_CONSTEXPR void check_pointer_type_spec(presentation_type type, + ErrorHandler&& eh) { + if (type != presentation_type::none && type != presentation_type::pointer) + eh.on_error("invalid type specifier"); +} + +// A parse_format_specs handler that checks if specifiers are consistent with +// the argument type. +template class specs_checker : public Handler { + private: + detail::type arg_type_; + + FMT_CONSTEXPR void require_numeric_argument() { + if (!is_arithmetic_type(arg_type_)) + this->on_error("format specifier requires numeric argument"); + } + + public: + FMT_CONSTEXPR specs_checker(const Handler& handler, detail::type arg_type) + : Handler(handler), arg_type_(arg_type) {} + + FMT_CONSTEXPR void on_align(align_t align) { + if (align == align::numeric) require_numeric_argument(); + Handler::on_align(align); + } + + FMT_CONSTEXPR void on_sign(sign_t s) { + require_numeric_argument(); + if (is_integral_type(arg_type_) && arg_type_ != type::int_type && + arg_type_ != type::long_long_type && arg_type_ != type::int128_type && + arg_type_ != type::char_type) { + this->on_error("format specifier requires signed argument"); + } + Handler::on_sign(s); + } + + FMT_CONSTEXPR void on_hash() { + require_numeric_argument(); + Handler::on_hash(); + } + + FMT_CONSTEXPR void on_localized() { + require_numeric_argument(); + Handler::on_localized(); + } + + FMT_CONSTEXPR void on_zero() { + require_numeric_argument(); + Handler::on_zero(); + } + + FMT_CONSTEXPR void end_precision() { + if (is_integral_type(arg_type_) || arg_type_ == type::pointer_type) + this->on_error("precision not allowed for this argument type"); + } +}; + +constexpr int invalid_arg_index = -1; + +#if FMT_USE_NONTYPE_TEMPLATE_ARGS +template +constexpr auto get_arg_index_by_name(basic_string_view name) -> int { + if constexpr (detail::is_statically_named_arg()) { + if (name == T::name) return N; + } + if constexpr (sizeof...(Args) > 0) + return get_arg_index_by_name(name); + (void)name; // Workaround an MSVC bug about "unused" parameter. + return invalid_arg_index; +} +#endif + +template +FMT_CONSTEXPR auto get_arg_index_by_name(basic_string_view name) -> int { +#if FMT_USE_NONTYPE_TEMPLATE_ARGS + if constexpr (sizeof...(Args) > 0) + return get_arg_index_by_name<0, Args...>(name); +#endif + (void)name; + return invalid_arg_index; +} + +template +class format_string_checker { + private: + // In the future basic_format_parse_context will replace compile_parse_context + // here and will use is_constant_evaluated and downcasting to access the data + // needed for compile-time checks: https://godbolt.org/z/GvWzcTjh1. + using parse_context_type = compile_parse_context; + static constexpr int num_args = sizeof...(Args); + + // Format specifier parsing function. + using parse_func = const Char* (*)(parse_context_type&); + + parse_context_type context_; + parse_func parse_funcs_[num_args > 0 ? static_cast(num_args) : 1]; + type types_[num_args > 0 ? static_cast(num_args) : 1]; + + public: + explicit FMT_CONSTEXPR format_string_checker( + basic_string_view format_str, ErrorHandler eh) + : context_(format_str, num_args, types_, eh), + parse_funcs_{&parse_format_specs...}, + types_{ + mapped_type_constant>::value...} { + } + + FMT_CONSTEXPR void on_text(const Char*, const Char*) {} + + FMT_CONSTEXPR auto on_arg_id() -> int { return context_.next_arg_id(); } + FMT_CONSTEXPR auto on_arg_id(int id) -> int { + return context_.check_arg_id(id), id; + } + FMT_CONSTEXPR auto on_arg_id(basic_string_view id) -> int { +#if FMT_USE_NONTYPE_TEMPLATE_ARGS + auto index = get_arg_index_by_name(id); + if (index == invalid_arg_index) on_error("named argument is not found"); + return context_.check_arg_id(index), index; +#else + (void)id; + on_error("compile-time checks for named arguments require C++20 support"); + return 0; +#endif + } + + FMT_CONSTEXPR void on_replacement_field(int, const Char*) {} + + FMT_CONSTEXPR auto on_format_specs(int id, const Char* begin, const Char*) + -> const Char* { + context_.advance_to(context_.begin() + (begin - &*context_.begin())); + // id >= 0 check is a workaround for gcc 10 bug (#2065). + return id >= 0 && id < num_args ? parse_funcs_[id](context_) : begin; + } + + FMT_CONSTEXPR void on_error(const char* message) { + context_.on_error(message); + } +}; + +// Reports a compile-time error if S is not a valid format string. +template ::value)> +FMT_INLINE void check_format_string(const S&) { +#ifdef FMT_ENFORCE_COMPILE_STRING + static_assert(is_compile_string::value, + "FMT_ENFORCE_COMPILE_STRING requires all format strings to use " + "FMT_STRING."); +#endif +} +template ::value)> +void check_format_string(S format_str) { + FMT_CONSTEXPR auto s = basic_string_view(format_str); + using checker = format_string_checker...>; + FMT_CONSTEXPR bool invalid_format = + (parse_format_string(s, checker(s, {})), true); + ignore_unused(invalid_format); +} + +template +void vformat_to( + buffer& buf, basic_string_view fmt, + basic_format_args)> args, + locale_ref loc = {}); FMT_API void vprint_mojibake(std::FILE*, string_view, format_args); #ifndef _WIN32 inline void vprint_mojibake(std::FILE*, string_view, format_args) {} #endif -} // namespace internal +FMT_END_DETAIL_NAMESPACE + +// A formatter specialization for the core types corresponding to detail::type +// constants. +template +struct formatter::value != + detail::type::custom_type>> { + private: + detail::dynamic_format_specs specs_; + public: + // Parses format specifiers stopping either at the end of the range or at the + // terminating '}'. + template + FMT_CONSTEXPR auto parse(ParseContext& ctx) -> decltype(ctx.begin()) { + auto begin = ctx.begin(), end = ctx.end(); + if (begin == end) return begin; + using handler_type = detail::dynamic_specs_handler; + auto type = detail::type_constant::value; + auto checker = + detail::specs_checker(handler_type(specs_, ctx), type); + auto it = detail::parse_format_specs(begin, end, checker); + auto eh = ctx.error_handler(); + switch (type) { + case detail::type::none_type: + FMT_ASSERT(false, "invalid argument type"); + break; + case detail::type::bool_type: + if (specs_.type == presentation_type::none || + specs_.type == presentation_type::string) { + break; + } + FMT_FALLTHROUGH; + case detail::type::int_type: + case detail::type::uint_type: + case detail::type::long_long_type: + case detail::type::ulong_long_type: + case detail::type::int128_type: + case detail::type::uint128_type: + detail::check_int_type_spec(specs_.type, eh); + break; + case detail::type::char_type: + detail::check_char_specs(specs_, eh); + break; + case detail::type::float_type: + if (detail::const_check(FMT_USE_FLOAT)) + detail::parse_float_type_spec(specs_, eh); + else + FMT_ASSERT(false, "float support disabled"); + break; + case detail::type::double_type: + if (detail::const_check(FMT_USE_DOUBLE)) + detail::parse_float_type_spec(specs_, eh); + else + FMT_ASSERT(false, "double support disabled"); + break; + case detail::type::long_double_type: + if (detail::const_check(FMT_USE_LONG_DOUBLE)) + detail::parse_float_type_spec(specs_, eh); + else + FMT_ASSERT(false, "long double support disabled"); + break; + case detail::type::cstring_type: + detail::check_cstring_type_spec(specs_.type, eh); + break; + case detail::type::string_type: + detail::check_string_type_spec(specs_.type, eh); + break; + case detail::type::pointer_type: + detail::check_pointer_type_spec(specs_.type, eh); + break; + case detail::type::custom_type: + // Custom format specifiers are checked in parse functions of + // formatter specializations. + break; + } + return it; + } + + template ::value, + enable_if_t<(U == detail::type::string_type || + U == detail::type::cstring_type || + U == detail::type::char_type), + int> = 0> + FMT_CONSTEXPR void set_debug_format() { + specs_.type = presentation_type::debug; + } + + template + FMT_CONSTEXPR auto format(const T& val, FormatContext& ctx) const + -> decltype(ctx.out()); +}; + +#define FMT_FORMAT_AS(Type, Base) \ + template \ + struct formatter : formatter { \ + template \ + auto format(Type const& val, FormatContext& ctx) const \ + -> decltype(ctx.out()) { \ + return formatter::format(static_cast(val), ctx); \ + } \ + } + +FMT_FORMAT_AS(signed char, int); +FMT_FORMAT_AS(unsigned char, unsigned); +FMT_FORMAT_AS(short, int); +FMT_FORMAT_AS(unsigned short, unsigned); +FMT_FORMAT_AS(long, long long); +FMT_FORMAT_AS(unsigned long, unsigned long long); +FMT_FORMAT_AS(Char*, const Char*); +FMT_FORMAT_AS(std::basic_string, basic_string_view); +FMT_FORMAT_AS(std::nullptr_t, const void*); +FMT_FORMAT_AS(detail::std_string_view, basic_string_view); + +template struct basic_runtime { basic_string_view str; }; + +/** A compile-time format string. */ +template class basic_format_string { + private: + basic_string_view str_; + + public: + template >::value)> + FMT_CONSTEVAL FMT_INLINE basic_format_string(const S& s) : str_(s) { + static_assert( + detail::count< + (std::is_base_of>::value && + std::is_reference::value)...>() == 0, + "passing views as lvalues is disallowed"); +#ifdef FMT_HAS_CONSTEVAL + if constexpr (detail::count_named_args() == + detail::count_statically_named_args()) { + using checker = detail::format_string_checker...>; + detail::parse_format_string(str_, checker(s, {})); + } +#else + detail::check_format_string(s); +#endif + } + basic_format_string(basic_runtime r) : str_(r.str) {} + + FMT_INLINE operator basic_string_view() const { return str_; } +}; + +#if FMT_GCC_VERSION && FMT_GCC_VERSION < 409 +// Workaround broken conversion on older gcc. +template using format_string = string_view; +inline auto runtime(string_view s) -> string_view { return s; } +#else +template +using format_string = basic_format_string...>; /** \rst - Returns a named argument to be used in a formatting function. It should only - be used in a call to a formatting function. + Creates a runtime format string. **Example**:: - fmt::print("Elapsed time: {s:.2f} seconds", fmt::arg("s", 1.23)); + // Check format string at runtime instead of compile-time. + fmt::print(fmt::runtime("{:d}"), "I am not a number"); \endrst */ -template > -inline internal::named_arg arg(const S& name, const T& arg) { - static_assert(internal::is_string::value, ""); - return {name, arg}; -} +inline auto runtime(string_view s) -> basic_runtime { return {{s}}; } +#endif + +FMT_API auto vformat(string_view fmt, format_args args) -> std::string; + +/** + \rst + Formats ``args`` according to specifications in ``fmt`` and returns the result + as a string. + + **Example**:: -// Disable nested named arguments, e.g. ``arg("a", arg("b", 42))``. -template -void arg(S, internal::named_arg) = delete; + #include + std::string message = fmt::format("The answer is {}.", 42); + \endrst +*/ +template +FMT_NODISCARD FMT_INLINE auto format(format_string fmt, T&&... args) + -> std::string { + return vformat(fmt, fmt::make_format_args(args...)); +} /** Formats a string and writes the output to ``out``. */ -// GCC 8 and earlier cannot handle std::back_insert_iterator with -// vformat_to(...) overload, so SFINAE on iterator type instead. -template , - FMT_ENABLE_IF( - internal::is_contiguous_back_insert_iterator::value)> -OutputIt vformat_to( - OutputIt out, const S& format_str, - basic_format_args>> args) { - using container = remove_reference_t; - internal::container_buffer buf((internal::get_container(out))); - internal::vformat_to(buf, to_string_view(format_str), args); - return out; +template ::value)> +auto vformat_to(OutputIt out, string_view fmt, format_args args) -> OutputIt { + using detail::get_buffer; + auto&& buf = get_buffer(out); + detail::vformat_to(buf, fmt, args, {}); + return detail::get_iterator(buf); } -template ::value&& internal::is_string::value)> -inline std::back_insert_iterator format_to( - std::back_insert_iterator out, const S& format_str, - Args&&... args) { - return vformat_to(out, to_string_view(format_str), - internal::make_args_checked(format_str, args...)); +/** + \rst + Formats ``args`` according to specifications in ``fmt``, writes the result to + the output iterator ``out`` and returns the iterator past the end of the output + range. `format_to` does not append a terminating null character. + + **Example**:: + + auto out = std::vector(); + fmt::format_to(std::back_inserter(out), "{}", 42); + \endrst + */ +template ::value)> +FMT_INLINE auto format_to(OutputIt out, format_string fmt, T&&... args) + -> OutputIt { + return vformat_to(out, fmt, fmt::make_format_args(args...)); } -template > -inline std::basic_string vformat( - const S& format_str, - basic_format_args>> args) { - return internal::vformat(to_string_view(format_str), args); +template struct format_to_n_result { + /** Iterator past the end of the output range. */ + OutputIt out; + /** Total (not truncated) output size. */ + size_t size; +}; + +template ::value)> +auto vformat_to_n(OutputIt out, size_t n, string_view fmt, format_args args) + -> format_to_n_result { + using traits = detail::fixed_buffer_traits; + auto buf = detail::iterator_buffer(out, n); + detail::vformat_to(buf, fmt, args, {}); + return {buf.out(), buf.count()}; } /** \rst - Formats arguments and returns the result as a string. - - **Example**:: - - #include - std::string message = fmt::format("The answer is {}", 42); + Formats ``args`` according to specifications in ``fmt``, writes up to ``n`` + characters of the result to the output iterator ``out`` and returns the total + (not truncated) output size and the iterator past the end of the output range. + `format_to_n` does not append a terminating null character. \endrst -*/ -// Pass char_t as a default template parameter instead of using -// std::basic_string> to reduce the symbol size. -template > -inline std::basic_string format(const S& format_str, Args&&... args) { - return internal::vformat( - to_string_view(format_str), - internal::make_args_checked(format_str, args...)); + */ +template ::value)> +FMT_INLINE auto format_to_n(OutputIt out, size_t n, format_string fmt, + T&&... args) -> format_to_n_result { + return vformat_to_n(out, n, fmt, fmt::make_format_args(args...)); +} + +/** Returns the number of chars in the output of ``format(fmt, args...)``. */ +template +FMT_NODISCARD FMT_INLINE auto formatted_size(format_string fmt, + T&&... args) -> size_t { + auto buf = detail::counting_buffer<>(); + detail::vformat_to(buf, string_view(fmt), fmt::make_format_args(args...), {}); + return buf.count(); } -FMT_API void vprint(string_view, format_args); -FMT_API void vprint(std::FILE*, string_view, format_args); +FMT_API void vprint(string_view fmt, format_args args); +FMT_API void vprint(std::FILE* f, string_view fmt, format_args args); /** \rst - Formats ``args`` according to specifications in ``format_str`` and writes the - output to the file ``f``. Strings are assumed to be Unicode-encoded unless the - ``FMT_UNICODE`` macro is set to 0. + Formats ``args`` according to specifications in ``fmt`` and writes the output + to ``stdout``. **Example**:: - fmt::print(stderr, "Don't {}!", "panic"); + fmt::print("Elapsed time: {0:.2f} seconds", 1.23); \endrst */ -template > -inline void print(std::FILE* f, const S& format_str, Args&&... args) { - return internal::is_unicode() - ? vprint(f, to_string_view(format_str), - internal::make_args_checked(format_str, args...)) - : internal::vprint_mojibake( - f, to_string_view(format_str), - internal::make_args_checked(format_str, args...)); +template +FMT_INLINE void print(format_string fmt, T&&... args) { + const auto& vargs = fmt::make_format_args(args...); + return detail::is_utf8() ? vprint(fmt, vargs) + : detail::vprint_mojibake(stdout, fmt, vargs); } /** \rst - Formats ``args`` according to specifications in ``format_str`` and writes - the output to ``stdout``. Strings are assumed to be Unicode-encoded unless - the ``FMT_UNICODE`` macro is set to 0. + Formats ``args`` according to specifications in ``fmt`` and writes the + output to the file ``f``. **Example**:: - fmt::print("Elapsed time: {0:.2f} seconds", 1.23); + fmt::print(stderr, "Don't {}!", "panic"); \endrst */ -template > -inline void print(const S& format_str, Args&&... args) { - return internal::is_unicode() - ? vprint(to_string_view(format_str), - internal::make_args_checked(format_str, args...)) - : internal::vprint_mojibake( - stdout, to_string_view(format_str), - internal::make_args_checked(format_str, args...)); +template +FMT_INLINE void print(std::FILE* f, format_string fmt, T&&... args) { + const auto& vargs = fmt::make_format_args(args...); + return detail::is_utf8() ? vprint(f, fmt, vargs) + : detail::vprint_mojibake(f, fmt, vargs); } + +FMT_MODULE_EXPORT_END +FMT_GCC_PRAGMA("GCC pop_options") FMT_END_NAMESPACE +#ifdef FMT_HEADER_ONLY +# include "format.h" +#endif #endif // FMT_CORE_H_ diff --git a/native/iosTest/Pods/fmt/include/fmt/format-inl.h b/native/iosTest/Pods/fmt/include/fmt/format-inl.h index f632714d8..22b1ec8df 100644 --- a/native/iosTest/Pods/fmt/include/fmt/format-inl.h +++ b/native/iosTest/Pods/fmt/include/fmt/format-inl.h @@ -8,171 +8,83 @@ #ifndef FMT_FORMAT_INL_H_ #define FMT_FORMAT_INL_H_ -#include +#include #include +#include // errno #include #include #include -#include // for std::memmove +#include // std::memmove #include +#include -#include "format.h" -#if !defined(FMT_STATIC_THOUSANDS_SEPARATOR) +#ifndef FMT_STATIC_THOUSANDS_SEPARATOR # include #endif #ifdef _WIN32 -# include -# include -#endif - -#ifdef _MSC_VER -# pragma warning(push) -# pragma warning(disable : 4702) // unreachable code +# include // _isatty #endif -// Dummy implementations of strerror_r and strerror_s called if corresponding -// system functions are not available. -inline fmt::internal::null<> strerror_r(int, char*, ...) { return {}; } -inline fmt::internal::null<> strerror_s(char*, std::size_t, ...) { return {}; } +#include "format.h" FMT_BEGIN_NAMESPACE -namespace internal { +namespace detail { FMT_FUNC void assert_fail(const char* file, int line, const char* message) { - print(stderr, "{}:{}: assertion failed: {}", file, line, message); - std::abort(); + // Use unchecked std::fprintf to avoid triggering another assertion when + // writing to stderr fails + std::fprintf(stderr, "%s:%d: assertion failed: %s", file, line, message); + // Chosen instead of std::abort to satisfy Clang in CUDA mode during device + // code pass. + std::terminate(); } -#ifndef _MSC_VER -# define FMT_SNPRINTF snprintf -#else // _MSC_VER -inline int fmt_snprintf(char* buffer, size_t size, const char* format, ...) { - va_list args; - va_start(args, format); - int result = vsnprintf_s(buffer, size, _TRUNCATE, format, args); - va_end(args); - return result; -} -# define FMT_SNPRINTF fmt_snprintf -#endif // _MSC_VER - -// A portable thread-safe version of strerror. -// Sets buffer to point to a string describing the error code. -// This can be either a pointer to a string stored in buffer, -// or a pointer to some static immutable string. -// Returns one of the following values: -// 0 - success -// ERANGE - buffer is not large enough to store the error message -// other - failure -// Buffer should be at least of size 1. -FMT_FUNC int safe_strerror(int error_code, char*& buffer, - std::size_t buffer_size) FMT_NOEXCEPT { - FMT_ASSERT(buffer != nullptr && buffer_size != 0, "invalid buffer"); - - class dispatcher { - private: - int error_code_; - char*& buffer_; - std::size_t buffer_size_; - - // A noop assignment operator to avoid bogus warnings. - void operator=(const dispatcher&) {} - - // Handle the result of XSI-compliant version of strerror_r. - int handle(int result) { - // glibc versions before 2.13 return result in errno. - return result == -1 ? errno : result; - } - - // Handle the result of GNU-specific version of strerror_r. - FMT_MAYBE_UNUSED - int handle(char* message) { - // If the buffer is full then the message is probably truncated. - if (message == buffer_ && strlen(buffer_) == buffer_size_ - 1) - return ERANGE; - buffer_ = message; - return 0; - } - - // Handle the case when strerror_r is not available. - FMT_MAYBE_UNUSED - int handle(internal::null<>) { - return fallback(strerror_s(buffer_, buffer_size_, error_code_)); - } - - // Fallback to strerror_s when strerror_r is not available. - FMT_MAYBE_UNUSED - int fallback(int result) { - // If the buffer is full then the message is probably truncated. - return result == 0 && strlen(buffer_) == buffer_size_ - 1 ? ERANGE - : result; - } - -#if !FMT_MSC_VER - // Fallback to strerror if strerror_r and strerror_s are not available. - int fallback(internal::null<>) { - errno = 0; - buffer_ = strerror(error_code_); - return errno; - } -#endif - - public: - dispatcher(int err_code, char*& buf, std::size_t buf_size) - : error_code_(err_code), buffer_(buf), buffer_size_(buf_size) {} - - int run() { return handle(strerror_r(error_code_, buffer_, buffer_size_)); } - }; - return dispatcher(error_code, buffer, buffer_size).run(); +FMT_FUNC void throw_format_error(const char* message) { + FMT_THROW(format_error(message)); } -FMT_FUNC void format_error_code(internal::buffer& out, int error_code, - string_view message) FMT_NOEXCEPT { +FMT_FUNC void format_error_code(detail::buffer& out, int error_code, + string_view message) noexcept { // Report error code making sure that the output fits into // inline_buffer_size to avoid dynamic memory allocation and potential // bad_alloc. - out.resize(0); + out.try_resize(0); static const char SEP[] = ": "; static const char ERROR_STR[] = "error "; // Subtract 2 to account for terminating null characters in SEP and ERROR_STR. - std::size_t error_code_size = sizeof(SEP) + sizeof(ERROR_STR) - 2; + size_t error_code_size = sizeof(SEP) + sizeof(ERROR_STR) - 2; auto abs_value = static_cast>(error_code); - if (internal::is_negative(error_code)) { + if (detail::is_negative(error_code)) { abs_value = 0 - abs_value; ++error_code_size; } - error_code_size += internal::to_unsigned(internal::count_digits(abs_value)); - internal::writer w(out); - if (message.size() <= inline_buffer_size - error_code_size) { - w.write(message); - w.write(SEP); - } - w.write(ERROR_STR); - w.write(error_code); - assert(out.size() <= inline_buffer_size); + error_code_size += detail::to_unsigned(detail::count_digits(abs_value)); + auto it = buffer_appender(out); + if (message.size() <= inline_buffer_size - error_code_size) + format_to(it, FMT_STRING("{}{}"), message, SEP); + format_to(it, FMT_STRING("{}{}"), ERROR_STR, error_code); + FMT_ASSERT(out.size() <= inline_buffer_size, ""); } FMT_FUNC void report_error(format_func func, int error_code, - string_view message) FMT_NOEXCEPT { + const char* message) noexcept { memory_buffer full_message; func(full_message, error_code, message); // Don't use fwrite_fully because the latter may throw. - (void)std::fwrite(full_message.data(), full_message.size(), 1, stderr); - std::fputc('\n', stderr); + if (std::fwrite(full_message.data(), full_message.size(), 1, stderr) > 0) + std::fputc('\n', stderr); } // A wrapper around fwrite that throws on error. -FMT_FUNC void fwrite_fully(const void* ptr, size_t size, size_t count, - FILE* stream) { +inline void fwrite_fully(const void* ptr, size_t size, size_t count, + FILE* stream) { size_t written = std::fwrite(ptr, size, count, stream); - if (written < count) FMT_THROW(system_error(errno, "cannot write to file")); + if (written < count) + FMT_THROW(system_error(errno, FMT_STRING("cannot write to file"))); } -} // namespace internal - -#if !defined(FMT_STATIC_THOUSANDS_SEPARATOR) -namespace internal { +#ifndef FMT_STATIC_THOUSANDS_SEPARATOR template locale_ref::locale_ref(const Locale& loc) : locale_(&loc) { static_assert(std::is_same::value, ""); @@ -183,1123 +95,1348 @@ template Locale locale_ref::get() const { return locale_ ? *static_cast(locale_) : std::locale(); } -template FMT_FUNC std::string grouping_impl(locale_ref loc) { - return std::use_facet>(loc.get()).grouping(); -} -template FMT_FUNC Char thousands_sep_impl(locale_ref loc) { - return std::use_facet>(loc.get()) - .thousands_sep(); +template +FMT_FUNC auto thousands_sep_impl(locale_ref loc) -> thousands_sep_result { + auto& facet = std::use_facet>(loc.get()); + auto grouping = facet.grouping(); + auto thousands_sep = grouping.empty() ? Char() : facet.thousands_sep(); + return {std::move(grouping), thousands_sep}; } template FMT_FUNC Char decimal_point_impl(locale_ref loc) { return std::use_facet>(loc.get()) .decimal_point(); } -} // namespace internal #else template -FMT_FUNC std::string internal::grouping_impl(locale_ref) { - return "\03"; -} -template -FMT_FUNC Char internal::thousands_sep_impl(locale_ref) { - return FMT_STATIC_THOUSANDS_SEPARATOR; +FMT_FUNC auto thousands_sep_impl(locale_ref) -> thousands_sep_result { + return {"\03", FMT_STATIC_THOUSANDS_SEPARATOR}; } -template -FMT_FUNC Char internal::decimal_point_impl(locale_ref) { +template FMT_FUNC Char decimal_point_impl(locale_ref) { return '.'; } #endif +} // namespace detail -FMT_API FMT_FUNC format_error::~format_error() FMT_NOEXCEPT = default; -FMT_API FMT_FUNC system_error::~system_error() FMT_NOEXCEPT = default; +#if !FMT_MSC_VERSION +FMT_API FMT_FUNC format_error::~format_error() noexcept = default; +#endif -FMT_FUNC void system_error::init(int err_code, string_view format_str, - format_args args) { - error_code_ = err_code; - memory_buffer buffer; - format_system_error(buffer, err_code, vformat(format_str, args)); - std::runtime_error& base = *this; - base = std::runtime_error(to_string(buffer)); +FMT_FUNC std::system_error vsystem_error(int error_code, string_view format_str, + format_args args) { + auto ec = std::error_code(error_code, std::generic_category()); + return std::system_error(ec, vformat(format_str, args)); } -namespace internal { +namespace detail { -template <> FMT_FUNC int count_digits<4>(internal::fallback_uintptr n) { - // fallback_uintptr is always stored in little endian. - int i = static_cast(sizeof(void*)) - 1; - while (i > 0 && n.value[i] == 0) --i; - auto char_digits = std::numeric_limits::digits / 4; - return i >= 0 ? i * char_digits + count_digits<4, unsigned>(n.value[i]) : 1; +template inline bool operator==(basic_fp x, basic_fp y) { + return x.f == y.f && x.e == y.e; } -template -const char basic_data::digits[] = - "0001020304050607080910111213141516171819" - "2021222324252627282930313233343536373839" - "4041424344454647484950515253545556575859" - "6061626364656667686970717273747576777879" - "8081828384858687888990919293949596979899"; - -template -const char basic_data::hex_digits[] = "0123456789abcdef"; - -#define FMT_POWERS_OF_10(factor) \ - factor * 10, (factor)*100, (factor)*1000, (factor)*10000, (factor)*100000, \ - (factor)*1000000, (factor)*10000000, (factor)*100000000, \ - (factor)*1000000000 - -template -const uint64_t basic_data::powers_of_10_64[] = { - 1, FMT_POWERS_OF_10(1), FMT_POWERS_OF_10(1000000000ULL), - 10000000000000000000ULL}; - -template -const uint32_t basic_data::zero_or_powers_of_10_32[] = {0, - FMT_POWERS_OF_10(1)}; - -template -const uint64_t basic_data::zero_or_powers_of_10_64[] = { - 0, FMT_POWERS_OF_10(1), FMT_POWERS_OF_10(1000000000ULL), - 10000000000000000000ULL}; - -// Normalized 64-bit significands of pow(10, k), for k = -348, -340, ..., 340. -// These are generated by support/compute-powers.py. -template -const uint64_t basic_data::pow10_significands[] = { - 0xfa8fd5a0081c0288, 0xbaaee17fa23ebf76, 0x8b16fb203055ac76, - 0xcf42894a5dce35ea, 0x9a6bb0aa55653b2d, 0xe61acf033d1a45df, - 0xab70fe17c79ac6ca, 0xff77b1fcbebcdc4f, 0xbe5691ef416bd60c, - 0x8dd01fad907ffc3c, 0xd3515c2831559a83, 0x9d71ac8fada6c9b5, - 0xea9c227723ee8bcb, 0xaecc49914078536d, 0x823c12795db6ce57, - 0xc21094364dfb5637, 0x9096ea6f3848984f, 0xd77485cb25823ac7, - 0xa086cfcd97bf97f4, 0xef340a98172aace5, 0xb23867fb2a35b28e, - 0x84c8d4dfd2c63f3b, 0xc5dd44271ad3cdba, 0x936b9fcebb25c996, - 0xdbac6c247d62a584, 0xa3ab66580d5fdaf6, 0xf3e2f893dec3f126, - 0xb5b5ada8aaff80b8, 0x87625f056c7c4a8b, 0xc9bcff6034c13053, - 0x964e858c91ba2655, 0xdff9772470297ebd, 0xa6dfbd9fb8e5b88f, - 0xf8a95fcf88747d94, 0xb94470938fa89bcf, 0x8a08f0f8bf0f156b, - 0xcdb02555653131b6, 0x993fe2c6d07b7fac, 0xe45c10c42a2b3b06, - 0xaa242499697392d3, 0xfd87b5f28300ca0e, 0xbce5086492111aeb, - 0x8cbccc096f5088cc, 0xd1b71758e219652c, 0x9c40000000000000, - 0xe8d4a51000000000, 0xad78ebc5ac620000, 0x813f3978f8940984, - 0xc097ce7bc90715b3, 0x8f7e32ce7bea5c70, 0xd5d238a4abe98068, - 0x9f4f2726179a2245, 0xed63a231d4c4fb27, 0xb0de65388cc8ada8, - 0x83c7088e1aab65db, 0xc45d1df942711d9a, 0x924d692ca61be758, - 0xda01ee641a708dea, 0xa26da3999aef774a, 0xf209787bb47d6b85, - 0xb454e4a179dd1877, 0x865b86925b9bc5c2, 0xc83553c5c8965d3d, - 0x952ab45cfa97a0b3, 0xde469fbd99a05fe3, 0xa59bc234db398c25, - 0xf6c69a72a3989f5c, 0xb7dcbf5354e9bece, 0x88fcf317f22241e2, - 0xcc20ce9bd35c78a5, 0x98165af37b2153df, 0xe2a0b5dc971f303a, - 0xa8d9d1535ce3b396, 0xfb9b7cd9a4a7443c, 0xbb764c4ca7a44410, - 0x8bab8eefb6409c1a, 0xd01fef10a657842c, 0x9b10a4e5e9913129, - 0xe7109bfba19c0c9d, 0xac2820d9623bf429, 0x80444b5e7aa7cf85, - 0xbf21e44003acdd2d, 0x8e679c2f5e44ff8f, 0xd433179d9c8cb841, - 0x9e19db92b4e31ba9, 0xeb96bf6ebadf77d9, 0xaf87023b9bf0ee6b, -}; - -// Binary exponents of pow(10, k), for k = -348, -340, ..., 340, corresponding -// to significands above. -template -const int16_t basic_data::pow10_exponents[] = { - -1220, -1193, -1166, -1140, -1113, -1087, -1060, -1034, -1007, -980, -954, - -927, -901, -874, -847, -821, -794, -768, -741, -715, -688, -661, - -635, -608, -582, -555, -529, -502, -475, -449, -422, -396, -369, - -343, -316, -289, -263, -236, -210, -183, -157, -130, -103, -77, - -50, -24, 3, 30, 56, 83, 109, 136, 162, 189, 216, - 242, 269, 295, 322, 348, 375, 402, 428, 455, 481, 508, - 534, 561, 588, 614, 641, 667, 694, 720, 747, 774, 800, - 827, 853, 880, 907, 933, 960, 986, 1013, 1039, 1066}; - -template -const char basic_data::foreground_color[] = "\x1b[38;2;"; -template -const char basic_data::background_color[] = "\x1b[48;2;"; -template const char basic_data::reset_color[] = "\x1b[0m"; -template const wchar_t basic_data::wreset_color[] = L"\x1b[0m"; -template const char basic_data::signs[] = {0, '-', '+', ' '}; - -template struct bits { - static FMT_CONSTEXPR_DECL const int value = - static_cast(sizeof(T) * std::numeric_limits::digits); -}; - -class fp; -template fp normalize(fp value); - -// Lower (upper) boundary is a value half way between a floating-point value -// and its predecessor (successor). Boundaries have the same exponent as the -// value so only significands are stored. -struct boundaries { - uint64_t lower; - uint64_t upper; -}; +// Compilers should be able to optimize this into the ror instruction. +FMT_CONSTEXPR inline uint32_t rotr(uint32_t n, uint32_t r) noexcept { + r &= 31; + return (n >> r) | (n << (32 - r)); +} +FMT_CONSTEXPR inline uint64_t rotr(uint64_t n, uint32_t r) noexcept { + r &= 63; + return (n >> r) | (n << (64 - r)); +} -// A handmade floating-point number f * pow(2, e). -class fp { - private: - using significand_type = uint64_t; - - public: - significand_type f; - int e; - - // All sizes are in bits. - // Subtract 1 to account for an implicit most significant bit in the - // normalized form. - static FMT_CONSTEXPR_DECL const int double_significand_size = - std::numeric_limits::digits - 1; - static FMT_CONSTEXPR_DECL const uint64_t implicit_bit = - 1ULL << double_significand_size; - static FMT_CONSTEXPR_DECL const int significand_size = - bits::value; - - fp() : f(0), e(0) {} - fp(uint64_t f_val, int e_val) : f(f_val), e(e_val) {} - - // Constructs fp from an IEEE754 double. It is a template to prevent compile - // errors on platforms where double is not IEEE754. - template explicit fp(Double d) { assign(d); } - - // Assigns d to this and return true iff predecessor is closer than successor. - template - bool assign(Double d) { - // Assume double is in the format [sign][exponent][significand]. - using limits = std::numeric_limits; - const int exponent_size = - bits::value - double_significand_size - 1; // -1 for sign - const uint64_t significand_mask = implicit_bit - 1; - const uint64_t exponent_mask = (~0ULL >> 1) & ~significand_mask; - const int exponent_bias = (1 << exponent_size) - limits::max_exponent - 1; - auto u = bit_cast(d); - f = u & significand_mask; - int biased_e = - static_cast((u & exponent_mask) >> double_significand_size); - // Predecessor is closer if d is a normalized power of 2 (f == 0) other than - // the smallest normalized number (biased_e > 1). - bool is_predecessor_closer = f == 0 && biased_e > 1; - if (biased_e != 0) - f += implicit_bit; - else - biased_e = 1; // Subnormals use biased exponent 1 (min exponent). - e = biased_e - exponent_bias - double_significand_size; - return is_predecessor_closer; - } +// Computes 128-bit result of multiplication of two 64-bit unsigned integers. +inline uint128_fallback umul128(uint64_t x, uint64_t y) noexcept { +#if FMT_USE_INT128 + auto p = static_cast(x) * static_cast(y); + return {static_cast(p >> 64), static_cast(p)}; +#elif defined(_MSC_VER) && defined(_M_X64) + auto result = uint128_fallback(); + result.lo_ = _umul128(x, y, &result.hi_); + return result; +#else + const uint64_t mask = static_cast(max_value()); - template - bool assign(Double) { - *this = fp(); - return false; - } + uint64_t a = x >> 32; + uint64_t b = x & mask; + uint64_t c = y >> 32; + uint64_t d = y & mask; - // Assigns d to this together with computing lower and upper boundaries, - // where a boundary is a value half way between the number and its predecessor - // (lower) or successor (upper). The upper boundary is normalized and lower - // has the same exponent but may be not normalized. - template boundaries assign_with_boundaries(Double d) { - bool is_lower_closer = assign(d); - fp lower = - is_lower_closer ? fp((f << 2) - 1, e - 2) : fp((f << 1) - 1, e - 1); - // 1 in normalize accounts for the exponent shift above. - fp upper = normalize<1>(fp((f << 1) + 1, e - 1)); - lower.f <<= lower.e - upper.e; - return boundaries{lower.f, upper.f}; - } + uint64_t ac = a * c; + uint64_t bc = b * c; + uint64_t ad = a * d; + uint64_t bd = b * d; - template boundaries assign_float_with_boundaries(Double d) { - assign(d); - constexpr int min_normal_e = std::numeric_limits::min_exponent - - std::numeric_limits::digits; - significand_type half_ulp = 1 << (std::numeric_limits::digits - - std::numeric_limits::digits - 1); - if (min_normal_e > e) half_ulp <<= min_normal_e - e; - fp upper = normalize<0>(fp(f + half_ulp, e)); - fp lower = fp( - f - (half_ulp >> ((f == implicit_bit && e > min_normal_e) ? 1 : 0)), e); - lower.f <<= lower.e - upper.e; - return boundaries{lower.f, upper.f}; - } -}; + uint64_t intermediate = (bd >> 32) + (ad & mask) + (bc & mask); -// Normalizes the value converted from double and multiplied by (1 << SHIFT). -template fp normalize(fp value) { - // Handle subnormals. - const auto shifted_implicit_bit = fp::implicit_bit << SHIFT; - while ((value.f & shifted_implicit_bit) == 0) { - value.f <<= 1; - --value.e; - } - // Subtract 1 to account for hidden bit. - const auto offset = - fp::significand_size - fp::double_significand_size - SHIFT - 1; - value.f <<= offset; - value.e -= offset; - return value; + return {ac + (intermediate >> 32) + (ad >> 32) + (bc >> 32), + (intermediate << 32) + (bd & mask)}; +#endif } -inline bool operator==(fp x, fp y) { return x.f == y.f && x.e == y.e; } - -// Computes lhs * rhs / pow(2, 64) rounded to nearest with half-up tie breaking. -inline uint64_t multiply(uint64_t lhs, uint64_t rhs) { +// Implementation of Dragonbox algorithm: https://github.com/jk-jeon/dragonbox. +namespace dragonbox { +// Computes upper 64 bits of multiplication of two 64-bit unsigned integers. +inline uint64_t umul128_upper64(uint64_t x, uint64_t y) noexcept { #if FMT_USE_INT128 - auto product = static_cast<__uint128_t>(lhs) * rhs; - auto f = static_cast(product >> 64); - return (static_cast(product) & (1ULL << 63)) != 0 ? f + 1 : f; + auto p = static_cast(x) * static_cast(y); + return static_cast(p >> 64); +#elif defined(_MSC_VER) && defined(_M_X64) + return __umulh(x, y); #else - // Multiply 32-bit parts of significands. - uint64_t mask = (1ULL << 32) - 1; - uint64_t a = lhs >> 32, b = lhs & mask; - uint64_t c = rhs >> 32, d = rhs & mask; - uint64_t ac = a * c, bc = b * c, ad = a * d, bd = b * d; - // Compute mid 64-bit of result and round. - uint64_t mid = (bd >> 32) + (ad & mask) + (bc & mask) + (1U << 31); - return ac + (ad >> 32) + (bc >> 32) + (mid >> 32); + return umul128(x, y).high(); #endif } -inline fp operator*(fp x, fp y) { return {multiply(x.f, y.f), x.e + y.e + 64}; } - -// Returns a cached power of 10 `c_k = c_k.f * pow(2, c_k.e)` such that its -// (binary) exponent satisfies `min_exponent <= c_k.e <= min_exponent + 28`. -inline fp get_cached_power(int min_exponent, int& pow10_exponent) { - const int64_t one_over_log2_10 = 0x4d104d42; // round(pow(2, 32) / log2(10)) - int index = static_cast( - ((min_exponent + fp::significand_size - 1) * one_over_log2_10 + - ((int64_t(1) << 32) - 1)) // ceil - >> 32 // arithmetic shift - ); - // Decimal exponent of the first (smallest) cached power of 10. - const int first_dec_exp = -348; - // Difference between 2 consecutive decimal exponents in cached powers of 10. - const int dec_exp_step = 8; - index = (index - first_dec_exp - 1) / dec_exp_step + 1; - pow10_exponent = first_dec_exp + index * dec_exp_step; - return {data::pow10_significands[index], data::pow10_exponents[index]}; +// Computes upper 128 bits of multiplication of a 64-bit unsigned integer and a +// 128-bit unsigned integer. +inline uint128_fallback umul192_upper128(uint64_t x, + uint128_fallback y) noexcept { + uint128_fallback r = umul128(x, y.high()); + r += umul128_upper64(x, y.low()); + return r; } -// A simple accumulator to hold the sums of terms in bigint::square if uint128_t -// is not available. -struct accumulator { - uint64_t lower; - uint64_t upper; +// Computes upper 64 bits of multiplication of a 32-bit unsigned integer and a +// 64-bit unsigned integer. +inline uint64_t umul96_upper64(uint32_t x, uint64_t y) noexcept { + return umul128_upper64(static_cast(x) << 32, y); +} - accumulator() : lower(0), upper(0) {} - explicit operator uint32_t() const { return static_cast(lower); } +// Computes lower 128 bits of multiplication of a 64-bit unsigned integer and a +// 128-bit unsigned integer. +inline uint128_fallback umul192_lower128(uint64_t x, + uint128_fallback y) noexcept { + uint64_t high = x * y.high(); + uint128_fallback high_low = umul128(x, y.low()); + return {high + high_low.high(), high_low.low()}; +} - void operator+=(uint64_t n) { - lower += n; - if (lower < n) ++upper; - } - void operator>>=(int shift) { - assert(shift == 32); - (void)shift; - lower = (upper << 32) | (lower >> 32); - upper >>= 32; - } -}; +// Computes lower 64 bits of multiplication of a 32-bit unsigned integer and a +// 64-bit unsigned integer. +inline uint64_t umul96_lower64(uint32_t x, uint64_t y) noexcept { + return x * y; +} -class bigint { - private: - // A bigint is stored as an array of bigits (big digits), with bigit at index - // 0 being the least significant one. - using bigit = uint32_t; - using double_bigit = uint64_t; - enum { bigits_capacity = 32 }; - basic_memory_buffer bigits_; - int exp_; +// Computes floor(log10(pow(2, e))) for e in [-2620, 2620] using the method from +// https://fmt.dev/papers/Dragonbox.pdf#page=28, section 6.1. +inline int floor_log10_pow2(int e) noexcept { + FMT_ASSERT(e <= 2620 && e >= -2620, "too large exponent"); + static_assert((-1 >> 1) == -1, "right shift is not arithmetic"); + return (e * 315653) >> 20; +} - bigit operator[](int index) const { return bigits_[to_unsigned(index)]; } - bigit& operator[](int index) { return bigits_[to_unsigned(index)]; } +// Various fast log computations. +inline int floor_log2_pow10(int e) noexcept { + FMT_ASSERT(e <= 1233 && e >= -1233, "too large exponent"); + return (e * 1741647) >> 19; +} +inline int floor_log10_pow2_minus_log10_4_over_3(int e) noexcept { + FMT_ASSERT(e <= 2936 && e >= -2985, "too large exponent"); + return (e * 631305 - 261663) >> 21; +} - static FMT_CONSTEXPR_DECL const int bigit_bits = bits::value; +static constexpr struct { + uint32_t divisor; + int shift_amount; +} div_small_pow10_infos[] = {{10, 16}, {100, 16}}; + +// Replaces n by floor(n / pow(10, N)) returning true if and only if n is +// divisible by pow(10, N). +// Precondition: n <= pow(10, N + 1). +template +bool check_divisibility_and_divide_by_pow10(uint32_t& n) noexcept { + // The numbers below are chosen such that: + // 1. floor(n/d) = floor(nm / 2^k) where d=10 or d=100, + // 2. nm mod 2^k < m if and only if n is divisible by d, + // where m is magic_number, k is shift_amount + // and d is divisor. + // + // Item 1 is a common technique of replacing division by a constant with + // multiplication, see e.g. "Division by Invariant Integers Using + // Multiplication" by Granlund and Montgomery (1994). magic_number (m) is set + // to ceil(2^k/d) for large enough k. + // The idea for item 2 originates from Schubfach. + constexpr auto info = div_small_pow10_infos[N - 1]; + FMT_ASSERT(n <= info.divisor * 10, "n is too large"); + constexpr uint32_t magic_number = + (1u << info.shift_amount) / info.divisor + 1; + n *= magic_number; + const uint32_t comparison_mask = (1u << info.shift_amount) - 1; + bool result = (n & comparison_mask) < magic_number; + n >>= info.shift_amount; + return result; +} - friend struct formatter; +// Computes floor(n / pow(10, N)) for small n and N. +// Precondition: n <= pow(10, N + 1). +template uint32_t small_division_by_pow10(uint32_t n) noexcept { + constexpr auto info = div_small_pow10_infos[N - 1]; + FMT_ASSERT(n <= info.divisor * 10, "n is too large"); + constexpr uint32_t magic_number = + (1u << info.shift_amount) / info.divisor + 1; + return (n * magic_number) >> info.shift_amount; +} - void subtract_bigits(int index, bigit other, bigit& borrow) { - auto result = static_cast((*this)[index]) - other - borrow; - (*this)[index] = static_cast(result); - borrow = static_cast(result >> (bigit_bits * 2 - 1)); - } +// Computes floor(n / 10^(kappa + 1)) (float) +inline uint32_t divide_by_10_to_kappa_plus_1(uint32_t n) noexcept { + // 1374389535 = ceil(2^37/100) + return static_cast((static_cast(n) * 1374389535) >> 37); +} +// Computes floor(n / 10^(kappa + 1)) (double) +inline uint64_t divide_by_10_to_kappa_plus_1(uint64_t n) noexcept { + // 2361183241434822607 = ceil(2^(64+7)/1000) + return umul128_upper64(n, 2361183241434822607ull) >> 7; +} - void remove_leading_zeros() { - int num_bigits = static_cast(bigits_.size()) - 1; - while (num_bigits > 0 && (*this)[num_bigits] == 0) --num_bigits; - bigits_.resize(to_unsigned(num_bigits + 1)); +// Various subroutines using pow10 cache +template struct cache_accessor; + +template <> struct cache_accessor { + using carrier_uint = float_info::carrier_uint; + using cache_entry_type = uint64_t; + + static uint64_t get_cached_power(int k) noexcept { + FMT_ASSERT(k >= float_info::min_k && k <= float_info::max_k, + "k is out of range"); + static constexpr const uint64_t pow10_significands[] = { + 0x81ceb32c4b43fcf5, 0xa2425ff75e14fc32, 0xcad2f7f5359a3b3f, + 0xfd87b5f28300ca0e, 0x9e74d1b791e07e49, 0xc612062576589ddb, + 0xf79687aed3eec552, 0x9abe14cd44753b53, 0xc16d9a0095928a28, + 0xf1c90080baf72cb2, 0x971da05074da7bef, 0xbce5086492111aeb, + 0xec1e4a7db69561a6, 0x9392ee8e921d5d08, 0xb877aa3236a4b44a, + 0xe69594bec44de15c, 0x901d7cf73ab0acda, 0xb424dc35095cd810, + 0xe12e13424bb40e14, 0x8cbccc096f5088cc, 0xafebff0bcb24aaff, + 0xdbe6fecebdedd5bf, 0x89705f4136b4a598, 0xabcc77118461cefd, + 0xd6bf94d5e57a42bd, 0x8637bd05af6c69b6, 0xa7c5ac471b478424, + 0xd1b71758e219652c, 0x83126e978d4fdf3c, 0xa3d70a3d70a3d70b, + 0xcccccccccccccccd, 0x8000000000000000, 0xa000000000000000, + 0xc800000000000000, 0xfa00000000000000, 0x9c40000000000000, + 0xc350000000000000, 0xf424000000000000, 0x9896800000000000, + 0xbebc200000000000, 0xee6b280000000000, 0x9502f90000000000, + 0xba43b74000000000, 0xe8d4a51000000000, 0x9184e72a00000000, + 0xb5e620f480000000, 0xe35fa931a0000000, 0x8e1bc9bf04000000, + 0xb1a2bc2ec5000000, 0xde0b6b3a76400000, 0x8ac7230489e80000, + 0xad78ebc5ac620000, 0xd8d726b7177a8000, 0x878678326eac9000, + 0xa968163f0a57b400, 0xd3c21bcecceda100, 0x84595161401484a0, + 0xa56fa5b99019a5c8, 0xcecb8f27f4200f3a, 0x813f3978f8940985, + 0xa18f07d736b90be6, 0xc9f2c9cd04674edf, 0xfc6f7c4045812297, + 0x9dc5ada82b70b59e, 0xc5371912364ce306, 0xf684df56c3e01bc7, + 0x9a130b963a6c115d, 0xc097ce7bc90715b4, 0xf0bdc21abb48db21, + 0x96769950b50d88f5, 0xbc143fa4e250eb32, 0xeb194f8e1ae525fe, + 0x92efd1b8d0cf37bf, 0xb7abc627050305ae, 0xe596b7b0c643c71a, + 0x8f7e32ce7bea5c70, 0xb35dbf821ae4f38c, 0xe0352f62a19e306f}; + return pow10_significands[k - float_info::min_k]; } - // Computes *this -= other assuming aligned bigints and *this >= other. - void subtract_aligned(const bigint& other) { - FMT_ASSERT(other.exp_ >= exp_, "unaligned bigints"); - FMT_ASSERT(compare(*this, other) >= 0, ""); - bigit borrow = 0; - int i = other.exp_ - exp_; - for (size_t j = 0, n = other.bigits_.size(); j != n; ++i, ++j) { - subtract_bigits(i, other.bigits_[j], borrow); - } - while (borrow > 0) subtract_bigits(i, 0, borrow); - remove_leading_zeros(); - } + struct compute_mul_result { + carrier_uint result; + bool is_integer; + }; + struct compute_mul_parity_result { + bool parity; + bool is_integer; + }; - void multiply(uint32_t value) { - const double_bigit wide_value = value; - bigit carry = 0; - for (size_t i = 0, n = bigits_.size(); i < n; ++i) { - double_bigit result = bigits_[i] * wide_value + carry; - bigits_[i] = static_cast(result); - carry = static_cast(result >> bigit_bits); - } - if (carry != 0) bigits_.push_back(carry); + static compute_mul_result compute_mul( + carrier_uint u, const cache_entry_type& cache) noexcept { + auto r = umul96_upper64(u, cache); + return {static_cast(r >> 32), + static_cast(r) == 0}; } - void multiply(uint64_t value) { - const bigit mask = ~bigit(0); - const double_bigit lower = value & mask; - const double_bigit upper = value >> bigit_bits; - double_bigit carry = 0; - for (size_t i = 0, n = bigits_.size(); i < n; ++i) { - double_bigit result = bigits_[i] * lower + (carry & mask); - carry = - bigits_[i] * upper + (result >> bigit_bits) + (carry >> bigit_bits); - bigits_[i] = static_cast(result); - } - while (carry != 0) { - bigits_.push_back(carry & mask); - carry >>= bigit_bits; - } + static uint32_t compute_delta(const cache_entry_type& cache, + int beta) noexcept { + return static_cast(cache >> (64 - 1 - beta)); } - public: - bigint() : exp_(0) {} - explicit bigint(uint64_t n) { assign(n); } - ~bigint() { assert(bigits_.capacity() <= bigits_capacity); } + static compute_mul_parity_result compute_mul_parity( + carrier_uint two_f, const cache_entry_type& cache, int beta) noexcept { + FMT_ASSERT(beta >= 1, ""); + FMT_ASSERT(beta < 64, ""); - bigint(const bigint&) = delete; - void operator=(const bigint&) = delete; - - void assign(const bigint& other) { - bigits_.resize(other.bigits_.size()); - auto data = other.bigits_.data(); - std::copy(data, data + other.bigits_.size(), bigits_.data()); - exp_ = other.exp_; + auto r = umul96_lower64(two_f, cache); + return {((r >> (64 - beta)) & 1) != 0, + static_cast(r >> (32 - beta)) == 0}; } - void assign(uint64_t n) { - size_t num_bigits = 0; - do { - bigits_[num_bigits++] = n & ~bigit(0); - n >>= bigit_bits; - } while (n != 0); - bigits_.resize(num_bigits); - exp_ = 0; + static carrier_uint compute_left_endpoint_for_shorter_interval_case( + const cache_entry_type& cache, int beta) noexcept { + return static_cast( + (cache - (cache >> (num_significand_bits() + 2))) >> + (64 - num_significand_bits() - 1 - beta)); } - int num_bigits() const { return static_cast(bigits_.size()) + exp_; } - - bigint& operator<<=(int shift) { - assert(shift >= 0); - exp_ += shift / bigit_bits; - shift %= bigit_bits; - if (shift == 0) return *this; - bigit carry = 0; - for (size_t i = 0, n = bigits_.size(); i < n; ++i) { - bigit c = bigits_[i] >> (bigit_bits - shift); - bigits_[i] = (bigits_[i] << shift) + carry; - carry = c; - } - if (carry != 0) bigits_.push_back(carry); - return *this; + static carrier_uint compute_right_endpoint_for_shorter_interval_case( + const cache_entry_type& cache, int beta) noexcept { + return static_cast( + (cache + (cache >> (num_significand_bits() + 1))) >> + (64 - num_significand_bits() - 1 - beta)); } - template bigint& operator*=(Int value) { - FMT_ASSERT(value > 0, ""); - multiply(uint32_or_64_or_128_t(value)); - return *this; + static carrier_uint compute_round_up_for_shorter_interval_case( + const cache_entry_type& cache, int beta) noexcept { + return (static_cast( + cache >> (64 - num_significand_bits() - 2 - beta)) + + 1) / + 2; } +}; - friend int compare(const bigint& lhs, const bigint& rhs) { - int num_lhs_bigits = lhs.num_bigits(), num_rhs_bigits = rhs.num_bigits(); - if (num_lhs_bigits != num_rhs_bigits) - return num_lhs_bigits > num_rhs_bigits ? 1 : -1; - int i = static_cast(lhs.bigits_.size()) - 1; - int j = static_cast(rhs.bigits_.size()) - 1; - int end = i - j; - if (end < 0) end = 0; - for (; i >= end; --i, --j) { - bigit lhs_bigit = lhs[i], rhs_bigit = rhs[j]; - if (lhs_bigit != rhs_bigit) return lhs_bigit > rhs_bigit ? 1 : -1; - } - if (i != j) return i > j ? 1 : -1; - return 0; +template <> struct cache_accessor { + using carrier_uint = float_info::carrier_uint; + using cache_entry_type = uint128_fallback; + + static uint128_fallback get_cached_power(int k) noexcept { + FMT_ASSERT(k >= float_info::min_k && k <= float_info::max_k, + "k is out of range"); + + static constexpr const uint128_fallback pow10_significands[] = { +#if FMT_USE_FULL_CACHE_DRAGONBOX + {0xff77b1fcbebcdc4f, 0x25e8e89c13bb0f7b}, + {0x9faacf3df73609b1, 0x77b191618c54e9ad}, + {0xc795830d75038c1d, 0xd59df5b9ef6a2418}, + {0xf97ae3d0d2446f25, 0x4b0573286b44ad1e}, + {0x9becce62836ac577, 0x4ee367f9430aec33}, + {0xc2e801fb244576d5, 0x229c41f793cda740}, + {0xf3a20279ed56d48a, 0x6b43527578c11110}, + {0x9845418c345644d6, 0x830a13896b78aaaa}, + {0xbe5691ef416bd60c, 0x23cc986bc656d554}, + {0xedec366b11c6cb8f, 0x2cbfbe86b7ec8aa9}, + {0x94b3a202eb1c3f39, 0x7bf7d71432f3d6aa}, + {0xb9e08a83a5e34f07, 0xdaf5ccd93fb0cc54}, + {0xe858ad248f5c22c9, 0xd1b3400f8f9cff69}, + {0x91376c36d99995be, 0x23100809b9c21fa2}, + {0xb58547448ffffb2d, 0xabd40a0c2832a78b}, + {0xe2e69915b3fff9f9, 0x16c90c8f323f516d}, + {0x8dd01fad907ffc3b, 0xae3da7d97f6792e4}, + {0xb1442798f49ffb4a, 0x99cd11cfdf41779d}, + {0xdd95317f31c7fa1d, 0x40405643d711d584}, + {0x8a7d3eef7f1cfc52, 0x482835ea666b2573}, + {0xad1c8eab5ee43b66, 0xda3243650005eed0}, + {0xd863b256369d4a40, 0x90bed43e40076a83}, + {0x873e4f75e2224e68, 0x5a7744a6e804a292}, + {0xa90de3535aaae202, 0x711515d0a205cb37}, + {0xd3515c2831559a83, 0x0d5a5b44ca873e04}, + {0x8412d9991ed58091, 0xe858790afe9486c3}, + {0xa5178fff668ae0b6, 0x626e974dbe39a873}, + {0xce5d73ff402d98e3, 0xfb0a3d212dc81290}, + {0x80fa687f881c7f8e, 0x7ce66634bc9d0b9a}, + {0xa139029f6a239f72, 0x1c1fffc1ebc44e81}, + {0xc987434744ac874e, 0xa327ffb266b56221}, + {0xfbe9141915d7a922, 0x4bf1ff9f0062baa9}, + {0x9d71ac8fada6c9b5, 0x6f773fc3603db4aa}, + {0xc4ce17b399107c22, 0xcb550fb4384d21d4}, + {0xf6019da07f549b2b, 0x7e2a53a146606a49}, + {0x99c102844f94e0fb, 0x2eda7444cbfc426e}, + {0xc0314325637a1939, 0xfa911155fefb5309}, + {0xf03d93eebc589f88, 0x793555ab7eba27cb}, + {0x96267c7535b763b5, 0x4bc1558b2f3458df}, + {0xbbb01b9283253ca2, 0x9eb1aaedfb016f17}, + {0xea9c227723ee8bcb, 0x465e15a979c1cadd}, + {0x92a1958a7675175f, 0x0bfacd89ec191eca}, + {0xb749faed14125d36, 0xcef980ec671f667c}, + {0xe51c79a85916f484, 0x82b7e12780e7401b}, + {0x8f31cc0937ae58d2, 0xd1b2ecb8b0908811}, + {0xb2fe3f0b8599ef07, 0x861fa7e6dcb4aa16}, + {0xdfbdcece67006ac9, 0x67a791e093e1d49b}, + {0x8bd6a141006042bd, 0xe0c8bb2c5c6d24e1}, + {0xaecc49914078536d, 0x58fae9f773886e19}, + {0xda7f5bf590966848, 0xaf39a475506a899f}, + {0x888f99797a5e012d, 0x6d8406c952429604}, + {0xaab37fd7d8f58178, 0xc8e5087ba6d33b84}, + {0xd5605fcdcf32e1d6, 0xfb1e4a9a90880a65}, + {0x855c3be0a17fcd26, 0x5cf2eea09a550680}, + {0xa6b34ad8c9dfc06f, 0xf42faa48c0ea481f}, + {0xd0601d8efc57b08b, 0xf13b94daf124da27}, + {0x823c12795db6ce57, 0x76c53d08d6b70859}, + {0xa2cb1717b52481ed, 0x54768c4b0c64ca6f}, + {0xcb7ddcdda26da268, 0xa9942f5dcf7dfd0a}, + {0xfe5d54150b090b02, 0xd3f93b35435d7c4d}, + {0x9efa548d26e5a6e1, 0xc47bc5014a1a6db0}, + {0xc6b8e9b0709f109a, 0x359ab6419ca1091c}, + {0xf867241c8cc6d4c0, 0xc30163d203c94b63}, + {0x9b407691d7fc44f8, 0x79e0de63425dcf1e}, + {0xc21094364dfb5636, 0x985915fc12f542e5}, + {0xf294b943e17a2bc4, 0x3e6f5b7b17b2939e}, + {0x979cf3ca6cec5b5a, 0xa705992ceecf9c43}, + {0xbd8430bd08277231, 0x50c6ff782a838354}, + {0xece53cec4a314ebd, 0xa4f8bf5635246429}, + {0x940f4613ae5ed136, 0x871b7795e136be9a}, + {0xb913179899f68584, 0x28e2557b59846e40}, + {0xe757dd7ec07426e5, 0x331aeada2fe589d0}, + {0x9096ea6f3848984f, 0x3ff0d2c85def7622}, + {0xb4bca50b065abe63, 0x0fed077a756b53aa}, + {0xe1ebce4dc7f16dfb, 0xd3e8495912c62895}, + {0x8d3360f09cf6e4bd, 0x64712dd7abbbd95d}, + {0xb080392cc4349dec, 0xbd8d794d96aacfb4}, + {0xdca04777f541c567, 0xecf0d7a0fc5583a1}, + {0x89e42caaf9491b60, 0xf41686c49db57245}, + {0xac5d37d5b79b6239, 0x311c2875c522ced6}, + {0xd77485cb25823ac7, 0x7d633293366b828c}, + {0x86a8d39ef77164bc, 0xae5dff9c02033198}, + {0xa8530886b54dbdeb, 0xd9f57f830283fdfd}, + {0xd267caa862a12d66, 0xd072df63c324fd7c}, + {0x8380dea93da4bc60, 0x4247cb9e59f71e6e}, + {0xa46116538d0deb78, 0x52d9be85f074e609}, + {0xcd795be870516656, 0x67902e276c921f8c}, + {0x806bd9714632dff6, 0x00ba1cd8a3db53b7}, + {0xa086cfcd97bf97f3, 0x80e8a40eccd228a5}, + {0xc8a883c0fdaf7df0, 0x6122cd128006b2ce}, + {0xfad2a4b13d1b5d6c, 0x796b805720085f82}, + {0x9cc3a6eec6311a63, 0xcbe3303674053bb1}, + {0xc3f490aa77bd60fc, 0xbedbfc4411068a9d}, + {0xf4f1b4d515acb93b, 0xee92fb5515482d45}, + {0x991711052d8bf3c5, 0x751bdd152d4d1c4b}, + {0xbf5cd54678eef0b6, 0xd262d45a78a0635e}, + {0xef340a98172aace4, 0x86fb897116c87c35}, + {0x9580869f0e7aac0e, 0xd45d35e6ae3d4da1}, + {0xbae0a846d2195712, 0x8974836059cca10a}, + {0xe998d258869facd7, 0x2bd1a438703fc94c}, + {0x91ff83775423cc06, 0x7b6306a34627ddd0}, + {0xb67f6455292cbf08, 0x1a3bc84c17b1d543}, + {0xe41f3d6a7377eeca, 0x20caba5f1d9e4a94}, + {0x8e938662882af53e, 0x547eb47b7282ee9d}, + {0xb23867fb2a35b28d, 0xe99e619a4f23aa44}, + {0xdec681f9f4c31f31, 0x6405fa00e2ec94d5}, + {0x8b3c113c38f9f37e, 0xde83bc408dd3dd05}, + {0xae0b158b4738705e, 0x9624ab50b148d446}, + {0xd98ddaee19068c76, 0x3badd624dd9b0958}, + {0x87f8a8d4cfa417c9, 0xe54ca5d70a80e5d7}, + {0xa9f6d30a038d1dbc, 0x5e9fcf4ccd211f4d}, + {0xd47487cc8470652b, 0x7647c32000696720}, + {0x84c8d4dfd2c63f3b, 0x29ecd9f40041e074}, + {0xa5fb0a17c777cf09, 0xf468107100525891}, + {0xcf79cc9db955c2cc, 0x7182148d4066eeb5}, + {0x81ac1fe293d599bf, 0xc6f14cd848405531}, + {0xa21727db38cb002f, 0xb8ada00e5a506a7d}, + {0xca9cf1d206fdc03b, 0xa6d90811f0e4851d}, + {0xfd442e4688bd304a, 0x908f4a166d1da664}, + {0x9e4a9cec15763e2e, 0x9a598e4e043287ff}, + {0xc5dd44271ad3cdba, 0x40eff1e1853f29fe}, + {0xf7549530e188c128, 0xd12bee59e68ef47d}, + {0x9a94dd3e8cf578b9, 0x82bb74f8301958cf}, + {0xc13a148e3032d6e7, 0xe36a52363c1faf02}, + {0xf18899b1bc3f8ca1, 0xdc44e6c3cb279ac2}, + {0x96f5600f15a7b7e5, 0x29ab103a5ef8c0ba}, + {0xbcb2b812db11a5de, 0x7415d448f6b6f0e8}, + {0xebdf661791d60f56, 0x111b495b3464ad22}, + {0x936b9fcebb25c995, 0xcab10dd900beec35}, + {0xb84687c269ef3bfb, 0x3d5d514f40eea743}, + {0xe65829b3046b0afa, 0x0cb4a5a3112a5113}, + {0x8ff71a0fe2c2e6dc, 0x47f0e785eaba72ac}, + {0xb3f4e093db73a093, 0x59ed216765690f57}, + {0xe0f218b8d25088b8, 0x306869c13ec3532d}, + {0x8c974f7383725573, 0x1e414218c73a13fc}, + {0xafbd2350644eeacf, 0xe5d1929ef90898fb}, + {0xdbac6c247d62a583, 0xdf45f746b74abf3a}, + {0x894bc396ce5da772, 0x6b8bba8c328eb784}, + {0xab9eb47c81f5114f, 0x066ea92f3f326565}, + {0xd686619ba27255a2, 0xc80a537b0efefebe}, + {0x8613fd0145877585, 0xbd06742ce95f5f37}, + {0xa798fc4196e952e7, 0x2c48113823b73705}, + {0xd17f3b51fca3a7a0, 0xf75a15862ca504c6}, + {0x82ef85133de648c4, 0x9a984d73dbe722fc}, + {0xa3ab66580d5fdaf5, 0xc13e60d0d2e0ebbb}, + {0xcc963fee10b7d1b3, 0x318df905079926a9}, + {0xffbbcfe994e5c61f, 0xfdf17746497f7053}, + {0x9fd561f1fd0f9bd3, 0xfeb6ea8bedefa634}, + {0xc7caba6e7c5382c8, 0xfe64a52ee96b8fc1}, + {0xf9bd690a1b68637b, 0x3dfdce7aa3c673b1}, + {0x9c1661a651213e2d, 0x06bea10ca65c084f}, + {0xc31bfa0fe5698db8, 0x486e494fcff30a63}, + {0xf3e2f893dec3f126, 0x5a89dba3c3efccfb}, + {0x986ddb5c6b3a76b7, 0xf89629465a75e01d}, + {0xbe89523386091465, 0xf6bbb397f1135824}, + {0xee2ba6c0678b597f, 0x746aa07ded582e2d}, + {0x94db483840b717ef, 0xa8c2a44eb4571cdd}, + {0xba121a4650e4ddeb, 0x92f34d62616ce414}, + {0xe896a0d7e51e1566, 0x77b020baf9c81d18}, + {0x915e2486ef32cd60, 0x0ace1474dc1d122f}, + {0xb5b5ada8aaff80b8, 0x0d819992132456bb}, + {0xe3231912d5bf60e6, 0x10e1fff697ed6c6a}, + {0x8df5efabc5979c8f, 0xca8d3ffa1ef463c2}, + {0xb1736b96b6fd83b3, 0xbd308ff8a6b17cb3}, + {0xddd0467c64bce4a0, 0xac7cb3f6d05ddbdf}, + {0x8aa22c0dbef60ee4, 0x6bcdf07a423aa96c}, + {0xad4ab7112eb3929d, 0x86c16c98d2c953c7}, + {0xd89d64d57a607744, 0xe871c7bf077ba8b8}, + {0x87625f056c7c4a8b, 0x11471cd764ad4973}, + {0xa93af6c6c79b5d2d, 0xd598e40d3dd89bd0}, + {0xd389b47879823479, 0x4aff1d108d4ec2c4}, + {0x843610cb4bf160cb, 0xcedf722a585139bb}, + {0xa54394fe1eedb8fe, 0xc2974eb4ee658829}, + {0xce947a3da6a9273e, 0x733d226229feea33}, + {0x811ccc668829b887, 0x0806357d5a3f5260}, + {0xa163ff802a3426a8, 0xca07c2dcb0cf26f8}, + {0xc9bcff6034c13052, 0xfc89b393dd02f0b6}, + {0xfc2c3f3841f17c67, 0xbbac2078d443ace3}, + {0x9d9ba7832936edc0, 0xd54b944b84aa4c0e}, + {0xc5029163f384a931, 0x0a9e795e65d4df12}, + {0xf64335bcf065d37d, 0x4d4617b5ff4a16d6}, + {0x99ea0196163fa42e, 0x504bced1bf8e4e46}, + {0xc06481fb9bcf8d39, 0xe45ec2862f71e1d7}, + {0xf07da27a82c37088, 0x5d767327bb4e5a4d}, + {0x964e858c91ba2655, 0x3a6a07f8d510f870}, + {0xbbe226efb628afea, 0x890489f70a55368c}, + {0xeadab0aba3b2dbe5, 0x2b45ac74ccea842f}, + {0x92c8ae6b464fc96f, 0x3b0b8bc90012929e}, + {0xb77ada0617e3bbcb, 0x09ce6ebb40173745}, + {0xe55990879ddcaabd, 0xcc420a6a101d0516}, + {0x8f57fa54c2a9eab6, 0x9fa946824a12232e}, + {0xb32df8e9f3546564, 0x47939822dc96abfa}, + {0xdff9772470297ebd, 0x59787e2b93bc56f8}, + {0x8bfbea76c619ef36, 0x57eb4edb3c55b65b}, + {0xaefae51477a06b03, 0xede622920b6b23f2}, + {0xdab99e59958885c4, 0xe95fab368e45ecee}, + {0x88b402f7fd75539b, 0x11dbcb0218ebb415}, + {0xaae103b5fcd2a881, 0xd652bdc29f26a11a}, + {0xd59944a37c0752a2, 0x4be76d3346f04960}, + {0x857fcae62d8493a5, 0x6f70a4400c562ddc}, + {0xa6dfbd9fb8e5b88e, 0xcb4ccd500f6bb953}, + {0xd097ad07a71f26b2, 0x7e2000a41346a7a8}, + {0x825ecc24c873782f, 0x8ed400668c0c28c9}, + {0xa2f67f2dfa90563b, 0x728900802f0f32fb}, + {0xcbb41ef979346bca, 0x4f2b40a03ad2ffba}, + {0xfea126b7d78186bc, 0xe2f610c84987bfa9}, + {0x9f24b832e6b0f436, 0x0dd9ca7d2df4d7ca}, + {0xc6ede63fa05d3143, 0x91503d1c79720dbc}, + {0xf8a95fcf88747d94, 0x75a44c6397ce912b}, + {0x9b69dbe1b548ce7c, 0xc986afbe3ee11abb}, + {0xc24452da229b021b, 0xfbe85badce996169}, + {0xf2d56790ab41c2a2, 0xfae27299423fb9c4}, + {0x97c560ba6b0919a5, 0xdccd879fc967d41b}, + {0xbdb6b8e905cb600f, 0x5400e987bbc1c921}, + {0xed246723473e3813, 0x290123e9aab23b69}, + {0x9436c0760c86e30b, 0xf9a0b6720aaf6522}, + {0xb94470938fa89bce, 0xf808e40e8d5b3e6a}, + {0xe7958cb87392c2c2, 0xb60b1d1230b20e05}, + {0x90bd77f3483bb9b9, 0xb1c6f22b5e6f48c3}, + {0xb4ecd5f01a4aa828, 0x1e38aeb6360b1af4}, + {0xe2280b6c20dd5232, 0x25c6da63c38de1b1}, + {0x8d590723948a535f, 0x579c487e5a38ad0f}, + {0xb0af48ec79ace837, 0x2d835a9df0c6d852}, + {0xdcdb1b2798182244, 0xf8e431456cf88e66}, + {0x8a08f0f8bf0f156b, 0x1b8e9ecb641b5900}, + {0xac8b2d36eed2dac5, 0xe272467e3d222f40}, + {0xd7adf884aa879177, 0x5b0ed81dcc6abb10}, + {0x86ccbb52ea94baea, 0x98e947129fc2b4ea}, + {0xa87fea27a539e9a5, 0x3f2398d747b36225}, + {0xd29fe4b18e88640e, 0x8eec7f0d19a03aae}, + {0x83a3eeeef9153e89, 0x1953cf68300424ad}, + {0xa48ceaaab75a8e2b, 0x5fa8c3423c052dd8}, + {0xcdb02555653131b6, 0x3792f412cb06794e}, + {0x808e17555f3ebf11, 0xe2bbd88bbee40bd1}, + {0xa0b19d2ab70e6ed6, 0x5b6aceaeae9d0ec5}, + {0xc8de047564d20a8b, 0xf245825a5a445276}, + {0xfb158592be068d2e, 0xeed6e2f0f0d56713}, + {0x9ced737bb6c4183d, 0x55464dd69685606c}, + {0xc428d05aa4751e4c, 0xaa97e14c3c26b887}, + {0xf53304714d9265df, 0xd53dd99f4b3066a9}, + {0x993fe2c6d07b7fab, 0xe546a8038efe402a}, + {0xbf8fdb78849a5f96, 0xde98520472bdd034}, + {0xef73d256a5c0f77c, 0x963e66858f6d4441}, + {0x95a8637627989aad, 0xdde7001379a44aa9}, + {0xbb127c53b17ec159, 0x5560c018580d5d53}, + {0xe9d71b689dde71af, 0xaab8f01e6e10b4a7}, + {0x9226712162ab070d, 0xcab3961304ca70e9}, + {0xb6b00d69bb55c8d1, 0x3d607b97c5fd0d23}, + {0xe45c10c42a2b3b05, 0x8cb89a7db77c506b}, + {0x8eb98a7a9a5b04e3, 0x77f3608e92adb243}, + {0xb267ed1940f1c61c, 0x55f038b237591ed4}, + {0xdf01e85f912e37a3, 0x6b6c46dec52f6689}, + {0x8b61313bbabce2c6, 0x2323ac4b3b3da016}, + {0xae397d8aa96c1b77, 0xabec975e0a0d081b}, + {0xd9c7dced53c72255, 0x96e7bd358c904a22}, + {0x881cea14545c7575, 0x7e50d64177da2e55}, + {0xaa242499697392d2, 0xdde50bd1d5d0b9ea}, + {0xd4ad2dbfc3d07787, 0x955e4ec64b44e865}, + {0x84ec3c97da624ab4, 0xbd5af13bef0b113f}, + {0xa6274bbdd0fadd61, 0xecb1ad8aeacdd58f}, + {0xcfb11ead453994ba, 0x67de18eda5814af3}, + {0x81ceb32c4b43fcf4, 0x80eacf948770ced8}, + {0xa2425ff75e14fc31, 0xa1258379a94d028e}, + {0xcad2f7f5359a3b3e, 0x096ee45813a04331}, + {0xfd87b5f28300ca0d, 0x8bca9d6e188853fd}, + {0x9e74d1b791e07e48, 0x775ea264cf55347e}, + {0xc612062576589dda, 0x95364afe032a819e}, + {0xf79687aed3eec551, 0x3a83ddbd83f52205}, + {0x9abe14cd44753b52, 0xc4926a9672793543}, + {0xc16d9a0095928a27, 0x75b7053c0f178294}, + {0xf1c90080baf72cb1, 0x5324c68b12dd6339}, + {0x971da05074da7bee, 0xd3f6fc16ebca5e04}, + {0xbce5086492111aea, 0x88f4bb1ca6bcf585}, + {0xec1e4a7db69561a5, 0x2b31e9e3d06c32e6}, + {0x9392ee8e921d5d07, 0x3aff322e62439fd0}, + {0xb877aa3236a4b449, 0x09befeb9fad487c3}, + {0xe69594bec44de15b, 0x4c2ebe687989a9b4}, + {0x901d7cf73ab0acd9, 0x0f9d37014bf60a11}, + {0xb424dc35095cd80f, 0x538484c19ef38c95}, + {0xe12e13424bb40e13, 0x2865a5f206b06fba}, + {0x8cbccc096f5088cb, 0xf93f87b7442e45d4}, + {0xafebff0bcb24aafe, 0xf78f69a51539d749}, + {0xdbe6fecebdedd5be, 0xb573440e5a884d1c}, + {0x89705f4136b4a597, 0x31680a88f8953031}, + {0xabcc77118461cefc, 0xfdc20d2b36ba7c3e}, + {0xd6bf94d5e57a42bc, 0x3d32907604691b4d}, + {0x8637bd05af6c69b5, 0xa63f9a49c2c1b110}, + {0xa7c5ac471b478423, 0x0fcf80dc33721d54}, + {0xd1b71758e219652b, 0xd3c36113404ea4a9}, + {0x83126e978d4fdf3b, 0x645a1cac083126ea}, + {0xa3d70a3d70a3d70a, 0x3d70a3d70a3d70a4}, + {0xcccccccccccccccc, 0xcccccccccccccccd}, + {0x8000000000000000, 0x0000000000000000}, + {0xa000000000000000, 0x0000000000000000}, + {0xc800000000000000, 0x0000000000000000}, + {0xfa00000000000000, 0x0000000000000000}, + {0x9c40000000000000, 0x0000000000000000}, + {0xc350000000000000, 0x0000000000000000}, + {0xf424000000000000, 0x0000000000000000}, + {0x9896800000000000, 0x0000000000000000}, + {0xbebc200000000000, 0x0000000000000000}, + {0xee6b280000000000, 0x0000000000000000}, + {0x9502f90000000000, 0x0000000000000000}, + {0xba43b74000000000, 0x0000000000000000}, + {0xe8d4a51000000000, 0x0000000000000000}, + {0x9184e72a00000000, 0x0000000000000000}, + {0xb5e620f480000000, 0x0000000000000000}, + {0xe35fa931a0000000, 0x0000000000000000}, + {0x8e1bc9bf04000000, 0x0000000000000000}, + {0xb1a2bc2ec5000000, 0x0000000000000000}, + {0xde0b6b3a76400000, 0x0000000000000000}, + {0x8ac7230489e80000, 0x0000000000000000}, + {0xad78ebc5ac620000, 0x0000000000000000}, + {0xd8d726b7177a8000, 0x0000000000000000}, + {0x878678326eac9000, 0x0000000000000000}, + {0xa968163f0a57b400, 0x0000000000000000}, + {0xd3c21bcecceda100, 0x0000000000000000}, + {0x84595161401484a0, 0x0000000000000000}, + {0xa56fa5b99019a5c8, 0x0000000000000000}, + {0xcecb8f27f4200f3a, 0x0000000000000000}, + {0x813f3978f8940984, 0x4000000000000000}, + {0xa18f07d736b90be5, 0x5000000000000000}, + {0xc9f2c9cd04674ede, 0xa400000000000000}, + {0xfc6f7c4045812296, 0x4d00000000000000}, + {0x9dc5ada82b70b59d, 0xf020000000000000}, + {0xc5371912364ce305, 0x6c28000000000000}, + {0xf684df56c3e01bc6, 0xc732000000000000}, + {0x9a130b963a6c115c, 0x3c7f400000000000}, + {0xc097ce7bc90715b3, 0x4b9f100000000000}, + {0xf0bdc21abb48db20, 0x1e86d40000000000}, + {0x96769950b50d88f4, 0x1314448000000000}, + {0xbc143fa4e250eb31, 0x17d955a000000000}, + {0xeb194f8e1ae525fd, 0x5dcfab0800000000}, + {0x92efd1b8d0cf37be, 0x5aa1cae500000000}, + {0xb7abc627050305ad, 0xf14a3d9e40000000}, + {0xe596b7b0c643c719, 0x6d9ccd05d0000000}, + {0x8f7e32ce7bea5c6f, 0xe4820023a2000000}, + {0xb35dbf821ae4f38b, 0xdda2802c8a800000}, + {0xe0352f62a19e306e, 0xd50b2037ad200000}, + {0x8c213d9da502de45, 0x4526f422cc340000}, + {0xaf298d050e4395d6, 0x9670b12b7f410000}, + {0xdaf3f04651d47b4c, 0x3c0cdd765f114000}, + {0x88d8762bf324cd0f, 0xa5880a69fb6ac800}, + {0xab0e93b6efee0053, 0x8eea0d047a457a00}, + {0xd5d238a4abe98068, 0x72a4904598d6d880}, + {0x85a36366eb71f041, 0x47a6da2b7f864750}, + {0xa70c3c40a64e6c51, 0x999090b65f67d924}, + {0xd0cf4b50cfe20765, 0xfff4b4e3f741cf6d}, + {0x82818f1281ed449f, 0xbff8f10e7a8921a5}, + {0xa321f2d7226895c7, 0xaff72d52192b6a0e}, + {0xcbea6f8ceb02bb39, 0x9bf4f8a69f764491}, + {0xfee50b7025c36a08, 0x02f236d04753d5b5}, + {0x9f4f2726179a2245, 0x01d762422c946591}, + {0xc722f0ef9d80aad6, 0x424d3ad2b7b97ef6}, + {0xf8ebad2b84e0d58b, 0xd2e0898765a7deb3}, + {0x9b934c3b330c8577, 0x63cc55f49f88eb30}, + {0xc2781f49ffcfa6d5, 0x3cbf6b71c76b25fc}, + {0xf316271c7fc3908a, 0x8bef464e3945ef7b}, + {0x97edd871cfda3a56, 0x97758bf0e3cbb5ad}, + {0xbde94e8e43d0c8ec, 0x3d52eeed1cbea318}, + {0xed63a231d4c4fb27, 0x4ca7aaa863ee4bde}, + {0x945e455f24fb1cf8, 0x8fe8caa93e74ef6b}, + {0xb975d6b6ee39e436, 0xb3e2fd538e122b45}, + {0xe7d34c64a9c85d44, 0x60dbbca87196b617}, + {0x90e40fbeea1d3a4a, 0xbc8955e946fe31ce}, + {0xb51d13aea4a488dd, 0x6babab6398bdbe42}, + {0xe264589a4dcdab14, 0xc696963c7eed2dd2}, + {0x8d7eb76070a08aec, 0xfc1e1de5cf543ca3}, + {0xb0de65388cc8ada8, 0x3b25a55f43294bcc}, + {0xdd15fe86affad912, 0x49ef0eb713f39ebf}, + {0x8a2dbf142dfcc7ab, 0x6e3569326c784338}, + {0xacb92ed9397bf996, 0x49c2c37f07965405}, + {0xd7e77a8f87daf7fb, 0xdc33745ec97be907}, + {0x86f0ac99b4e8dafd, 0x69a028bb3ded71a4}, + {0xa8acd7c0222311bc, 0xc40832ea0d68ce0d}, + {0xd2d80db02aabd62b, 0xf50a3fa490c30191}, + {0x83c7088e1aab65db, 0x792667c6da79e0fb}, + {0xa4b8cab1a1563f52, 0x577001b891185939}, + {0xcde6fd5e09abcf26, 0xed4c0226b55e6f87}, + {0x80b05e5ac60b6178, 0x544f8158315b05b5}, + {0xa0dc75f1778e39d6, 0x696361ae3db1c722}, + {0xc913936dd571c84c, 0x03bc3a19cd1e38ea}, + {0xfb5878494ace3a5f, 0x04ab48a04065c724}, + {0x9d174b2dcec0e47b, 0x62eb0d64283f9c77}, + {0xc45d1df942711d9a, 0x3ba5d0bd324f8395}, + {0xf5746577930d6500, 0xca8f44ec7ee3647a}, + {0x9968bf6abbe85f20, 0x7e998b13cf4e1ecc}, + {0xbfc2ef456ae276e8, 0x9e3fedd8c321a67f}, + {0xefb3ab16c59b14a2, 0xc5cfe94ef3ea101f}, + {0x95d04aee3b80ece5, 0xbba1f1d158724a13}, + {0xbb445da9ca61281f, 0x2a8a6e45ae8edc98}, + {0xea1575143cf97226, 0xf52d09d71a3293be}, + {0x924d692ca61be758, 0x593c2626705f9c57}, + {0xb6e0c377cfa2e12e, 0x6f8b2fb00c77836d}, + {0xe498f455c38b997a, 0x0b6dfb9c0f956448}, + {0x8edf98b59a373fec, 0x4724bd4189bd5ead}, + {0xb2977ee300c50fe7, 0x58edec91ec2cb658}, + {0xdf3d5e9bc0f653e1, 0x2f2967b66737e3ee}, + {0x8b865b215899f46c, 0xbd79e0d20082ee75}, + {0xae67f1e9aec07187, 0xecd8590680a3aa12}, + {0xda01ee641a708de9, 0xe80e6f4820cc9496}, + {0x884134fe908658b2, 0x3109058d147fdcde}, + {0xaa51823e34a7eede, 0xbd4b46f0599fd416}, + {0xd4e5e2cdc1d1ea96, 0x6c9e18ac7007c91b}, + {0x850fadc09923329e, 0x03e2cf6bc604ddb1}, + {0xa6539930bf6bff45, 0x84db8346b786151d}, + {0xcfe87f7cef46ff16, 0xe612641865679a64}, + {0x81f14fae158c5f6e, 0x4fcb7e8f3f60c07f}, + {0xa26da3999aef7749, 0xe3be5e330f38f09e}, + {0xcb090c8001ab551c, 0x5cadf5bfd3072cc6}, + {0xfdcb4fa002162a63, 0x73d9732fc7c8f7f7}, + {0x9e9f11c4014dda7e, 0x2867e7fddcdd9afb}, + {0xc646d63501a1511d, 0xb281e1fd541501b9}, + {0xf7d88bc24209a565, 0x1f225a7ca91a4227}, + {0x9ae757596946075f, 0x3375788de9b06959}, + {0xc1a12d2fc3978937, 0x0052d6b1641c83af}, + {0xf209787bb47d6b84, 0xc0678c5dbd23a49b}, + {0x9745eb4d50ce6332, 0xf840b7ba963646e1}, + {0xbd176620a501fbff, 0xb650e5a93bc3d899}, + {0xec5d3fa8ce427aff, 0xa3e51f138ab4cebf}, + {0x93ba47c980e98cdf, 0xc66f336c36b10138}, + {0xb8a8d9bbe123f017, 0xb80b0047445d4185}, + {0xe6d3102ad96cec1d, 0xa60dc059157491e6}, + {0x9043ea1ac7e41392, 0x87c89837ad68db30}, + {0xb454e4a179dd1877, 0x29babe4598c311fc}, + {0xe16a1dc9d8545e94, 0xf4296dd6fef3d67b}, + {0x8ce2529e2734bb1d, 0x1899e4a65f58660d}, + {0xb01ae745b101e9e4, 0x5ec05dcff72e7f90}, + {0xdc21a1171d42645d, 0x76707543f4fa1f74}, + {0x899504ae72497eba, 0x6a06494a791c53a9}, + {0xabfa45da0edbde69, 0x0487db9d17636893}, + {0xd6f8d7509292d603, 0x45a9d2845d3c42b7}, + {0x865b86925b9bc5c2, 0x0b8a2392ba45a9b3}, + {0xa7f26836f282b732, 0x8e6cac7768d7141f}, + {0xd1ef0244af2364ff, 0x3207d795430cd927}, + {0x8335616aed761f1f, 0x7f44e6bd49e807b9}, + {0xa402b9c5a8d3a6e7, 0x5f16206c9c6209a7}, + {0xcd036837130890a1, 0x36dba887c37a8c10}, + {0x802221226be55a64, 0xc2494954da2c978a}, + {0xa02aa96b06deb0fd, 0xf2db9baa10b7bd6d}, + {0xc83553c5c8965d3d, 0x6f92829494e5acc8}, + {0xfa42a8b73abbf48c, 0xcb772339ba1f17fa}, + {0x9c69a97284b578d7, 0xff2a760414536efc}, + {0xc38413cf25e2d70d, 0xfef5138519684abb}, + {0xf46518c2ef5b8cd1, 0x7eb258665fc25d6a}, + {0x98bf2f79d5993802, 0xef2f773ffbd97a62}, + {0xbeeefb584aff8603, 0xaafb550ffacfd8fb}, + {0xeeaaba2e5dbf6784, 0x95ba2a53f983cf39}, + {0x952ab45cfa97a0b2, 0xdd945a747bf26184}, + {0xba756174393d88df, 0x94f971119aeef9e5}, + {0xe912b9d1478ceb17, 0x7a37cd5601aab85e}, + {0x91abb422ccb812ee, 0xac62e055c10ab33b}, + {0xb616a12b7fe617aa, 0x577b986b314d600a}, + {0xe39c49765fdf9d94, 0xed5a7e85fda0b80c}, + {0x8e41ade9fbebc27d, 0x14588f13be847308}, + {0xb1d219647ae6b31c, 0x596eb2d8ae258fc9}, + {0xde469fbd99a05fe3, 0x6fca5f8ed9aef3bc}, + {0x8aec23d680043bee, 0x25de7bb9480d5855}, + {0xada72ccc20054ae9, 0xaf561aa79a10ae6b}, + {0xd910f7ff28069da4, 0x1b2ba1518094da05}, + {0x87aa9aff79042286, 0x90fb44d2f05d0843}, + {0xa99541bf57452b28, 0x353a1607ac744a54}, + {0xd3fa922f2d1675f2, 0x42889b8997915ce9}, + {0x847c9b5d7c2e09b7, 0x69956135febada12}, + {0xa59bc234db398c25, 0x43fab9837e699096}, + {0xcf02b2c21207ef2e, 0x94f967e45e03f4bc}, + {0x8161afb94b44f57d, 0x1d1be0eebac278f6}, + {0xa1ba1ba79e1632dc, 0x6462d92a69731733}, + {0xca28a291859bbf93, 0x7d7b8f7503cfdcff}, + {0xfcb2cb35e702af78, 0x5cda735244c3d43f}, + {0x9defbf01b061adab, 0x3a0888136afa64a8}, + {0xc56baec21c7a1916, 0x088aaa1845b8fdd1}, + {0xf6c69a72a3989f5b, 0x8aad549e57273d46}, + {0x9a3c2087a63f6399, 0x36ac54e2f678864c}, + {0xc0cb28a98fcf3c7f, 0x84576a1bb416a7de}, + {0xf0fdf2d3f3c30b9f, 0x656d44a2a11c51d6}, + {0x969eb7c47859e743, 0x9f644ae5a4b1b326}, + {0xbc4665b596706114, 0x873d5d9f0dde1fef}, + {0xeb57ff22fc0c7959, 0xa90cb506d155a7eb}, + {0x9316ff75dd87cbd8, 0x09a7f12442d588f3}, + {0xb7dcbf5354e9bece, 0x0c11ed6d538aeb30}, + {0xe5d3ef282a242e81, 0x8f1668c8a86da5fb}, + {0x8fa475791a569d10, 0xf96e017d694487bd}, + {0xb38d92d760ec4455, 0x37c981dcc395a9ad}, + {0xe070f78d3927556a, 0x85bbe253f47b1418}, + {0x8c469ab843b89562, 0x93956d7478ccec8f}, + {0xaf58416654a6babb, 0x387ac8d1970027b3}, + {0xdb2e51bfe9d0696a, 0x06997b05fcc0319f}, + {0x88fcf317f22241e2, 0x441fece3bdf81f04}, + {0xab3c2fddeeaad25a, 0xd527e81cad7626c4}, + {0xd60b3bd56a5586f1, 0x8a71e223d8d3b075}, + {0x85c7056562757456, 0xf6872d5667844e4a}, + {0xa738c6bebb12d16c, 0xb428f8ac016561dc}, + {0xd106f86e69d785c7, 0xe13336d701beba53}, + {0x82a45b450226b39c, 0xecc0024661173474}, + {0xa34d721642b06084, 0x27f002d7f95d0191}, + {0xcc20ce9bd35c78a5, 0x31ec038df7b441f5}, + {0xff290242c83396ce, 0x7e67047175a15272}, + {0x9f79a169bd203e41, 0x0f0062c6e984d387}, + {0xc75809c42c684dd1, 0x52c07b78a3e60869}, + {0xf92e0c3537826145, 0xa7709a56ccdf8a83}, + {0x9bbcc7a142b17ccb, 0x88a66076400bb692}, + {0xc2abf989935ddbfe, 0x6acff893d00ea436}, + {0xf356f7ebf83552fe, 0x0583f6b8c4124d44}, + {0x98165af37b2153de, 0xc3727a337a8b704b}, + {0xbe1bf1b059e9a8d6, 0x744f18c0592e4c5d}, + {0xeda2ee1c7064130c, 0x1162def06f79df74}, + {0x9485d4d1c63e8be7, 0x8addcb5645ac2ba9}, + {0xb9a74a0637ce2ee1, 0x6d953e2bd7173693}, + {0xe8111c87c5c1ba99, 0xc8fa8db6ccdd0438}, + {0x910ab1d4db9914a0, 0x1d9c9892400a22a3}, + {0xb54d5e4a127f59c8, 0x2503beb6d00cab4c}, + {0xe2a0b5dc971f303a, 0x2e44ae64840fd61e}, + {0x8da471a9de737e24, 0x5ceaecfed289e5d3}, + {0xb10d8e1456105dad, 0x7425a83e872c5f48}, + {0xdd50f1996b947518, 0xd12f124e28f7771a}, + {0x8a5296ffe33cc92f, 0x82bd6b70d99aaa70}, + {0xace73cbfdc0bfb7b, 0x636cc64d1001550c}, + {0xd8210befd30efa5a, 0x3c47f7e05401aa4f}, + {0x8714a775e3e95c78, 0x65acfaec34810a72}, + {0xa8d9d1535ce3b396, 0x7f1839a741a14d0e}, + {0xd31045a8341ca07c, 0x1ede48111209a051}, + {0x83ea2b892091e44d, 0x934aed0aab460433}, + {0xa4e4b66b68b65d60, 0xf81da84d56178540}, + {0xce1de40642e3f4b9, 0x36251260ab9d668f}, + {0x80d2ae83e9ce78f3, 0xc1d72b7c6b42601a}, + {0xa1075a24e4421730, 0xb24cf65b8612f820}, + {0xc94930ae1d529cfc, 0xdee033f26797b628}, + {0xfb9b7cd9a4a7443c, 0x169840ef017da3b2}, + {0x9d412e0806e88aa5, 0x8e1f289560ee864f}, + {0xc491798a08a2ad4e, 0xf1a6f2bab92a27e3}, + {0xf5b5d7ec8acb58a2, 0xae10af696774b1dc}, + {0x9991a6f3d6bf1765, 0xacca6da1e0a8ef2a}, + {0xbff610b0cc6edd3f, 0x17fd090a58d32af4}, + {0xeff394dcff8a948e, 0xddfc4b4cef07f5b1}, + {0x95f83d0a1fb69cd9, 0x4abdaf101564f98f}, + {0xbb764c4ca7a4440f, 0x9d6d1ad41abe37f2}, + {0xea53df5fd18d5513, 0x84c86189216dc5ee}, + {0x92746b9be2f8552c, 0x32fd3cf5b4e49bb5}, + {0xb7118682dbb66a77, 0x3fbc8c33221dc2a2}, + {0xe4d5e82392a40515, 0x0fabaf3feaa5334b}, + {0x8f05b1163ba6832d, 0x29cb4d87f2a7400f}, + {0xb2c71d5bca9023f8, 0x743e20e9ef511013}, + {0xdf78e4b2bd342cf6, 0x914da9246b255417}, + {0x8bab8eefb6409c1a, 0x1ad089b6c2f7548f}, + {0xae9672aba3d0c320, 0xa184ac2473b529b2}, + {0xda3c0f568cc4f3e8, 0xc9e5d72d90a2741f}, + {0x8865899617fb1871, 0x7e2fa67c7a658893}, + {0xaa7eebfb9df9de8d, 0xddbb901b98feeab8}, + {0xd51ea6fa85785631, 0x552a74227f3ea566}, + {0x8533285c936b35de, 0xd53a88958f872760}, + {0xa67ff273b8460356, 0x8a892abaf368f138}, + {0xd01fef10a657842c, 0x2d2b7569b0432d86}, + {0x8213f56a67f6b29b, 0x9c3b29620e29fc74}, + {0xa298f2c501f45f42, 0x8349f3ba91b47b90}, + {0xcb3f2f7642717713, 0x241c70a936219a74}, + {0xfe0efb53d30dd4d7, 0xed238cd383aa0111}, + {0x9ec95d1463e8a506, 0xf4363804324a40ab}, + {0xc67bb4597ce2ce48, 0xb143c6053edcd0d6}, + {0xf81aa16fdc1b81da, 0xdd94b7868e94050b}, + {0x9b10a4e5e9913128, 0xca7cf2b4191c8327}, + {0xc1d4ce1f63f57d72, 0xfd1c2f611f63a3f1}, + {0xf24a01a73cf2dccf, 0xbc633b39673c8ced}, + {0x976e41088617ca01, 0xd5be0503e085d814}, + {0xbd49d14aa79dbc82, 0x4b2d8644d8a74e19}, + {0xec9c459d51852ba2, 0xddf8e7d60ed1219f}, + {0x93e1ab8252f33b45, 0xcabb90e5c942b504}, + {0xb8da1662e7b00a17, 0x3d6a751f3b936244}, + {0xe7109bfba19c0c9d, 0x0cc512670a783ad5}, + {0x906a617d450187e2, 0x27fb2b80668b24c6}, + {0xb484f9dc9641e9da, 0xb1f9f660802dedf7}, + {0xe1a63853bbd26451, 0x5e7873f8a0396974}, + {0x8d07e33455637eb2, 0xdb0b487b6423e1e9}, + {0xb049dc016abc5e5f, 0x91ce1a9a3d2cda63}, + {0xdc5c5301c56b75f7, 0x7641a140cc7810fc}, + {0x89b9b3e11b6329ba, 0xa9e904c87fcb0a9e}, + {0xac2820d9623bf429, 0x546345fa9fbdcd45}, + {0xd732290fbacaf133, 0xa97c177947ad4096}, + {0x867f59a9d4bed6c0, 0x49ed8eabcccc485e}, + {0xa81f301449ee8c70, 0x5c68f256bfff5a75}, + {0xd226fc195c6a2f8c, 0x73832eec6fff3112}, + {0x83585d8fd9c25db7, 0xc831fd53c5ff7eac}, + {0xa42e74f3d032f525, 0xba3e7ca8b77f5e56}, + {0xcd3a1230c43fb26f, 0x28ce1bd2e55f35ec}, + {0x80444b5e7aa7cf85, 0x7980d163cf5b81b4}, + {0xa0555e361951c366, 0xd7e105bcc3326220}, + {0xc86ab5c39fa63440, 0x8dd9472bf3fefaa8}, + {0xfa856334878fc150, 0xb14f98f6f0feb952}, + {0x9c935e00d4b9d8d2, 0x6ed1bf9a569f33d4}, + {0xc3b8358109e84f07, 0x0a862f80ec4700c9}, + {0xf4a642e14c6262c8, 0xcd27bb612758c0fb}, + {0x98e7e9cccfbd7dbd, 0x8038d51cb897789d}, + {0xbf21e44003acdd2c, 0xe0470a63e6bd56c4}, + {0xeeea5d5004981478, 0x1858ccfce06cac75}, + {0x95527a5202df0ccb, 0x0f37801e0c43ebc9}, + {0xbaa718e68396cffd, 0xd30560258f54e6bb}, + {0xe950df20247c83fd, 0x47c6b82ef32a206a}, + {0x91d28b7416cdd27e, 0x4cdc331d57fa5442}, + {0xb6472e511c81471d, 0xe0133fe4adf8e953}, + {0xe3d8f9e563a198e5, 0x58180fddd97723a7}, + {0x8e679c2f5e44ff8f, 0x570f09eaa7ea7649}, + {0xb201833b35d63f73, 0x2cd2cc6551e513db}, + {0xde81e40a034bcf4f, 0xf8077f7ea65e58d2}, + {0x8b112e86420f6191, 0xfb04afaf27faf783}, + {0xadd57a27d29339f6, 0x79c5db9af1f9b564}, + {0xd94ad8b1c7380874, 0x18375281ae7822bd}, + {0x87cec76f1c830548, 0x8f2293910d0b15b6}, + {0xa9c2794ae3a3c69a, 0xb2eb3875504ddb23}, + {0xd433179d9c8cb841, 0x5fa60692a46151ec}, + {0x849feec281d7f328, 0xdbc7c41ba6bcd334}, + {0xa5c7ea73224deff3, 0x12b9b522906c0801}, + {0xcf39e50feae16bef, 0xd768226b34870a01}, + {0x81842f29f2cce375, 0xe6a1158300d46641}, + {0xa1e53af46f801c53, 0x60495ae3c1097fd1}, + {0xca5e89b18b602368, 0x385bb19cb14bdfc5}, + {0xfcf62c1dee382c42, 0x46729e03dd9ed7b6}, + {0x9e19db92b4e31ba9, 0x6c07a2c26a8346d2}, + {0xc5a05277621be293, 0xc7098b7305241886}, + { 0xf70867153aa2db38, + 0xb8cbee4fc66d1ea8 } +#else + {0xff77b1fcbebcdc4f, 0x25e8e89c13bb0f7b}, + {0xce5d73ff402d98e3, 0xfb0a3d212dc81290}, + {0xa6b34ad8c9dfc06f, 0xf42faa48c0ea481f}, + {0x86a8d39ef77164bc, 0xae5dff9c02033198}, + {0xd98ddaee19068c76, 0x3badd624dd9b0958}, + {0xafbd2350644eeacf, 0xe5d1929ef90898fb}, + {0x8df5efabc5979c8f, 0xca8d3ffa1ef463c2}, + {0xe55990879ddcaabd, 0xcc420a6a101d0516}, + {0xb94470938fa89bce, 0xf808e40e8d5b3e6a}, + {0x95a8637627989aad, 0xdde7001379a44aa9}, + {0xf1c90080baf72cb1, 0x5324c68b12dd6339}, + {0xc350000000000000, 0x0000000000000000}, + {0x9dc5ada82b70b59d, 0xf020000000000000}, + {0xfee50b7025c36a08, 0x02f236d04753d5b5}, + {0xcde6fd5e09abcf26, 0xed4c0226b55e6f87}, + {0xa6539930bf6bff45, 0x84db8346b786151d}, + {0x865b86925b9bc5c2, 0x0b8a2392ba45a9b3}, + {0xd910f7ff28069da4, 0x1b2ba1518094da05}, + {0xaf58416654a6babb, 0x387ac8d1970027b3}, + {0x8da471a9de737e24, 0x5ceaecfed289e5d3}, + {0xe4d5e82392a40515, 0x0fabaf3feaa5334b}, + {0xb8da1662e7b00a17, 0x3d6a751f3b936244}, + { 0x95527a5202df0ccb, + 0x0f37801e0c43ebc9 } +#endif + }; + +#if FMT_USE_FULL_CACHE_DRAGONBOX + return pow10_significands[k - float_info::min_k]; +#else + static constexpr const uint64_t powers_of_5_64[] = { + 0x0000000000000001, 0x0000000000000005, 0x0000000000000019, + 0x000000000000007d, 0x0000000000000271, 0x0000000000000c35, + 0x0000000000003d09, 0x000000000001312d, 0x000000000005f5e1, + 0x00000000001dcd65, 0x00000000009502f9, 0x0000000002e90edd, + 0x000000000e8d4a51, 0x0000000048c27395, 0x000000016bcc41e9, + 0x000000071afd498d, 0x0000002386f26fc1, 0x000000b1a2bc2ec5, + 0x000003782dace9d9, 0x00001158e460913d, 0x000056bc75e2d631, + 0x0001b1ae4d6e2ef5, 0x000878678326eac9, 0x002a5a058fc295ed, + 0x00d3c21bcecceda1, 0x0422ca8b0a00a425, 0x14adf4b7320334b9}; + + static const int compression_ratio = 27; + + // Compute base index. + int cache_index = (k - float_info::min_k) / compression_ratio; + int kb = cache_index * compression_ratio + float_info::min_k; + int offset = k - kb; + + // Get base cache. + uint128_fallback base_cache = pow10_significands[cache_index]; + if (offset == 0) return base_cache; + + // Compute the required amount of bit-shift. + int alpha = floor_log2_pow10(kb + offset) - floor_log2_pow10(kb) - offset; + FMT_ASSERT(alpha > 0 && alpha < 64, "shifting error detected"); + + // Try to recover the real cache. + uint64_t pow5 = powers_of_5_64[offset]; + uint128_fallback recovered_cache = umul128(base_cache.high(), pow5); + uint128_fallback middle_low = umul128(base_cache.low(), pow5); + + recovered_cache += middle_low.high(); + + uint64_t high_to_middle = recovered_cache.high() << (64 - alpha); + uint64_t middle_to_low = recovered_cache.low() << (64 - alpha); + + recovered_cache = + uint128_fallback{(recovered_cache.low() >> alpha) | high_to_middle, + ((middle_low.low() >> alpha) | middle_to_low)}; + FMT_ASSERT(recovered_cache.low() + 1 != 0, ""); + return {recovered_cache.high(), recovered_cache.low() + 1}; +#endif } - // Returns compare(lhs1 + lhs2, rhs). - friend int add_compare(const bigint& lhs1, const bigint& lhs2, - const bigint& rhs) { - int max_lhs_bigits = (std::max)(lhs1.num_bigits(), lhs2.num_bigits()); - int num_rhs_bigits = rhs.num_bigits(); - if (max_lhs_bigits + 1 < num_rhs_bigits) return -1; - if (max_lhs_bigits > num_rhs_bigits) return 1; - auto get_bigit = [](const bigint& n, int i) -> bigit { - return i >= n.exp_ && i < n.num_bigits() ? n[i - n.exp_] : 0; - }; - double_bigit borrow = 0; - int min_exp = (std::min)((std::min)(lhs1.exp_, lhs2.exp_), rhs.exp_); - for (int i = num_rhs_bigits - 1; i >= min_exp; --i) { - double_bigit sum = - static_cast(get_bigit(lhs1, i)) + get_bigit(lhs2, i); - bigit rhs_bigit = get_bigit(rhs, i); - if (sum > rhs_bigit + borrow) return 1; - borrow = rhs_bigit + borrow - sum; - if (borrow > 1) return -1; - borrow <<= bigit_bits; - } - return borrow != 0 ? -1 : 0; + struct compute_mul_result { + carrier_uint result; + bool is_integer; + }; + struct compute_mul_parity_result { + bool parity; + bool is_integer; + }; + + static compute_mul_result compute_mul( + carrier_uint u, const cache_entry_type& cache) noexcept { + auto r = umul192_upper128(u, cache); + return {r.high(), r.low() == 0}; } - // Assigns pow(10, exp) to this bigint. - void assign_pow10(int exp) { - assert(exp >= 0); - if (exp == 0) return assign(1); - // Find the top bit. - int bitmask = 1; - while (exp >= bitmask) bitmask <<= 1; - bitmask >>= 1; - // pow(10, exp) = pow(5, exp) * pow(2, exp). First compute pow(5, exp) by - // repeated squaring and multiplication. - assign(5); - bitmask >>= 1; - while (bitmask != 0) { - square(); - if ((exp & bitmask) != 0) *this *= 5; - bitmask >>= 1; - } - *this <<= exp; // Multiply by pow(2, exp) by shifting. + static uint32_t compute_delta(cache_entry_type const& cache, + int beta) noexcept { + return static_cast(cache.high() >> (64 - 1 - beta)); } - void square() { - basic_memory_buffer n(std::move(bigits_)); - int num_bigits = static_cast(bigits_.size()); - int num_result_bigits = 2 * num_bigits; - bigits_.resize(to_unsigned(num_result_bigits)); - using accumulator_t = conditional_t; - auto sum = accumulator_t(); - for (int bigit_index = 0; bigit_index < num_bigits; ++bigit_index) { - // Compute bigit at position bigit_index of the result by adding - // cross-product terms n[i] * n[j] such that i + j == bigit_index. - for (int i = 0, j = bigit_index; j >= 0; ++i, --j) { - // Most terms are multiplied twice which can be optimized in the future. - sum += static_cast(n[i]) * n[j]; - } - (*this)[bigit_index] = static_cast(sum); - sum >>= bits::value; // Compute the carry. - } - // Do the same for the top half. - for (int bigit_index = num_bigits; bigit_index < num_result_bigits; - ++bigit_index) { - for (int j = num_bigits - 1, i = bigit_index - j; i < num_bigits;) - sum += static_cast(n[i++]) * n[j--]; - (*this)[bigit_index] = static_cast(sum); - sum >>= bits::value; - } - --num_result_bigits; - remove_leading_zeros(); - exp_ *= 2; + static compute_mul_parity_result compute_mul_parity( + carrier_uint two_f, const cache_entry_type& cache, int beta) noexcept { + FMT_ASSERT(beta >= 1, ""); + FMT_ASSERT(beta < 64, ""); + + auto r = umul192_lower128(two_f, cache); + return {((r.high() >> (64 - beta)) & 1) != 0, + ((r.high() << beta) | (r.low() >> (64 - beta))) == 0}; } - // Divides this bignum by divisor, assigning the remainder to this and - // returning the quotient. - int divmod_assign(const bigint& divisor) { - FMT_ASSERT(this != &divisor, ""); - if (compare(*this, divisor) < 0) return 0; - int num_bigits = static_cast(bigits_.size()); - FMT_ASSERT(divisor.bigits_[divisor.bigits_.size() - 1u] != 0, ""); - int exp_difference = exp_ - divisor.exp_; - if (exp_difference > 0) { - // Align bigints by adding trailing zeros to simplify subtraction. - bigits_.resize(to_unsigned(num_bigits + exp_difference)); - for (int i = num_bigits - 1, j = i + exp_difference; i >= 0; --i, --j) - bigits_[j] = bigits_[i]; - std::uninitialized_fill_n(bigits_.data(), exp_difference, 0); - exp_ -= exp_difference; - } - int quotient = 0; - do { - subtract_aligned(divisor); - ++quotient; - } while (compare(*this, divisor) >= 0); - return quotient; + static carrier_uint compute_left_endpoint_for_shorter_interval_case( + const cache_entry_type& cache, int beta) noexcept { + return (cache.high() - + (cache.high() >> (num_significand_bits() + 2))) >> + (64 - num_significand_bits() - 1 - beta); } -}; -enum class round_direction { unknown, up, down }; - -// Given the divisor (normally a power of 10), the remainder = v % divisor for -// some number v and the error, returns whether v should be rounded up, down, or -// whether the rounding direction can't be determined due to error. -// error should be less than divisor / 2. -inline round_direction get_round_direction(uint64_t divisor, uint64_t remainder, - uint64_t error) { - FMT_ASSERT(remainder < divisor, ""); // divisor - remainder won't overflow. - FMT_ASSERT(error < divisor, ""); // divisor - error won't overflow. - FMT_ASSERT(error < divisor - error, ""); // error * 2 won't overflow. - // Round down if (remainder + error) * 2 <= divisor. - if (remainder <= divisor - remainder && error * 2 <= divisor - remainder * 2) - return round_direction::down; - // Round up if (remainder - error) * 2 >= divisor. - if (remainder >= error && - remainder - error >= divisor - (remainder - error)) { - return round_direction::up; + static carrier_uint compute_right_endpoint_for_shorter_interval_case( + const cache_entry_type& cache, int beta) noexcept { + return (cache.high() + + (cache.high() >> (num_significand_bits() + 1))) >> + (64 - num_significand_bits() - 1 - beta); } - return round_direction::unknown; -} -namespace digits { -enum result { - more, // Generate more digits. - done, // Done generating digits. - error // Digit generation cancelled due to an error. + static carrier_uint compute_round_up_for_shorter_interval_case( + const cache_entry_type& cache, int beta) noexcept { + return ((cache.high() >> (64 - num_significand_bits() - 2 - beta)) + + 1) / + 2; + } }; -} -// A version of count_digits optimized for grisu_gen_digits. -inline int grisu_count_digits(uint32_t n) { - if (n < 10) return 1; - if (n < 100) return 2; - if (n < 1000) return 3; - if (n < 10000) return 4; - if (n < 100000) return 5; - if (n < 1000000) return 6; - if (n < 10000000) return 7; - if (n < 100000000) return 8; - if (n < 1000000000) return 9; - return 10; +// Various integer checks +template +bool is_left_endpoint_integer_shorter_interval(int exponent) noexcept { + const int case_shorter_interval_left_endpoint_lower_threshold = 2; + const int case_shorter_interval_left_endpoint_upper_threshold = 3; + return exponent >= case_shorter_interval_left_endpoint_lower_threshold && + exponent <= case_shorter_interval_left_endpoint_upper_threshold; } -// Generates output using the Grisu digit-gen algorithm. -// error: the size of the region (lower, upper) outside of which numbers -// definitely do not round to value (Delta in Grisu3). -template -FMT_ALWAYS_INLINE digits::result grisu_gen_digits(fp value, uint64_t error, - int& exp, Handler& handler) { - const fp one(1ULL << -value.e, value.e); - // The integral part of scaled value (p1 in Grisu) = value / one. It cannot be - // zero because it contains a product of two 64-bit numbers with MSB set (due - // to normalization) - 1, shifted right by at most 60 bits. - auto integral = static_cast(value.f >> -one.e); - FMT_ASSERT(integral != 0, ""); - FMT_ASSERT(integral == value.f >> -one.e, ""); - // The fractional part of scaled value (p2 in Grisu) c = value % one. - uint64_t fractional = value.f & (one.f - 1); - exp = grisu_count_digits(integral); // kappa in Grisu. - // Divide by 10 to prevent overflow. - auto result = handler.on_start(data::powers_of_10_64[exp - 1] << -one.e, - value.f / 10, error * 10, exp); - if (result != digits::more) return result; - // Generate digits for the integral part. This can produce up to 10 digits. - do { - uint32_t digit = 0; - auto divmod_integral = [&](uint32_t divisor) { - digit = integral / divisor; - integral %= divisor; - }; - // This optimization by Milo Yip reduces the number of integer divisions by - // one per iteration. - switch (exp) { - case 10: - divmod_integral(1000000000); - break; - case 9: - divmod_integral(100000000); - break; - case 8: - divmod_integral(10000000); - break; - case 7: - divmod_integral(1000000); - break; - case 6: - divmod_integral(100000); - break; - case 5: - divmod_integral(10000); - break; - case 4: - divmod_integral(1000); - break; - case 3: - divmod_integral(100); - break; - case 2: - divmod_integral(10); - break; - case 1: - digit = integral; - integral = 0; - break; - default: - FMT_ASSERT(false, "invalid number of digits"); - } - --exp; - uint64_t remainder = - (static_cast(integral) << -one.e) + fractional; - result = handler.on_digit(static_cast('0' + digit), - data::powers_of_10_64[exp] << -one.e, remainder, - error, exp, true); - if (result != digits::more) return result; - } while (exp > 0); - // Generate digits for the fractional part. - for (;;) { - fractional *= 10; - error *= 10; - char digit = - static_cast('0' + static_cast(fractional >> -one.e)); - fractional &= one.f - 1; - --exp; - result = handler.on_digit(digit, one.f, fractional, error, exp, false); - if (result != digits::more) return result; +// Remove trailing zeros from n and return the number of zeros removed (float) +FMT_INLINE int remove_trailing_zeros(uint32_t& n) noexcept { + FMT_ASSERT(n != 0, ""); + const uint32_t mod_inv_5 = 0xcccccccd; + const uint32_t mod_inv_25 = mod_inv_5 * mod_inv_5; + + int s = 0; + while (true) { + auto q = rotr(n * mod_inv_25, 2); + if (q > max_value() / 100) break; + n = q; + s += 2; } + auto q = rotr(n * mod_inv_5, 1); + if (q <= max_value() / 10) { + n = q; + s |= 1; + } + + return s; } -// The fixed precision digit handler. -struct fixed_handler { - char* buf; - int size; - int precision; - int exp10; - bool fixed; - - digits::result on_start(uint64_t divisor, uint64_t remainder, uint64_t error, - int& exp) { - // Non-fixed formats require at least one digit and no precision adjustment. - if (!fixed) return digits::more; - // Adjust fixed precision by exponent because it is relative to decimal - // point. - precision += exp + exp10; - // Check if precision is satisfied just by leading zeros, e.g. - // format("{:.2f}", 0.001) gives "0.00" without generating any digits. - if (precision > 0) return digits::more; - if (precision < 0) return digits::done; - auto dir = get_round_direction(divisor, remainder, error); - if (dir == round_direction::unknown) return digits::error; - buf[size++] = dir == round_direction::up ? '1' : '0'; - return digits::done; - } +// Removes trailing zeros and returns the number of zeros removed (double) +FMT_INLINE int remove_trailing_zeros(uint64_t& n) noexcept { + FMT_ASSERT(n != 0, ""); - digits::result on_digit(char digit, uint64_t divisor, uint64_t remainder, - uint64_t error, int, bool integral) { - FMT_ASSERT(remainder < divisor, ""); - buf[size++] = digit; - if (size < precision) return digits::more; - if (!integral) { - // Check if error * 2 < divisor with overflow prevention. - // The check is not needed for the integral part because error = 1 - // and divisor > (1 << 32) there. - if (error >= divisor || error >= divisor - error) return digits::error; - } else { - FMT_ASSERT(error == 1 && divisor > 2, ""); - } - auto dir = get_round_direction(divisor, remainder, error); - if (dir != round_direction::up) - return dir == round_direction::down ? digits::done : digits::error; - ++buf[size - 1]; - for (int i = size - 1; i > 0 && buf[i] > '9'; --i) { - buf[i] = '0'; - ++buf[i - 1]; - } - if (buf[0] > '9') { - buf[0] = '1'; - buf[size++] = '0'; - } - return digits::done; - } -}; + // This magic number is ceil(2^90 / 10^8). + constexpr uint64_t magic_number = 12379400392853802749ull; + auto nm = umul128(n, magic_number); -// The shortest representation digit handler. -struct grisu_shortest_handler { - char* buf; - int size; - // Distance between scaled value and upper bound (wp_W in Grisu3). - uint64_t diff; + // Is n is divisible by 10^8? + if ((nm.high() & ((1ull << (90 - 64)) - 1)) == 0 && nm.low() < magic_number) { + // If yes, work with the quotient. + auto n32 = static_cast(nm.high() >> (90 - 64)); - digits::result on_start(uint64_t, uint64_t, uint64_t, int&) { - return digits::more; - } + const uint32_t mod_inv_5 = 0xcccccccd; + const uint32_t mod_inv_25 = mod_inv_5 * mod_inv_5; - // Decrement the generated number approaching value from above. - void round(uint64_t d, uint64_t divisor, uint64_t& remainder, - uint64_t error) { - while ( - remainder < d && error - remainder >= divisor && - (remainder + divisor < d || d - remainder >= remainder + divisor - d)) { - --buf[size - 1]; - remainder += divisor; + int s = 8; + while (true) { + auto q = rotr(n32 * mod_inv_25, 2); + if (q > max_value() / 100) break; + n32 = q; + s += 2; } - } - - // Implements Grisu's round_weed. - digits::result on_digit(char digit, uint64_t divisor, uint64_t remainder, - uint64_t error, int exp, bool integral) { - buf[size++] = digit; - if (remainder >= error) return digits::more; - uint64_t unit = integral ? 1 : data::powers_of_10_64[-exp]; - uint64_t up = (diff - 1) * unit; // wp_Wup - round(up, divisor, remainder, error); - uint64_t down = (diff + 1) * unit; // wp_Wdown - if (remainder < down && error - remainder >= divisor && - (remainder + divisor < down || - down - remainder > remainder + divisor - down)) { - return digits::error; + auto q = rotr(n32 * mod_inv_5, 1); + if (q <= max_value() / 10) { + n32 = q; + s |= 1; } - return 2 * unit <= remainder && remainder <= error - 4 * unit - ? digits::done - : digits::error; + + n = n32; + return s; } -}; -// Formats value using a variation of the Fixed-Precision Positive -// Floating-Point Printout ((FPP)^2) algorithm by Steele & White: -// https://fmt.dev/p372-steele.pdf. -template -void fallback_format(Double d, buffer& buf, int& exp10) { - bigint numerator; // 2 * R in (FPP)^2. - bigint denominator; // 2 * S in (FPP)^2. - // lower and upper are differences between value and corresponding boundaries. - bigint lower; // (M^- in (FPP)^2). - bigint upper_store; // upper's value if different from lower. - bigint* upper = nullptr; // (M^+ in (FPP)^2). - fp value; - // Shift numerator and denominator by an extra bit or two (if lower boundary - // is closer) to make lower and upper integers. This eliminates multiplication - // by 2 during later computations. - // TODO: handle float - int shift = value.assign(d) ? 2 : 1; - uint64_t significand = value.f << shift; - if (value.e >= 0) { - numerator.assign(significand); - numerator <<= value.e; - lower.assign(1); - lower <<= value.e; - if (shift != 1) { - upper_store.assign(1); - upper_store <<= value.e + 1; - upper = &upper_store; - } - denominator.assign_pow10(exp10); - denominator <<= 1; - } else if (exp10 < 0) { - numerator.assign_pow10(-exp10); - lower.assign(numerator); - if (shift != 1) { - upper_store.assign(numerator); - upper_store <<= 1; - upper = &upper_store; - } - numerator *= significand; - denominator.assign(1); - denominator <<= shift - value.e; - } else { - numerator.assign(significand); - denominator.assign_pow10(exp10); - denominator <<= shift - value.e; - lower.assign(1); - if (shift != 1) { - upper_store.assign(1ULL << 1); - upper = &upper_store; - } + // If n is not divisible by 10^8, work with n itself. + const uint64_t mod_inv_5 = 0xcccccccccccccccd; + const uint64_t mod_inv_25 = mod_inv_5 * mod_inv_5; + + int s = 0; + while (true) { + auto q = rotr(n * mod_inv_25, 2); + if (q > max_value() / 100) break; + n = q; + s += 2; } - if (!upper) upper = &lower; - // Invariant: value == (numerator / denominator) * pow(10, exp10). - bool even = (value.f & 1) == 0; - int num_digits = 0; - char* data = buf.data(); - for (;;) { - int digit = numerator.divmod_assign(denominator); - bool low = compare(numerator, lower) - even < 0; // numerator <[=] lower. - // numerator + upper >[=] pow10: - bool high = add_compare(numerator, *upper, denominator) + even > 0; - data[num_digits++] = static_cast('0' + digit); - if (low || high) { - if (!low) { - ++data[num_digits - 1]; - } else if (high) { - int result = add_compare(numerator, numerator, denominator); - // Round half to even. - if (result > 0 || (result == 0 && (digit % 2) != 0)) - ++data[num_digits - 1]; - } - buf.resize(to_unsigned(num_digits)); - exp10 -= num_digits - 1; - return; - } - numerator *= 10; - lower *= 10; - if (upper != &lower) *upper *= 10; + auto q = rotr(n * mod_inv_5, 1); + if (q <= max_value() / 10) { + n = q; + s |= 1; } + + return s; } -// Formats value using the Grisu algorithm -// (https://www.cs.tufts.edu/~nr/cs257/archive/florian-loitsch/printf.pdf) -// if T is a IEEE754 binary32 or binary64 and snprintf otherwise. -template -int format_float(T value, int precision, float_specs specs, buffer& buf) { - static_assert(!std::is_same::value, ""); - FMT_ASSERT(value >= 0, "value is negative"); - - const bool fixed = specs.format == float_format::fixed; - if (value <= 0) { // <= instead of == to silence a warning. - if (precision <= 0 || !fixed) { - buf.push_back('0'); - return 0; - } - buf.resize(to_unsigned(precision)); - std::uninitialized_fill_n(buf.data(), precision, '0'); - return -precision; +// The main algorithm for shorter interval case +template +FMT_INLINE decimal_fp shorter_interval_case(int exponent) noexcept { + decimal_fp ret_value; + // Compute k and beta + const int minus_k = floor_log10_pow2_minus_log10_4_over_3(exponent); + const int beta = exponent + floor_log2_pow10(-minus_k); + + // Compute xi and zi + using cache_entry_type = typename cache_accessor::cache_entry_type; + const cache_entry_type cache = cache_accessor::get_cached_power(-minus_k); + + auto xi = cache_accessor::compute_left_endpoint_for_shorter_interval_case( + cache, beta); + auto zi = cache_accessor::compute_right_endpoint_for_shorter_interval_case( + cache, beta); + + // If the left endpoint is not an integer, increase it + if (!is_left_endpoint_integer_shorter_interval(exponent)) ++xi; + + // Try bigger divisor + ret_value.significand = zi / 10; + + // If succeed, remove trailing zeros if necessary and return + if (ret_value.significand * 10 >= xi) { + ret_value.exponent = minus_k + 1; + ret_value.exponent += remove_trailing_zeros(ret_value.significand); + return ret_value; } - if (!specs.use_grisu) return snprintf_float(value, precision, specs, buf); - - int exp = 0; - const int min_exp = -60; // alpha in Grisu. - int cached_exp10 = 0; // K in Grisu. - if (precision < 0) { - fp fp_value; - auto boundaries = specs.binary32 - ? fp_value.assign_float_with_boundaries(value) - : fp_value.assign_with_boundaries(value); - fp_value = normalize(fp_value); - // Find a cached power of 10 such that multiplying value by it will bring - // the exponent in the range [min_exp, -32]. - const fp cached_pow = get_cached_power( - min_exp - (fp_value.e + fp::significand_size), cached_exp10); - // Multiply value and boundaries by the cached power of 10. - fp_value = fp_value * cached_pow; - boundaries.lower = multiply(boundaries.lower, cached_pow.f); - boundaries.upper = multiply(boundaries.upper, cached_pow.f); - assert(min_exp <= fp_value.e && fp_value.e <= -32); - --boundaries.lower; // \tilde{M}^- - 1 ulp -> M^-_{\downarrow}. - ++boundaries.upper; // \tilde{M}^+ + 1 ulp -> M^+_{\uparrow}. - // Numbers outside of (lower, upper) definitely do not round to value. - grisu_shortest_handler handler{buf.data(), 0, - boundaries.upper - fp_value.f}; - auto result = - grisu_gen_digits(fp(boundaries.upper, fp_value.e), - boundaries.upper - boundaries.lower, exp, handler); - if (result == digits::error) { - exp += handler.size - cached_exp10 - 1; - fallback_format(value, buf, exp); - return exp; - } - buf.resize(to_unsigned(handler.size)); - } else { - if (precision > 17) return snprintf_float(value, precision, specs, buf); - fp normalized = normalize(fp(value)); - const auto cached_pow = get_cached_power( - min_exp - (normalized.e + fp::significand_size), cached_exp10); - normalized = normalized * cached_pow; - fixed_handler handler{buf.data(), 0, precision, -cached_exp10, fixed}; - if (grisu_gen_digits(normalized, 1, exp, handler) == digits::error) - return snprintf_float(value, precision, specs, buf); - int num_digits = handler.size; - if (!fixed) { - // Remove trailing zeros. - while (num_digits > 0 && buf[num_digits - 1] == '0') { - --num_digits; - ++exp; - } - } - buf.resize(to_unsigned(num_digits)); + // Otherwise, compute the round-up of y + ret_value.significand = + cache_accessor::compute_round_up_for_shorter_interval_case(cache, + beta); + ret_value.exponent = minus_k; + + // When tie occurs, choose one of them according to the rule + if (exponent >= float_info::shorter_interval_tie_lower_threshold && + exponent <= float_info::shorter_interval_tie_upper_threshold) { + ret_value.significand = ret_value.significand % 2 == 0 + ? ret_value.significand + : ret_value.significand - 1; + } else if (ret_value.significand < xi) { + ++ret_value.significand; } - return exp - cached_exp10; + return ret_value; } -template -int snprintf_float(T value, int precision, float_specs specs, - buffer& buf) { - // Buffer capacity must be non-zero, otherwise MSVC's vsnprintf_s will fail. - FMT_ASSERT(buf.capacity() > buf.size(), "empty buffer"); - static_assert(!std::is_same::value, ""); - - // Subtract 1 to account for the difference in precision since we use %e for - // both general and exponent format. - if (specs.format == float_format::general || - specs.format == float_format::exp) - precision = (precision >= 0 ? precision : 6) - 1; - - // Build the format string. - enum { max_format_size = 7 }; // Ths longest format is "%#.*Le". - char format[max_format_size]; - char* format_ptr = format; - *format_ptr++ = '%'; - if (specs.showpoint && specs.format == float_format::hex) *format_ptr++ = '#'; - if (precision >= 0) { - *format_ptr++ = '.'; - *format_ptr++ = '*'; +template decimal_fp to_decimal(T x) noexcept { + // Step 1: integer promotion & Schubfach multiplier calculation. + + using carrier_uint = typename float_info::carrier_uint; + using cache_entry_type = typename cache_accessor::cache_entry_type; + auto br = bit_cast(x); + + // Extract significand bits and exponent bits. + const carrier_uint significand_mask = + (static_cast(1) << num_significand_bits()) - 1; + carrier_uint significand = (br & significand_mask); + int exponent = + static_cast((br & exponent_mask()) >> num_significand_bits()); + + if (exponent != 0) { // Check if normal. + exponent -= exponent_bias() + num_significand_bits(); + + // Shorter interval case; proceed like Schubfach. + // In fact, when exponent == 1 and significand == 0, the interval is + // regular. However, it can be shown that the end-results are anyway same. + if (significand == 0) return shorter_interval_case(exponent); + + significand |= (static_cast(1) << num_significand_bits()); + } else { + // Subnormal case; the interval is always regular. + if (significand == 0) return {0, 0}; + exponent = + std::numeric_limits::min_exponent - num_significand_bits() - 1; } - if (std::is_same()) *format_ptr++ = 'L'; - *format_ptr++ = specs.format != float_format::hex - ? (specs.format == float_format::fixed ? 'f' : 'e') - : (specs.upper ? 'A' : 'a'); - *format_ptr = '\0'; - - // Format using snprintf. - auto offset = buf.size(); - for (;;) { - auto begin = buf.data() + offset; - auto capacity = buf.capacity() - offset; -#ifdef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION - if (precision > 100000) - throw std::runtime_error( - "fuzz mode - avoid large allocation inside snprintf"); -#endif - // Suppress the warning about a nonliteral format string. - // Cannot use auto becase of a bug in MinGW (#1532). - int (*snprintf_ptr)(char*, size_t, const char*, ...) = FMT_SNPRINTF; - int result = precision >= 0 - ? snprintf_ptr(begin, capacity, format, precision, value) - : snprintf_ptr(begin, capacity, format, value); - if (result < 0) { - buf.reserve(buf.capacity() + 1); // The buffer will grow exponentially. - continue; - } - auto size = to_unsigned(result); - // Size equal to capacity means that the last character was truncated. - if (size >= capacity) { - buf.reserve(size + offset + 1); // Add 1 for the terminating '\0'. - continue; - } - auto is_digit = [](char c) { return c >= '0' && c <= '9'; }; - if (specs.format == float_format::fixed) { - if (precision == 0) { - buf.resize(size); - return 0; - } - // Find and remove the decimal point. - auto end = begin + size, p = end; - do { - --p; - } while (is_digit(*p)); - int fraction_size = static_cast(end - p - 1); - std::memmove(p, p + 1, to_unsigned(fraction_size)); - buf.resize(size - 1); - return -fraction_size; - } - if (specs.format == float_format::hex) { - buf.resize(size + offset); - return 0; - } - // Find and parse the exponent. - auto end = begin + size, exp_pos = end; - do { - --exp_pos; - } while (*exp_pos != 'e'); - char sign = exp_pos[1]; - assert(sign == '+' || sign == '-'); - int exp = 0; - auto p = exp_pos + 2; // Skip 'e' and sign. - do { - assert(is_digit(*p)); - exp = exp * 10 + (*p++ - '0'); - } while (p != end); - if (sign == '-') exp = -exp; - int fraction_size = 0; - if (exp_pos != begin + 1) { - // Remove trailing zeros. - auto fraction_end = exp_pos - 1; - while (*fraction_end == '0') --fraction_end; - // Move the fractional part left to get rid of the decimal point. - fraction_size = static_cast(fraction_end - begin - 1); - std::memmove(begin + 1, begin + 2, to_unsigned(fraction_size)); + + const bool include_left_endpoint = (significand % 2 == 0); + const bool include_right_endpoint = include_left_endpoint; + + // Compute k and beta. + const int minus_k = floor_log10_pow2(exponent) - float_info::kappa; + const cache_entry_type cache = cache_accessor::get_cached_power(-minus_k); + const int beta = exponent + floor_log2_pow10(-minus_k); + + // Compute zi and deltai. + // 10^kappa <= deltai < 10^(kappa + 1) + const uint32_t deltai = cache_accessor::compute_delta(cache, beta); + const carrier_uint two_fc = significand << 1; + + // For the case of binary32, the result of integer check is not correct for + // 29711844 * 2^-82 + // = 6.1442653300000000008655037797566933477355632930994033813476... * 10^-18 + // and 29711844 * 2^-81 + // = 1.2288530660000000001731007559513386695471126586198806762695... * 10^-17, + // and they are the unique counterexamples. However, since 29711844 is even, + // this does not cause any problem for the endpoints calculations; it can only + // cause a problem when we need to perform integer check for the center. + // Fortunately, with these inputs, that branch is never executed, so we are + // fine. + const typename cache_accessor::compute_mul_result z_mul = + cache_accessor::compute_mul((two_fc | 1) << beta, cache); + + // Step 2: Try larger divisor; remove trailing zeros if necessary. + + // Using an upper bound on zi, we might be able to optimize the division + // better than the compiler; we are computing zi / big_divisor here. + decimal_fp ret_value; + ret_value.significand = divide_by_10_to_kappa_plus_1(z_mul.result); + uint32_t r = static_cast(z_mul.result - float_info::big_divisor * + ret_value.significand); + + if (r < deltai) { + // Exclude the right endpoint if necessary. + if (r == 0 && (z_mul.is_integer & !include_right_endpoint)) { + --ret_value.significand; + r = float_info::big_divisor; + goto small_divisor_case_label; } - buf.resize(to_unsigned(fraction_size) + offset + 1); - return exp - fraction_size; + } else if (r > deltai) { + goto small_divisor_case_label; + } else { + // r == deltai; compare fractional parts. + const typename cache_accessor::compute_mul_parity_result x_mul = + cache_accessor::compute_mul_parity(two_fc - 1, cache, beta); + + if (!(x_mul.parity | (x_mul.is_integer & include_left_endpoint))) + goto small_divisor_case_label; } + ret_value.exponent = minus_k + float_info::kappa + 1; + + // We may need to remove trailing zeros. + ret_value.exponent += remove_trailing_zeros(ret_value.significand); + return ret_value; + + // Step 3: Find the significand with the smaller divisor. + +small_divisor_case_label: + ret_value.significand *= 10; + ret_value.exponent = minus_k + float_info::kappa; + + uint32_t dist = r - (deltai / 2) + (float_info::small_divisor / 2); + const bool approx_y_parity = + ((dist ^ (float_info::small_divisor / 2)) & 1) != 0; + + // Is dist divisible by 10^kappa? + const bool divisible_by_small_divisor = + check_divisibility_and_divide_by_pow10::kappa>(dist); + + // Add dist / 10^kappa to the significand. + ret_value.significand += dist; + + if (!divisible_by_small_divisor) return ret_value; + + // Check z^(f) >= epsilon^(f). + // We have either yi == zi - epsiloni or yi == (zi - epsiloni) - 1, + // where yi == zi - epsiloni if and only if z^(f) >= epsilon^(f). + // Since there are only 2 possibilities, we only need to care about the + // parity. Also, zi and r should have the same parity since the divisor + // is an even number. + const auto y_mul = cache_accessor::compute_mul_parity(two_fc, cache, beta); + + // If z^(f) >= epsilon^(f), we might have a tie when z^(f) == epsilon^(f), + // or equivalently, when y is an integer. + if (y_mul.parity != approx_y_parity) + --ret_value.significand; + else if (y_mul.is_integer & (ret_value.significand % 2 != 0)) + --ret_value.significand; + return ret_value; } +} // namespace dragonbox -// A public domain branchless UTF-8 decoder by Christopher Wellons: -// https://github.com/skeeto/branchless-utf8 -/* Decode the next character, c, from buf, reporting errors in e. - * - * Since this is a branchless decoder, four bytes will be read from the - * buffer regardless of the actual length of the next character. This - * means the buffer _must_ have at least three bytes of zero padding - * following the end of the data stream. - * - * Errors are reported in e, which will be non-zero if the parsed - * character was somehow invalid: invalid byte sequence, non-canonical - * encoding, or a surrogate half. - * - * The function returns a pointer to the next character. When an error - * occurs, this pointer will be a guess that depends on the particular - * error, but it will always advance at least one byte. - */ -FMT_FUNC const char* utf8_decode(const char* buf, uint32_t* c, int* e) { - static const char lengths[] = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, - 0, 0, 2, 2, 2, 2, 3, 3, 4, 0}; - static const int masks[] = {0x00, 0x7f, 0x1f, 0x0f, 0x07}; - static const uint32_t mins[] = {4194304, 0, 128, 2048, 65536}; - static const int shiftc[] = {0, 18, 12, 6, 0}; - static const int shifte[] = {0, 6, 4, 2, 0}; - - auto s = reinterpret_cast(buf); - int len = lengths[s[0] >> 3]; - - // Compute the pointer to the next character early so that the next - // iteration can start working on the next character. Neither Clang - // nor GCC figure out this reordering on their own. - const char* next = buf + len + !len; - - // Assume a four-byte character and load four bytes. Unused bits are - // shifted out. - *c = uint32_t(s[0] & masks[len]) << 18; - *c |= uint32_t(s[1] & 0x3f) << 12; - *c |= uint32_t(s[2] & 0x3f) << 6; - *c |= uint32_t(s[3] & 0x3f) << 0; - *c >>= shiftc[len]; - - // Accumulate the various error conditions. - *e = (*c < mins[len]) << 6; // non-canonical encoding - *e |= ((*c >> 11) == 0x1b) << 7; // surrogate half? - *e |= (*c > 0x10FFFF) << 8; // out of range? - *e |= (s[1] & 0xc0) >> 2; - *e |= (s[2] & 0xc0) >> 4; - *e |= (s[3]) >> 6; - *e ^= 0x2a; // top two bits of each tail byte correct? - *e >>= shifte[len]; - - return next; +#ifdef _MSC_VER +FMT_FUNC auto fmt_snprintf(char* buf, size_t size, const char* fmt, ...) + -> int { + auto args = va_list(); + va_start(args, fmt); + int result = vsnprintf_s(buf, size, _TRUNCATE, fmt, args); + va_end(args); + return result; } -} // namespace internal +#endif +} // namespace detail -template <> struct formatter { - format_parse_context::iterator parse(format_parse_context& ctx) { +template <> struct formatter { + FMT_CONSTEXPR auto parse(format_parse_context& ctx) + -> format_parse_context::iterator { return ctx.begin(); } - format_context::iterator format(const internal::bigint& n, - format_context& ctx) { + template + auto format(const detail::bigint& n, FormatContext& ctx) const -> + typename FormatContext::iterator { auto out = ctx.out(); bool first = true; for (auto i = n.bigits_.size(); i > 0; --i) { auto value = n.bigits_[i - 1u]; if (first) { - out = format_to(out, "{:x}", value); + out = format_to(out, FMT_STRING("{:x}"), value); first = false; continue; } - out = format_to(out, "{:08x}", value); + out = format_to(out, FMT_STRING("{:08x}"), value); } if (n.exp_ > 0) - out = format_to(out, "p{}", n.exp_ * internal::bigint::bigit_bits); + out = format_to(out, FMT_STRING("p{}"), + n.exp_ * detail::bigint::bigit_bits); return out; } }; -FMT_FUNC internal::utf8_to_utf16::utf8_to_utf16(string_view s) { - auto transcode = [this](const char* p) { - auto cp = uint32_t(); - auto error = 0; - p = utf8_decode(p, &cp, &error); - if (error != 0) FMT_THROW(std::runtime_error("invalid utf8")); +FMT_FUNC detail::utf8_to_utf16::utf8_to_utf16(string_view s) { + for_each_codepoint(s, [this](uint32_t cp, string_view) { + if (cp == invalid_code_point) FMT_THROW(std::runtime_error("invalid utf8")); if (cp <= 0xFFFF) { buffer_.push_back(static_cast(cp)); } else { @@ -1307,85 +1444,81 @@ FMT_FUNC internal::utf8_to_utf16::utf8_to_utf16(string_view s) { buffer_.push_back(static_cast(0xD800 + (cp >> 10))); buffer_.push_back(static_cast(0xDC00 + (cp & 0x3FF))); } - return p; - }; - auto p = s.data(); - const size_t block_size = 4; // utf8_decode always reads blocks of 4 chars. - if (s.size() >= block_size) { - for (auto end = p + s.size() - block_size + 1; p < end;) p = transcode(p); - } - if (auto num_chars_left = s.data() + s.size() - p) { - char buf[2 * block_size - 1] = {}; - memcpy(buf, p, to_unsigned(num_chars_left)); - p = buf; - do { - p = transcode(p); - } while (p - buf < num_chars_left); - } + return true; + }); buffer_.push_back(0); } -FMT_FUNC void format_system_error(internal::buffer& out, int error_code, - string_view message) FMT_NOEXCEPT { +FMT_FUNC void format_system_error(detail::buffer& out, int error_code, + const char* message) noexcept { FMT_TRY { - memory_buffer buf; - buf.resize(inline_buffer_size); - for (;;) { - char* system_message = &buf[0]; - int result = - internal::safe_strerror(error_code, system_message, buf.size()); - if (result == 0) { - internal::writer w(out); - w.write(message); - w.write(": "); - w.write(system_message); - return; - } - if (result != ERANGE) - break; // Can't get error message, report error code instead. - buf.resize(buf.size() * 2); - } + auto ec = std::error_code(error_code, std::generic_category()); + write(std::back_inserter(out), std::system_error(ec, message).what()); + return; } FMT_CATCH(...) {} format_error_code(out, error_code, message); } -FMT_FUNC void internal::error_handler::on_error(const char* message) { - FMT_THROW(format_error(message)); -} - FMT_FUNC void report_system_error(int error_code, - fmt::string_view message) FMT_NOEXCEPT { + const char* message) noexcept { report_error(format_system_error, error_code, message); } -FMT_FUNC void vprint(std::FILE* f, string_view format_str, format_args args) { - memory_buffer buffer; - internal::vformat_to(buffer, format_str, - basic_format_args>(args)); +FMT_FUNC std::string vformat(string_view fmt, format_args args) { + // Don't optimize the "{}" case to keep the binary size small and because it + // can be better optimized in fmt::format anyway. + auto buffer = memory_buffer(); + detail::vformat_to(buffer, fmt, args); + return to_string(buffer); +} + +namespace detail { #ifdef _WIN32 +using dword = conditional_t; +extern "C" __declspec(dllimport) int __stdcall WriteConsoleW( // + void*, const void*, dword, dword*, void*); + +FMT_FUNC bool write_console(std::FILE* f, string_view text) { auto fd = _fileno(f); if (_isatty(fd)) { - internal::utf8_to_utf16 u16(string_view(buffer.data(), buffer.size())); - auto written = DWORD(); - if (!WriteConsoleW(reinterpret_cast(_get_osfhandle(fd)), - u16.c_str(), static_cast(u16.size()), &written, - nullptr)) { - FMT_THROW(format_error("failed to write to console")); + detail::utf8_to_utf16 u16(string_view(text.data(), text.size())); + auto written = detail::dword(); + if (detail::WriteConsoleW(reinterpret_cast(_get_osfhandle(fd)), + u16.c_str(), static_cast(u16.size()), + &written, nullptr)) { + return true; } - return; } + // We return false if the file descriptor was not TTY, or it was but + // SetConsoleW failed which can happen if the output has been redirected to + // NUL. In both cases when we return false, we should attempt to do regular + // write via fwrite or std::ostream::write. + return false; +} +#endif + +FMT_FUNC void print(std::FILE* f, string_view text) { +#ifdef _WIN32 + if (write_console(f, text)) return; #endif - internal::fwrite_fully(buffer.data(), 1, buffer.size(), f); + detail::fwrite_fully(text.data(), 1, text.size(), f); +} +} // namespace detail + +FMT_FUNC void vprint(std::FILE* f, string_view format_str, format_args args) { + memory_buffer buffer; + detail::vformat_to(buffer, format_str, args); + detail::print(f, {buffer.data(), buffer.size()}); } #ifdef _WIN32 // Print assuming legacy (non-Unicode) encoding. -FMT_FUNC void internal::vprint_mojibake(std::FILE* f, string_view format_str, - format_args args) { +FMT_FUNC void detail::vprint_mojibake(std::FILE* f, string_view format_str, + format_args args) { memory_buffer buffer; - internal::vformat_to(buffer, format_str, - basic_format_args>(args)); + detail::vformat_to(buffer, format_str, + basic_format_args>(args)); fwrite_fully(buffer.data(), 1, buffer.size(), f); } #endif @@ -1394,10 +1527,197 @@ FMT_FUNC void vprint(string_view format_str, format_args args) { vprint(stdout, format_str, args); } -FMT_END_NAMESPACE +namespace detail { -#ifdef _MSC_VER -# pragma warning(pop) -#endif +struct singleton { + unsigned char upper; + unsigned char lower_count; +}; + +inline auto is_printable(uint16_t x, const singleton* singletons, + size_t singletons_size, + const unsigned char* singleton_lowers, + const unsigned char* normal, size_t normal_size) + -> bool { + auto upper = x >> 8; + auto lower_start = 0; + for (size_t i = 0; i < singletons_size; ++i) { + auto s = singletons[i]; + auto lower_end = lower_start + s.lower_count; + if (upper < s.upper) break; + if (upper == s.upper) { + for (auto j = lower_start; j < lower_end; ++j) { + if (singleton_lowers[j] == (x & 0xff)) return false; + } + } + lower_start = lower_end; + } + + auto xsigned = static_cast(x); + auto current = true; + for (size_t i = 0; i < normal_size; ++i) { + auto v = static_cast(normal[i]); + auto len = (v & 0x80) != 0 ? (v & 0x7f) << 8 | normal[++i] : v; + xsigned -= len; + if (xsigned < 0) break; + current = !current; + } + return current; +} + +// This code is generated by support/printable.py. +FMT_FUNC auto is_printable(uint32_t cp) -> bool { + static constexpr singleton singletons0[] = { + {0x00, 1}, {0x03, 5}, {0x05, 6}, {0x06, 3}, {0x07, 6}, {0x08, 8}, + {0x09, 17}, {0x0a, 28}, {0x0b, 25}, {0x0c, 20}, {0x0d, 16}, {0x0e, 13}, + {0x0f, 4}, {0x10, 3}, {0x12, 18}, {0x13, 9}, {0x16, 1}, {0x17, 5}, + {0x18, 2}, {0x19, 3}, {0x1a, 7}, {0x1c, 2}, {0x1d, 1}, {0x1f, 22}, + {0x20, 3}, {0x2b, 3}, {0x2c, 2}, {0x2d, 11}, {0x2e, 1}, {0x30, 3}, + {0x31, 2}, {0x32, 1}, {0xa7, 2}, {0xa9, 2}, {0xaa, 4}, {0xab, 8}, + {0xfa, 2}, {0xfb, 5}, {0xfd, 4}, {0xfe, 3}, {0xff, 9}, + }; + static constexpr unsigned char singletons0_lower[] = { + 0xad, 0x78, 0x79, 0x8b, 0x8d, 0xa2, 0x30, 0x57, 0x58, 0x8b, 0x8c, 0x90, + 0x1c, 0x1d, 0xdd, 0x0e, 0x0f, 0x4b, 0x4c, 0xfb, 0xfc, 0x2e, 0x2f, 0x3f, + 0x5c, 0x5d, 0x5f, 0xb5, 0xe2, 0x84, 0x8d, 0x8e, 0x91, 0x92, 0xa9, 0xb1, + 0xba, 0xbb, 0xc5, 0xc6, 0xc9, 0xca, 0xde, 0xe4, 0xe5, 0xff, 0x00, 0x04, + 0x11, 0x12, 0x29, 0x31, 0x34, 0x37, 0x3a, 0x3b, 0x3d, 0x49, 0x4a, 0x5d, + 0x84, 0x8e, 0x92, 0xa9, 0xb1, 0xb4, 0xba, 0xbb, 0xc6, 0xca, 0xce, 0xcf, + 0xe4, 0xe5, 0x00, 0x04, 0x0d, 0x0e, 0x11, 0x12, 0x29, 0x31, 0x34, 0x3a, + 0x3b, 0x45, 0x46, 0x49, 0x4a, 0x5e, 0x64, 0x65, 0x84, 0x91, 0x9b, 0x9d, + 0xc9, 0xce, 0xcf, 0x0d, 0x11, 0x29, 0x45, 0x49, 0x57, 0x64, 0x65, 0x8d, + 0x91, 0xa9, 0xb4, 0xba, 0xbb, 0xc5, 0xc9, 0xdf, 0xe4, 0xe5, 0xf0, 0x0d, + 0x11, 0x45, 0x49, 0x64, 0x65, 0x80, 0x84, 0xb2, 0xbc, 0xbe, 0xbf, 0xd5, + 0xd7, 0xf0, 0xf1, 0x83, 0x85, 0x8b, 0xa4, 0xa6, 0xbe, 0xbf, 0xc5, 0xc7, + 0xce, 0xcf, 0xda, 0xdb, 0x48, 0x98, 0xbd, 0xcd, 0xc6, 0xce, 0xcf, 0x49, + 0x4e, 0x4f, 0x57, 0x59, 0x5e, 0x5f, 0x89, 0x8e, 0x8f, 0xb1, 0xb6, 0xb7, + 0xbf, 0xc1, 0xc6, 0xc7, 0xd7, 0x11, 0x16, 0x17, 0x5b, 0x5c, 0xf6, 0xf7, + 0xfe, 0xff, 0x80, 0x0d, 0x6d, 0x71, 0xde, 0xdf, 0x0e, 0x0f, 0x1f, 0x6e, + 0x6f, 0x1c, 0x1d, 0x5f, 0x7d, 0x7e, 0xae, 0xaf, 0xbb, 0xbc, 0xfa, 0x16, + 0x17, 0x1e, 0x1f, 0x46, 0x47, 0x4e, 0x4f, 0x58, 0x5a, 0x5c, 0x5e, 0x7e, + 0x7f, 0xb5, 0xc5, 0xd4, 0xd5, 0xdc, 0xf0, 0xf1, 0xf5, 0x72, 0x73, 0x8f, + 0x74, 0x75, 0x96, 0x2f, 0x5f, 0x26, 0x2e, 0x2f, 0xa7, 0xaf, 0xb7, 0xbf, + 0xc7, 0xcf, 0xd7, 0xdf, 0x9a, 0x40, 0x97, 0x98, 0x30, 0x8f, 0x1f, 0xc0, + 0xc1, 0xce, 0xff, 0x4e, 0x4f, 0x5a, 0x5b, 0x07, 0x08, 0x0f, 0x10, 0x27, + 0x2f, 0xee, 0xef, 0x6e, 0x6f, 0x37, 0x3d, 0x3f, 0x42, 0x45, 0x90, 0x91, + 0xfe, 0xff, 0x53, 0x67, 0x75, 0xc8, 0xc9, 0xd0, 0xd1, 0xd8, 0xd9, 0xe7, + 0xfe, 0xff, + }; + static constexpr singleton singletons1[] = { + {0x00, 6}, {0x01, 1}, {0x03, 1}, {0x04, 2}, {0x08, 8}, {0x09, 2}, + {0x0a, 5}, {0x0b, 2}, {0x0e, 4}, {0x10, 1}, {0x11, 2}, {0x12, 5}, + {0x13, 17}, {0x14, 1}, {0x15, 2}, {0x17, 2}, {0x19, 13}, {0x1c, 5}, + {0x1d, 8}, {0x24, 1}, {0x6a, 3}, {0x6b, 2}, {0xbc, 2}, {0xd1, 2}, + {0xd4, 12}, {0xd5, 9}, {0xd6, 2}, {0xd7, 2}, {0xda, 1}, {0xe0, 5}, + {0xe1, 2}, {0xe8, 2}, {0xee, 32}, {0xf0, 4}, {0xf8, 2}, {0xf9, 2}, + {0xfa, 2}, {0xfb, 1}, + }; + static constexpr unsigned char singletons1_lower[] = { + 0x0c, 0x27, 0x3b, 0x3e, 0x4e, 0x4f, 0x8f, 0x9e, 0x9e, 0x9f, 0x06, 0x07, + 0x09, 0x36, 0x3d, 0x3e, 0x56, 0xf3, 0xd0, 0xd1, 0x04, 0x14, 0x18, 0x36, + 0x37, 0x56, 0x57, 0x7f, 0xaa, 0xae, 0xaf, 0xbd, 0x35, 0xe0, 0x12, 0x87, + 0x89, 0x8e, 0x9e, 0x04, 0x0d, 0x0e, 0x11, 0x12, 0x29, 0x31, 0x34, 0x3a, + 0x45, 0x46, 0x49, 0x4a, 0x4e, 0x4f, 0x64, 0x65, 0x5c, 0xb6, 0xb7, 0x1b, + 0x1c, 0x07, 0x08, 0x0a, 0x0b, 0x14, 0x17, 0x36, 0x39, 0x3a, 0xa8, 0xa9, + 0xd8, 0xd9, 0x09, 0x37, 0x90, 0x91, 0xa8, 0x07, 0x0a, 0x3b, 0x3e, 0x66, + 0x69, 0x8f, 0x92, 0x6f, 0x5f, 0xee, 0xef, 0x5a, 0x62, 0x9a, 0x9b, 0x27, + 0x28, 0x55, 0x9d, 0xa0, 0xa1, 0xa3, 0xa4, 0xa7, 0xa8, 0xad, 0xba, 0xbc, + 0xc4, 0x06, 0x0b, 0x0c, 0x15, 0x1d, 0x3a, 0x3f, 0x45, 0x51, 0xa6, 0xa7, + 0xcc, 0xcd, 0xa0, 0x07, 0x19, 0x1a, 0x22, 0x25, 0x3e, 0x3f, 0xc5, 0xc6, + 0x04, 0x20, 0x23, 0x25, 0x26, 0x28, 0x33, 0x38, 0x3a, 0x48, 0x4a, 0x4c, + 0x50, 0x53, 0x55, 0x56, 0x58, 0x5a, 0x5c, 0x5e, 0x60, 0x63, 0x65, 0x66, + 0x6b, 0x73, 0x78, 0x7d, 0x7f, 0x8a, 0xa4, 0xaa, 0xaf, 0xb0, 0xc0, 0xd0, + 0xae, 0xaf, 0x79, 0xcc, 0x6e, 0x6f, 0x93, + }; + static constexpr unsigned char normal0[] = { + 0x00, 0x20, 0x5f, 0x22, 0x82, 0xdf, 0x04, 0x82, 0x44, 0x08, 0x1b, 0x04, + 0x06, 0x11, 0x81, 0xac, 0x0e, 0x80, 0xab, 0x35, 0x28, 0x0b, 0x80, 0xe0, + 0x03, 0x19, 0x08, 0x01, 0x04, 0x2f, 0x04, 0x34, 0x04, 0x07, 0x03, 0x01, + 0x07, 0x06, 0x07, 0x11, 0x0a, 0x50, 0x0f, 0x12, 0x07, 0x55, 0x07, 0x03, + 0x04, 0x1c, 0x0a, 0x09, 0x03, 0x08, 0x03, 0x07, 0x03, 0x02, 0x03, 0x03, + 0x03, 0x0c, 0x04, 0x05, 0x03, 0x0b, 0x06, 0x01, 0x0e, 0x15, 0x05, 0x3a, + 0x03, 0x11, 0x07, 0x06, 0x05, 0x10, 0x07, 0x57, 0x07, 0x02, 0x07, 0x15, + 0x0d, 0x50, 0x04, 0x43, 0x03, 0x2d, 0x03, 0x01, 0x04, 0x11, 0x06, 0x0f, + 0x0c, 0x3a, 0x04, 0x1d, 0x25, 0x5f, 0x20, 0x6d, 0x04, 0x6a, 0x25, 0x80, + 0xc8, 0x05, 0x82, 0xb0, 0x03, 0x1a, 0x06, 0x82, 0xfd, 0x03, 0x59, 0x07, + 0x15, 0x0b, 0x17, 0x09, 0x14, 0x0c, 0x14, 0x0c, 0x6a, 0x06, 0x0a, 0x06, + 0x1a, 0x06, 0x59, 0x07, 0x2b, 0x05, 0x46, 0x0a, 0x2c, 0x04, 0x0c, 0x04, + 0x01, 0x03, 0x31, 0x0b, 0x2c, 0x04, 0x1a, 0x06, 0x0b, 0x03, 0x80, 0xac, + 0x06, 0x0a, 0x06, 0x21, 0x3f, 0x4c, 0x04, 0x2d, 0x03, 0x74, 0x08, 0x3c, + 0x03, 0x0f, 0x03, 0x3c, 0x07, 0x38, 0x08, 0x2b, 0x05, 0x82, 0xff, 0x11, + 0x18, 0x08, 0x2f, 0x11, 0x2d, 0x03, 0x20, 0x10, 0x21, 0x0f, 0x80, 0x8c, + 0x04, 0x82, 0x97, 0x19, 0x0b, 0x15, 0x88, 0x94, 0x05, 0x2f, 0x05, 0x3b, + 0x07, 0x02, 0x0e, 0x18, 0x09, 0x80, 0xb3, 0x2d, 0x74, 0x0c, 0x80, 0xd6, + 0x1a, 0x0c, 0x05, 0x80, 0xff, 0x05, 0x80, 0xdf, 0x0c, 0xee, 0x0d, 0x03, + 0x84, 0x8d, 0x03, 0x37, 0x09, 0x81, 0x5c, 0x14, 0x80, 0xb8, 0x08, 0x80, + 0xcb, 0x2a, 0x38, 0x03, 0x0a, 0x06, 0x38, 0x08, 0x46, 0x08, 0x0c, 0x06, + 0x74, 0x0b, 0x1e, 0x03, 0x5a, 0x04, 0x59, 0x09, 0x80, 0x83, 0x18, 0x1c, + 0x0a, 0x16, 0x09, 0x4c, 0x04, 0x80, 0x8a, 0x06, 0xab, 0xa4, 0x0c, 0x17, + 0x04, 0x31, 0xa1, 0x04, 0x81, 0xda, 0x26, 0x07, 0x0c, 0x05, 0x05, 0x80, + 0xa5, 0x11, 0x81, 0x6d, 0x10, 0x78, 0x28, 0x2a, 0x06, 0x4c, 0x04, 0x80, + 0x8d, 0x04, 0x80, 0xbe, 0x03, 0x1b, 0x03, 0x0f, 0x0d, + }; + static constexpr unsigned char normal1[] = { + 0x5e, 0x22, 0x7b, 0x05, 0x03, 0x04, 0x2d, 0x03, 0x66, 0x03, 0x01, 0x2f, + 0x2e, 0x80, 0x82, 0x1d, 0x03, 0x31, 0x0f, 0x1c, 0x04, 0x24, 0x09, 0x1e, + 0x05, 0x2b, 0x05, 0x44, 0x04, 0x0e, 0x2a, 0x80, 0xaa, 0x06, 0x24, 0x04, + 0x24, 0x04, 0x28, 0x08, 0x34, 0x0b, 0x01, 0x80, 0x90, 0x81, 0x37, 0x09, + 0x16, 0x0a, 0x08, 0x80, 0x98, 0x39, 0x03, 0x63, 0x08, 0x09, 0x30, 0x16, + 0x05, 0x21, 0x03, 0x1b, 0x05, 0x01, 0x40, 0x38, 0x04, 0x4b, 0x05, 0x2f, + 0x04, 0x0a, 0x07, 0x09, 0x07, 0x40, 0x20, 0x27, 0x04, 0x0c, 0x09, 0x36, + 0x03, 0x3a, 0x05, 0x1a, 0x07, 0x04, 0x0c, 0x07, 0x50, 0x49, 0x37, 0x33, + 0x0d, 0x33, 0x07, 0x2e, 0x08, 0x0a, 0x81, 0x26, 0x52, 0x4e, 0x28, 0x08, + 0x2a, 0x56, 0x1c, 0x14, 0x17, 0x09, 0x4e, 0x04, 0x1e, 0x0f, 0x43, 0x0e, + 0x19, 0x07, 0x0a, 0x06, 0x48, 0x08, 0x27, 0x09, 0x75, 0x0b, 0x3f, 0x41, + 0x2a, 0x06, 0x3b, 0x05, 0x0a, 0x06, 0x51, 0x06, 0x01, 0x05, 0x10, 0x03, + 0x05, 0x80, 0x8b, 0x62, 0x1e, 0x48, 0x08, 0x0a, 0x80, 0xa6, 0x5e, 0x22, + 0x45, 0x0b, 0x0a, 0x06, 0x0d, 0x13, 0x39, 0x07, 0x0a, 0x36, 0x2c, 0x04, + 0x10, 0x80, 0xc0, 0x3c, 0x64, 0x53, 0x0c, 0x48, 0x09, 0x0a, 0x46, 0x45, + 0x1b, 0x48, 0x08, 0x53, 0x1d, 0x39, 0x81, 0x07, 0x46, 0x0a, 0x1d, 0x03, + 0x47, 0x49, 0x37, 0x03, 0x0e, 0x08, 0x0a, 0x06, 0x39, 0x07, 0x0a, 0x81, + 0x36, 0x19, 0x80, 0xb7, 0x01, 0x0f, 0x32, 0x0d, 0x83, 0x9b, 0x66, 0x75, + 0x0b, 0x80, 0xc4, 0x8a, 0xbc, 0x84, 0x2f, 0x8f, 0xd1, 0x82, 0x47, 0xa1, + 0xb9, 0x82, 0x39, 0x07, 0x2a, 0x04, 0x02, 0x60, 0x26, 0x0a, 0x46, 0x0a, + 0x28, 0x05, 0x13, 0x82, 0xb0, 0x5b, 0x65, 0x4b, 0x04, 0x39, 0x07, 0x11, + 0x40, 0x05, 0x0b, 0x02, 0x0e, 0x97, 0xf8, 0x08, 0x84, 0xd6, 0x2a, 0x09, + 0xa2, 0xf7, 0x81, 0x1f, 0x31, 0x03, 0x11, 0x04, 0x08, 0x81, 0x8c, 0x89, + 0x04, 0x6b, 0x05, 0x0d, 0x03, 0x09, 0x07, 0x10, 0x93, 0x60, 0x80, 0xf6, + 0x0a, 0x73, 0x08, 0x6e, 0x17, 0x46, 0x80, 0x9a, 0x14, 0x0c, 0x57, 0x09, + 0x19, 0x80, 0x87, 0x81, 0x47, 0x03, 0x85, 0x42, 0x0f, 0x15, 0x85, 0x50, + 0x2b, 0x80, 0xd5, 0x2d, 0x03, 0x1a, 0x04, 0x02, 0x81, 0x70, 0x3a, 0x05, + 0x01, 0x85, 0x00, 0x80, 0xd7, 0x29, 0x4c, 0x04, 0x0a, 0x04, 0x02, 0x83, + 0x11, 0x44, 0x4c, 0x3d, 0x80, 0xc2, 0x3c, 0x06, 0x01, 0x04, 0x55, 0x05, + 0x1b, 0x34, 0x02, 0x81, 0x0e, 0x2c, 0x04, 0x64, 0x0c, 0x56, 0x0a, 0x80, + 0xae, 0x38, 0x1d, 0x0d, 0x2c, 0x04, 0x09, 0x07, 0x02, 0x0e, 0x06, 0x80, + 0x9a, 0x83, 0xd8, 0x08, 0x0d, 0x03, 0x0d, 0x03, 0x74, 0x0c, 0x59, 0x07, + 0x0c, 0x14, 0x0c, 0x04, 0x38, 0x08, 0x0a, 0x06, 0x28, 0x08, 0x22, 0x4e, + 0x81, 0x54, 0x0c, 0x15, 0x03, 0x03, 0x05, 0x07, 0x09, 0x19, 0x07, 0x07, + 0x09, 0x03, 0x0d, 0x07, 0x29, 0x80, 0xcb, 0x25, 0x0a, 0x84, 0x06, + }; + auto lower = static_cast(cp); + if (cp < 0x10000) { + return is_printable(lower, singletons0, + sizeof(singletons0) / sizeof(*singletons0), + singletons0_lower, normal0, sizeof(normal0)); + } + if (cp < 0x20000) { + return is_printable(lower, singletons1, + sizeof(singletons1) / sizeof(*singletons1), + singletons1_lower, normal1, sizeof(normal1)); + } + if (0x2a6de <= cp && cp < 0x2a700) return false; + if (0x2b735 <= cp && cp < 0x2b740) return false; + if (0x2b81e <= cp && cp < 0x2b820) return false; + if (0x2cea2 <= cp && cp < 0x2ceb0) return false; + if (0x2ebe1 <= cp && cp < 0x2f800) return false; + if (0x2fa1e <= cp && cp < 0x30000) return false; + if (0x3134b <= cp && cp < 0xe0100) return false; + if (0xe01f0 <= cp && cp < 0x110000) return false; + return cp < 0x110000; +} + +} // namespace detail + +FMT_END_NAMESPACE #endif // FMT_FORMAT_INL_H_ diff --git a/native/iosTest/Pods/fmt/include/fmt/format.h b/native/iosTest/Pods/fmt/include/fmt/format.h index 4e96539fa..7c607dbd3 100644 --- a/native/iosTest/Pods/fmt/include/fmt/format.h +++ b/native/iosTest/Pods/fmt/include/fmt/format.h @@ -1,58 +1,56 @@ /* - Formatting library for C++ - - Copyright (c) 2012 - present, Victor Zverovich - - Permission is hereby granted, free of charge, to any person obtaining - a copy of this software and associated documentation files (the - "Software"), to deal in the Software without restriction, including - without limitation the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the Software, and to - permit persons to whom the Software is furnished to do so, subject to - the following conditions: - - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE - LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION - OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION - WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - --- Optional exception to the license --- - - As an exception, if, as a result of your compiling your source code, portions - of this Software are embedded into a machine-executable object form of such - source code, you may redistribute such embedded portions in such object form - without including the above copyright and permission notices. + Formatting library for C++ + + Copyright (c) 2012 - present, Victor Zverovich + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + --- Optional exception to the license --- + + As an exception, if, as a result of your compiling your source code, portions + of this Software are embedded into a machine-executable object form of such + source code, you may redistribute such embedded portions in such object form + without including the above copyright and permission notices. */ #ifndef FMT_FORMAT_H_ #define FMT_FORMAT_H_ -#include -#include -#include -#include -#include -#include -#include +#include // std::signbit +#include // uint32_t +#include // std::memcpy +#include // std::numeric_limits +#include // std::uninitialized_copy +#include // std::runtime_error +#include // std::system_error -#include "core.h" - -#ifdef FMT_DEPRECATED_INCLUDE_OS -# include "os.h" +#ifdef __cpp_lib_bit_cast +# include // std::bitcast #endif -#ifdef __INTEL_COMPILER -# define FMT_ICC_VERSION __INTEL_COMPILER -#elif defined(__ICL) -# define FMT_ICC_VERSION __ICL +#include "core.h" + +#if FMT_GCC_VERSION +# define FMT_GCC_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) #else -# define FMT_ICC_VERSION 0 +# define FMT_GCC_VISIBILITY_HIDDEN #endif #ifdef __NVCC__ @@ -73,43 +71,33 @@ # define FMT_NOINLINE #endif -#if __cplusplus == 201103L || __cplusplus == 201402L -# if defined(__clang__) -# define FMT_FALLTHROUGH [[clang::fallthrough]] -# elif FMT_GCC_VERSION >= 700 && !defined(__PGI) -# define FMT_FALLTHROUGH [[gnu::fallthrough]] -# else -# define FMT_FALLTHROUGH -# endif -#elif FMT_HAS_CPP17_ATTRIBUTE(fallthrough) || \ - (defined(_MSVC_LANG) && _MSVC_LANG >= 201703L) -# define FMT_FALLTHROUGH [[fallthrough]] +#if FMT_MSC_VERSION +# define FMT_MSC_DEFAULT = default #else -# define FMT_FALLTHROUGH +# define FMT_MSC_DEFAULT #endif #ifndef FMT_THROW # if FMT_EXCEPTIONS -# if FMT_MSC_VER || FMT_NVCC +# if FMT_MSC_VERSION || defined(__NVCC__) FMT_BEGIN_NAMESPACE -namespace internal { +namespace detail { template inline void do_throw(const Exception& x) { // Silence unreachable code warnings in MSVC and NVCC because these // are nearly impossible to fix in a generic code. volatile bool b = true; if (b) throw x; } -} // namespace internal +} // namespace detail FMT_END_NAMESPACE -# define FMT_THROW(x) internal::do_throw(x) +# define FMT_THROW(x) detail::do_throw(x) # else # define FMT_THROW(x) throw x # endif # else -# define FMT_THROW(x) \ - do { \ - static_cast(sizeof(x)); \ - FMT_ASSERT(false, ""); \ +# define FMT_THROW(x) \ + do { \ + FMT_ASSERT(false, (x).what()); \ } while (false) # endif #endif @@ -122,476 +110,684 @@ FMT_END_NAMESPACE # define FMT_CATCH(x) if (false) #endif -#ifndef FMT_USE_USER_DEFINED_LITERALS -// For Intel and NVIDIA compilers both they and the system gcc/msc support UDLs. -# if (FMT_HAS_FEATURE(cxx_user_literals) || FMT_GCC_VERSION >= 407 || \ - FMT_MSC_VER >= 1900) && \ - (!(FMT_ICC_VERSION || FMT_CUDA_VERSION) || FMT_ICC_VERSION >= 1500 || \ - FMT_CUDA_VERSION >= 700) -# define FMT_USE_USER_DEFINED_LITERALS 1 +#ifndef FMT_MAYBE_UNUSED +# if FMT_HAS_CPP17_ATTRIBUTE(maybe_unused) +# define FMT_MAYBE_UNUSED [[maybe_unused]] # else -# define FMT_USE_USER_DEFINED_LITERALS 0 +# define FMT_MAYBE_UNUSED # endif #endif -#ifndef FMT_USE_UDL_TEMPLATE -// EDG front end based compilers (icc, nvcc) and GCC < 6.4 do not propertly -// support UDL templates and GCC >= 9 warns about them. -# if FMT_USE_USER_DEFINED_LITERALS && FMT_ICC_VERSION == 0 && \ - FMT_CUDA_VERSION == 0 && \ - ((FMT_GCC_VERSION >= 604 && FMT_GCC_VERSION <= 900 && \ - __cplusplus >= 201402L) || \ - FMT_CLANG_VERSION >= 304) -# define FMT_USE_UDL_TEMPLATE 1 +#ifndef FMT_USE_USER_DEFINED_LITERALS +// EDG based compilers (Intel, NVIDIA, Elbrus, etc), GCC and MSVC support UDLs. +# if (FMT_HAS_FEATURE(cxx_user_literals) || FMT_GCC_VERSION >= 407 || \ + FMT_MSC_VERSION >= 1900) && \ + (!defined(__EDG_VERSION__) || __EDG_VERSION__ >= /* UDL feature */ 480) +# define FMT_USE_USER_DEFINED_LITERALS 1 # else -# define FMT_USE_UDL_TEMPLATE 0 +# define FMT_USE_USER_DEFINED_LITERALS 0 # endif #endif -#ifndef FMT_USE_FLOAT -# define FMT_USE_FLOAT 1 +// Defining FMT_REDUCE_INT_INSTANTIATIONS to 1, will reduce the number of +// integer formatter template instantiations to just one by only using the +// largest integer type. This results in a reduction in binary size but will +// cause a decrease in integer formatting performance. +#if !defined(FMT_REDUCE_INT_INSTANTIATIONS) +# define FMT_REDUCE_INT_INSTANTIATIONS 0 #endif -#ifndef FMT_USE_DOUBLE -# define FMT_USE_DOUBLE 1 +// __builtin_clz is broken in clang with Microsoft CodeGen: +// https://github.com/fmtlib/fmt/issues/519. +#if !FMT_MSC_VERSION +# if FMT_HAS_BUILTIN(__builtin_clz) || FMT_GCC_VERSION || FMT_ICC_VERSION +# define FMT_BUILTIN_CLZ(n) __builtin_clz(n) +# endif +# if FMT_HAS_BUILTIN(__builtin_clzll) || FMT_GCC_VERSION || FMT_ICC_VERSION +# define FMT_BUILTIN_CLZLL(n) __builtin_clzll(n) +# endif #endif -#ifndef FMT_USE_LONG_DOUBLE -# define FMT_USE_LONG_DOUBLE 1 +// __builtin_ctz is broken in Intel Compiler Classic on Windows: +// https://github.com/fmtlib/fmt/issues/2510. +#ifndef __ICL +# if FMT_HAS_BUILTIN(__builtin_ctz) || FMT_GCC_VERSION || FMT_ICC_VERSION || \ + defined(__NVCOMPILER) +# define FMT_BUILTIN_CTZ(n) __builtin_ctz(n) +# endif +# if FMT_HAS_BUILTIN(__builtin_ctzll) || FMT_GCC_VERSION || \ + FMT_ICC_VERSION || defined(__NVCOMPILER) +# define FMT_BUILTIN_CTZLL(n) __builtin_ctzll(n) +# endif #endif -// __builtin_clz is broken in clang with Microsoft CodeGen: -// https://github.com/fmtlib/fmt/issues/519 -#if (FMT_GCC_VERSION || FMT_HAS_BUILTIN(__builtin_clz)) && !FMT_MSC_VER -# define FMT_BUILTIN_CLZ(n) __builtin_clz(n) -#endif -#if (FMT_GCC_VERSION || FMT_HAS_BUILTIN(__builtin_clzll)) && !FMT_MSC_VER -# define FMT_BUILTIN_CLZLL(n) __builtin_clzll(n) +#if FMT_MSC_VERSION +# include // _BitScanReverse[64], _BitScanForward[64], _umul128 #endif // Some compilers masquerade as both MSVC and GCC-likes or otherwise support // __builtin_clz and __builtin_clzll, so only define FMT_BUILTIN_CLZ using the // MSVC intrinsics if the clz and clzll builtins are not available. -#if FMT_MSC_VER && !defined(FMT_BUILTIN_CLZLL) && !defined(_MANAGED) -# include // _BitScanReverse, _BitScanReverse64 - +#if FMT_MSC_VERSION && !defined(FMT_BUILTIN_CLZLL) && \ + !defined(FMT_BUILTIN_CTZLL) FMT_BEGIN_NAMESPACE -namespace internal { +namespace detail { // Avoid Clang with Microsoft CodeGen's -Wunknown-pragmas warning. -# ifndef __clang__ +# if !defined(__clang__) +# pragma intrinsic(_BitScanForward) # pragma intrinsic(_BitScanReverse) +# if defined(_WIN64) +# pragma intrinsic(_BitScanForward64) +# pragma intrinsic(_BitScanReverse64) +# endif # endif -inline uint32_t clz(uint32_t x) { + +inline auto clz(uint32_t x) -> int { unsigned long r = 0; _BitScanReverse(&r, x); - FMT_ASSERT(x != 0, ""); // Static analysis complains about using uninitialized data // "r", but the only way that can happen is if "x" is 0, // which the callers guarantee to not happen. -# pragma warning(suppress : 6102) - return 31 - r; + FMT_MSC_WARNING(suppress : 6102) + return 31 ^ static_cast(r); } -# define FMT_BUILTIN_CLZ(n) internal::clz(n) - -# if defined(_WIN64) && !defined(__clang__) -# pragma intrinsic(_BitScanReverse64) -# endif +# define FMT_BUILTIN_CLZ(n) detail::clz(n) -inline uint32_t clzll(uint64_t x) { +inline auto clzll(uint64_t x) -> int { unsigned long r = 0; # ifdef _WIN64 _BitScanReverse64(&r, x); # else // Scan the high 32 bits. - if (_BitScanReverse(&r, static_cast(x >> 32))) return 63 - (r + 32); - + if (_BitScanReverse(&r, static_cast(x >> 32))) return 63 ^ (r + 32); // Scan the low 32 bits. _BitScanReverse(&r, static_cast(x)); # endif + FMT_ASSERT(x != 0, ""); + FMT_MSC_WARNING(suppress : 6102) // Suppress a bogus static analysis warning. + return 63 ^ static_cast(r); +} +# define FMT_BUILTIN_CLZLL(n) detail::clzll(n) +inline auto ctz(uint32_t x) -> int { + unsigned long r = 0; + _BitScanForward(&r, x); FMT_ASSERT(x != 0, ""); - // Static analysis complains about using uninitialized data - // "r", but the only way that can happen is if "x" is 0, - // which the callers guarantee to not happen. -# pragma warning(suppress : 6102) - return 63 - r; + FMT_MSC_WARNING(suppress : 6102) // Suppress a bogus static analysis warning. + return static_cast(r); } -# define FMT_BUILTIN_CLZLL(n) internal::clzll(n) -} // namespace internal +# define FMT_BUILTIN_CTZ(n) detail::ctz(n) + +inline auto ctzll(uint64_t x) -> int { + unsigned long r = 0; + FMT_ASSERT(x != 0, ""); + FMT_MSC_WARNING(suppress : 6102) // Suppress a bogus static analysis warning. +# ifdef _WIN64 + _BitScanForward64(&r, x); +# else + // Scan the low 32 bits. + if (_BitScanForward(&r, static_cast(x))) return static_cast(r); + // Scan the high 32 bits. + _BitScanForward(&r, static_cast(x >> 32)); + r += 32; +# endif + return static_cast(r); +} +# define FMT_BUILTIN_CTZLL(n) detail::ctzll(n) +} // namespace detail FMT_END_NAMESPACE #endif -// Enable the deprecated numeric alignment. -#ifndef FMT_NUMERIC_ALIGN -# define FMT_NUMERIC_ALIGN 1 +FMT_BEGIN_NAMESPACE +namespace detail { + +FMT_CONSTEXPR inline void abort_fuzzing_if(bool condition) { + ignore_unused(condition); +#ifdef FMT_FUZZ + if (condition) throw std::runtime_error("fuzzing limit reached"); #endif +} -// Enable the deprecated percent specifier. -#ifndef FMT_DEPRECATED_PERCENT -# define FMT_DEPRECATED_PERCENT 0 +template struct string_literal { + static constexpr CharT value[sizeof...(C)] = {C...}; + constexpr operator basic_string_view() const { + return {value, sizeof...(C)}; + } +}; + +#if FMT_CPLUSPLUS < 201703L +template +constexpr CharT string_literal::value[sizeof...(C)]; #endif -FMT_BEGIN_NAMESPACE -namespace internal { +template class formatbuf : public Streambuf { + private: + using char_type = typename Streambuf::char_type; + using streamsize = decltype(std::declval().sputn(nullptr, 0)); + using int_type = typename Streambuf::int_type; + using traits_type = typename Streambuf::traits_type; + + buffer& buffer_; + + public: + explicit formatbuf(buffer& buf) : buffer_(buf) {} + + protected: + // The put area is always empty. This makes the implementation simpler and has + // the advantage that the streambuf and the buffer are always in sync and + // sputc never writes into uninitialized memory. A disadvantage is that each + // call to sputc always results in a (virtual) call to overflow. There is no + // disadvantage here for sputn since this always results in a call to xsputn. + + auto overflow(int_type ch) -> int_type override { + if (!traits_type::eq_int_type(ch, traits_type::eof())) + buffer_.push_back(static_cast(ch)); + return ch; + } -// An equivalent of `*reinterpret_cast(&source)` that doesn't have -// undefined behavior (e.g. due to type aliasing). -// Example: uint64_t d = bit_cast(2.718); -template -inline Dest bit_cast(const Source& source) { - static_assert(sizeof(Dest) == sizeof(Source), "size mismatch"); - Dest dest; - std::memcpy(&dest, &source, sizeof(dest)); - return dest; + auto xsputn(const char_type* s, streamsize count) -> streamsize override { + buffer_.append(s, s + count); + return count; + } +}; + +// Implementation of std::bit_cast for pre-C++20. +template +FMT_CONSTEXPR20 auto bit_cast(const From& from) -> To { +#ifdef __cpp_lib_bit_cast + if (is_constant_evaluated()) return std::bit_cast(from); +#endif + auto to = To(); + // The cast suppresses a bogus -Wclass-memaccess on GCC. + std::memcpy(static_cast(&to), &from, sizeof(to)); + return to; } -inline bool is_big_endian() { - const auto u = 1u; +inline auto is_big_endian() -> bool { +#ifdef _WIN32 + return false; +#elif defined(__BIG_ENDIAN__) + return true; +#elif defined(__BYTE_ORDER__) && defined(__ORDER_BIG_ENDIAN__) + return __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__; +#else struct bytes { - char data[sizeof(u)]; + char data[sizeof(int)]; }; - return bit_cast(u).data[0] == 0; + return bit_cast(1).data[0] == 0; +#endif } -// A fallback implementation of uintptr_t for systems that lack it. -struct fallback_uintptr { - unsigned char value[sizeof(void*)]; +class uint128_fallback { + private: + uint64_t lo_, hi_; + + friend uint128_fallback umul128(uint64_t x, uint64_t y) noexcept; - fallback_uintptr() = default; - explicit fallback_uintptr(const void* p) { - *this = bit_cast(p); - if (is_big_endian()) { - for (size_t i = 0, j = sizeof(void*) - 1; i < j; ++i, --j) - std::swap(value[i], value[j]); + public: + constexpr uint128_fallback(uint64_t hi, uint64_t lo) : lo_(lo), hi_(hi) {} + constexpr uint128_fallback(uint64_t value = 0) : lo_(value), hi_(0) {} + + constexpr uint64_t high() const noexcept { return hi_; } + constexpr uint64_t low() const noexcept { return lo_; } + + template ::value)> + constexpr explicit operator T() const { + return static_cast(lo_); + } + + friend constexpr auto operator==(const uint128_fallback& lhs, + const uint128_fallback& rhs) -> bool { + return lhs.hi_ == rhs.hi_ && lhs.lo_ == rhs.lo_; + } + friend constexpr auto operator!=(const uint128_fallback& lhs, + const uint128_fallback& rhs) -> bool { + return !(lhs == rhs); + } + friend constexpr auto operator>(const uint128_fallback& lhs, + const uint128_fallback& rhs) -> bool { + return lhs.hi_ != rhs.hi_ ? lhs.hi_ > rhs.hi_ : lhs.lo_ > rhs.lo_; + } + friend constexpr auto operator|(const uint128_fallback& lhs, + const uint128_fallback& rhs) + -> uint128_fallback { + return {lhs.hi_ | rhs.hi_, lhs.lo_ | rhs.lo_}; + } + friend constexpr auto operator&(const uint128_fallback& lhs, + const uint128_fallback& rhs) + -> uint128_fallback { + return {lhs.hi_ & rhs.hi_, lhs.lo_ & rhs.lo_}; + } + friend auto operator+(const uint128_fallback& lhs, + const uint128_fallback& rhs) -> uint128_fallback { + auto result = uint128_fallback(lhs); + result += rhs; + return result; + } + friend auto operator*(const uint128_fallback& lhs, uint32_t rhs) + -> uint128_fallback { + FMT_ASSERT(lhs.hi_ == 0, ""); + uint64_t hi = (lhs.lo_ >> 32) * rhs; + uint64_t lo = (lhs.lo_ & ~uint32_t()) * rhs; + uint64_t new_lo = (hi << 32) + lo; + return {(hi >> 32) + (new_lo < lo ? 1 : 0), new_lo}; + } + friend auto operator-(const uint128_fallback& lhs, uint64_t rhs) + -> uint128_fallback { + return {lhs.hi_ - (lhs.lo_ < rhs ? 1 : 0), lhs.lo_ - rhs}; + } + FMT_CONSTEXPR auto operator>>(int shift) const -> uint128_fallback { + if (shift == 64) return {0, hi_}; + if (shift > 64) return uint128_fallback(0, hi_) >> (shift - 64); + return {hi_ >> shift, (hi_ << (64 - shift)) | (lo_ >> shift)}; + } + FMT_CONSTEXPR auto operator<<(int shift) const -> uint128_fallback { + if (shift == 64) return {lo_, 0}; + if (shift > 64) return uint128_fallback(lo_, 0) << (shift - 64); + return {hi_ << shift | (lo_ >> (64 - shift)), (lo_ << shift)}; + } + FMT_CONSTEXPR auto operator>>=(int shift) -> uint128_fallback& { + return *this = *this >> shift; + } + FMT_CONSTEXPR void operator+=(uint128_fallback n) { + uint64_t new_lo = lo_ + n.lo_; + uint64_t new_hi = hi_ + n.hi_ + (new_lo < lo_ ? 1 : 0); + FMT_ASSERT(new_hi >= hi_, ""); + lo_ = new_lo; + hi_ = new_hi; + } + + FMT_CONSTEXPR20 uint128_fallback& operator+=(uint64_t n) noexcept { + if (is_constant_evaluated()) { + lo_ += n; + hi_ += (lo_ < n ? 1 : 0); + return *this; } +#if FMT_HAS_BUILTIN(__builtin_addcll) && !defined(__ibmxl__) + unsigned long long carry; + lo_ = __builtin_addcll(lo_, n, 0, &carry); + hi_ += carry; +#elif FMT_HAS_BUILTIN(__builtin_ia32_addcarryx_u64) && !defined(__ibmxl__) + unsigned long long result; + auto carry = __builtin_ia32_addcarryx_u64(0, lo_, n, &result); + lo_ = result; + hi_ += carry; +#elif defined(_MSC_VER) && defined(_M_X64) + auto carry = _addcarry_u64(0, lo_, n, &lo_); + _addcarry_u64(carry, hi_, 0, &hi_); +#else + lo_ += n; + hi_ += (lo_ < n ? 1 : 0); +#endif + return *this; } }; + +using uint128_t = conditional_t; + #ifdef UINTPTR_MAX using uintptr_t = ::uintptr_t; -inline uintptr_t to_uintptr(const void* p) { return bit_cast(p); } #else -using uintptr_t = fallback_uintptr; -inline fallback_uintptr to_uintptr(const void* p) { - return fallback_uintptr(p); -} +using uintptr_t = uint128_t; #endif // Returns the largest possible value for type T. Same as // std::numeric_limits::max() but shorter and not affected by the max macro. -template constexpr T max_value() { +template constexpr auto max_value() -> T { return (std::numeric_limits::max)(); } -template constexpr int num_bits() { +template constexpr auto num_bits() -> int { return std::numeric_limits::digits; } -template <> constexpr int num_bits() { - return static_cast(sizeof(void*) * - std::numeric_limits::digits); +// std::numeric_limits::digits may return 0 for 128-bit ints. +template <> constexpr auto num_bits() -> int { return 128; } +template <> constexpr auto num_bits() -> int { return 128; } + +// A heterogeneous bit_cast used for converting 96-bit long double to uint128_t +// and 128-bit pointers to uint128_fallback. +template sizeof(From))> +inline auto bit_cast(const From& from) -> To { + constexpr auto size = static_cast(sizeof(From) / sizeof(unsigned)); + struct data_t { + unsigned value[static_cast(size)]; + } data = bit_cast(from); + auto result = To(); + if (const_check(is_big_endian())) { + for (int i = 0; i < size; ++i) + result = (result << num_bits()) | data.value[i]; + } else { + for (int i = size - 1; i >= 0; --i) + result = (result << num_bits()) | data.value[i]; + } + return result; +} + +FMT_INLINE void assume(bool condition) { + (void)condition; +#if FMT_HAS_BUILTIN(__builtin_assume) && !FMT_ICC_VERSION + __builtin_assume(condition); +#endif } // An approximation of iterator_t for pre-C++20 systems. template using iterator_t = decltype(std::begin(std::declval())); - -// Detect the iterator category of *any* given type in a SFINAE-friendly way. -// Unfortunately, older implementations of std::iterator_traits are not safe -// for use in a SFINAE-context. -template -struct iterator_category : std::false_type {}; - -template struct iterator_category { - using type = std::random_access_iterator_tag; -}; - -template -struct iterator_category> { - using type = typename It::iterator_category; -}; - -// Detect if *any* given type models the OutputIterator concept. -template class is_output_iterator { - // Check for mutability because all iterator categories derived from - // std::input_iterator_tag *may* also meet the requirements of an - // OutputIterator, thereby falling into the category of 'mutable iterators' - // [iterator.requirements.general] clause 4. The compiler reveals this - // property only at the point of *actually dereferencing* the iterator! - template - static decltype(*(std::declval())) test(std::input_iterator_tag); - template static char& test(std::output_iterator_tag); - template static const char& test(...); - - using type = decltype(test(typename iterator_category::type{})); - - public: - enum { value = !std::is_const>::value }; -}; +template using sentinel_t = decltype(std::end(std::declval())); // A workaround for std::string not having mutable data() until C++17. -template inline Char* get_data(std::basic_string& s) { +template +inline auto get_data(std::basic_string& s) -> Char* { return &s[0]; } template -inline typename Container::value_type* get_data(Container& c) { +inline auto get_data(Container& c) -> typename Container::value_type* { return c.data(); } #if defined(_SECURE_SCL) && _SECURE_SCL // Make a checked iterator to avoid MSVC warnings. template using checked_ptr = stdext::checked_array_iterator; -template checked_ptr make_checked(T* p, std::size_t size) { +template +constexpr auto make_checked(T* p, size_t size) -> checked_ptr { return {p, size}; } #else template using checked_ptr = T*; -template inline T* make_checked(T* p, std::size_t) { return p; } +template constexpr auto make_checked(T* p, size_t) -> T* { + return p; +} #endif +// Attempts to reserve space for n extra characters in the output range. +// Returns a pointer to the reserved range or a reference to it. template ::value)> -inline checked_ptr reserve( - std::back_insert_iterator& it, std::size_t n) { +#if FMT_CLANG_VERSION >= 307 && !FMT_ICC_VERSION +__attribute__((no_sanitize("undefined"))) +#endif +inline auto +reserve(std::back_insert_iterator it, size_t n) + -> checked_ptr { Container& c = get_container(it); - std::size_t size = c.size(); + size_t size = c.size(); c.resize(size + n); return make_checked(get_data(c) + size, n); } -template -inline Iterator& reserve(Iterator& it, std::size_t) { +template +inline auto reserve(buffer_appender it, size_t n) -> buffer_appender { + buffer& buf = get_container(it); + buf.try_reserve(buf.size() + n); return it; } -// An output iterator that counts the number of objects written to it and -// discards them. -class counting_iterator { - private: - std::size_t count_; - - public: - using iterator_category = std::output_iterator_tag; - using difference_type = std::ptrdiff_t; - using pointer = void; - using reference = void; - using _Unchecked_type = counting_iterator; // Mark iterator as checked. +template +constexpr auto reserve(Iterator& it, size_t) -> Iterator& { + return it; +} - struct value_type { - template void operator=(const T&) {} - }; +template +using reserve_iterator = + remove_reference_t(), 0))>; - counting_iterator() : count_(0) {} +template +constexpr auto to_pointer(OutputIt, size_t) -> T* { + return nullptr; +} +template auto to_pointer(buffer_appender it, size_t n) -> T* { + buffer& buf = get_container(it); + auto size = buf.size(); + if (buf.capacity() < size + n) return nullptr; + buf.try_resize(size + n); + return buf.data() + size; +} - std::size_t count() const { return count_; } +template ::value)> +inline auto base_iterator(std::back_insert_iterator& it, + checked_ptr) + -> std::back_insert_iterator { + return it; +} - counting_iterator& operator++() { - ++count_; - return *this; - } +template +constexpr auto base_iterator(Iterator, Iterator it) -> Iterator { + return it; +} - counting_iterator operator++(int) { - auto it = *this; - ++*this; - return it; +// is spectacularly slow to compile in C++20 so use a simple fill_n +// instead (#1998). +template +FMT_CONSTEXPR auto fill_n(OutputIt out, Size count, const T& value) + -> OutputIt { + for (Size i = 0; i < count; ++i) *out++ = value; + return out; +} +template +FMT_CONSTEXPR20 auto fill_n(T* out, Size count, char value) -> T* { + if (is_constant_evaluated()) { + return fill_n(out, count, value); } + std::memset(out, value, to_unsigned(count)); + return out + count; +} - value_type operator*() const { return {}; } -}; - -template class truncating_iterator_base { - protected: - OutputIt out_; - std::size_t limit_; - std::size_t count_; - - truncating_iterator_base(OutputIt out, std::size_t limit) - : out_(out), limit_(limit), count_(0) {} - - public: - using iterator_category = std::output_iterator_tag; - using value_type = typename std::iterator_traits::value_type; - using difference_type = void; - using pointer = void; - using reference = void; - using _Unchecked_type = - truncating_iterator_base; // Mark iterator as checked. - - OutputIt base() const { return out_; } - std::size_t count() const { return count_; } -}; - -// An output iterator that truncates the output and counts the number of objects -// written to it. -template ::value_type>::type> -class truncating_iterator; - -template -class truncating_iterator - : public truncating_iterator_base { - mutable typename truncating_iterator_base::value_type blackhole_; - - public: - using value_type = typename truncating_iterator_base::value_type; - - truncating_iterator(OutputIt out, std::size_t limit) - : truncating_iterator_base(out, limit) {} +#ifdef __cpp_char8_t +using char8_type = char8_t; +#else +enum char8_type : unsigned char {}; +#endif - truncating_iterator& operator++() { - if (this->count_++ < this->limit_) ++this->out_; - return *this; - } +template +FMT_CONSTEXPR FMT_NOINLINE auto copy_str_noinline(InputIt begin, InputIt end, + OutputIt out) -> OutputIt { + return copy_str(begin, end, out); +} - truncating_iterator operator++(int) { - auto it = *this; - ++*this; - return it; - } +// A public domain branchless UTF-8 decoder by Christopher Wellons: +// https://github.com/skeeto/branchless-utf8 +/* Decode the next character, c, from s, reporting errors in e. + * + * Since this is a branchless decoder, four bytes will be read from the + * buffer regardless of the actual length of the next character. This + * means the buffer _must_ have at least three bytes of zero padding + * following the end of the data stream. + * + * Errors are reported in e, which will be non-zero if the parsed + * character was somehow invalid: invalid byte sequence, non-canonical + * encoding, or a surrogate half. + * + * The function returns a pointer to the next character. When an error + * occurs, this pointer will be a guess that depends on the particular + * error, but it will always advance at least one byte. + */ +FMT_CONSTEXPR inline auto utf8_decode(const char* s, uint32_t* c, int* e) + -> const char* { + constexpr const int masks[] = {0x00, 0x7f, 0x1f, 0x0f, 0x07}; + constexpr const uint32_t mins[] = {4194304, 0, 128, 2048, 65536}; + constexpr const int shiftc[] = {0, 18, 12, 6, 0}; + constexpr const int shifte[] = {0, 6, 4, 2, 0}; + + int len = code_point_length_impl(*s); + // Compute the pointer to the next character early so that the next + // iteration can start working on the next character. Neither Clang + // nor GCC figure out this reordering on their own. + const char* next = s + len + !len; + + using uchar = unsigned char; + + // Assume a four-byte character and load four bytes. Unused bits are + // shifted out. + *c = uint32_t(uchar(s[0]) & masks[len]) << 18; + *c |= uint32_t(uchar(s[1]) & 0x3f) << 12; + *c |= uint32_t(uchar(s[2]) & 0x3f) << 6; + *c |= uint32_t(uchar(s[3]) & 0x3f) << 0; + *c >>= shiftc[len]; + + // Accumulate the various error conditions. + *e = (*c < mins[len]) << 6; // non-canonical encoding + *e |= ((*c >> 11) == 0x1b) << 7; // surrogate half? + *e |= (*c > 0x10FFFF) << 8; // out of range? + *e |= (uchar(s[1]) & 0xc0) >> 2; + *e |= (uchar(s[2]) & 0xc0) >> 4; + *e |= uchar(s[3]) >> 6; + *e ^= 0x2a; // top two bits of each tail byte correct? + *e >>= shifte[len]; + + return next; +} - value_type& operator*() const { - return this->count_ < this->limit_ ? *this->out_ : blackhole_; +constexpr uint32_t invalid_code_point = ~uint32_t(); + +// Invokes f(cp, sv) for every code point cp in s with sv being the string view +// corresponding to the code point. cp is invalid_code_point on error. +template +FMT_CONSTEXPR void for_each_codepoint(string_view s, F f) { + auto decode = [f](const char* buf_ptr, const char* ptr) { + auto cp = uint32_t(); + auto error = 0; + auto end = utf8_decode(buf_ptr, &cp, &error); + bool result = f(error ? invalid_code_point : cp, + string_view(ptr, error ? 1 : to_unsigned(end - buf_ptr))); + return result ? (error ? buf_ptr + 1 : end) : nullptr; + }; + auto p = s.data(); + const size_t block_size = 4; // utf8_decode always reads blocks of 4 chars. + if (s.size() >= block_size) { + for (auto end = p + s.size() - block_size + 1; p < end;) { + p = decode(p, p); + if (!p) return; + } } -}; - -template -class truncating_iterator - : public truncating_iterator_base { - public: - truncating_iterator(OutputIt out, std::size_t limit) - : truncating_iterator_base(out, limit) {} - - template truncating_iterator& operator=(T val) { - if (this->count_++ < this->limit_) *this->out_++ = val; - return *this; + if (auto num_chars_left = s.data() + s.size() - p) { + char buf[2 * block_size - 1] = {}; + copy_str(p, p + num_chars_left, buf); + const char* buf_ptr = buf; + do { + auto end = decode(buf_ptr, p); + if (!end) return; + p += end - buf_ptr; + buf_ptr = end; + } while (buf_ptr - buf < num_chars_left); } - - truncating_iterator& operator++() { return *this; } - truncating_iterator& operator++(int) { return *this; } - truncating_iterator& operator*() { return *this; } -}; - -// A range with the specified output iterator and value type. -template -class output_range { - private: - OutputIt it_; - - public: - using value_type = T; - using iterator = OutputIt; - struct sentinel {}; - - explicit output_range(OutputIt it) : it_(it) {} - OutputIt begin() const { return it_; } - sentinel end() const { return {}; } // Sentinel is not used yet. -}; +} template -inline size_t count_code_points(basic_string_view s) { +inline auto compute_width(basic_string_view s) -> size_t { return s.size(); } -// Counts the number of code points in a UTF-8 string. -inline size_t count_code_points(basic_string_view s) { - const char* data = s.data(); +// Computes approximate display width of a UTF-8 string. +FMT_CONSTEXPR inline size_t compute_width(string_view s) { size_t num_code_points = 0; - for (size_t i = 0, size = s.size(); i != size; ++i) { - if ((data[i] & 0xc0) != 0x80) ++num_code_points; - } + // It is not a lambda for compatibility with C++14. + struct count_code_points { + size_t* count; + FMT_CONSTEXPR auto operator()(uint32_t cp, string_view) const -> bool { + *count += detail::to_unsigned( + 1 + + (cp >= 0x1100 && + (cp <= 0x115f || // Hangul Jamo init. consonants + cp == 0x2329 || // LEFT-POINTING ANGLE BRACKET + cp == 0x232a || // RIGHT-POINTING ANGLE BRACKET + // CJK ... Yi except IDEOGRAPHIC HALF FILL SPACE: + (cp >= 0x2e80 && cp <= 0xa4cf && cp != 0x303f) || + (cp >= 0xac00 && cp <= 0xd7a3) || // Hangul Syllables + (cp >= 0xf900 && cp <= 0xfaff) || // CJK Compatibility Ideographs + (cp >= 0xfe10 && cp <= 0xfe19) || // Vertical Forms + (cp >= 0xfe30 && cp <= 0xfe6f) || // CJK Compatibility Forms + (cp >= 0xff00 && cp <= 0xff60) || // Fullwidth Forms + (cp >= 0xffe0 && cp <= 0xffe6) || // Fullwidth Forms + (cp >= 0x20000 && cp <= 0x2fffd) || // CJK + (cp >= 0x30000 && cp <= 0x3fffd) || + // Miscellaneous Symbols and Pictographs + Emoticons: + (cp >= 0x1f300 && cp <= 0x1f64f) || + // Supplemental Symbols and Pictographs: + (cp >= 0x1f900 && cp <= 0x1f9ff)))); + return true; + } + }; + for_each_codepoint(s, count_code_points{&num_code_points}); return num_code_points; } -inline size_t count_code_points(basic_string_view s) { - return count_code_points(basic_string_view( - reinterpret_cast(s.data()), s.size())); +inline auto compute_width(basic_string_view s) -> size_t { + return compute_width( + string_view(reinterpret_cast(s.data()), s.size())); } template -inline size_t code_point_index(basic_string_view s, size_t n) { +inline auto code_point_index(basic_string_view s, size_t n) -> size_t { size_t size = s.size(); return n < size ? n : size; } // Calculates the index of the nth code point in a UTF-8 string. -inline size_t code_point_index(basic_string_view s, size_t n) { - const char8_type* data = s.data(); +inline auto code_point_index(string_view s, size_t n) -> size_t { + const char* data = s.data(); size_t num_code_points = 0; for (size_t i = 0, size = s.size(); i != size; ++i) { - if ((data[i] & 0xc0) != 0x80 && ++num_code_points > n) { - return i; - } + if ((data[i] & 0xc0) != 0x80 && ++num_code_points > n) return i; } return s.size(); } -inline char8_type to_char8_t(char c) { return static_cast(c); } +inline auto code_point_index(basic_string_view s, size_t n) + -> size_t { + return code_point_index( + string_view(reinterpret_cast(s.data()), s.size()), n); +} -template -using needs_conversion = bool_constant< - std::is_same::value_type, - char>::value && - std::is_same::value>; +#ifndef FMT_USE_FLOAT128 +# ifdef __SIZEOF_FLOAT128__ +# define FMT_USE_FLOAT128 1 +# else +# define FMT_USE_FLOAT128 0 +# endif +#endif +#if FMT_USE_FLOAT128 +using float128 = __float128; +#else +using float128 = void; +#endif +template using is_float128 = std::is_same; -template ::value)> -OutputIt copy_str(InputIt begin, InputIt end, OutputIt it) { - return std::copy(begin, end, it); -} +template +using is_floating_point = + bool_constant::value || is_float128::value>; -template ::value)> -OutputIt copy_str(InputIt begin, InputIt end, OutputIt it) { - return std::transform(begin, end, it, to_char8_t); -} +template ::value> +struct is_fast_float : bool_constant::is_iec559 && + sizeof(T) <= sizeof(double)> {}; +template struct is_fast_float : std::false_type {}; -#ifndef FMT_USE_GRISU -# define FMT_USE_GRISU 1 -#endif +template +using is_double_double = bool_constant::digits == 106>; -template constexpr bool use_grisu() { - return FMT_USE_GRISU && std::numeric_limits::is_iec559 && - sizeof(T) <= sizeof(double); -} +#ifndef FMT_USE_FULL_CACHE_DRAGONBOX +# define FMT_USE_FULL_CACHE_DRAGONBOX 0 +#endif template template void buffer::append(const U* begin, const U* end) { - std::size_t new_size = size_ + to_unsigned(end - begin); - reserve(new_size); - std::uninitialized_copy(begin, end, make_checked(ptr_, capacity_) + size_); - size_ = new_size; + while (begin != end) { + auto count = to_unsigned(end - begin); + try_reserve(size_ + count); + auto free_cap = capacity_ - size_; + if (free_cap < count) count = free_cap; + std::uninitialized_copy_n(begin, count, make_checked(ptr_ + size_, count)); + size_ += count; + begin += count; + } } -} // namespace internal -// A range with an iterator appending to a buffer. +template +struct is_locale : std::false_type {}; template -class buffer_range : public internal::output_range< - std::back_insert_iterator>, T> { - public: - using iterator = std::back_insert_iterator>; - using internal::output_range::output_range; - buffer_range(internal::buffer& buf) - : internal::output_range(std::back_inserter(buf)) {} -}; - -class FMT_DEPRECATED u8string_view - : public basic_string_view { - public: - u8string_view(const char* s) - : basic_string_view( - reinterpret_cast(s)) {} - u8string_view(const char* s, size_t count) FMT_NOEXCEPT - : basic_string_view( - reinterpret_cast(s), count) {} -}; +struct is_locale> : std::true_type {}; +} // namespace detail -#if FMT_USE_USER_DEFINED_LITERALS -inline namespace literals { -FMT_DEPRECATED inline basic_string_view operator"" _u( - const char* s, std::size_t n) { - return {reinterpret_cast(s), n}; -} -} // namespace literals -#endif +FMT_MODULE_EXPORT_BEGIN // The number of characters to store in the basic_memory_buffer object itself // to avoid dynamic memory allocation. @@ -602,20 +798,12 @@ enum { inline_buffer_size = 500 }; A dynamically growing memory buffer for trivially copyable/constructible types with the first ``SIZE`` elements stored in the object itself. - You can use one of the following type aliases for common character types: - - +----------------+------------------------------+ - | Type | Definition | - +================+==============================+ - | memory_buffer | basic_memory_buffer | - +----------------+------------------------------+ - | wmemory_buffer | basic_memory_buffer | - +----------------+------------------------------+ + You can use the ``memory_buffer`` type alias for ``char`` instead. **Example**:: - fmt::memory_buffer out; - format_to(out, "The answer is {}.", 42); + auto out = fmt::memory_buffer(); + format_to(std::back_inserter(out), "The answer is {}.", 42); This will append the following output to the ``out`` object: @@ -626,47 +814,52 @@ enum { inline_buffer_size = 500 }; The output can be converted to an ``std::string`` with ``to_string(out)``. \endrst */ -template > -class basic_memory_buffer : private Allocator, public internal::buffer { +class basic_memory_buffer final : public detail::buffer { private: T store_[SIZE]; + // Don't inherit from Allocator avoid generating type_info for it. + Allocator alloc_; + // Deallocate memory allocated by the buffer. - void deallocate() { + FMT_CONSTEXPR20 void deallocate() { T* data = this->data(); - if (data != store_) Allocator::deallocate(data, this->capacity()); + if (data != store_) alloc_.deallocate(data, this->capacity()); } protected: - void grow(std::size_t size) FMT_OVERRIDE; + FMT_CONSTEXPR20 void grow(size_t size) override; public: using value_type = T; using const_reference = const T&; - explicit basic_memory_buffer(const Allocator& alloc = Allocator()) - : Allocator(alloc) { + FMT_CONSTEXPR20 explicit basic_memory_buffer( + const Allocator& alloc = Allocator()) + : alloc_(alloc) { this->set(store_, SIZE); + if (detail::is_constant_evaluated()) detail::fill_n(store_, SIZE, T()); } - ~basic_memory_buffer() FMT_OVERRIDE { deallocate(); } + FMT_CONSTEXPR20 ~basic_memory_buffer() { deallocate(); } private: // Move data from other to this buffer. - void move(basic_memory_buffer& other) { - Allocator &this_alloc = *this, &other_alloc = other; - this_alloc = std::move(other_alloc); + FMT_CONSTEXPR20 void move(basic_memory_buffer& other) { + alloc_ = std::move(other.alloc_); T* data = other.data(); - std::size_t size = other.size(), capacity = other.capacity(); + size_t size = other.size(), capacity = other.capacity(); if (data == other.store_) { this->set(store_, capacity); - std::uninitialized_copy(other.store_, other.store_ + size, - internal::make_checked(store_, capacity)); + detail::copy_str(other.store_, other.store_ + size, + detail::make_checked(store_, capacity)); } else { this->set(data, capacity); // Set pointer to the inline array so that delete is not called // when deallocating. other.set(other.store_, 0); + other.clear(); } this->resize(size); } @@ -678,14 +871,16 @@ class basic_memory_buffer : private Allocator, public internal::buffer { of the other object to it. \endrst */ - basic_memory_buffer(basic_memory_buffer&& other) FMT_NOEXCEPT { move(other); } + FMT_CONSTEXPR20 basic_memory_buffer(basic_memory_buffer&& other) noexcept { + move(other); + } /** \rst Moves the content of the other ``basic_memory_buffer`` object to this one. \endrst */ - basic_memory_buffer& operator=(basic_memory_buffer&& other) FMT_NOEXCEPT { + auto operator=(basic_memory_buffer&& other) noexcept -> basic_memory_buffer& { FMT_ASSERT(this != &other, ""); deallocate(); move(other); @@ -693,31 +888,61 @@ class basic_memory_buffer : private Allocator, public internal::buffer { } // Returns a copy of the allocator associated with this buffer. - Allocator get_allocator() const { return *this; } + auto get_allocator() const -> Allocator { return alloc_; } + + /** + Resizes the buffer to contain *count* elements. If T is a POD type new + elements may not be initialized. + */ + FMT_CONSTEXPR20 void resize(size_t count) { this->try_resize(count); } + + /** Increases the buffer capacity to *new_capacity*. */ + void reserve(size_t new_capacity) { this->try_reserve(new_capacity); } + + // Directly append data into the buffer + using detail::buffer::append; + template + void append(const ContiguousRange& range) { + append(range.data(), range.data() + range.size()); + } }; -template -void basic_memory_buffer::grow(std::size_t size) { -#ifdef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION - if (size > 1000) throw std::runtime_error("fuzz mode - won't grow that much"); -#endif - std::size_t old_capacity = this->capacity(); - std::size_t new_capacity = old_capacity + old_capacity / 2; - if (size > new_capacity) new_capacity = size; +template +FMT_CONSTEXPR20 void basic_memory_buffer::grow( + size_t size) { + detail::abort_fuzzing_if(size > 5000); + const size_t max_size = std::allocator_traits::max_size(alloc_); + size_t old_capacity = this->capacity(); + size_t new_capacity = old_capacity + old_capacity / 2; + if (size > new_capacity) + new_capacity = size; + else if (new_capacity > max_size) + new_capacity = size > max_size ? size : max_size; T* old_data = this->data(); - T* new_data = std::allocator_traits::allocate(*this, new_capacity); + T* new_data = + std::allocator_traits::allocate(alloc_, new_capacity); // The following code doesn't throw, so the raw pointer above doesn't leak. std::uninitialized_copy(old_data, old_data + this->size(), - internal::make_checked(new_data, new_capacity)); + detail::make_checked(new_data, new_capacity)); this->set(new_data, new_capacity); // deallocate must not throw according to the standard, but even if it does, // the buffer already uses the new storage and will deallocate it in // destructor. - if (old_data != store_) Allocator::deallocate(old_data, old_capacity); + if (old_data != store_) alloc_.deallocate(old_data, old_capacity); } using memory_buffer = basic_memory_buffer; -using wmemory_buffer = basic_memory_buffer; + +template +struct is_contiguous> : std::true_type { +}; + +namespace detail { +#ifdef _WIN32 +FMT_API bool write_console(std::FILE* f, string_view text); +#endif +FMT_API void print(std::FILE*, string_view); +} // namespace detail /** A formatting error such as invalid format string. */ FMT_CLASS_API @@ -730,69 +955,99 @@ class FMT_API format_error : public std::runtime_error { format_error& operator=(const format_error&) = default; format_error(format_error&&) = default; format_error& operator=(format_error&&) = default; - ~format_error() FMT_NOEXCEPT FMT_OVERRIDE; + ~format_error() noexcept override FMT_MSC_DEFAULT; }; -namespace internal { +namespace detail_exported { +#if FMT_USE_NONTYPE_TEMPLATE_ARGS +template struct fixed_string { + constexpr fixed_string(const Char (&str)[N]) { + detail::copy_str(static_cast(str), + str + N, data); + } + Char data[N] = {}; +}; +#endif + +// Converts a compile-time string to basic_string_view. +template +constexpr auto compile_string_to_view(const Char (&s)[N]) + -> basic_string_view { + // Remove trailing NUL character if needed. Won't be present if this is used + // with a raw character array (i.e. not defined as a string). + return {s, N - (std::char_traits::to_int_type(s[N - 1]) == 0 ? 1 : 0)}; +} +template +constexpr auto compile_string_to_view(detail::std_string_view s) + -> basic_string_view { + return {s.data(), s.size()}; +} +} // namespace detail_exported + +FMT_BEGIN_DETAIL_NAMESPACE + +template struct is_integral : std::is_integral {}; +template <> struct is_integral : std::true_type {}; +template <> struct is_integral : std::true_type {}; + +template +using is_signed = + std::integral_constant::is_signed || + std::is_same::value>; // Returns true if value is negative, false otherwise. // Same as `value < 0` but doesn't produce warnings if T is an unsigned type. -template ::is_signed)> -FMT_CONSTEXPR bool is_negative(T value) { +template ::value)> +constexpr auto is_negative(T value) -> bool { return value < 0; } -template ::is_signed)> -FMT_CONSTEXPR bool is_negative(T) { +template ::value)> +constexpr auto is_negative(T) -> bool { return false; } -template ::value)> -FMT_CONSTEXPR bool is_supported_floating_point(T) { - return (std::is_same::value && FMT_USE_FLOAT) || - (std::is_same::value && FMT_USE_DOUBLE) || - (std::is_same::value && FMT_USE_LONG_DOUBLE); +template +FMT_CONSTEXPR auto is_supported_floating_point(T) -> bool { + if (std::is_same()) return FMT_USE_FLOAT; + if (std::is_same()) return FMT_USE_DOUBLE; + if (std::is_same()) return FMT_USE_LONG_DOUBLE; + return true; } // Smallest of uint32_t, uint64_t, uint128_t that is large enough to -// represent all values of T. +// represent all values of an integral type T. template -using uint32_or_64_or_128_t = conditional_t< - std::numeric_limits::digits <= 32, uint32_t, - conditional_t::digits <= 64, uint64_t, uint128_t>>; - -// Static data is placed in this class template for the header-only config. -template struct FMT_EXTERN_TEMPLATE_API basic_data { - static const uint64_t powers_of_10_64[]; - static const uint32_t zero_or_powers_of_10_32[]; - static const uint64_t zero_or_powers_of_10_64[]; - static const uint64_t pow10_significands[]; - static const int16_t pow10_exponents[]; - static const char digits[]; - static const char hex_digits[]; - static const char foreground_color[]; - static const char background_color[]; - static const char reset_color[5]; - static const wchar_t wreset_color[5]; - static const char signs[]; -}; - -FMT_EXTERN template struct basic_data; - -// This is a struct rather than an alias to avoid shadowing warnings in gcc. -struct data : basic_data<> {}; +using uint32_or_64_or_128_t = + conditional_t() <= 32 && !FMT_REDUCE_INT_INSTANTIATIONS, + uint32_t, + conditional_t() <= 64, uint64_t, uint128_t>>; +template +using uint64_or_128_t = conditional_t() <= 64, uint64_t, uint128_t>; + +#define FMT_POWERS_OF_10(factor) \ + factor * 10, (factor)*100, (factor)*1000, (factor)*10000, (factor)*100000, \ + (factor)*1000000, (factor)*10000000, (factor)*100000000, \ + (factor)*1000000000 + +// Converts value in the range [0, 100) to a string. +constexpr const char* digits2(size_t value) { + // GCC generates slightly better code when value is pointer-size. + return &"0001020304050607080910111213141516171819" + "2021222324252627282930313233343536373839" + "4041424344454647484950515253545556575859" + "6061626364656667686970717273747576777879" + "8081828384858687888990919293949596979899"[value * 2]; +} -#ifdef FMT_BUILTIN_CLZLL -// Returns the number of decimal digits in n. Leading zeros are not counted -// except for n == 0 in which case count_digits returns 1. -inline int count_digits(uint64_t n) { - // Based on http://graphics.stanford.edu/~seander/bithacks.html#IntegerLog10 - // and the benchmark https://github.com/localvoid/cxx-benchmark-count-digits. - int t = (64 - FMT_BUILTIN_CLZLL(n | 1)) * 1233 >> 12; - return t - (n < data::zero_or_powers_of_10_64[t]) + 1; +// Sign is a template parameter to workaround a bug in gcc 4.8. +template constexpr Char sign(Sign s) { +#if !FMT_GCC_VERSION || FMT_GCC_VERSION >= 604 + static_assert(std::is_same::value, ""); +#endif + return static_cast("\0-+ "[s]); } -#else -// Fallback version of count_digits used when __builtin_clz is not available. -inline int count_digits(uint64_t n) { + +template FMT_CONSTEXPR auto count_digits_fallback(T n) -> int { int count = 1; for (;;) { // Integer division is slow so do it for a group of four digits instead @@ -806,279 +1061,312 @@ inline int count_digits(uint64_t n) { count += 4; } } +#if FMT_USE_INT128 +FMT_CONSTEXPR inline auto count_digits(uint128_opt n) -> int { + return count_digits_fallback(n); +} #endif -#if FMT_USE_INT128 -inline int count_digits(uint128_t n) { - int count = 1; - for (;;) { - // Integer division is slow so do it for a group of four digits instead - // of for every digit. The idea comes from the talk by Alexandrescu - // "Three Optimization Tips for C++". See speed-test for a comparison. - if (n < 10) return count; - if (n < 100) return count + 1; - if (n < 1000) return count + 2; - if (n < 10000) return count + 3; - n /= 10000U; - count += 4; - } +#ifdef FMT_BUILTIN_CLZLL +// It is a separate function rather than a part of count_digits to workaround +// the lack of static constexpr in constexpr functions. +inline auto do_count_digits(uint64_t n) -> int { + // This has comparable performance to the version by Kendall Willets + // (https://github.com/fmtlib/format-benchmark/blob/master/digits10) + // but uses smaller tables. + // Maps bsr(n) to ceil(log10(pow(2, bsr(n) + 1) - 1)). + static constexpr uint8_t bsr2log10[] = { + 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, + 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10, + 10, 11, 11, 11, 12, 12, 12, 13, 13, 13, 13, 14, 14, 14, 15, 15, + 15, 16, 16, 16, 16, 17, 17, 17, 18, 18, 18, 19, 19, 19, 19, 20}; + auto t = bsr2log10[FMT_BUILTIN_CLZLL(n | 1) ^ 63]; + static constexpr const uint64_t zero_or_powers_of_10[] = { + 0, 0, FMT_POWERS_OF_10(1U), FMT_POWERS_OF_10(1000000000ULL), + 10000000000000000000ULL}; + return t - (n < zero_or_powers_of_10[t]); } #endif -// Counts the number of digits in n. BITS = log2(radix). -template inline int count_digits(UInt n) { - int num_digits = 0; - do { - ++num_digits; - } while ((n >>= BITS) != 0); - return num_digits; +// Returns the number of decimal digits in n. Leading zeros are not counted +// except for n == 0 in which case count_digits returns 1. +FMT_CONSTEXPR20 inline auto count_digits(uint64_t n) -> int { +#ifdef FMT_BUILTIN_CLZLL + if (!is_constant_evaluated()) { + return do_count_digits(n); + } +#endif + return count_digits_fallback(n); } -template <> int count_digits<4>(internal::fallback_uintptr n); - -#if FMT_GCC_VERSION || FMT_CLANG_VERSION -# define FMT_ALWAYS_INLINE inline __attribute__((always_inline)) -#else -# define FMT_ALWAYS_INLINE +// Counts the number of digits in n. BITS = log2(radix). +template +FMT_CONSTEXPR auto count_digits(UInt n) -> int { +#ifdef FMT_BUILTIN_CLZ + if (!is_constant_evaluated() && num_bits() == 32) + return (FMT_BUILTIN_CLZ(static_cast(n) | 1) ^ 31) / BITS + 1; #endif + // Lambda avoids unreachable code warnings from NVHPC. + return [](UInt m) { + int num_digits = 0; + do { + ++num_digits; + } while ((m >>= BITS) != 0); + return num_digits; + }(n); +} #ifdef FMT_BUILTIN_CLZ -// Optional version of count_digits for better performance on 32-bit platforms. -inline int count_digits(uint32_t n) { - int t = (32 - FMT_BUILTIN_CLZ(n | 1)) * 1233 >> 12; - return t - (n < data::zero_or_powers_of_10_32[t]) + 1; +// It is a separate function rather than a part of count_digits to workaround +// the lack of static constexpr in constexpr functions. +FMT_INLINE auto do_count_digits(uint32_t n) -> int { +// An optimization by Kendall Willets from https://bit.ly/3uOIQrB. +// This increments the upper 32 bits (log10(T) - 1) when >= T is added. +# define FMT_INC(T) (((sizeof(# T) - 1ull) << 32) - T) + static constexpr uint64_t table[] = { + FMT_INC(0), FMT_INC(0), FMT_INC(0), // 8 + FMT_INC(10), FMT_INC(10), FMT_INC(10), // 64 + FMT_INC(100), FMT_INC(100), FMT_INC(100), // 512 + FMT_INC(1000), FMT_INC(1000), FMT_INC(1000), // 4096 + FMT_INC(10000), FMT_INC(10000), FMT_INC(10000), // 32k + FMT_INC(100000), FMT_INC(100000), FMT_INC(100000), // 256k + FMT_INC(1000000), FMT_INC(1000000), FMT_INC(1000000), // 2048k + FMT_INC(10000000), FMT_INC(10000000), FMT_INC(10000000), // 16M + FMT_INC(100000000), FMT_INC(100000000), FMT_INC(100000000), // 128M + FMT_INC(1000000000), FMT_INC(1000000000), FMT_INC(1000000000), // 1024M + FMT_INC(1000000000), FMT_INC(1000000000) // 4B + }; + auto inc = table[FMT_BUILTIN_CLZ(n | 1) ^ 31]; + return static_cast((n + inc) >> 32); } #endif -template FMT_API std::string grouping_impl(locale_ref loc); -template inline std::string grouping(locale_ref loc) { - return grouping_impl(loc); +// Optional version of count_digits for better performance on 32-bit platforms. +FMT_CONSTEXPR20 inline auto count_digits(uint32_t n) -> int { +#ifdef FMT_BUILTIN_CLZ + if (!is_constant_evaluated()) { + return do_count_digits(n); + } +#endif + return count_digits_fallback(n); } -template <> inline std::string grouping(locale_ref loc) { - return grouping_impl(loc); + +template constexpr auto digits10() noexcept -> int { + return std::numeric_limits::digits10; } +template <> constexpr auto digits10() noexcept -> int { return 38; } +template <> constexpr auto digits10() noexcept -> int { return 38; } + +template struct thousands_sep_result { + std::string grouping; + Char thousands_sep; +}; -template FMT_API Char thousands_sep_impl(locale_ref loc); -template inline Char thousands_sep(locale_ref loc) { - return Char(thousands_sep_impl(loc)); +template +FMT_API auto thousands_sep_impl(locale_ref loc) -> thousands_sep_result; +template +inline auto thousands_sep(locale_ref loc) -> thousands_sep_result { + auto result = thousands_sep_impl(loc); + return {result.grouping, Char(result.thousands_sep)}; } -template <> inline wchar_t thousands_sep(locale_ref loc) { +template <> +inline auto thousands_sep(locale_ref loc) -> thousands_sep_result { return thousands_sep_impl(loc); } -template FMT_API Char decimal_point_impl(locale_ref loc); -template inline Char decimal_point(locale_ref loc) { +template +FMT_API auto decimal_point_impl(locale_ref loc) -> Char; +template inline auto decimal_point(locale_ref loc) -> Char { return Char(decimal_point_impl(loc)); } -template <> inline wchar_t decimal_point(locale_ref loc) { +template <> inline auto decimal_point(locale_ref loc) -> wchar_t { return decimal_point_impl(loc); } -// Formats a decimal unsigned integer value writing into buffer. -// add_thousands_sep is called after writing each char to add a thousands -// separator if necessary. -template -inline Char* format_decimal(Char* buffer, UInt value, int num_digits, - F add_thousands_sep) { - FMT_ASSERT(num_digits >= 0, "invalid digit count"); - buffer += num_digits; - Char* end = buffer; +// Compares two characters for equality. +template auto equal2(const Char* lhs, const char* rhs) -> bool { + return lhs[0] == Char(rhs[0]) && lhs[1] == Char(rhs[1]); +} +inline auto equal2(const char* lhs, const char* rhs) -> bool { + return memcmp(lhs, rhs, 2) == 0; +} + +// Copies two characters from src to dst. +template +FMT_CONSTEXPR20 FMT_INLINE void copy2(Char* dst, const char* src) { + if (!is_constant_evaluated() && sizeof(Char) == sizeof(char)) { + memcpy(dst, src, 2); + return; + } + *dst++ = static_cast(*src++); + *dst = static_cast(*src); +} + +template struct format_decimal_result { + Iterator begin; + Iterator end; +}; + +// Formats a decimal unsigned integer value writing into out pointing to a +// buffer of specified size. The caller must ensure that the buffer is large +// enough. +template +FMT_CONSTEXPR20 auto format_decimal(Char* out, UInt value, int size) + -> format_decimal_result { + FMT_ASSERT(size >= count_digits(value), "invalid digit count"); + out += size; + Char* end = out; while (value >= 100) { // Integer division is slow so do it for a group of two digits instead // of for every digit. The idea comes from the talk by Alexandrescu // "Three Optimization Tips for C++". See speed-test for a comparison. - auto index = static_cast((value % 100) * 2); + out -= 2; + copy2(out, digits2(static_cast(value % 100))); value /= 100; - *--buffer = static_cast(data::digits[index + 1]); - add_thousands_sep(buffer); - *--buffer = static_cast(data::digits[index]); - add_thousands_sep(buffer); } if (value < 10) { - *--buffer = static_cast('0' + value); - return end; + *--out = static_cast('0' + value); + return {out, end}; } - auto index = static_cast(value * 2); - *--buffer = static_cast(data::digits[index + 1]); - add_thousands_sep(buffer); - *--buffer = static_cast(data::digits[index]); - return end; + out -= 2; + copy2(out, digits2(static_cast(value))); + return {out, end}; } -template constexpr int digits10() FMT_NOEXCEPT { - return std::numeric_limits::digits10; -} -template <> constexpr int digits10() FMT_NOEXCEPT { return 38; } -template <> constexpr int digits10() FMT_NOEXCEPT { return 38; } - -template -inline Iterator format_decimal(Iterator out, UInt value, int num_digits, - F add_thousands_sep) { - FMT_ASSERT(num_digits >= 0, "invalid digit count"); - // Buffer should be large enough to hold all digits (<= digits10 + 1). - enum { max_size = digits10() + 1 }; - Char buffer[2 * max_size]; - auto end = format_decimal(buffer, value, num_digits, add_thousands_sep); - return internal::copy_str(buffer, end, out); -} - -template -inline It format_decimal(It out, UInt value, int num_digits) { - return format_decimal(out, value, num_digits, [](Char*) {}); +template >::value)> +FMT_CONSTEXPR inline auto format_decimal(Iterator out, UInt value, int size) + -> format_decimal_result { + // Buffer is large enough to hold all digits (digits10 + 1). + Char buffer[digits10() + 1]; + auto end = format_decimal(buffer, value, size).end; + return {out, detail::copy_str_noinline(buffer, end, out)}; } template -inline Char* format_uint(Char* buffer, UInt value, int num_digits, - bool upper = false) { +FMT_CONSTEXPR auto format_uint(Char* buffer, UInt value, int num_digits, + bool upper = false) -> Char* { buffer += num_digits; Char* end = buffer; do { - const char* digits = upper ? "0123456789ABCDEF" : data::hex_digits; - unsigned digit = (value & ((1 << BASE_BITS) - 1)); + const char* digits = upper ? "0123456789ABCDEF" : "0123456789abcdef"; + unsigned digit = static_cast(value & ((1 << BASE_BITS) - 1)); *--buffer = static_cast(BASE_BITS < 4 ? static_cast('0' + digit) : digits[digit]); } while ((value >>= BASE_BITS) != 0); return end; } -template -Char* format_uint(Char* buffer, internal::fallback_uintptr n, int num_digits, - bool = false) { - auto char_digits = std::numeric_limits::digits / 4; - int start = (num_digits + char_digits - 1) / char_digits - 1; - if (int start_digits = num_digits % char_digits) { - unsigned value = n.value[start--]; - buffer = format_uint(buffer, value, start_digits); - } - for (; start >= 0; --start) { - unsigned value = n.value[start]; - buffer += char_digits; - auto p = buffer; - for (int i = 0; i < char_digits; ++i) { - unsigned digit = (value & ((1 << BASE_BITS) - 1)); - *--p = static_cast(data::hex_digits[digit]); - value >>= BASE_BITS; - } - } - return buffer; -} - template -inline It format_uint(It out, UInt value, int num_digits, bool upper = false) { +inline auto format_uint(It out, UInt value, int num_digits, bool upper = false) + -> It { + if (auto ptr = to_pointer(out, to_unsigned(num_digits))) { + format_uint(ptr, value, num_digits, upper); + return out; + } // Buffer should be large enough to hold all digits (digits / BASE_BITS + 1). char buffer[num_bits() / BASE_BITS + 1]; format_uint(buffer, value, num_digits, upper); - return internal::copy_str(buffer, buffer + num_digits, out); + return detail::copy_str_noinline(buffer, buffer + num_digits, out); } // A converter from UTF-8 to UTF-16. class utf8_to_utf16 { private: - wmemory_buffer buffer_; + basic_memory_buffer buffer_; public: FMT_API explicit utf8_to_utf16(string_view s); - operator wstring_view() const { return {&buffer_[0], size()}; } - size_t size() const { return buffer_.size() - 1; } - const wchar_t* c_str() const { return &buffer_[0]; } - std::wstring str() const { return {&buffer_[0], size()}; } + operator basic_string_view() const { return {&buffer_[0], size()}; } + auto size() const -> size_t { return buffer_.size() - 1; } + auto c_str() const -> const wchar_t* { return &buffer_[0]; } + auto str() const -> std::wstring { return {&buffer_[0], size()}; } }; -template struct null {}; - -// Workaround an array initialization issue in gcc 4.8. -template struct fill_t { - private: - enum { max_size = 4 }; - Char data_[max_size]; - unsigned char size_; - - public: - FMT_CONSTEXPR void operator=(basic_string_view s) { - auto size = s.size(); - if (size > max_size) { - FMT_THROW(format_error("invalid fill")); - return; - } - for (size_t i = 0; i < size; ++i) data_[i] = s[i]; - size_ = static_cast(size); - } - - size_t size() const { return size_; } - const Char* data() const { return data_; } - - FMT_CONSTEXPR Char& operator[](size_t index) { return data_[index]; } - FMT_CONSTEXPR const Char& operator[](size_t index) const { - return data_[index]; - } +namespace dragonbox { + +// Type-specific information that Dragonbox uses. +template struct float_info; + +template <> struct float_info { + using carrier_uint = uint32_t; + static const int exponent_bits = 8; + static const int kappa = 1; + static const int big_divisor = 100; + static const int small_divisor = 10; + static const int min_k = -31; + static const int max_k = 46; + static const int shorter_interval_tie_lower_threshold = -35; + static const int shorter_interval_tie_upper_threshold = -35; +}; - static FMT_CONSTEXPR fill_t make() { - auto fill = fill_t(); - fill[0] = Char(' '); - fill.size_ = 1; - return fill; - } +template <> struct float_info { + using carrier_uint = uint64_t; + static const int exponent_bits = 11; + static const int kappa = 2; + static const int big_divisor = 1000; + static const int small_divisor = 100; + static const int min_k = -292; + static const int max_k = 326; + static const int shorter_interval_tie_lower_threshold = -77; + static const int shorter_interval_tie_upper_threshold = -77; }; -} // namespace internal -// We cannot use enum classes as bit fields because of a gcc bug -// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61414. -namespace align { -enum type { none, left, right, center, numeric }; -} -using align_t = align::type; +// An 80- or 128-bit floating point number. +template +struct float_info::digits == 64 || + std::numeric_limits::digits == 113 || + is_float128::value>> { + using carrier_uint = detail::uint128_t; + static const int exponent_bits = 15; +}; -namespace sign { -enum type { none, minus, plus, space }; -} -using sign_t = sign::type; +// A double-double floating point number. +template +struct float_info::value>> { + using carrier_uint = detail::uint128_t; +}; -// Format specifiers for built-in and string types. -template struct basic_format_specs { - int width; - int precision; - char type; - align_t align : 4; - sign_t sign : 3; - bool alt : 1; // Alternate form ('#'). - internal::fill_t fill; - - constexpr basic_format_specs() - : width(0), - precision(-1), - type(0), - align(align::none), - sign(sign::none), - alt(false), - fill(internal::fill_t::make()) {} +template struct decimal_fp { + using significand_type = typename float_info::carrier_uint; + significand_type significand; + int exponent; }; -using format_specs = basic_format_specs; +template FMT_API auto to_decimal(T x) noexcept -> decimal_fp; +} // namespace dragonbox -namespace internal { +// Returns true iff Float has the implicit bit which is not stored. +template constexpr bool has_implicit_bit() { + // An 80-bit FP number has a 64-bit significand an no implicit bit. + return std::numeric_limits::digits != 64; +} -// A floating-point presentation format. -enum class float_format : unsigned char { - general, // General: exponent notation or fixed point based on magnitude. - exp, // Exponent notation with the default precision of 6, e.g. 1.2e-3. - fixed, // Fixed point with the default precision of 6, e.g. 0.0012. - hex -}; +// Returns the number of significand bits stored in Float. The implicit bit is +// not counted since it is not stored. +template constexpr int num_significand_bits() { + // std::numeric_limits may not support __float128. + return is_float128() ? 112 + : (std::numeric_limits::digits - + (has_implicit_bit() ? 1 : 0)); +} -struct float_specs { - int precision; - float_format format : 8; - sign_t sign : 8; - bool upper : 1; - bool locale : 1; - bool percent : 1; - bool binary32 : 1; - bool use_grisu : 1; - bool showpoint : 1; -}; +template +constexpr auto exponent_mask() -> + typename dragonbox::float_info::carrier_uint { + using uint = typename dragonbox::float_info::carrier_uint; + return ((uint(1) << dragonbox::float_info::exponent_bits) - 1) + << num_significand_bits(); +} +template constexpr auto exponent_bias() -> int { + // std::numeric_limits may not support __float128. + return is_float128() ? 16383 + : std::numeric_limits::max_exponent - 1; +} // Writes the exponent exp in the form "[+-]d{2,3}" to buffer. -template It write_exponent(int exp, It it) { +template +FMT_CONSTEXPR auto write_exponent(int exp, It it) -> It { FMT_ASSERT(-10000 < exp && exp < 10000, "exponent out of range"); if (exp < 0) { *it++ = static_cast('-'); @@ -1087,1767 +1375,2277 @@ template It write_exponent(int exp, It it) { *it++ = static_cast('+'); } if (exp >= 100) { - const char* top = data::digits + (exp / 100) * 2; + const char* top = digits2(to_unsigned(exp / 100)); if (exp >= 1000) *it++ = static_cast(top[0]); *it++ = static_cast(top[1]); exp %= 100; } - const char* d = data::digits + exp * 2; + const char* d = digits2(to_unsigned(exp)); *it++ = static_cast(d[0]); *it++ = static_cast(d[1]); return it; } -template class float_writer { - private: - // The number is given as v = digits_ * pow(10, exp_). - const char* digits_; - int num_digits_; - int exp_; - size_t size_; - float_specs specs_; - Char decimal_point_; - - template It prettify(It it) const { - // pow(10, full_exp - 1) <= v <= pow(10, full_exp). - int full_exp = num_digits_ + exp_; - if (specs_.format == float_format::exp) { - // Insert a decimal point after the first digit and add an exponent. - *it++ = static_cast(*digits_); - int num_zeros = specs_.precision - num_digits_; - if (num_digits_ > 1 || specs_.showpoint) *it++ = decimal_point_; - it = copy_str(digits_ + 1, digits_ + num_digits_, it); - if (num_zeros > 0 && specs_.showpoint) - it = std::fill_n(it, num_zeros, static_cast('0')); - *it++ = static_cast(specs_.upper ? 'E' : 'e'); - return write_exponent(full_exp - 1, it); - } - if (num_digits_ <= full_exp) { - // 1234e7 -> 12340000000[.0+] - it = copy_str(digits_, digits_ + num_digits_, it); - it = std::fill_n(it, full_exp - num_digits_, static_cast('0')); - if (specs_.showpoint || specs_.precision < 0) { - *it++ = decimal_point_; - int num_zeros = specs_.precision - full_exp; - if (num_zeros <= 0) { - if (specs_.format != float_format::fixed) - *it++ = static_cast('0'); - return it; - } -#ifdef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION - if (num_zeros > 1000) - throw std::runtime_error("fuzz mode - avoiding excessive cpu use"); -#endif - it = std::fill_n(it, num_zeros, static_cast('0')); - } - } else if (full_exp > 0) { - // 1234e-2 -> 12.34[0+] - it = copy_str(digits_, digits_ + full_exp, it); - if (!specs_.showpoint) { - // Remove trailing zeros. - int num_digits = num_digits_; - while (num_digits > full_exp && digits_[num_digits - 1] == '0') - --num_digits; - if (num_digits != full_exp) *it++ = decimal_point_; - return copy_str(digits_ + full_exp, digits_ + num_digits, it); - } - *it++ = decimal_point_; - it = copy_str(digits_ + full_exp, digits_ + num_digits_, it); - if (specs_.precision > num_digits_) { - // Add trailing zeros. - int num_zeros = specs_.precision - num_digits_; - it = std::fill_n(it, num_zeros, static_cast('0')); - } - } else { - // 1234e-6 -> 0.001234 - *it++ = static_cast('0'); - int num_zeros = -full_exp; - int num_digits = num_digits_; - if (num_digits == 0 && specs_.precision >= 0 && - specs_.precision < num_zeros) { - num_zeros = specs_.precision; - } - // Remove trailing zeros. - if (!specs_.showpoint) - while (num_digits > 0 && digits_[num_digits - 1] == '0') --num_digits; - if (num_zeros != 0 || num_digits != 0 || specs_.showpoint) { - *it++ = decimal_point_; - it = std::fill_n(it, num_zeros, static_cast('0')); - it = copy_str(digits_, digits_ + num_digits, it); - } - } - return it; - } - - public: - float_writer(const char* digits, int num_digits, int exp, float_specs specs, - Char decimal_point) - : digits_(digits), - num_digits_(num_digits), - exp_(exp), - specs_(specs), - decimal_point_(decimal_point) { - int full_exp = num_digits + exp - 1; - int precision = specs.precision > 0 ? specs.precision : 16; - if (specs_.format == float_format::general && - !(full_exp >= -4 && full_exp < precision)) { - specs_.format = float_format::exp; - } - size_ = prettify(counting_iterator()).count(); - size_ += specs.sign ? 1 : 0; - } - - size_t size() const { return size_; } - size_t width() const { return size(); } - - template void operator()(It&& it) { - if (specs_.sign) *it++ = static_cast(data::signs[specs_.sign]); - it = prettify(it); +// A floating-point number f * pow(2, e) where F is an unsigned type. +template struct basic_fp { + F f; + int e; + + static constexpr const int num_significand_bits = + static_cast(sizeof(F) * num_bits()); + + constexpr basic_fp() : f(0), e(0) {} + constexpr basic_fp(uint64_t f_val, int e_val) : f(f_val), e(e_val) {} + + // Constructs fp from an IEEE754 floating-point number. + template FMT_CONSTEXPR basic_fp(Float n) { assign(n); } + + // Assigns n to this and return true iff predecessor is closer than successor. + template ::value)> + FMT_CONSTEXPR auto assign(Float n) -> bool { + static_assert(std::numeric_limits::digits <= 113, "unsupported FP"); + // Assume Float is in the format [sign][exponent][significand]. + using carrier_uint = typename dragonbox::float_info::carrier_uint; + const auto num_float_significand_bits = + detail::num_significand_bits(); + const auto implicit_bit = carrier_uint(1) << num_float_significand_bits; + const auto significand_mask = implicit_bit - 1; + auto u = bit_cast(n); + f = static_cast(u & significand_mask); + auto biased_e = static_cast((u & exponent_mask()) >> + num_float_significand_bits); + // The predecessor is closer if n is a normalized power of 2 (f == 0) + // other than the smallest normalized number (biased_e > 1). + auto is_predecessor_closer = f == 0 && biased_e > 1; + if (biased_e == 0) + biased_e = 1; // Subnormals use biased exponent 1 (min exponent). + else if (has_implicit_bit()) + f += static_cast(implicit_bit); + e = biased_e - exponent_bias() - num_float_significand_bits; + if (!has_implicit_bit()) ++e; + return is_predecessor_closer; + } + + template ::value)> + FMT_CONSTEXPR auto assign(Float n) -> bool { + static_assert(std::numeric_limits::is_iec559, "unsupported FP"); + return assign(static_cast(n)); } }; -template -int format_float(T value, int precision, float_specs specs, buffer& buf); - -// Formats a floating-point number with snprintf. -template -int snprintf_float(T value, int precision, float_specs specs, - buffer& buf); - -template T promote_float(T value) { return value; } -inline double promote_float(float value) { return static_cast(value); } - -template -FMT_CONSTEXPR void handle_int_type_spec(char spec, Handler&& handler) { - switch (spec) { - case 0: - case 'd': - handler.on_dec(); - break; - case 'x': - case 'X': - handler.on_hex(); - break; - case 'b': - case 'B': - handler.on_bin(); - break; - case 'o': - handler.on_oct(); - break; - case 'n': - case 'L': - handler.on_num(); - break; - default: - handler.on_error(); - } +using fp = basic_fp; + +// Normalizes the value converted from double and multiplied by (1 << SHIFT). +template +FMT_CONSTEXPR basic_fp normalize(basic_fp value) { + // Handle subnormals. + const auto implicit_bit = F(1) << num_significand_bits(); + const auto shifted_implicit_bit = implicit_bit << SHIFT; + while ((value.f & shifted_implicit_bit) == 0) { + value.f <<= 1; + --value.e; + } + // Subtract 1 to account for hidden bit. + const auto offset = basic_fp::num_significand_bits - + num_significand_bits() - SHIFT - 1; + value.f <<= offset; + value.e -= offset; + return value; } -template -FMT_CONSTEXPR float_specs parse_float_type_spec( - const basic_format_specs& specs, ErrorHandler&& eh = {}) { - auto result = float_specs(); - result.showpoint = specs.alt; - switch (specs.type) { - case 0: - result.format = float_format::general; - result.showpoint |= specs.precision > 0; - break; - case 'G': - result.upper = true; - FMT_FALLTHROUGH; - case 'g': - result.format = float_format::general; - break; - case 'E': - result.upper = true; - FMT_FALLTHROUGH; - case 'e': - result.format = float_format::exp; - result.showpoint |= specs.precision != 0; - break; - case 'F': - result.upper = true; - FMT_FALLTHROUGH; - case 'f': - result.format = float_format::fixed; - result.showpoint |= specs.precision != 0; - break; -#if FMT_DEPRECATED_PERCENT - case '%': - result.format = float_format::fixed; - result.percent = true; - break; +// Computes lhs * rhs / pow(2, 64) rounded to nearest with half-up tie breaking. +FMT_CONSTEXPR inline uint64_t multiply(uint64_t lhs, uint64_t rhs) { +#if FMT_USE_INT128 + auto product = static_cast<__uint128_t>(lhs) * rhs; + auto f = static_cast(product >> 64); + return (static_cast(product) & (1ULL << 63)) != 0 ? f + 1 : f; +#else + // Multiply 32-bit parts of significands. + uint64_t mask = (1ULL << 32) - 1; + uint64_t a = lhs >> 32, b = lhs & mask; + uint64_t c = rhs >> 32, d = rhs & mask; + uint64_t ac = a * c, bc = b * c, ad = a * d, bd = b * d; + // Compute mid 64-bit of result and round. + uint64_t mid = (bd >> 32) + (ad & mask) + (bc & mask) + (1U << 31); + return ac + (ad >> 32) + (bc >> 32) + (mid >> 32); #endif - case 'A': - result.upper = true; - FMT_FALLTHROUGH; - case 'a': - result.format = float_format::hex; - break; - case 'n': - result.locale = true; - break; - default: - eh.on_error("invalid type specifier"); - break; - } - return result; -} - -template -FMT_CONSTEXPR void handle_char_specs(const basic_format_specs* specs, - Handler&& handler) { - if (!specs) return handler.on_char(); - if (specs->type && specs->type != 'c') return handler.on_int(); - if (specs->align == align::numeric || specs->sign != sign::none || specs->alt) - handler.on_error("invalid format specifier for char"); - handler.on_char(); } -template -FMT_CONSTEXPR void handle_cstring_type_spec(Char spec, Handler&& handler) { - if (spec == 0 || spec == 's') - handler.on_string(); - else if (spec == 'p') - handler.on_pointer(); - else - handler.on_error("invalid type specifier"); +FMT_CONSTEXPR inline fp operator*(fp x, fp y) { + return {multiply(x.f, y.f), x.e + y.e + 64}; } -template -FMT_CONSTEXPR void check_string_type_spec(Char spec, ErrorHandler&& eh) { - if (spec != 0 && spec != 's') eh.on_error("invalid type specifier"); -} - -template -FMT_CONSTEXPR void check_pointer_type_spec(Char spec, ErrorHandler&& eh) { - if (spec != 0 && spec != 'p') eh.on_error("invalid type specifier"); -} - -template class int_type_checker : private ErrorHandler { - public: - FMT_CONSTEXPR explicit int_type_checker(ErrorHandler eh) : ErrorHandler(eh) {} +template struct basic_data { + // Normalized 64-bit significands of pow(10, k), for k = -348, -340, ..., 340. + // These are generated by support/compute-powers.py. + static constexpr uint64_t pow10_significands[87] = { + 0xfa8fd5a0081c0288, 0xbaaee17fa23ebf76, 0x8b16fb203055ac76, + 0xcf42894a5dce35ea, 0x9a6bb0aa55653b2d, 0xe61acf033d1a45df, + 0xab70fe17c79ac6ca, 0xff77b1fcbebcdc4f, 0xbe5691ef416bd60c, + 0x8dd01fad907ffc3c, 0xd3515c2831559a83, 0x9d71ac8fada6c9b5, + 0xea9c227723ee8bcb, 0xaecc49914078536d, 0x823c12795db6ce57, + 0xc21094364dfb5637, 0x9096ea6f3848984f, 0xd77485cb25823ac7, + 0xa086cfcd97bf97f4, 0xef340a98172aace5, 0xb23867fb2a35b28e, + 0x84c8d4dfd2c63f3b, 0xc5dd44271ad3cdba, 0x936b9fcebb25c996, + 0xdbac6c247d62a584, 0xa3ab66580d5fdaf6, 0xf3e2f893dec3f126, + 0xb5b5ada8aaff80b8, 0x87625f056c7c4a8b, 0xc9bcff6034c13053, + 0x964e858c91ba2655, 0xdff9772470297ebd, 0xa6dfbd9fb8e5b88f, + 0xf8a95fcf88747d94, 0xb94470938fa89bcf, 0x8a08f0f8bf0f156b, + 0xcdb02555653131b6, 0x993fe2c6d07b7fac, 0xe45c10c42a2b3b06, + 0xaa242499697392d3, 0xfd87b5f28300ca0e, 0xbce5086492111aeb, + 0x8cbccc096f5088cc, 0xd1b71758e219652c, 0x9c40000000000000, + 0xe8d4a51000000000, 0xad78ebc5ac620000, 0x813f3978f8940984, + 0xc097ce7bc90715b3, 0x8f7e32ce7bea5c70, 0xd5d238a4abe98068, + 0x9f4f2726179a2245, 0xed63a231d4c4fb27, 0xb0de65388cc8ada8, + 0x83c7088e1aab65db, 0xc45d1df942711d9a, 0x924d692ca61be758, + 0xda01ee641a708dea, 0xa26da3999aef774a, 0xf209787bb47d6b85, + 0xb454e4a179dd1877, 0x865b86925b9bc5c2, 0xc83553c5c8965d3d, + 0x952ab45cfa97a0b3, 0xde469fbd99a05fe3, 0xa59bc234db398c25, + 0xf6c69a72a3989f5c, 0xb7dcbf5354e9bece, 0x88fcf317f22241e2, + 0xcc20ce9bd35c78a5, 0x98165af37b2153df, 0xe2a0b5dc971f303a, + 0xa8d9d1535ce3b396, 0xfb9b7cd9a4a7443c, 0xbb764c4ca7a44410, + 0x8bab8eefb6409c1a, 0xd01fef10a657842c, 0x9b10a4e5e9913129, + 0xe7109bfba19c0c9d, 0xac2820d9623bf429, 0x80444b5e7aa7cf85, + 0xbf21e44003acdd2d, 0x8e679c2f5e44ff8f, 0xd433179d9c8cb841, + 0x9e19db92b4e31ba9, 0xeb96bf6ebadf77d9, 0xaf87023b9bf0ee6b, + }; - FMT_CONSTEXPR void on_dec() {} - FMT_CONSTEXPR void on_hex() {} - FMT_CONSTEXPR void on_bin() {} - FMT_CONSTEXPR void on_oct() {} - FMT_CONSTEXPR void on_num() {} +#if FMT_GCC_VERSION && FMT_GCC_VERSION < 409 +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wnarrowing" +#endif + // Binary exponents of pow(10, k), for k = -348, -340, ..., 340, corresponding + // to significands above. + static constexpr int16_t pow10_exponents[87] = { + -1220, -1193, -1166, -1140, -1113, -1087, -1060, -1034, -1007, -980, -954, + -927, -901, -874, -847, -821, -794, -768, -741, -715, -688, -661, + -635, -608, -582, -555, -529, -502, -475, -449, -422, -396, -369, + -343, -316, -289, -263, -236, -210, -183, -157, -130, -103, -77, + -50, -24, 3, 30, 56, 83, 109, 136, 162, 189, 216, + 242, 269, 295, 322, 348, 375, 402, 428, 455, 481, 508, + 534, 561, 588, 614, 641, 667, 694, 720, 747, 774, 800, + 827, 853, 880, 907, 933, 960, 986, 1013, 1039, 1066}; +#if FMT_GCC_VERSION && FMT_GCC_VERSION < 409 +# pragma GCC diagnostic pop +#endif - FMT_CONSTEXPR void on_error() { - ErrorHandler::on_error("invalid type specifier"); - } + static constexpr uint64_t power_of_10_64[20] = { + 1, FMT_POWERS_OF_10(1ULL), FMT_POWERS_OF_10(1000000000ULL), + 10000000000000000000ULL}; }; -template -class char_specs_checker : public ErrorHandler { - private: - char type_; - - public: - FMT_CONSTEXPR char_specs_checker(char type, ErrorHandler eh) - : ErrorHandler(eh), type_(type) {} +#if FMT_CPLUSPLUS < 201703L +template constexpr uint64_t basic_data::pow10_significands[]; +template constexpr int16_t basic_data::pow10_exponents[]; +template constexpr uint64_t basic_data::power_of_10_64[]; +#endif - FMT_CONSTEXPR void on_int() { - handle_int_type_spec(type_, int_type_checker(*this)); - } - FMT_CONSTEXPR void on_char() {} -}; +// This is a struct rather than an alias to avoid shadowing warnings in gcc. +struct data : basic_data<> {}; -template -class cstring_type_checker : public ErrorHandler { - public: - FMT_CONSTEXPR explicit cstring_type_checker(ErrorHandler eh) - : ErrorHandler(eh) {} +// Returns a cached power of 10 `c_k = c_k.f * pow(2, c_k.e)` such that its +// (binary) exponent satisfies `min_exponent <= c_k.e <= min_exponent + 28`. +FMT_CONSTEXPR inline fp get_cached_power(int min_exponent, + int& pow10_exponent) { + const int shift = 32; + // log10(2) = 0x0.4d104d427de7fbcc... + const int64_t significand = 0x4d104d427de7fbcc; + int index = static_cast( + ((min_exponent + fp::num_significand_bits - 1) * (significand >> shift) + + ((int64_t(1) << shift) - 1)) // ceil + >> 32 // arithmetic shift + ); + // Decimal exponent of the first (smallest) cached power of 10. + const int first_dec_exp = -348; + // Difference between 2 consecutive decimal exponents in cached powers of 10. + const int dec_exp_step = 8; + index = (index - first_dec_exp - 1) / dec_exp_step + 1; + pow10_exponent = first_dec_exp + index * dec_exp_step; + // Using *(x + index) instead of x[index] avoids an issue with some compilers + // using the EDG frontend (e.g. nvhpc/22.3 in C++17 mode). + return {*(data::pow10_significands + index), + *(data::pow10_exponents + index)}; +} - FMT_CONSTEXPR void on_string() {} - FMT_CONSTEXPR void on_pointer() {} -}; +#ifndef _MSC_VER +# define FMT_SNPRINTF snprintf +#else +FMT_API auto fmt_snprintf(char* buf, size_t size, const char* fmt, ...) -> int; +# define FMT_SNPRINTF fmt_snprintf +#endif // _MSC_VER -template -void arg_map::init(const basic_format_args& args) { - if (map_) return; - map_ = new entry[internal::to_unsigned(args.max_size())]; - if (args.is_packed()) { - for (int i = 0;; ++i) { - internal::type arg_type = args.type(i); - if (arg_type == internal::type::none_type) return; - if (arg_type == internal::type::named_arg_type) - push_back(args.values_[i]); +// Formats a floating-point number with snprintf using the hexfloat format. +template +auto snprintf_float(T value, int precision, float_specs specs, + buffer& buf) -> int { + // Buffer capacity must be non-zero, otherwise MSVC's vsnprintf_s will fail. + FMT_ASSERT(buf.capacity() > buf.size(), "empty buffer"); + FMT_ASSERT(specs.format == float_format::hex, ""); + static_assert(!std::is_same::value, ""); + + // Build the format string. + char format[7]; // The longest format is "%#.*Le". + char* format_ptr = format; + *format_ptr++ = '%'; + if (specs.showpoint) *format_ptr++ = '#'; + if (precision >= 0) { + *format_ptr++ = '.'; + *format_ptr++ = '*'; + } + if (std::is_same()) *format_ptr++ = 'L'; + *format_ptr++ = specs.upper ? 'A' : 'a'; + *format_ptr = '\0'; + + // Format using snprintf. + auto offset = buf.size(); + for (;;) { + auto begin = buf.data() + offset; + auto capacity = buf.capacity() - offset; + abort_fuzzing_if(precision > 100000); + // Suppress the warning about a nonliteral format string. + // Cannot use auto because of a bug in MinGW (#1532). + int (*snprintf_ptr)(char*, size_t, const char*, ...) = FMT_SNPRINTF; + int result = precision >= 0 + ? snprintf_ptr(begin, capacity, format, precision, value) + : snprintf_ptr(begin, capacity, format, value); + if (result < 0) { + // The buffer will grow exponentially. + buf.try_reserve(buf.capacity() + 1); + continue; } - } - for (int i = 0, n = args.max_size(); i < n; ++i) { - auto type = args.args_[i].type_; - if (type == internal::type::named_arg_type) push_back(args.args_[i].value_); + auto size = to_unsigned(result); + // Size equal to capacity means that the last character was truncated. + if (size < capacity) { + buf.try_resize(size + offset); + return 0; + } + buf.try_reserve(size + offset + 1); // Add 1 for the terminating '\0'. } } -template struct nonfinite_writer { - sign_t sign; - const char* str; - static constexpr size_t str_size = 3; - - size_t size() const { return str_size + (sign ? 1 : 0); } - size_t width() const { return size(); } +template +using convert_float_result = + conditional_t::value || sizeof(T) == sizeof(double), + double, T>; - template void operator()(It&& it) const { - if (sign) *it++ = static_cast(data::signs[sign]); - it = copy_str(str, str + str_size, it); - } -}; +template +constexpr auto convert_float(T value) -> convert_float_result { + return static_cast>(value); +} template -FMT_NOINLINE OutputIt fill(OutputIt it, size_t n, const fill_t& fill) { +FMT_NOINLINE FMT_CONSTEXPR auto fill(OutputIt it, size_t n, + const fill_t& fill) -> OutputIt { auto fill_size = fill.size(); - if (fill_size == 1) return std::fill_n(it, n, fill[0]); - for (size_t i = 0; i < n; ++i) it = std::copy_n(fill.data(), fill_size, it); + if (fill_size == 1) return detail::fill_n(it, n, fill[0]); + auto data = fill.data(); + for (size_t i = 0; i < n; ++i) + it = copy_str(data, data + fill_size, it); return it; } -// This template provides operations for formatting and writing data into a -// character range. -template class basic_writer { - public: - using char_type = typename Range::value_type; - using iterator = typename Range::iterator; - using format_specs = basic_format_specs; +// Writes the output of f, padded according to format specifications in specs. +// size: output size in code units. +// width: output display width in (terminal) column positions. +template +FMT_CONSTEXPR auto write_padded(OutputIt out, + const basic_format_specs& specs, + size_t size, size_t width, F&& f) -> OutputIt { + static_assert(align == align::left || align == align::right, ""); + unsigned spec_width = to_unsigned(specs.width); + size_t padding = spec_width > width ? spec_width - width : 0; + // Shifts are encoded as string literals because static constexpr is not + // supported in constexpr functions. + auto* shifts = align == align::left ? "\x1f\x1f\x00\x01" : "\x00\x1f\x00\x01"; + size_t left_padding = padding >> shifts[specs.align]; + size_t right_padding = padding - left_padding; + auto it = reserve(out, size + padding * specs.fill.size()); + if (left_padding != 0) it = fill(it, left_padding, specs.fill); + it = f(it); + if (right_padding != 0) it = fill(it, right_padding, specs.fill); + return base_iterator(out, it); +} - private: - iterator out_; // Output iterator. - locale_ref locale_; - - // Attempts to reserve space for n extra characters in the output range. - // Returns a pointer to the reserved range or a reference to out_. - auto reserve(std::size_t n) -> decltype(internal::reserve(out_, n)) { - return internal::reserve(out_, n); - } - - template struct padded_int_writer { - size_t size_; - string_view prefix; - char_type fill; - std::size_t padding; - F f; - - size_t size() const { return size_; } - size_t width() const { return size_; } - - template void operator()(It&& it) const { - if (prefix.size() != 0) - it = copy_str(prefix.begin(), prefix.end(), it); - it = std::fill_n(it, padding, fill); - f(it); - } +template +constexpr auto write_padded(OutputIt out, const basic_format_specs& specs, + size_t size, F&& f) -> OutputIt { + return write_padded(out, specs, size, size, f); +} + +template +FMT_CONSTEXPR auto write_bytes(OutputIt out, string_view bytes, + const basic_format_specs& specs) + -> OutputIt { + return write_padded( + out, specs, bytes.size(), [bytes](reserve_iterator it) { + const char* data = bytes.data(); + return copy_str(data, data + bytes.size(), it); + }); +} + +template +auto write_ptr(OutputIt out, UIntPtr value, + const basic_format_specs* specs) -> OutputIt { + int num_digits = count_digits<4>(value); + auto size = to_unsigned(num_digits) + size_t(2); + auto write = [=](reserve_iterator it) { + *it++ = static_cast('0'); + *it++ = static_cast('x'); + return format_uint<4, Char>(it, value, num_digits); }; + return specs ? write_padded(out, *specs, size, write) + : base_iterator(out, write(reserve(out, size))); +} - // Writes an integer in the format - // - // where are written by f(it). - template - void write_int(int num_digits, string_view prefix, format_specs specs, F f) { - std::size_t size = prefix.size() + to_unsigned(num_digits); - char_type fill = specs.fill[0]; - std::size_t padding = 0; - if (specs.align == align::numeric) { - auto unsiged_width = to_unsigned(specs.width); - if (unsiged_width > size) { - padding = unsiged_width - size; - size = unsiged_width; - } - } else if (specs.precision > num_digits) { - size = prefix.size() + to_unsigned(specs.precision); - padding = to_unsigned(specs.precision - num_digits); - fill = static_cast('0'); - } - if (specs.align == align::none) specs.align = align::right; - write_padded(specs, padded_int_writer{size, prefix, fill, padding, f}); - } - - // Writes a decimal integer. - template void write_decimal(Int value) { - auto abs_value = static_cast>(value); - bool negative = is_negative(value); - // Don't do -abs_value since it trips unsigned-integer-overflow sanitizer. - if (negative) abs_value = ~abs_value + 1; - int num_digits = count_digits(abs_value); - auto&& it = reserve((negative ? 1 : 0) + static_cast(num_digits)); - if (negative) *it++ = static_cast('-'); - it = format_decimal(it, abs_value, num_digits); - } - - // The handle_int_type_spec handler that writes an integer. - template struct int_writer { - using unsigned_type = uint32_or_64_or_128_t; - - basic_writer& writer; - const Specs& specs; - unsigned_type abs_value; - char prefix[4]; - unsigned prefix_size; - - string_view get_prefix() const { return string_view(prefix, prefix_size); } - - int_writer(basic_writer& w, Int value, const Specs& s) - : writer(w), - specs(s), - abs_value(static_cast(value)), - prefix_size(0) { - if (is_negative(value)) { - prefix[0] = '-'; - ++prefix_size; - abs_value = 0 - abs_value; - } else if (specs.sign != sign::none && specs.sign != sign::minus) { - prefix[0] = specs.sign == sign::plus ? '+' : ' '; - ++prefix_size; - } - } +// Returns true iff the code point cp is printable. +FMT_API auto is_printable(uint32_t cp) -> bool; - struct dec_writer { - unsigned_type abs_value; - int num_digits; +inline auto needs_escape(uint32_t cp) -> bool { + return cp < 0x20 || cp == 0x7f || cp == '"' || cp == '\\' || + !is_printable(cp); +} - template void operator()(It&& it) const { - it = internal::format_decimal(it, abs_value, num_digits); - } - }; +template struct find_escape_result { + const Char* begin; + const Char* end; + uint32_t cp; +}; - void on_dec() { - int num_digits = count_digits(abs_value); - writer.write_int(num_digits, get_prefix(), specs, - dec_writer{abs_value, num_digits}); - } +template +using make_unsigned_char = + typename conditional_t::value, + std::make_unsigned, + type_identity>::type; - struct hex_writer { - int_writer& self; - int num_digits; +template +auto find_escape(const Char* begin, const Char* end) + -> find_escape_result { + for (; begin != end; ++begin) { + uint32_t cp = static_cast>(*begin); + if (const_check(sizeof(Char) == 1) && cp >= 0x80) continue; + if (needs_escape(cp)) return {begin, begin + 1, cp}; + } + return {begin, nullptr, 0}; +} - template void operator()(It&& it) const { - it = format_uint<4, char_type>(it, self.abs_value, num_digits, - self.specs.type != 'x'); - } - }; +inline auto find_escape(const char* begin, const char* end) + -> find_escape_result { + if (!is_utf8()) return find_escape(begin, end); + auto result = find_escape_result{end, nullptr, 0}; + for_each_codepoint(string_view(begin, to_unsigned(end - begin)), + [&](uint32_t cp, string_view sv) { + if (needs_escape(cp)) { + result = {sv.begin(), sv.end(), cp}; + return false; + } + return true; + }); + return result; +} - void on_hex() { - if (specs.alt) { - prefix[prefix_size++] = '0'; - prefix[prefix_size++] = specs.type; - } - int num_digits = count_digits<4>(abs_value); - writer.write_int(num_digits, get_prefix(), specs, - hex_writer{*this, num_digits}); - } +#define FMT_STRING_IMPL(s, base, explicit) \ + [] { \ + /* Use the hidden visibility as a workaround for a GCC bug (#1973). */ \ + /* Use a macro-like name to avoid shadowing warnings. */ \ + struct FMT_GCC_VISIBILITY_HIDDEN FMT_COMPILE_STRING : base { \ + using char_type FMT_MAYBE_UNUSED = fmt::remove_cvref_t; \ + FMT_MAYBE_UNUSED FMT_CONSTEXPR explicit \ + operator fmt::basic_string_view() const { \ + return fmt::detail_exported::compile_string_to_view(s); \ + } \ + }; \ + return FMT_COMPILE_STRING(); \ + }() - template struct bin_writer { - unsigned_type abs_value; - int num_digits; +/** + \rst + Constructs a compile-time format string from a string literal *s*. - template void operator()(It&& it) const { - it = format_uint(it, abs_value, num_digits); - } - }; + **Example**:: - void on_bin() { - if (specs.alt) { - prefix[prefix_size++] = '0'; - prefix[prefix_size++] = static_cast(specs.type); - } - int num_digits = count_digits<1>(abs_value); - writer.write_int(num_digits, get_prefix(), specs, - bin_writer<1>{abs_value, num_digits}); - } + // A compile-time error because 'd' is an invalid specifier for strings. + std::string s = fmt::format(FMT_STRING("{:d}"), "foo"); + \endrst + */ +#define FMT_STRING(s) FMT_STRING_IMPL(s, fmt::detail::compile_string, ) + +template +auto write_codepoint(OutputIt out, char prefix, uint32_t cp) -> OutputIt { + *out++ = static_cast('\\'); + *out++ = static_cast(prefix); + Char buf[width]; + fill_n(buf, width, static_cast('0')); + format_uint<4>(buf, cp, width); + return copy_str(buf, buf + width, out); +} - void on_oct() { - int num_digits = count_digits<3>(abs_value); - if (specs.alt && specs.precision <= num_digits && abs_value != 0) { - // Octal prefix '0' is counted as a digit, so only add it if precision - // is not greater than the number of digits. - prefix[prefix_size++] = '0'; +template +auto write_escaped_cp(OutputIt out, const find_escape_result& escape) + -> OutputIt { + auto c = static_cast(escape.cp); + switch (escape.cp) { + case '\n': + *out++ = static_cast('\\'); + c = static_cast('n'); + break; + case '\r': + *out++ = static_cast('\\'); + c = static_cast('r'); + break; + case '\t': + *out++ = static_cast('\\'); + c = static_cast('t'); + break; + case '"': + FMT_FALLTHROUGH; + case '\'': + FMT_FALLTHROUGH; + case '\\': + *out++ = static_cast('\\'); + break; + default: + if (is_utf8()) { + if (escape.cp < 0x100) { + return write_codepoint<2, Char>(out, 'x', escape.cp); } - writer.write_int(num_digits, get_prefix(), specs, - bin_writer<3>{abs_value, num_digits}); - } - - enum { sep_size = 1 }; - - struct num_writer { - unsigned_type abs_value; - int size; - const std::string& groups; - char_type sep; - - template void operator()(It&& it) const { - basic_string_view s(&sep, sep_size); - // Index of a decimal digit with the least significant digit having - // index 0. - int digit_index = 0; - std::string::const_iterator group = groups.cbegin(); - it = format_decimal( - it, abs_value, size, - [this, s, &group, &digit_index](char_type*& buffer) { - if (*group <= 0 || ++digit_index % *group != 0 || - *group == max_value()) - return; - if (group + 1 != groups.cend()) { - digit_index = 0; - ++group; - } - buffer -= s.size(); - std::uninitialized_copy(s.data(), s.data() + s.size(), - make_checked(buffer, s.size())); - }); + if (escape.cp < 0x10000) { + return write_codepoint<4, Char>(out, 'u', escape.cp); } - }; - - void on_num() { - std::string groups = grouping(writer.locale_); - if (groups.empty()) return on_dec(); - auto sep = thousands_sep(writer.locale_); - if (!sep) return on_dec(); - int num_digits = count_digits(abs_value); - int size = num_digits; - std::string::const_iterator group = groups.cbegin(); - while (group != groups.cend() && num_digits > *group && *group > 0 && - *group != max_value()) { - size += sep_size; - num_digits -= *group; - ++group; + if (escape.cp < 0x110000) { + return write_codepoint<8, Char>(out, 'U', escape.cp); } - if (group == groups.cend()) - size += sep_size * ((num_digits - 1) / groups.back()); - writer.write_int(size, get_prefix(), specs, - num_writer{abs_value, size, groups, sep}); } - - FMT_NORETURN void on_error() { - FMT_THROW(format_error("invalid type specifier")); + for (Char escape_char : basic_string_view( + escape.begin, to_unsigned(escape.end - escape.begin))) { + out = write_codepoint<2, Char>(out, 'x', + static_cast(escape_char) & 0xFF); } - }; - - template struct str_writer { - const Char* s; - size_t size_; + return out; + } + *out++ = c; + return out; +} - size_t size() const { return size_; } - size_t width() const { - return count_code_points(basic_string_view(s, size_)); - } +template +auto write_escaped_string(OutputIt out, basic_string_view str) + -> OutputIt { + *out++ = static_cast('"'); + auto begin = str.begin(), end = str.end(); + do { + auto escape = find_escape(begin, end); + out = copy_str(begin, escape.begin, out); + begin = escape.end; + if (!begin) break; + out = write_escaped_cp(out, escape); + } while (begin != end); + *out++ = static_cast('"'); + return out; +} - template void operator()(It&& it) const { - it = copy_str(s, s + size_, it); - } - }; +template +auto write_escaped_char(OutputIt out, Char v) -> OutputIt { + *out++ = static_cast('\''); + if ((needs_escape(static_cast(v)) && v != static_cast('"')) || + v == static_cast('\'')) { + out = write_escaped_cp( + out, find_escape_result{&v, &v + 1, static_cast(v)}); + } else { + *out++ = v; + } + *out++ = static_cast('\''); + return out; +} - struct bytes_writer { - string_view bytes; +template +FMT_CONSTEXPR auto write_char(OutputIt out, Char value, + const basic_format_specs& specs) + -> OutputIt { + bool is_debug = specs.type == presentation_type::debug; + return write_padded(out, specs, 1, [=](reserve_iterator it) { + if (is_debug) return write_escaped_char(it, value); + *it++ = value; + return it; + }); +} +template +FMT_CONSTEXPR auto write(OutputIt out, Char value, + const basic_format_specs& specs, + locale_ref loc = {}) -> OutputIt { + return check_char_specs(specs) + ? write_char(out, value, specs) + : write(out, static_cast(value), specs, loc); +} - size_t size() const { return bytes.size(); } - size_t width() const { return bytes.size(); } +// Data for write_int that doesn't depend on output iterator type. It is used to +// avoid template code bloat. +template struct write_int_data { + size_t size; + size_t padding; - template void operator()(It&& it) const { - const char* data = bytes.data(); - it = copy_str(data, data + size(), it); + FMT_CONSTEXPR write_int_data(int num_digits, unsigned prefix, + const basic_format_specs& specs) + : size((prefix >> 24) + to_unsigned(num_digits)), padding(0) { + if (specs.align == align::numeric) { + auto width = to_unsigned(specs.width); + if (width > size) { + padding = width - size; + size = width; + } + } else if (specs.precision > num_digits) { + size = (prefix >> 24) + to_unsigned(specs.precision); + padding = to_unsigned(specs.precision - num_digits); } - }; + } +}; - template struct pointer_writer { - UIntPtr value; - int num_digits; +// Writes an integer in the format +// +// where are written by write_digits(it). +// prefix contains chars in three lower bytes and the size in the fourth byte. +template +FMT_CONSTEXPR FMT_INLINE auto write_int(OutputIt out, int num_digits, + unsigned prefix, + const basic_format_specs& specs, + W write_digits) -> OutputIt { + // Slightly faster check for specs.width == 0 && specs.precision == -1. + if ((specs.width | (specs.precision + 1)) == 0) { + auto it = reserve(out, to_unsigned(num_digits) + (prefix >> 24)); + if (prefix != 0) { + for (unsigned p = prefix & 0xffffff; p != 0; p >>= 8) + *it++ = static_cast(p & 0xff); + } + return base_iterator(out, write_digits(it)); + } + auto data = write_int_data(num_digits, prefix, specs); + return write_padded( + out, specs, data.size, [=](reserve_iterator it) { + for (unsigned p = prefix & 0xffffff; p != 0; p >>= 8) + *it++ = static_cast(p & 0xff); + it = detail::fill_n(it, data.padding, static_cast('0')); + return write_digits(it); + }); +} - size_t size() const { return to_unsigned(num_digits) + 2; } - size_t width() const { return size(); } +template class digit_grouping { + private: + thousands_sep_result sep_; - template void operator()(It&& it) const { - *it++ = static_cast('0'); - *it++ = static_cast('x'); - it = format_uint<4, char_type>(it, value, num_digits); - } + struct next_state { + std::string::const_iterator group; + int pos; }; + next_state initial_state() const { return {sep_.grouping.begin(), 0}; } + + // Returns the next digit group separator position. + int next(next_state& state) const { + if (!sep_.thousands_sep) return max_value(); + if (state.group == sep_.grouping.end()) + return state.pos += sep_.grouping.back(); + if (*state.group <= 0 || *state.group == max_value()) + return max_value(); + state.pos += *state.group++; + return state.pos; + } public: - explicit basic_writer(Range out, locale_ref loc = locale_ref()) - : out_(out.begin()), locale_(loc) {} - - iterator out() const { return out_; } - - // Writes a value in the format - // - // where is written by f(it). - template void write_padded(const format_specs& specs, F&& f) { - // User-perceived width (in code points). - unsigned width = to_unsigned(specs.width); - size_t size = f.size(); // The number of code units. - size_t num_code_points = width != 0 ? f.width() : size; - if (width <= num_code_points) return f(reserve(size)); - size_t padding = width - num_code_points; - size_t fill_size = specs.fill.size(); - auto&& it = reserve(size + padding * fill_size); - if (specs.align == align::right) { - it = fill(it, padding, specs.fill); - f(it); - } else if (specs.align == align::center) { - std::size_t left_padding = padding / 2; - it = fill(it, left_padding, specs.fill); - f(it); - it = fill(it, padding - left_padding, specs.fill); - } else { - f(it); - it = fill(it, padding, specs.fill); - } + explicit digit_grouping(locale_ref loc, bool localized = true) { + if (localized) + sep_ = thousands_sep(loc); + else + sep_.thousands_sep = Char(); } + explicit digit_grouping(thousands_sep_result sep) : sep_(sep) {} - void write(int value) { write_decimal(value); } - void write(long value) { write_decimal(value); } - void write(long long value) { write_decimal(value); } + Char separator() const { return sep_.thousands_sep; } - void write(unsigned value) { write_decimal(value); } - void write(unsigned long value) { write_decimal(value); } - void write(unsigned long long value) { write_decimal(value); } - -#if FMT_USE_INT128 - void write(int128_t value) { write_decimal(value); } - void write(uint128_t value) { write_decimal(value); } -#endif - - template - void write_int(T value, const Spec& spec) { - handle_int_type_spec(spec.type, int_writer(*this, value, spec)); + int count_separators(int num_digits) const { + int count = 0; + auto state = initial_state(); + while (num_digits > next(state)) ++count; + return count; } - template ::value)> - void write(T value, format_specs specs = {}) { - if (const_check(!is_supported_floating_point(value))) { - return; - } - float_specs fspecs = parse_float_type_spec(specs); - fspecs.sign = specs.sign; - if (std::signbit(value)) { // value < 0 is false for NaN so use signbit. - fspecs.sign = sign::minus; - value = -value; - } else if (fspecs.sign == sign::minus) { - fspecs.sign = sign::none; - } - - if (!std::isfinite(value)) { - auto str = std::isinf(value) ? (fspecs.upper ? "INF" : "inf") - : (fspecs.upper ? "NAN" : "nan"); - return write_padded(specs, nonfinite_writer{fspecs.sign, str}); + // Applies grouping to digits and write the output to out. + template + Out apply(Out out, basic_string_view digits) const { + auto num_digits = static_cast(digits.size()); + auto separators = basic_memory_buffer(); + separators.push_back(0); + auto state = initial_state(); + while (int i = next(state)) { + if (i >= num_digits) break; + separators.push_back(i); } - - if (specs.align == align::none) { - specs.align = align::right; - } else if (specs.align == align::numeric) { - if (fspecs.sign) { - auto&& it = reserve(1); - *it++ = static_cast(data::signs[fspecs.sign]); - fspecs.sign = sign::none; - if (specs.width != 0) --specs.width; + for (int i = 0, sep_index = static_cast(separators.size() - 1); + i < num_digits; ++i) { + if (num_digits - i == separators[sep_index]) { + *out++ = separator(); + --sep_index; } - specs.align = align::right; - } - - memory_buffer buffer; - if (fspecs.format == float_format::hex) { - if (fspecs.sign) buffer.push_back(data::signs[fspecs.sign]); - snprintf_float(promote_float(value), specs.precision, fspecs, buffer); - write_padded(specs, str_writer{buffer.data(), buffer.size()}); - return; - } - int precision = specs.precision >= 0 || !specs.type ? specs.precision : 6; - if (fspecs.format == float_format::exp) { - if (precision == max_value()) - FMT_THROW(format_error("number is too big")); - else - ++precision; + *out++ = static_cast(digits[to_unsigned(i)]); } - if (const_check(std::is_same())) fspecs.binary32 = true; - fspecs.use_grisu = use_grisu(); - if (const_check(FMT_DEPRECATED_PERCENT) && fspecs.percent) value *= 100; - int exp = format_float(promote_float(value), precision, fspecs, buffer); - if (const_check(FMT_DEPRECATED_PERCENT) && fspecs.percent) { - buffer.push_back('%'); - --exp; // Adjust decimal place position. - } - fspecs.precision = precision; - char_type point = fspecs.locale ? decimal_point(locale_) - : static_cast('.'); - write_padded(specs, float_writer(buffer.data(), - static_cast(buffer.size()), - exp, fspecs, point)); + return out; } +}; - void write(char value) { - auto&& it = reserve(1); - *it++ = value; - } +template +auto write_int_localized(OutputIt out, UInt value, unsigned prefix, + const basic_format_specs& specs, + const digit_grouping& grouping) -> OutputIt { + static_assert(std::is_same, UInt>::value, ""); + int num_digits = count_digits(value); + char digits[40]; + format_decimal(digits, value, num_digits); + unsigned size = to_unsigned((prefix != 0 ? 1 : 0) + num_digits + + grouping.count_separators(num_digits)); + return write_padded( + out, specs, size, size, [&](reserve_iterator it) { + if (prefix != 0) { + char sign = static_cast(prefix); + *it++ = static_cast(sign); + } + return grouping.apply(it, string_view(digits, to_unsigned(num_digits))); + }); +} - template ::value)> - void write(Char value) { - auto&& it = reserve(1); - *it++ = value; - } +template +auto write_int_localized(OutputIt& out, UInt value, unsigned prefix, + const basic_format_specs& specs, locale_ref loc) + -> bool { + auto grouping = digit_grouping(loc); + out = write_int_localized(out, value, prefix, specs, grouping); + return true; +} - void write(string_view value) { - auto&& it = reserve(value.size()); - it = copy_str(value.begin(), value.end(), it); - } - void write(wstring_view value) { - static_assert(std::is_same::value, ""); - auto&& it = reserve(value.size()); - it = std::copy(value.begin(), value.end(), it); - } +FMT_CONSTEXPR inline void prefix_append(unsigned& prefix, unsigned value) { + prefix |= prefix != 0 ? value << 8 : value; + prefix += (1u + (value > 0xff ? 1 : 0)) << 24; +} - template - void write(const Char* s, std::size_t size, const format_specs& specs) { - write_padded(specs, str_writer{s, size}); - } +template struct write_int_arg { + UInt abs_value; + unsigned prefix; +}; - template - void write(basic_string_view s, const format_specs& specs = {}) { - const Char* data = s.data(); - std::size_t size = s.size(); - if (specs.precision >= 0 && to_unsigned(specs.precision) < size) - size = code_point_index(s, to_unsigned(specs.precision)); - write(data, size, specs); +template +FMT_CONSTEXPR auto make_write_int_arg(T value, sign_t sign) + -> write_int_arg> { + auto prefix = 0u; + auto abs_value = static_cast>(value); + if (is_negative(value)) { + prefix = 0x01000000 | '-'; + abs_value = 0 - abs_value; + } else { + constexpr const unsigned prefixes[4] = {0, 0, 0x1000000u | '+', + 0x1000000u | ' '}; + prefix = prefixes[sign]; } + return {abs_value, prefix}; +} - void write_bytes(string_view bytes, const format_specs& specs) { - write_padded(specs, bytes_writer{bytes}); +template +FMT_CONSTEXPR FMT_INLINE auto write_int(OutputIt out, write_int_arg arg, + const basic_format_specs& specs, + locale_ref loc) -> OutputIt { + static_assert(std::is_same>::value, ""); + auto abs_value = arg.abs_value; + auto prefix = arg.prefix; + switch (specs.type) { + case presentation_type::none: + case presentation_type::dec: { + if (specs.localized && + write_int_localized(out, static_cast>(abs_value), + prefix, specs, loc)) { + return out; + } + auto num_digits = count_digits(abs_value); + return write_int( + out, num_digits, prefix, specs, [=](reserve_iterator it) { + return format_decimal(it, abs_value, num_digits).end; + }); + } + case presentation_type::hex_lower: + case presentation_type::hex_upper: { + bool upper = specs.type == presentation_type::hex_upper; + if (specs.alt) + prefix_append(prefix, unsigned(upper ? 'X' : 'x') << 8 | '0'); + int num_digits = count_digits<4>(abs_value); + return write_int( + out, num_digits, prefix, specs, [=](reserve_iterator it) { + return format_uint<4, Char>(it, abs_value, num_digits, upper); + }); + } + case presentation_type::bin_lower: + case presentation_type::bin_upper: { + bool upper = specs.type == presentation_type::bin_upper; + if (specs.alt) + prefix_append(prefix, unsigned(upper ? 'B' : 'b') << 8 | '0'); + int num_digits = count_digits<1>(abs_value); + return write_int(out, num_digits, prefix, specs, + [=](reserve_iterator it) { + return format_uint<1, Char>(it, abs_value, num_digits); + }); + } + case presentation_type::oct: { + int num_digits = count_digits<3>(abs_value); + // Octal prefix '0' is counted as a digit, so only add it if precision + // is not greater than the number of digits. + if (specs.alt && specs.precision <= num_digits && abs_value != 0) + prefix_append(prefix, '0'); + return write_int(out, num_digits, prefix, specs, + [=](reserve_iterator it) { + return format_uint<3, Char>(it, abs_value, num_digits); + }); + } + case presentation_type::chr: + return write_char(out, static_cast(abs_value), specs); + default: + throw_format_error("invalid type specifier"); } + return out; +} +template +FMT_CONSTEXPR FMT_NOINLINE auto write_int_noinline( + OutputIt out, write_int_arg arg, const basic_format_specs& specs, + locale_ref loc) -> OutputIt { + return write_int(out, arg, specs, loc); +} +template ::value && + !std::is_same::value && + std::is_same>::value)> +FMT_CONSTEXPR FMT_INLINE auto write(OutputIt out, T value, + const basic_format_specs& specs, + locale_ref loc) -> OutputIt { + return write_int_noinline(out, make_write_int_arg(value, specs.sign), specs, + loc); +} +// An inlined version of write used in format string compilation. +template ::value && + !std::is_same::value && + !std::is_same>::value)> +FMT_CONSTEXPR FMT_INLINE auto write(OutputIt out, T value, + const basic_format_specs& specs, + locale_ref loc) -> OutputIt { + return write_int(out, make_write_int_arg(value, specs.sign), specs, loc); +} - template - void write_pointer(UIntPtr value, const format_specs* specs) { - int num_digits = count_digits<4>(value); - auto pw = pointer_writer{value, num_digits}; - if (!specs) return pw(reserve(to_unsigned(num_digits) + 2)); - format_specs specs_copy = *specs; - if (specs_copy.align == align::none) specs_copy.align = align::right; - write_padded(specs_copy, pw); - } -}; +// An output iterator that counts the number of objects written to it and +// discards them. +class counting_iterator { + private: + size_t count_; -using writer = basic_writer>; + public: + using iterator_category = std::output_iterator_tag; + using difference_type = std::ptrdiff_t; + using pointer = void; + using reference = void; + FMT_UNCHECKED_ITERATOR(counting_iterator); -template struct is_integral : std::is_integral {}; -template <> struct is_integral : std::true_type {}; -template <> struct is_integral : std::true_type {}; + struct value_type { + template FMT_CONSTEXPR void operator=(const T&) {} + }; -template -class arg_formatter_base { - public: - using char_type = typename Range::value_type; - using iterator = typename Range::iterator; - using format_specs = basic_format_specs; + FMT_CONSTEXPR counting_iterator() : count_(0) {} - private: - using writer_type = basic_writer; - writer_type writer_; - format_specs* specs_; + FMT_CONSTEXPR size_t count() const { return count_; } - struct char_writer { - char_type value; + FMT_CONSTEXPR counting_iterator& operator++() { + ++count_; + return *this; + } + FMT_CONSTEXPR counting_iterator operator++(int) { + auto it = *this; + ++*this; + return it; + } - size_t size() const { return 1; } - size_t width() const { return 1; } + FMT_CONSTEXPR friend counting_iterator operator+(counting_iterator it, + difference_type n) { + it.count_ += static_cast(n); + return it; + } - template void operator()(It&& it) const { *it++ = value; } - }; + FMT_CONSTEXPR value_type operator*() const { return {}; } +}; - void write_char(char_type value) { - if (specs_) - writer_.write_padded(*specs_, char_writer{value}); +template +FMT_CONSTEXPR auto write(OutputIt out, basic_string_view s, + const basic_format_specs& specs) -> OutputIt { + auto data = s.data(); + auto size = s.size(); + if (specs.precision >= 0 && to_unsigned(specs.precision) < size) + size = code_point_index(s, to_unsigned(specs.precision)); + bool is_debug = specs.type == presentation_type::debug; + size_t width = 0; + if (specs.width != 0) { + if (is_debug) + width = write_escaped_string(counting_iterator{}, s).count(); else - writer_.write(value); + width = compute_width(basic_string_view(data, size)); } + return write_padded(out, specs, size, width, + [=](reserve_iterator it) { + if (is_debug) return write_escaped_string(it, s); + return copy_str(data, data + size, it); + }); +} +template +FMT_CONSTEXPR auto write(OutputIt out, + basic_string_view> s, + const basic_format_specs& specs, locale_ref) + -> OutputIt { + check_string_type_spec(specs.type); + return write(out, s, specs); +} +template +FMT_CONSTEXPR auto write(OutputIt out, const Char* s, + const basic_format_specs& specs, locale_ref) + -> OutputIt { + return check_cstring_type_spec(specs.type) + ? write(out, basic_string_view(s), specs, {}) + : write_ptr(out, bit_cast(s), &specs); +} - void write_pointer(const void* p) { - writer_.write_pointer(internal::to_uintptr(p), specs_); +template ::value && + !std::is_same::value && + !std::is_same::value)> +FMT_CONSTEXPR auto write(OutputIt out, T value) -> OutputIt { + auto abs_value = static_cast>(value); + bool negative = is_negative(value); + // Don't do -abs_value since it trips unsigned-integer-overflow sanitizer. + if (negative) abs_value = ~abs_value + 1; + int num_digits = count_digits(abs_value); + auto size = (negative ? 1 : 0) + static_cast(num_digits); + auto it = reserve(out, size); + if (auto ptr = to_pointer(it, size)) { + if (negative) *ptr++ = static_cast('-'); + format_decimal(ptr, abs_value, num_digits); + return out; } + if (negative) *it++ = static_cast('-'); + it = format_decimal(it, abs_value, num_digits).end; + return base_iterator(out, it); +} - protected: - writer_type& writer() { return writer_; } - FMT_DEPRECATED format_specs* spec() { return specs_; } - format_specs* specs() { return specs_; } - iterator out() { return writer_.out(); } +template +FMT_CONSTEXPR20 auto write_nonfinite(OutputIt out, bool isnan, + basic_format_specs specs, + const float_specs& fspecs) -> OutputIt { + auto str = + isnan ? (fspecs.upper ? "NAN" : "nan") : (fspecs.upper ? "INF" : "inf"); + constexpr size_t str_size = 3; + auto sign = fspecs.sign; + auto size = str_size + (sign ? 1 : 0); + // Replace '0'-padding with space for non-finite values. + const bool is_zero_fill = + specs.fill.size() == 1 && *specs.fill.data() == static_cast('0'); + if (is_zero_fill) specs.fill[0] = static_cast(' '); + return write_padded(out, specs, size, [=](reserve_iterator it) { + if (sign) *it++ = detail::sign(sign); + return copy_str(str, str + str_size, it); + }); +} - void write(bool value) { - string_view sv(value ? "true" : "false"); - specs_ ? writer_.write(sv, *specs_) : writer_.write(sv); - } +// A decimal floating-point number significand * pow(10, exp). +struct big_decimal_fp { + const char* significand; + int significand_size; + int exponent; +}; - void write(const char_type* value) { - if (!value) { - FMT_THROW(format_error("string pointer is null")); - } else { - auto length = std::char_traits::length(value); - basic_string_view sv(value, length); - specs_ ? writer_.write(sv, *specs_) : writer_.write(sv); +constexpr auto get_significand_size(const big_decimal_fp& f) -> int { + return f.significand_size; +} +template +inline auto get_significand_size(const dragonbox::decimal_fp& f) -> int { + return count_digits(f.significand); +} + +template +constexpr auto write_significand(OutputIt out, const char* significand, + int significand_size) -> OutputIt { + return copy_str(significand, significand + significand_size, out); +} +template +inline auto write_significand(OutputIt out, UInt significand, + int significand_size) -> OutputIt { + return format_decimal(out, significand, significand_size).end; +} +template +FMT_CONSTEXPR20 auto write_significand(OutputIt out, T significand, + int significand_size, int exponent, + const Grouping& grouping) -> OutputIt { + if (!grouping.separator()) { + out = write_significand(out, significand, significand_size); + return detail::fill_n(out, exponent, static_cast('0')); + } + auto buffer = memory_buffer(); + write_significand(appender(buffer), significand, significand_size); + detail::fill_n(appender(buffer), exponent, '0'); + return grouping.apply(out, string_view(buffer.data(), buffer.size())); +} + +template ::value)> +inline auto write_significand(Char* out, UInt significand, int significand_size, + int integral_size, Char decimal_point) -> Char* { + if (!decimal_point) + return format_decimal(out, significand, significand_size).end; + out += significand_size + 1; + Char* end = out; + int floating_size = significand_size - integral_size; + for (int i = floating_size / 2; i > 0; --i) { + out -= 2; + copy2(out, digits2(static_cast(significand % 100))); + significand /= 100; + } + if (floating_size % 2 != 0) { + *--out = static_cast('0' + significand % 10); + significand /= 10; + } + *--out = decimal_point; + format_decimal(out - integral_size, significand, integral_size); + return end; +} + +template >::value)> +inline auto write_significand(OutputIt out, UInt significand, + int significand_size, int integral_size, + Char decimal_point) -> OutputIt { + // Buffer is large enough to hold digits (digits10 + 1) and a decimal point. + Char buffer[digits10() + 2]; + auto end = write_significand(buffer, significand, significand_size, + integral_size, decimal_point); + return detail::copy_str_noinline(buffer, end, out); +} + +template +FMT_CONSTEXPR auto write_significand(OutputIt out, const char* significand, + int significand_size, int integral_size, + Char decimal_point) -> OutputIt { + out = detail::copy_str_noinline(significand, + significand + integral_size, out); + if (!decimal_point) return out; + *out++ = decimal_point; + return detail::copy_str_noinline(significand + integral_size, + significand + significand_size, out); +} + +template +FMT_CONSTEXPR20 auto write_significand(OutputIt out, T significand, + int significand_size, int integral_size, + Char decimal_point, + const Grouping& grouping) -> OutputIt { + if (!grouping.separator()) { + return write_significand(out, significand, significand_size, integral_size, + decimal_point); + } + auto buffer = basic_memory_buffer(); + write_significand(buffer_appender(buffer), significand, + significand_size, integral_size, decimal_point); + grouping.apply( + out, basic_string_view(buffer.data(), to_unsigned(integral_size))); + return detail::copy_str_noinline(buffer.data() + integral_size, + buffer.end(), out); +} + +template > +FMT_CONSTEXPR20 auto do_write_float(OutputIt out, const DecimalFP& f, + const basic_format_specs& specs, + float_specs fspecs, locale_ref loc) + -> OutputIt { + auto significand = f.significand; + int significand_size = get_significand_size(f); + const Char zero = static_cast('0'); + auto sign = fspecs.sign; + size_t size = to_unsigned(significand_size) + (sign ? 1 : 0); + using iterator = reserve_iterator; + + Char decimal_point = + fspecs.locale ? detail::decimal_point(loc) : static_cast('.'); + + int output_exp = f.exponent + significand_size - 1; + auto use_exp_format = [=]() { + if (fspecs.format == float_format::exp) return true; + if (fspecs.format != float_format::general) return false; + // Use the fixed notation if the exponent is in [exp_lower, exp_upper), + // e.g. 0.0001 instead of 1e-04. Otherwise use the exponent notation. + const int exp_lower = -4, exp_upper = 16; + return output_exp < exp_lower || + output_exp >= (fspecs.precision > 0 ? fspecs.precision : exp_upper); + }; + if (use_exp_format()) { + int num_zeros = 0; + if (fspecs.showpoint) { + num_zeros = fspecs.precision - significand_size; + if (num_zeros < 0) num_zeros = 0; + size += to_unsigned(num_zeros); + } else if (significand_size == 1) { + decimal_point = Char(); } - } + auto abs_output_exp = output_exp >= 0 ? output_exp : -output_exp; + int exp_digits = 2; + if (abs_output_exp >= 100) exp_digits = abs_output_exp >= 1000 ? 4 : 3; + + size += to_unsigned((decimal_point ? 1 : 0) + 2 + exp_digits); + char exp_char = fspecs.upper ? 'E' : 'e'; + auto write = [=](iterator it) { + if (sign) *it++ = detail::sign(sign); + // Insert a decimal point after the first digit and add an exponent. + it = write_significand(it, significand, significand_size, 1, + decimal_point); + if (num_zeros > 0) it = detail::fill_n(it, num_zeros, zero); + *it++ = static_cast(exp_char); + return write_exponent(output_exp, it); + }; + return specs.width > 0 ? write_padded(out, specs, size, write) + : base_iterator(out, write(reserve(out, size))); + } + + int exp = f.exponent + significand_size; + if (f.exponent >= 0) { + // 1234e5 -> 123400000[.0+] + size += to_unsigned(f.exponent); + int num_zeros = fspecs.precision - exp; + abort_fuzzing_if(num_zeros > 5000); + if (fspecs.showpoint) { + ++size; + if (num_zeros <= 0 && fspecs.format != float_format::fixed) num_zeros = 1; + if (num_zeros > 0) size += to_unsigned(num_zeros); + } + auto grouping = Grouping(loc, fspecs.locale); + size += to_unsigned(grouping.count_separators(exp)); + return write_padded(out, specs, size, [&](iterator it) { + if (sign) *it++ = detail::sign(sign); + it = write_significand(it, significand, significand_size, + f.exponent, grouping); + if (!fspecs.showpoint) return it; + *it++ = decimal_point; + return num_zeros > 0 ? detail::fill_n(it, num_zeros, zero) : it; + }); + } else if (exp > 0) { + // 1234e-2 -> 12.34[0+] + int num_zeros = fspecs.showpoint ? fspecs.precision - significand_size : 0; + size += 1 + to_unsigned(num_zeros > 0 ? num_zeros : 0); + auto grouping = Grouping(loc, fspecs.locale); + size += to_unsigned(grouping.count_separators(significand_size)); + return write_padded(out, specs, size, [&](iterator it) { + if (sign) *it++ = detail::sign(sign); + it = write_significand(it, significand, significand_size, exp, + decimal_point, grouping); + return num_zeros > 0 ? detail::fill_n(it, num_zeros, zero) : it; + }); + } + // 1234e-6 -> 0.001234 + int num_zeros = -exp; + if (significand_size == 0 && fspecs.precision >= 0 && + fspecs.precision < num_zeros) { + num_zeros = fspecs.precision; + } + bool pointy = num_zeros != 0 || significand_size != 0 || fspecs.showpoint; + size += 1 + (pointy ? 1 : 0) + to_unsigned(num_zeros); + return write_padded(out, specs, size, [&](iterator it) { + if (sign) *it++ = detail::sign(sign); + *it++ = zero; + if (!pointy) return it; + *it++ = decimal_point; + it = detail::fill_n(it, num_zeros, zero); + return write_significand(it, significand, significand_size); + }); +} +template class fallback_digit_grouping { public: - arg_formatter_base(Range r, format_specs* s, locale_ref loc) - : writer_(r, loc), specs_(s) {} + constexpr fallback_digit_grouping(locale_ref, bool) {} - iterator operator()(monostate) { - FMT_ASSERT(false, "invalid argument type"); - return out(); - } + constexpr Char separator() const { return Char(); } - template ::value)> - iterator operator()(T value) { - if (specs_) - writer_.write_int(value, *specs_); - else - writer_.write(value); - return out(); - } + constexpr int count_separators(int) const { return 0; } - iterator operator()(char_type value) { - internal::handle_char_specs( - specs_, char_spec_handler(*this, static_cast(value))); - return out(); + template + constexpr Out apply(Out out, basic_string_view) const { + return out; } +}; - iterator operator()(bool value) { - if (specs_ && specs_->type) return (*this)(value ? 1 : 0); - write(value != 0); - return out(); +template +FMT_CONSTEXPR20 auto write_float(OutputIt out, const DecimalFP& f, + const basic_format_specs& specs, + float_specs fspecs, locale_ref loc) + -> OutputIt { + if (is_constant_evaluated()) { + return do_write_float>(out, f, specs, fspecs, + loc); + } else { + return do_write_float(out, f, specs, fspecs, loc); } +} - template ::value)> - iterator operator()(T value) { - if (const_check(is_supported_floating_point(value))) - writer_.write(value, specs_ ? *specs_ : format_specs()); - else - FMT_ASSERT(false, "unsupported float argument type"); - return out(); - } +template constexpr bool isnan(T value) { + return !(value >= value); // std::isnan doesn't support __float128. +} - struct char_spec_handler : ErrorHandler { - arg_formatter_base& formatter; - char_type value; +template +struct has_isfinite : std::false_type {}; - char_spec_handler(arg_formatter_base& f, char_type val) - : formatter(f), value(val) {} +template +struct has_isfinite> + : std::true_type {}; + +template ::value&& + has_isfinite::value)> +FMT_CONSTEXPR20 bool isfinite(T value) { + constexpr T inf = T(std::numeric_limits::infinity()); + if (is_constant_evaluated()) + return !detail::isnan(value) && value != inf && value != -inf; + return std::isfinite(value); +} +template ::value)> +FMT_CONSTEXPR bool isfinite(T value) { + T inf = T(std::numeric_limits::infinity()); + // std::isfinite doesn't support __float128. + return !detail::isnan(value) && value != inf && value != -inf; +} - void on_int() { - if (formatter.specs_) - formatter.writer_.write_int(value, *formatter.specs_); - else - formatter.writer_.write(value); +template ::value)> +FMT_INLINE FMT_CONSTEXPR bool signbit(T value) { + if (is_constant_evaluated()) { +#ifdef __cpp_if_constexpr + if constexpr (std::numeric_limits::is_iec559) { + auto bits = detail::bit_cast(static_cast(value)); + return (bits >> (num_bits() - 1)) != 0; } - void on_char() { formatter.write_char(value); } - }; - - struct cstring_spec_handler : internal::error_handler { - arg_formatter_base& formatter; - const char_type* value; - - cstring_spec_handler(arg_formatter_base& f, const char_type* val) - : formatter(f), value(val) {} +#endif + } + return std::signbit(static_cast(value)); +} - void on_string() { formatter.write(value); } - void on_pointer() { formatter.write_pointer(value); } - }; +enum class round_direction { unknown, up, down }; + +// Given the divisor (normally a power of 10), the remainder = v % divisor for +// some number v and the error, returns whether v should be rounded up, down, or +// whether the rounding direction can't be determined due to error. +// error should be less than divisor / 2. +FMT_CONSTEXPR inline round_direction get_round_direction(uint64_t divisor, + uint64_t remainder, + uint64_t error) { + FMT_ASSERT(remainder < divisor, ""); // divisor - remainder won't overflow. + FMT_ASSERT(error < divisor, ""); // divisor - error won't overflow. + FMT_ASSERT(error < divisor - error, ""); // error * 2 won't overflow. + // Round down if (remainder + error) * 2 <= divisor. + if (remainder <= divisor - remainder && error * 2 <= divisor - remainder * 2) + return round_direction::down; + // Round up if (remainder - error) * 2 >= divisor. + if (remainder >= error && + remainder - error >= divisor - (remainder - error)) { + return round_direction::up; + } + return round_direction::unknown; +} - iterator operator()(const char_type* value) { - if (!specs_) return write(value), out(); - internal::handle_cstring_type_spec(specs_->type, - cstring_spec_handler(*this, value)); - return out(); - } +namespace digits { +enum result { + more, // Generate more digits. + done, // Done generating digits. + error // Digit generation cancelled due to an error. +}; +} - iterator operator()(basic_string_view value) { - if (specs_) { - internal::check_string_type_spec(specs_->type, internal::error_handler()); - writer_.write(value, *specs_); +struct gen_digits_handler { + char* buf; + int size; + int precision; + int exp10; + bool fixed; + + FMT_CONSTEXPR digits::result on_digit(char digit, uint64_t divisor, + uint64_t remainder, uint64_t error, + bool integral) { + FMT_ASSERT(remainder < divisor, ""); + buf[size++] = digit; + if (!integral && error >= remainder) return digits::error; + if (size < precision) return digits::more; + if (!integral) { + // Check if error * 2 < divisor with overflow prevention. + // The check is not needed for the integral part because error = 1 + // and divisor > (1 << 32) there. + if (error >= divisor || error >= divisor - error) return digits::error; } else { - writer_.write(value); + FMT_ASSERT(error == 1 && divisor > 2, ""); } - return out(); - } - - iterator operator()(const void* value) { - if (specs_) - check_pointer_type_spec(specs_->type, internal::error_handler()); - write_pointer(value); - return out(); + auto dir = get_round_direction(divisor, remainder, error); + if (dir != round_direction::up) + return dir == round_direction::down ? digits::done : digits::error; + ++buf[size - 1]; + for (int i = size - 1; i > 0 && buf[i] > '9'; --i) { + buf[i] = '0'; + ++buf[i - 1]; + } + if (buf[0] > '9') { + buf[0] = '1'; + if (fixed) + buf[size++] = '0'; + else + ++exp10; + } + return digits::done; } }; -template FMT_CONSTEXPR bool is_name_start(Char c) { - return ('a' <= c && c <= 'z') || ('A' <= c && c <= 'Z') || '_' == c; +inline FMT_CONSTEXPR20 void adjust_precision(int& precision, int exp10) { + // Adjust fixed precision by exponent because it is relative to decimal + // point. + if (exp10 > 0 && precision > max_value() - exp10) + FMT_THROW(format_error("number is too big")); + precision += exp10; } -// Parses the range [begin, end) as an unsigned integer. This function assumes -// that the range is non-empty and the first character is a digit. -template -FMT_CONSTEXPR int parse_nonnegative_int(const Char*& begin, const Char* end, - ErrorHandler&& eh) { - FMT_ASSERT(begin != end && '0' <= *begin && *begin <= '9', ""); - unsigned value = 0; - // Convert to unsigned to prevent a warning. - constexpr unsigned max_int = max_value(); - unsigned big = max_int / 10; +// Generates output using the Grisu digit-gen algorithm. +// error: the size of the region (lower, upper) outside of which numbers +// definitely do not round to value (Delta in Grisu3). +FMT_INLINE FMT_CONSTEXPR20 auto grisu_gen_digits(fp value, uint64_t error, + int& exp, + gen_digits_handler& handler) + -> digits::result { + const fp one(1ULL << -value.e, value.e); + // The integral part of scaled value (p1 in Grisu) = value / one. It cannot be + // zero because it contains a product of two 64-bit numbers with MSB set (due + // to normalization) - 1, shifted right by at most 60 bits. + auto integral = static_cast(value.f >> -one.e); + FMT_ASSERT(integral != 0, ""); + FMT_ASSERT(integral == value.f >> -one.e, ""); + // The fractional part of scaled value (p2 in Grisu) c = value % one. + uint64_t fractional = value.f & (one.f - 1); + exp = count_digits(integral); // kappa in Grisu. + // Non-fixed formats require at least one digit and no precision adjustment. + if (handler.fixed) { + adjust_precision(handler.precision, exp + handler.exp10); + // Check if precision is satisfied just by leading zeros, e.g. + // format("{:.2f}", 0.001) gives "0.00" without generating any digits. + if (handler.precision <= 0) { + if (handler.precision < 0) return digits::done; + // Divide by 10 to prevent overflow. + uint64_t divisor = data::power_of_10_64[exp - 1] << -one.e; + auto dir = get_round_direction(divisor, value.f / 10, error * 10); + if (dir == round_direction::unknown) return digits::error; + handler.buf[handler.size++] = dir == round_direction::up ? '1' : '0'; + return digits::done; + } + } + // Generate digits for the integral part. This can produce up to 10 digits. do { - // Check for overflow. - if (value > big) { - value = max_int + 1; + uint32_t digit = 0; + auto divmod_integral = [&](uint32_t divisor) { + digit = integral / divisor; + integral %= divisor; + }; + // This optimization by Milo Yip reduces the number of integer divisions by + // one per iteration. + switch (exp) { + case 10: + divmod_integral(1000000000); + break; + case 9: + divmod_integral(100000000); + break; + case 8: + divmod_integral(10000000); + break; + case 7: + divmod_integral(1000000); break; + case 6: + divmod_integral(100000); + break; + case 5: + divmod_integral(10000); + break; + case 4: + divmod_integral(1000); + break; + case 3: + divmod_integral(100); + break; + case 2: + divmod_integral(10); + break; + case 1: + digit = integral; + integral = 0; + break; + default: + FMT_ASSERT(false, "invalid number of digits"); } - value = value * 10 + unsigned(*begin - '0'); - ++begin; - } while (begin != end && '0' <= *begin && *begin <= '9'); - if (value > max_int) eh.on_error("number is too big"); - return static_cast(value); + --exp; + auto remainder = (static_cast(integral) << -one.e) + fractional; + auto result = handler.on_digit(static_cast('0' + digit), + data::power_of_10_64[exp] << -one.e, + remainder, error, true); + if (result != digits::more) return result; + } while (exp > 0); + // Generate digits for the fractional part. + for (;;) { + fractional *= 10; + error *= 10; + char digit = static_cast('0' + (fractional >> -one.e)); + fractional &= one.f - 1; + --exp; + auto result = handler.on_digit(digit, one.f, fractional, error, false); + if (result != digits::more) return result; + } } -template class custom_formatter { +class bigint { private: - using char_type = typename Context::char_type; - - basic_format_parse_context& parse_ctx_; - Context& ctx_; - - public: - explicit custom_formatter(basic_format_parse_context& parse_ctx, - Context& ctx) - : parse_ctx_(parse_ctx), ctx_(ctx) {} + // A bigint is stored as an array of bigits (big digits), with bigit at index + // 0 being the least significant one. + using bigit = uint32_t; + using double_bigit = uint64_t; + enum { bigits_capacity = 32 }; + basic_memory_buffer bigits_; + int exp_; - bool operator()(typename basic_format_arg::handle h) const { - h.format(parse_ctx_, ctx_); - return true; + FMT_CONSTEXPR20 bigit operator[](int index) const { + return bigits_[to_unsigned(index)]; + } + FMT_CONSTEXPR20 bigit& operator[](int index) { + return bigits_[to_unsigned(index)]; } - template bool operator()(T) const { return false; } -}; - -template -using is_integer = - bool_constant::value && !std::is_same::value && - !std::is_same::value && - !std::is_same::value>; + static constexpr const int bigit_bits = num_bits(); -template class width_checker { - public: - explicit FMT_CONSTEXPR width_checker(ErrorHandler& eh) : handler_(eh) {} + friend struct formatter; - template ::value)> - FMT_CONSTEXPR unsigned long long operator()(T value) { - if (is_negative(value)) handler_.on_error("negative width"); - return static_cast(value); + FMT_CONSTEXPR20 void subtract_bigits(int index, bigit other, bigit& borrow) { + auto result = static_cast((*this)[index]) - other - borrow; + (*this)[index] = static_cast(result); + borrow = static_cast(result >> (bigit_bits * 2 - 1)); } - template ::value)> - FMT_CONSTEXPR unsigned long long operator()(T) { - handler_.on_error("width is not integer"); - return 0; + FMT_CONSTEXPR20 void remove_leading_zeros() { + int num_bigits = static_cast(bigits_.size()) - 1; + while (num_bigits > 0 && (*this)[num_bigits] == 0) --num_bigits; + bigits_.resize(to_unsigned(num_bigits + 1)); } - private: - ErrorHandler& handler_; -}; - -template class precision_checker { - public: - explicit FMT_CONSTEXPR precision_checker(ErrorHandler& eh) : handler_(eh) {} - - template ::value)> - FMT_CONSTEXPR unsigned long long operator()(T value) { - if (is_negative(value)) handler_.on_error("negative precision"); - return static_cast(value); + // Computes *this -= other assuming aligned bigints and *this >= other. + FMT_CONSTEXPR20 void subtract_aligned(const bigint& other) { + FMT_ASSERT(other.exp_ >= exp_, "unaligned bigints"); + FMT_ASSERT(compare(*this, other) >= 0, ""); + bigit borrow = 0; + int i = other.exp_ - exp_; + for (size_t j = 0, n = other.bigits_.size(); j != n; ++i, ++j) + subtract_bigits(i, other.bigits_[j], borrow); + while (borrow > 0) subtract_bigits(i, 0, borrow); + remove_leading_zeros(); } - template ::value)> - FMT_CONSTEXPR unsigned long long operator()(T) { - handler_.on_error("precision is not integer"); - return 0; + FMT_CONSTEXPR20 void multiply(uint32_t value) { + const double_bigit wide_value = value; + bigit carry = 0; + for (size_t i = 0, n = bigits_.size(); i < n; ++i) { + double_bigit result = bigits_[i] * wide_value + carry; + bigits_[i] = static_cast(result); + carry = static_cast(result >> bigit_bits); + } + if (carry != 0) bigits_.push_back(carry); + } + + template ::value || + std::is_same::value)> + FMT_CONSTEXPR20 void multiply(UInt value) { + using half_uint = + conditional_t::value, uint64_t, uint32_t>; + const int shift = num_bits() - bigit_bits; + const UInt lower = static_cast(value); + const UInt upper = value >> num_bits(); + UInt carry = 0; + for (size_t i = 0, n = bigits_.size(); i < n; ++i) { + UInt result = lower * bigits_[i] + static_cast(carry); + carry = (upper * bigits_[i] << shift) + (result >> bigit_bits) + + (carry >> bigit_bits); + bigits_[i] = static_cast(result); + } + while (carry != 0) { + bigits_.push_back(static_cast(carry)); + carry >>= bigit_bits; + } } - private: - ErrorHandler& handler_; -}; + template ::value || + std::is_same::value)> + FMT_CONSTEXPR20 void assign(UInt n) { + size_t num_bigits = 0; + do { + bigits_[num_bigits++] = static_cast(n); + n >>= bigit_bits; + } while (n != 0); + bigits_.resize(num_bigits); + exp_ = 0; + } -// A format specifier handler that sets fields in basic_format_specs. -template class specs_setter { public: - explicit FMT_CONSTEXPR specs_setter(basic_format_specs& specs) - : specs_(specs) {} + FMT_CONSTEXPR20 bigint() : exp_(0) {} + explicit bigint(uint64_t n) { assign(n); } - FMT_CONSTEXPR specs_setter(const specs_setter& other) - : specs_(other.specs_) {} + bigint(const bigint&) = delete; + void operator=(const bigint&) = delete; - FMT_CONSTEXPR void on_align(align_t align) { specs_.align = align; } - FMT_CONSTEXPR void on_fill(basic_string_view fill) { - specs_.fill = fill; + FMT_CONSTEXPR20 void assign(const bigint& other) { + auto size = other.bigits_.size(); + bigits_.resize(size); + auto data = other.bigits_.data(); + std::copy(data, data + size, make_checked(bigits_.data(), size)); + exp_ = other.exp_; } - FMT_CONSTEXPR void on_plus() { specs_.sign = sign::plus; } - FMT_CONSTEXPR void on_minus() { specs_.sign = sign::minus; } - FMT_CONSTEXPR void on_space() { specs_.sign = sign::space; } - FMT_CONSTEXPR void on_hash() { specs_.alt = true; } - FMT_CONSTEXPR void on_zero() { - specs_.align = align::numeric; - specs_.fill[0] = Char('0'); + template FMT_CONSTEXPR20 void operator=(Int n) { + FMT_ASSERT(n > 0, ""); + assign(uint64_or_128_t(n)); } - FMT_CONSTEXPR void on_width(int width) { specs_.width = width; } - FMT_CONSTEXPR void on_precision(int precision) { - specs_.precision = precision; + FMT_CONSTEXPR20 int num_bigits() const { + return static_cast(bigits_.size()) + exp_; } - FMT_CONSTEXPR void end_precision() {} - FMT_CONSTEXPR void on_type(Char type) { - specs_.type = static_cast(type); + FMT_NOINLINE FMT_CONSTEXPR20 bigint& operator<<=(int shift) { + FMT_ASSERT(shift >= 0, ""); + exp_ += shift / bigit_bits; + shift %= bigit_bits; + if (shift == 0) return *this; + bigit carry = 0; + for (size_t i = 0, n = bigits_.size(); i < n; ++i) { + bigit c = bigits_[i] >> (bigit_bits - shift); + bigits_[i] = (bigits_[i] << shift) + carry; + carry = c; + } + if (carry != 0) bigits_.push_back(carry); + return *this; } - protected: - basic_format_specs& specs_; -}; - -template class numeric_specs_checker { - public: - FMT_CONSTEXPR numeric_specs_checker(ErrorHandler& eh, internal::type arg_type) - : error_handler_(eh), arg_type_(arg_type) {} - - FMT_CONSTEXPR void require_numeric_argument() { - if (!is_arithmetic_type(arg_type_)) - error_handler_.on_error("format specifier requires numeric argument"); + template FMT_CONSTEXPR20 bigint& operator*=(Int value) { + FMT_ASSERT(value > 0, ""); + multiply(uint32_or_64_or_128_t(value)); + return *this; } - FMT_CONSTEXPR void check_sign() { - require_numeric_argument(); - if (is_integral_type(arg_type_) && arg_type_ != type::int_type && - arg_type_ != type::long_long_type && arg_type_ != type::char_type) { - error_handler_.on_error("format specifier requires signed argument"); + friend FMT_CONSTEXPR20 int compare(const bigint& lhs, const bigint& rhs) { + int num_lhs_bigits = lhs.num_bigits(), num_rhs_bigits = rhs.num_bigits(); + if (num_lhs_bigits != num_rhs_bigits) + return num_lhs_bigits > num_rhs_bigits ? 1 : -1; + int i = static_cast(lhs.bigits_.size()) - 1; + int j = static_cast(rhs.bigits_.size()) - 1; + int end = i - j; + if (end < 0) end = 0; + for (; i >= end; --i, --j) { + bigit lhs_bigit = lhs[i], rhs_bigit = rhs[j]; + if (lhs_bigit != rhs_bigit) return lhs_bigit > rhs_bigit ? 1 : -1; } + if (i != j) return i > j ? 1 : -1; + return 0; } - FMT_CONSTEXPR void check_precision() { - if (is_integral_type(arg_type_) || arg_type_ == type::pointer_type) - error_handler_.on_error("precision not allowed for this argument type"); + // Returns compare(lhs1 + lhs2, rhs). + friend FMT_CONSTEXPR20 int add_compare(const bigint& lhs1, const bigint& lhs2, + const bigint& rhs) { + auto minimum = [](int a, int b) { return a < b ? a : b; }; + auto maximum = [](int a, int b) { return a > b ? a : b; }; + int max_lhs_bigits = maximum(lhs1.num_bigits(), lhs2.num_bigits()); + int num_rhs_bigits = rhs.num_bigits(); + if (max_lhs_bigits + 1 < num_rhs_bigits) return -1; + if (max_lhs_bigits > num_rhs_bigits) return 1; + auto get_bigit = [](const bigint& n, int i) -> bigit { + return i >= n.exp_ && i < n.num_bigits() ? n[i - n.exp_] : 0; + }; + double_bigit borrow = 0; + int min_exp = minimum(minimum(lhs1.exp_, lhs2.exp_), rhs.exp_); + for (int i = num_rhs_bigits - 1; i >= min_exp; --i) { + double_bigit sum = + static_cast(get_bigit(lhs1, i)) + get_bigit(lhs2, i); + bigit rhs_bigit = get_bigit(rhs, i); + if (sum > rhs_bigit + borrow) return 1; + borrow = rhs_bigit + borrow - sum; + if (borrow > 1) return -1; + borrow <<= bigit_bits; + } + return borrow != 0 ? -1 : 0; + } + + // Assigns pow(10, exp) to this bigint. + FMT_CONSTEXPR20 void assign_pow10(int exp) { + FMT_ASSERT(exp >= 0, ""); + if (exp == 0) return *this = 1; + // Find the top bit. + int bitmask = 1; + while (exp >= bitmask) bitmask <<= 1; + bitmask >>= 1; + // pow(10, exp) = pow(5, exp) * pow(2, exp). First compute pow(5, exp) by + // repeated squaring and multiplication. + *this = 5; + bitmask >>= 1; + while (bitmask != 0) { + square(); + if ((exp & bitmask) != 0) *this *= 5; + bitmask >>= 1; + } + *this <<= exp; // Multiply by pow(2, exp) by shifting. + } + + FMT_CONSTEXPR20 void square() { + int num_bigits = static_cast(bigits_.size()); + int num_result_bigits = 2 * num_bigits; + basic_memory_buffer n(std::move(bigits_)); + bigits_.resize(to_unsigned(num_result_bigits)); + auto sum = uint128_t(); + for (int bigit_index = 0; bigit_index < num_bigits; ++bigit_index) { + // Compute bigit at position bigit_index of the result by adding + // cross-product terms n[i] * n[j] such that i + j == bigit_index. + for (int i = 0, j = bigit_index; j >= 0; ++i, --j) { + // Most terms are multiplied twice which can be optimized in the future. + sum += static_cast(n[i]) * n[j]; + } + (*this)[bigit_index] = static_cast(sum); + sum >>= num_bits(); // Compute the carry. + } + // Do the same for the top half. + for (int bigit_index = num_bigits; bigit_index < num_result_bigits; + ++bigit_index) { + for (int j = num_bigits - 1, i = bigit_index - j; i < num_bigits;) + sum += static_cast(n[i++]) * n[j--]; + (*this)[bigit_index] = static_cast(sum); + sum >>= num_bits(); + } + remove_leading_zeros(); + exp_ *= 2; + } + + // If this bigint has a bigger exponent than other, adds trailing zero to make + // exponents equal. This simplifies some operations such as subtraction. + FMT_CONSTEXPR20 void align(const bigint& other) { + int exp_difference = exp_ - other.exp_; + if (exp_difference <= 0) return; + int num_bigits = static_cast(bigits_.size()); + bigits_.resize(to_unsigned(num_bigits + exp_difference)); + for (int i = num_bigits - 1, j = i + exp_difference; i >= 0; --i, --j) + bigits_[j] = bigits_[i]; + std::uninitialized_fill_n(bigits_.data(), exp_difference, 0); + exp_ -= exp_difference; + } + + // Divides this bignum by divisor, assigning the remainder to this and + // returning the quotient. + FMT_CONSTEXPR20 int divmod_assign(const bigint& divisor) { + FMT_ASSERT(this != &divisor, ""); + if (compare(*this, divisor) < 0) return 0; + FMT_ASSERT(divisor.bigits_[divisor.bigits_.size() - 1u] != 0, ""); + align(divisor); + int quotient = 0; + do { + subtract_aligned(divisor); + ++quotient; + } while (compare(*this, divisor) >= 0); + return quotient; } - - private: - ErrorHandler& error_handler_; - internal::type arg_type_; }; -// A format specifier handler that checks if specifiers are consistent with the -// argument type. -template class specs_checker : public Handler { - public: - FMT_CONSTEXPR specs_checker(const Handler& handler, internal::type arg_type) - : Handler(handler), checker_(*this, arg_type) {} - - FMT_CONSTEXPR specs_checker(const specs_checker& other) - : Handler(other), checker_(*this, other.arg_type_) {} - - FMT_CONSTEXPR void on_align(align_t align) { - if (align == align::numeric) checker_.require_numeric_argument(); - Handler::on_align(align); - } +// format_dragon flags. +enum dragon { + predecessor_closer = 1, + fixup = 2, // Run fixup to correct exp10 which can be off by one. + fixed = 4, +}; - FMT_CONSTEXPR void on_plus() { - checker_.check_sign(); - Handler::on_plus(); +// Formats a floating-point number using a variation of the Fixed-Precision +// Positive Floating-Point Printout ((FPP)^2) algorithm by Steele & White: +// https://fmt.dev/papers/p372-steele.pdf. +FMT_CONSTEXPR20 inline void format_dragon(basic_fp value, + unsigned flags, int num_digits, + buffer& buf, int& exp10) { + bigint numerator; // 2 * R in (FPP)^2. + bigint denominator; // 2 * S in (FPP)^2. + // lower and upper are differences between value and corresponding boundaries. + bigint lower; // (M^- in (FPP)^2). + bigint upper_store; // upper's value if different from lower. + bigint* upper = nullptr; // (M^+ in (FPP)^2). + // Shift numerator and denominator by an extra bit or two (if lower boundary + // is closer) to make lower and upper integers. This eliminates multiplication + // by 2 during later computations. + bool is_predecessor_closer = (flags & dragon::predecessor_closer) != 0; + int shift = is_predecessor_closer ? 2 : 1; + if (value.e >= 0) { + numerator = value.f; + numerator <<= value.e + shift; + lower = 1; + lower <<= value.e; + if (is_predecessor_closer) { + upper_store = 1; + upper_store <<= value.e + 1; + upper = &upper_store; + } + denominator.assign_pow10(exp10); + denominator <<= shift; + } else if (exp10 < 0) { + numerator.assign_pow10(-exp10); + lower.assign(numerator); + if (is_predecessor_closer) { + upper_store.assign(numerator); + upper_store <<= 1; + upper = &upper_store; + } + numerator *= value.f; + numerator <<= shift; + denominator = 1; + denominator <<= shift - value.e; + } else { + numerator = value.f; + numerator <<= shift; + denominator.assign_pow10(exp10); + denominator <<= shift - value.e; + lower = 1; + if (is_predecessor_closer) { + upper_store = 1ULL << 1; + upper = &upper_store; + } } - - FMT_CONSTEXPR void on_minus() { - checker_.check_sign(); - Handler::on_minus(); + int even = static_cast((value.f & 1) == 0); + if (!upper) upper = &lower; + if ((flags & dragon::fixup) != 0) { + if (add_compare(numerator, *upper, denominator) + even <= 0) { + --exp10; + numerator *= 10; + if (num_digits < 0) { + lower *= 10; + if (upper != &lower) *upper *= 10; + } + } + if ((flags & dragon::fixed) != 0) adjust_precision(num_digits, exp10 + 1); + } + // Invariant: value == (numerator / denominator) * pow(10, exp10). + if (num_digits < 0) { + // Generate the shortest representation. + num_digits = 0; + char* data = buf.data(); + for (;;) { + int digit = numerator.divmod_assign(denominator); + bool low = compare(numerator, lower) - even < 0; // numerator <[=] lower. + // numerator + upper >[=] pow10: + bool high = add_compare(numerator, *upper, denominator) + even > 0; + data[num_digits++] = static_cast('0' + digit); + if (low || high) { + if (!low) { + ++data[num_digits - 1]; + } else if (high) { + int result = add_compare(numerator, numerator, denominator); + // Round half to even. + if (result > 0 || (result == 0 && (digit % 2) != 0)) + ++data[num_digits - 1]; + } + buf.try_resize(to_unsigned(num_digits)); + exp10 -= num_digits - 1; + return; + } + numerator *= 10; + lower *= 10; + if (upper != &lower) *upper *= 10; + } } - - FMT_CONSTEXPR void on_space() { - checker_.check_sign(); - Handler::on_space(); + // Generate the given number of digits. + exp10 -= num_digits - 1; + if (num_digits == 0) { + denominator *= 10; + auto digit = add_compare(numerator, numerator, denominator) > 0 ? '1' : '0'; + buf.push_back(digit); + return; + } + buf.try_resize(to_unsigned(num_digits)); + for (int i = 0; i < num_digits - 1; ++i) { + int digit = numerator.divmod_assign(denominator); + buf[i] = static_cast('0' + digit); + numerator *= 10; + } + int digit = numerator.divmod_assign(denominator); + auto result = add_compare(numerator, numerator, denominator); + if (result > 0 || (result == 0 && (digit % 2) != 0)) { + if (digit == 9) { + const auto overflow = '0' + 10; + buf[num_digits - 1] = overflow; + // Propagate the carry. + for (int i = num_digits - 1; i > 0 && buf[i] == overflow; --i) { + buf[i] = '0'; + ++buf[i - 1]; + } + if (buf[0] == overflow) { + buf[0] = '1'; + ++exp10; + } + return; + } + ++digit; } + buf[num_digits - 1] = static_cast('0' + digit); +} - FMT_CONSTEXPR void on_hash() { - checker_.require_numeric_argument(); - Handler::on_hash(); +template +FMT_CONSTEXPR20 auto format_float(Float value, int precision, float_specs specs, + buffer& buf) -> int { + // float is passed as double to reduce the number of instantiations. + static_assert(!std::is_same::value, ""); + FMT_ASSERT(value >= 0, "value is negative"); + auto converted_value = convert_float(value); + + const bool fixed = specs.format == float_format::fixed; + if (value <= 0) { // <= instead of == to silence a warning. + if (precision <= 0 || !fixed) { + buf.push_back('0'); + return 0; + } + buf.try_resize(to_unsigned(precision)); + fill_n(buf.data(), precision, '0'); + return -precision; + } + + int exp = 0; + bool use_dragon = true; + unsigned dragon_flags = 0; + if (!is_fast_float()) { + const auto inv_log2_10 = 0.3010299956639812; // 1 / log2(10) + using info = dragonbox::float_info; + const auto f = basic_fp(converted_value); + // Compute exp, an approximate power of 10, such that + // 10^(exp - 1) <= value < 10^exp or 10^exp <= value < 10^(exp + 1). + // This is based on log10(value) == log2(value) / log2(10) and approximation + // of log2(value) by e + num_fraction_bits idea from double-conversion. + exp = static_cast( + std::ceil((f.e + count_digits<1>(f.f) - 1) * inv_log2_10 - 1e-10)); + dragon_flags = dragon::fixup; + } else if (!is_constant_evaluated() && precision < 0) { + // Use Dragonbox for the shortest format. + if (specs.binary32) { + auto dec = dragonbox::to_decimal(static_cast(value)); + write(buffer_appender(buf), dec.significand); + return dec.exponent; + } + auto dec = dragonbox::to_decimal(static_cast(value)); + write(buffer_appender(buf), dec.significand); + return dec.exponent; + } else { + // Use Grisu + Dragon4 for the given precision: + // https://www.cs.tufts.edu/~nr/cs257/archive/florian-loitsch/printf.pdf. + const int min_exp = -60; // alpha in Grisu. + int cached_exp10 = 0; // K in Grisu. + fp normalized = normalize(fp(converted_value)); + const auto cached_pow = get_cached_power( + min_exp - (normalized.e + fp::num_significand_bits), cached_exp10); + normalized = normalized * cached_pow; + gen_digits_handler handler{buf.data(), 0, precision, -cached_exp10, fixed}; + if (grisu_gen_digits(normalized, 1, exp, handler) != digits::error && + !is_constant_evaluated()) { + exp += handler.exp10; + buf.try_resize(to_unsigned(handler.size)); + use_dragon = false; + } else { + exp += handler.size - cached_exp10 - 1; + precision = handler.precision; + } } - - FMT_CONSTEXPR void on_zero() { - checker_.require_numeric_argument(); - Handler::on_zero(); + if (use_dragon) { + auto f = basic_fp(); + bool is_predecessor_closer = specs.binary32 + ? f.assign(static_cast(value)) + : f.assign(converted_value); + if (is_predecessor_closer) dragon_flags |= dragon::predecessor_closer; + if (fixed) dragon_flags |= dragon::fixed; + // Limit precision to the maximum possible number of significant digits in + // an IEEE754 double because we don't need to generate zeros. + const int max_double_digits = 767; + if (precision > max_double_digits) precision = max_double_digits; + format_dragon(f, dragon_flags, precision, buf, exp); + } + if (!fixed && !specs.showpoint) { + // Remove trailing zeros. + auto num_digits = buf.size(); + while (num_digits > 0 && buf[num_digits - 1] == '0') { + --num_digits; + ++exp; + } + buf.try_resize(num_digits); } - - FMT_CONSTEXPR void end_precision() { checker_.check_precision(); } - - private: - numeric_specs_checker checker_; -}; - -template